:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;width:100%;min-width:320px;max-width:100vw;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{width:100%;max-width:100vw;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}.app{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.navbar{color:#fff;z-index:100;background:#000;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-brand{color:#f60;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#f60}.cart-link{position:relative}.cart-badge{color:#fff;background:#f60;border-radius:50%;padding:2px 6px;font-size:.75rem;font-weight:700;position:absolute;top:-8px;right:-12px}.btn-logout{color:#f60;cursor:pointer;background:0 0;border:1px solid #f60;border-radius:4px;padding:.5rem 1rem;transition:all .3s}.btn-logout:hover{color:#fff;background:#f60}.btn-primary{background:#f60;border-radius:4px;padding:.5rem 1rem;transition:background .3s;color:#fff!important;text-decoration:none!important}.btn-primary:hover{background:#e55a00}.home{flex:1}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:6rem 2rem}.hero-content h1{background:linear-gradient(135deg,#fff 0%,#f60 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem}.hero-content p{color:#ccc;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero-actions{justify-content:center;gap:1rem;display:flex}.btn-hero{color:#fff;background:#f60;border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-hero:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff66004d}.btn-outline{color:#f60;background:0 0;border:2px solid #f60;border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-outline:hover{color:#fff;background:#f60}.features{max-width:1200px;margin:0 auto;padding:4rem 2rem}.features h2{text-align:center;color:#000;margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature{text-align:center;border:1px solid #eee;border-radius:8px;padding:2rem;transition:all .3s}.feature:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feature-icon{margin-bottom:1rem;font-size:3rem;display:block}.feature h3{color:#000;margin-bottom:.5rem}.feature p{color:#666;line-height:1.6}.footer{color:#fff;text-align:center;background:#000;margin-top:auto;padding:2rem}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-actions{flex-direction:column}.nav-links{gap:1rem}}.auth-container{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.auth-box{background:#fff;border-radius:8px;width:100%;max-width:450px;padding:3rem;box-shadow:0 4px 20px #0000001a}.auth-box h2{text-align:center;color:#000;margin-bottom:.5rem;font-size:2rem}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.btn-submit{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:background .3s}.btn-submit:hover:not(:disabled){background:#e55a00}.btn-submit:disabled{cursor:not-allowed;background:#ccc}.error-message{color:#c00;text-align:center;background:#fee;border:1px solid #fcc;border-radius:4px;margin-bottom:1rem;padding:.75rem}.auth-link{text-align:center;color:#666;margin-top:1.5rem}.auth-link a{color:#f60;font-weight:700;text-decoration:none}.auth-link a:hover{text-decoration:underline}.store-register-container{grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:40px auto;padding:0 20px;display:grid}.store-register-card{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 10px #0000001a}.register-header{text-align:center;margin-bottom:30px}.register-header h1{color:#333;margin-bottom:10px;font-size:28px}.register-header p{color:#666;font-size:16px}.register-form{flex-direction:column;gap:20px;display:flex}.form-section{border-bottom:1px solid #eee;padding:20px 0}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#333;margin-bottom:15px;font-size:16px;font-weight:600}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#333;font-size:14px;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4caf50;outline:none;box-shadow:0 0 0 3px #4caf501a}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.btn-register{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:4px;margin-top:10px;padding:12px;font-size:16px;font-weight:600;transition:background-color .3s}.btn-register:hover:not(:disabled){background-color:#45a049}.btn-register:disabled{cursor:not-allowed;background-color:#ccc}.error-message{color:#c62828;background-color:#ffebee;border-radius:4px;margin-bottom:20px;padding:12px;font-size:14px}.login-link{text-align:center;color:#666;margin-top:15px;font-size:14px}.login-link a{color:#4caf50;font-weight:600;text-decoration:none}.login-link a:hover{text-decoration:underline}.store-benefits{color:#fff;background:linear-gradient(135deg,#4caf50 0%,#45a049 100%);border-radius:8px;height:fit-content;padding:40px}.store-benefits h2{text-align:center;margin-bottom:30px;font-size:24px}.benefits-list{flex-direction:column;gap:20px;display:flex}.benefit-item{align-items:flex-start;gap:15px;display:flex}.benefit-icon{min-width:40px;font-size:28px}.benefit-item h4{margin-bottom:5px;font-size:16px}.benefit-item p{opacity:.9;font-size:14px;line-height:1.4}@media (max-width:768px){.store-register-container{grid-template-columns:1fr;gap:30px}.store-register-card{padding:25px}.form-row{grid-template-columns:1fr}.register-header h1{font-size:22px}}.products-page{background:#f5f5f5;min-height:calc(100vh - 200px);padding:2rem}.products-container{max-width:1200px;margin:0 auto}.products-container h1{text-align:center;color:#000;margin-bottom:2rem;font-size:2.5rem}.filters{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.search-input{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.search-input:focus{border-color:#f60;outline:none}.category-filters{flex-wrap:wrap;gap:.5rem;display:flex}.category-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:.5rem 1rem;transition:all .3s}.category-btn:hover{color:#f60;border-color:#f60}.category-btn.active{color:#fff;background:#f60;border-color:#f60}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{background:#fff;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image{background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-info{padding:1rem}.product-info h3{color:#000;margin-bottom:.5rem;font-size:1.2rem}.product-category{color:#f60;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.product-description{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.4}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:#000;font-size:1.5rem;font-weight:700}.btn-add-cart{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:700;transition:background .3s}.btn-add-cart:hover{background:#e55a00}.out-of-stock{color:#999;font-weight:700}.loading,.error,.no-products{text-align:center;color:#666;padding:3rem;font-size:1.2rem}.error{color:#c00}.cart-page{background:#f5f5f5;min-height:calc(100vh - 200px);padding:2rem}.cart-container{max-width:1200px;margin:0 auto}.cart-container h1{color:#000;margin-bottom:2rem;font-size:2.5rem}.empty-cart{text-align:center;background:#fff;border-radius:8px;padding:4rem}.empty-cart p{color:#666;margin-bottom:2rem;font-size:1.5rem}.btn-shop{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;padding:1rem 2rem;font-weight:700;transition:background .3s}.btn-shop:hover{background:#e55a00}.cart-items{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1rem}.cart-item{border-bottom:1px solid #eee;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item:last-child{border-bottom:none}.item-image{background:#f0f0f0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.no-image{color:#ccc;font-size:2rem}.item-details{flex:1}.item-details h3{color:#000;margin-bottom:.5rem}.item-price{color:#666;font-weight:700}.item-quantity{align-items:center;gap:.5rem;display:flex}.item-quantity button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;width:30px;height:30px;font-weight:700;transition:all .3s}.item-quantity button:hover:not(:disabled){color:#fff;background:#f60;border-color:#f60}.item-quantity button:disabled{opacity:.5;cursor:not-allowed}.item-quantity span{text-align:center;min-width:30px;font-weight:700}.item-total{color:#000;text-align:right;min-width:100px;font-size:1.2rem;font-weight:700}.btn-remove{color:#c00;cursor:pointer;background:#fee;border:none;border-radius:4px;width:30px;height:30px;font-size:1.2rem;transition:all .3s}.btn-remove:hover{background:#fcc}.cart-summary{background:#fff;border-radius:8px;max-width:400px;margin-left:auto;padding:2rem}.cart-summary h2{color:#000;margin-bottom:1rem}.summary-row{border-bottom:1px solid #eee;justify-content:space-between;padding:.75rem 0;display:flex}.summary-row.total{color:#000;border-top:2px solid #000;border-bottom:none;margin-top:.5rem;font-size:1.5rem;font-weight:700}.btn-checkout{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .3s}.btn-checkout:hover{background:#e55a00}@media (max-width:768px){.cart-item{flex-wrap:wrap}.item-total{text-align:left;order:4;width:100%;margin-top:.5rem}}.orders-container{max-width:1200px;margin:0 auto;padding:20px}.order-card{background:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000001a}.order-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.order-id{color:#333;font-size:18px;font-weight:700}.order-status{text-transform:uppercase;border-radius:20px;padding:5px 15px;font-size:12px;font-weight:700}.order-status.placed{color:#1976d2;background:#e3f2fd}.order-status.accepted{color:#388e3c;background:#e8f5e9}.order-status.preparing{color:#f57c00;background:#fff3e0}.order-status.ready{color:#388e3c;background:#e8f5e9}.order-status.out_for_delivery{color:#7b1fa2;background:#f3e5f5}.order-status.delivered{color:#2e7d32;background:#c8e6c9}.order-status.cancelled{color:#c62828;background:#ffcdd2}.order-date{color:#666;margin-bottom:15px;font-size:14px}.order-items{border-top:1px solid #eee;border-bottom:1px solid #eee;margin:15px 0;padding:15px 0}.order-item{justify-content:space-between;padding:8px 0;display:flex}.order-total{justify-content:space-between;margin-top:15px;font-size:18px;font-weight:700;display:flex}.order-delivery-info{background:#f5f5f5;border-radius:5px;margin-top:15px;padding:15px}.empty-orders{text-align:center;color:#999;padding:60px 20px}.profile-container{max-width:800px;margin:0 auto;padding:20px}.profile-card{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a}.profile-header{text-align:center;margin-bottom:30px}.profile-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:40px;font-weight:700;display:flex}.profile-name{margin-bottom:5px;font-size:24px;font-weight:700}.profile-email{color:#666;font-size:14px}.profile-info{margin-top:30px}.info-item{border-bottom:1px solid #eee;align-items:center;padding:15px;display:flex}.info-item:last-child{border-bottom:none}.info-icon{color:#667eea;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:15px;display:flex}.info-content{flex:1}.info-label{color:#999;text-transform:uppercase;margin-bottom:5px;font-size:12px}.info-value{color:#333;font-size:16px}.profile-actions{justify-content:center;gap:15px;margin-top:30px;display:flex}.btn-edit,.btn-save,.btn-cancel{cursor:pointer;border:none;border-radius:5px;align-items:center;gap:8px;padding:12px 30px;font-size:16px;transition:all .3s;display:inline-flex}.btn-edit{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-edit:hover{transform:translateY(-2px);box-shadow:0 4px 8px #667eea66}.btn-save{color:#fff;background:#4caf50}.btn-save:hover{background:#45a049}.btn-cancel{color:#fff;background:#f44336}.btn-cancel:hover{background:#da190b}.form-group{margin-bottom:15px}.form-group label{color:#666;margin-bottom:5px;font-size:14px;display:block}.form-group input{border:1px solid #ddd;border-radius:5px;width:100%;padding:10px;font-size:16px}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{cursor:not-allowed;background:#f5f5f5}.loading{text-align:center;padding:60px 20px}.error{color:#c62828;background:#ffebee;border-radius:5px;margin-bottom:20px;padding:15px}.success{color:#2e7d32;background:#e8f5e9;border-radius:5px;margin-bottom:20px;padding:15px}.notification-bell-container{position:relative}.notification-bell-button{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;font-size:24px;transition:all .3s;position:relative}.notification-bell-button:hover{background:#0000000d;transform:scale(1.1)}.notification-badge{color:#fff;text-align:center;background:red;border-radius:10px;min-width:18px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:2px;right:2px}.connection-indicator{background:#0f0;border:2px solid #fff;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;position:absolute;bottom:4px;right:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.notification-overlay{z-index:999;background:#0003;position:fixed;inset:0}.notification-dropdown{z-index:1000;background:#fff;border-radius:12px;flex-direction:column;width:380px;max-height:500px;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000026}.notification-header{background:#f9f9f9;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.notification-header h3{color:#333;margin:0;font-size:18px;font-weight:600}.mark-all-read-btn{color:#f60;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:13px;transition:all .2s}.mark-all-read-btn:hover{background:#ff66001a}.notification-list{max-height:400px;overflow-y:auto}.notification-loading,.notification-empty{text-align:center;color:#999;padding:40px 20px}.notification-item{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:flex-start;padding:12px 20px;transition:all .2s;display:flex;position:relative}.notification-item:hover{background:#f9f9f9}.notification-item.unread{background:#fff8f0}.notification-item.unread:hover{background:#fff4e6}.notification-icon{flex-shrink:0;margin-right:12px;font-size:28px}.notification-content{flex:1;min-width:0}.notification-title{color:#333;margin-bottom:4px;font-size:14px;font-weight:600}.notification-message{color:#666;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.notification-time{color:#999;font-size:11px}.unread-dot{background:#f60;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;margin-left:8px}.notification-footer{background:#f9f9f9;border-top:1px solid #eee;padding:12px 20px}.connection-status{color:#666;text-align:center;margin:0;font-size:12px}@media (max-width:768px){.notification-dropdown{width:calc(100vw - 40px);right:-20px}}.toast-container{z-index:9999;flex-direction:column;gap:12px;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.toast{cursor:pointer;background:#fff;border-left:4px solid #f60;border-radius:12px;align-items:flex-start;padding:16px;transition:all .3s;animation:.3s slideIn;display:flex;box-shadow:0 8px 24px #00000026}.toast:hover{transform:translate(-4px);box-shadow:0 12px 32px #0003}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-icon{flex-shrink:0;margin-right:12px;font-size:28px}.toast-content{flex:1;min-width:0}.toast-title{color:#333;margin-bottom:4px;font-size:15px;font-weight:600}.toast-message{color:#666;font-size:13px;line-height:1.4}.toast-close{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:8px;padding:0;font-size:24px;line-height:1;transition:color .2s}.toast-close:hover{color:#333}.toast-order{border-left-color:#f60}.toast-order_placed{border-left-color:#4caf50}.toast-order_confirmed{border-left-color:#2196f3}.toast-order_delivered{border-left-color:#4caf50}.toast-order_cancelled{border-left-color:#f44336}.toast-payment_received{border-left-color:#4caf50}.toast-promo_offer{border-left-color:#ff9800}@media (max-width:768px){.toast-container{max-width:none;top:10px;left:10px;right:10px}.toast{padding:12px}.toast-icon{font-size:24px}.toast-title{font-size:14px}.toast-message{font-size:12px}}
