:root{--text:#cbd5e1;--text-h:#f8fafc;--bg:#0f172a;--border:#334155;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0;transition:background .25s,color .25s,transform .25s,box-shadow .25s}:root{--primary:#f59e0b;--primary-dark:#d97706;--secondary:#6b7280;--success:#10b981;--danger:#ef4444;--warning:#ff6b6b;--bg:#1e293b;--bg-light:#0f172a;--text:#f8fafc;--text-light:#cbd5e1;--border:#334155;--shadow:0 1px 3px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}body{background:var(--bg-light);color:var(--text);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.navbar{z-index:1000;background:#f59e0b;justify-content:space-between;align-items:center;min-height:52px;display:flex;position:sticky;top:0;box-shadow:0 4px 18px #00000026;padding:.3rem 1rem!important}.brand-logo{align-items:center;display:flex}.full-logo{object-fit:contain;width:220px;height:auto;display:block}.navbar ul{align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.navbar a{color:#fff;border-radius:10px;padding:.45rem .8rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s}.navbar a:hover{background:#ffffff2e;transform:translateY(-2px)}.logout-btn{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:10px;padding:.45rem .9rem;font-weight:700;transition:all .25s}.logout-btn:hover{background:#ffffff40;transform:translateY(-2px)}.customer-menu-wrapper{align-items:center;display:flex;position:relative}.customer-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px 8px;font-size:25px;line-height:1}.customer-dropdown{z-index:10000;background:#111827;border:1px solid #334155;border-radius:12px;flex-direction:column;width:170px;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 12px 30px #0006}.customer-dropdown button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:13px 16px;font-size:14px;font-weight:600}.customer-dropdown button:hover{background:#1f2937}.customer-dropdown-logout{color:#ef4444!important;border-top:1px solid #334155!important}@media (width<=768px){.customer-menu-wrapper{position:absolute;right:14px}.customer-menu-btn{padding:6px;font-size:22px}.navbar{gap:0;min-height:48px;padding:.25rem .7rem!important}.full-logo{width:155px;margin-bottom:0}.navbar ul{gap:.45rem;margin:0;padding:0}.navbar a{padding:.15rem .35rem;font-size:1.125rem;line-height:1}.logout-btn{padding:.28rem .45rem;font-size:.8rem}.admin-menu-wrapper{position:absolute;right:14px}.admin-menu-btn{padding:6px;font-size:22px}}.admin-login-container{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;display:flex}.login-box{background:var(--bg);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 20px 60px #0000004d}.login-box h1{color:var(--text);margin-bottom:.5rem;font-size:2rem}.login-box p{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem}.login-error{color:#ef4444;background:#ef44441a;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-weight:500}.login-input{border:2px solid var(--border);background:var(--bg-light);width:100%;color:var(--text);border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:1rem;transition:border-color .3s}.login-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f59e0b1a}.login-button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem;font-weight:700;transition:all .3s}.login-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.login-hint{color:var(--text-light);font-size:.85rem}.home-container{background:#111827;border:1px solid #1f2937;border-radius:22px;max-width:900px;margin:2rem auto;padding:2rem 2rem 120px;box-shadow:0 20px 45px #0000004d}.home-container h1{color:var(--primary-dark);margin-bottom:.5rem;font-size:2rem}.tagline{color:#fff;margin-top:-.9rem;margin-bottom:.5rem;font-size:1rem;font-style:italic}.success-message{background:var(--success);color:#fff;border-radius:6px;margin-bottom:1.5rem;padding:1rem;font-weight:500;animation:.3s ease-out slideIn}.error-message{color:#ef4444;background:#ef44441a;border-left:4px solid #ef4444;border-radius:6px;margin-bottom:1.5rem;padding:1rem;font-weight:500;animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.products-section{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.product{background:var(--bg-light);border:2px solid var(--border);border-radius:8px;padding:1.5rem;transition:all .3s}.product:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 18px 40px #00000059}.product h2{color:var(--text);margin-bottom:1rem;font-size:1.3rem}.product .price{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.product .note{color:var(--text-light);margin-bottom:1rem;font-size:.9rem}.quantity-input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:4px;margin-bottom:.5rem;padding:.75rem;font-size:1rem}.product .total{color:var(--success);margin-top:.5rem;font-size:1.1rem;font-weight:600}.floating-checkout-bar{color:#fff;z-index:999;background:#f59e0b;border-radius:18px;justify-content:space-between;align-items:center;width:min(900px,100% - 24px);padding:14px 18px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000059}.floating-left{flex-direction:column;display:flex}.floating-eggs{font-size:18px;font-weight:700}.floating-price{opacity:.9;font-size:15px}.floating-continue-btn{color:#f59e0b;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:12px 22px;font-size:17px;font-weight:700}.floating-continue-btn:hover{transform:scale(1.03)}.floating-continue-btn:disabled{opacity:.5;cursor:not-allowed}.delivery-section{background:#1e293b;border:1px solid #334155;border-radius:18px;margin-bottom:2rem;padding:1.7rem;box-shadow:0 10px 25px #00000047}.delivery-section h2{color:var(--text);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-weight:600;display:block}.form-input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:4px;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f59e0b1a}.order-summary{background:#1e293b;border:1px solid #334155;border-radius:18px;margin-bottom:2rem;padding:1.7rem;box-shadow:0 10px 25px #00000047}.order-summary h2{color:var(--text);margin-bottom:1rem}.summary-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:.75rem 0;display:flex}.summary-row:last-child{border-bottom:none}.grand-total{color:var(--primary);padding:1rem 0;font-size:1.2rem;font-weight:700}.place-order-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.place-order-btn:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.place-order-btn:active{transform:translateY(0)}.admin-container{max-width:1200px;margin:0 auto;padding:1.25rem 2rem 2rem}.admin-container h1{color:var(--primary-dark);margin-bottom:1rem;font-size:2rem}.order-count{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.no-orders{text-align:center;background:var(--bg);color:var(--text-light);border-radius:8px;padding:3rem}.orders-list{gap:1.5rem;display:grid}.order-card{background:var(--bg);border-left:5px solid var(--border);box-shadow:var(--shadow-lg);border-radius:8px;transition:all .3s;overflow:hidden}.order-card:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.order-card.status-pending{border-left-color:var(--warning)}.order-card.status-preparing{border-left-color:#3b82f6}.order-card.status-ready{border-left-color:#f59e0b}.order-card.status-delivered{border-left-color:var(--success)}.order-header{background:var(--bg-light);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.order-header h3{color:var(--text);margin:0}.status-badge{border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.status-badge.pending{color:var(--warning);background:#ff6b6b1a}.status-badge.preparing{color:#3b82f6;background:#3b82f61a}.status-badge.ready{color:#f59e0b;background:#f59e0b1a}.status-badge.delivered{color:var(--success);background:#10b9811a}.order-content{grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem;padding:1.5rem;display:grid}.order-content h4{color:var(--text);margin-bottom:.75rem;font-size:.95rem}.order-content p{color:var(--text-light);margin-bottom:.5rem;font-size:.95rem}.buyer-info,.delivery-info,.items-info,.amount-info{background:var(--bg-light);border:1px solid var(--border);border-radius:6px;padding:1rem}.order-time{color:var(--text-light);margin-top:.5rem;font-size:.85rem}.order-actions{border-top:1px solid var(--border);gap:1rem;padding:1.5rem;display:flex}.status-select{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:4px;flex:1;padding:.75rem;font-size:1rem}.status-select:focus{border-color:var(--primary);outline:none}.delete-btn{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.delete-btn:hover{background:#dc2626;transform:translateY(-2px)}@media (width<=768px){.admin-container{margin:0 auto;padding:1rem .8rem 1.5rem}.admin-container h1{margin-top:0;margin-bottom:.8rem;font-size:1.5rem}}.cart-container{background:var(--bg);max-width:1200px;box-shadow:var(--shadow-lg);border-radius:8px;margin:2rem auto;padding:2rem}.cart-container h1{color:var(--primary-dark);margin-bottom:2rem;font-size:2rem}.empty-cart{text-align:center;color:var(--text-light);padding:3rem}.empty-cart p{margin-bottom:1.5rem;font-size:1.1rem}.phone-prompt{background:var(--bg-light);border:2px solid var(--border);border-radius:8px;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:2rem}.phone-prompt form{flex-wrap:wrap;gap:1rem;display:flex}.phone-prompt .form-input{flex:1;min-width:200px}.phone-prompt .place-order-btn{margin-bottom:0}.orders-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.order-item{background:var(--bg-light);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:all .3s}.order-item:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.order-item h3{color:var(--primary);margin-bottom:1rem}.order-item p{color:var(--text-light);margin-bottom:.5rem}.order-item .status-pending{color:var(--warning);font-weight:600}.order-item .status-preparing{color:#3b82f6;font-weight:600}.order-item .status-ready{color:#f59e0b;font-weight:600}.order-item .status-delivered{color:var(--success);font-weight:600}.cart-summary{background:var(--primary);color:#fff;text-align:center;border-radius:8px;padding:1.5rem}.cart-summary h2{font-size:1.5rem}@media (width<=768px){.products-section,.order-content{grid-template-columns:1fr}.navbar{flex-direction:column;gap:1rem}.navbar ul{gap:1rem}.order-actions{flex-direction:column}.orders-grid{grid-template-columns:1fr}}@media (width<=480px){.home-container,.admin-container,.cart-container{margin:1rem;padding:1rem}.navbar{padding:1rem}.navbar h1{font-size:1.2rem}.home-container h1{font-size:1.5rem}}.sticky-order-bar{z-index:1000;background:#fff;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #00000014}.sticky-total{color:#111827;font-size:1.4rem;font-weight:800}.sticky-order-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:12px;padding:12px 18px;font-size:15px;font-weight:700;transition:all .25s}.sticky-order-btn:hover{transform:translateY(-2px)}.sticky-order-btn:active{transform:scale(.97)}.splash-screen{z-index:99999;background:#07122b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-logo{object-fit:contain;width:min(380px,90vw);max-width:75vw;height:auto;animation:1.4s splashPop}@keyframes splashPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.product.disabled{opacity:.6;pointer-events:none}input,select,textarea{background:var(--bg);color:var(--text);border:1px solid var(--border);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}input::placeholder,textarea::placeholder{color:var(--text-light)}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:none}option{background:var(--bg);color:var(--text)}.price-notice{text-align:center;background:#2d4f7c;border:2px solid #6ea8fe;border-radius:14px;margin-bottom:20px;padding:14px 20px;animation:2.2s ease-in-out infinite pulseNotice;box-shadow:0 0 10px #e7c15a2e}.price-notice-title{color:#fff8e6;margin-bottom:6px;font-size:18px;font-weight:700}.price-notice-text{color:#fff5d8;font-size:15px;line-height:1.5}@keyframes pulseNotice{0%{transform:scale(1);box-shadow:0 0 8px #e7c15a1f}50%{transform:scale(1.008);box-shadow:0 0 16px #e7c15a47}to{transform:scale(1);box-shadow:0 0 8px #e7c15a1f}}@media (width<=768px){.floating-checkout-bar{border-radius:14px;width:calc(100% - 16px);padding:12px 14px;bottom:12px}.floating-eggs{font-size:16px}.floating-price{font-size:14px}.floating-continue-btn{padding:10px 18px;font-size:15px}}.announcement-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;background:#000000a6;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.announcement-card{text-align:center;background:#111827;border:1px solid #334155;border-radius:22px;width:430px;max-width:90%;padding:24px 28px 28px;animation:.3s popup;position:relative;box-shadow:0 25px 60px #00000073}.announcement-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:24px;transition:all .2s;position:absolute;top:16px;right:16px}.announcement-close:hover{color:#fff;transform:scale(1.1)}.announcement-header{margin-bottom:18px}.announcement-mascot{flex-shrink:0;width:160px;height:auto}.announcement-card h2{color:#fff;margin:0 0 14px;font-size:1.9rem;font-weight:700;line-height:1.15}.announcement-card p{color:#cbd5e1;line-height:1.6}.announcement-note{margin-top:18px;margin-bottom:28px;font-size:16px}.announcement-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:14px;width:100%;padding:15px;font-size:17px;font-weight:700;transition:all .25s}.announcement-btn:hover{transform:translateY(-2px)}@keyframes popup{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.announcement-card{width:92%;padding:24px}.announcement-price{font-size:28px}}.footer-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;background:#000000a6;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.footer-modal{background:#111827;border:1px solid #334155;border-radius:22px;width:520px;max-width:90%;padding:30px;animation:.3s popup;box-shadow:0 25px 60px #00000073}.footer-modal h2{color:#fff;text-align:center;margin-bottom:24px}.footer-modal-content{color:#cbd5e1;text-align:left;max-height:360px;margin-bottom:25px;padding-right:10px;font-size:14px;line-height:1.65;overflow-y:auto}@media (width<=768px){.footer-modal{width:92%;padding:24px}}.footer{border-top:1px solid #334155;flex-direction:column;gap:14px;margin-top:60px;padding-top:28px;display:flex}.footer-item{color:#cbd5e1;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:fit-content;padding:0;font-size:16px;transition:all .25s;display:flex}.footer-item:hover{color:#f59e0b;transform:translate(4px)}.footer-item svg{flex-shrink:0;width:20px;height:20px}.footer-copyright{text-align:center;color:#64748b;margin-top:20px;font-size:14px}.footer-modal-content::-webkit-scrollbar{width:8px}.footer-modal-content::-webkit-scrollbar-track{background:#1e293b;border-radius:20px}.footer-modal-content::-webkit-scrollbar-thumb{background:#475569;border-radius:20px}.footer-modal-content::-webkit-scrollbar-thumb:hover{background:#64748b}.delivery-tracker{background:#111827;border:1px solid #334155;border-radius:16px;width:100%;max-width:700px;margin:18px auto 24px;padding:14px}.tracker-header,.tracker-row{text-align:center;grid-template-columns:1.3fr 1fr 1fr 1fr;align-items:center;gap:6px;display:grid}.tracker-header{color:#94a3b8;text-transform:uppercase;padding-bottom:9px;font-size:12px;font-weight:700}.tracker-row{color:#fff;border-top:1px solid #263244;min-height:48px;padding:7px 0}.tracker-label{text-align:left;font-size:13px;font-weight:700}.tracker-with-me{flex-direction:column;align-items:center;gap:2px;display:flex}.tracker-row strong{font-size:18px}.tracker-edit-btn{color:#f59e0b;cursor:pointer;background:0 0;border:none;padding:0;font-size:10px;font-weight:700}.tracker-edit{flex-direction:column;align-items:center;gap:4px;display:flex}.tracker-edit input{text-align:center;border-radius:6px;width:52px;padding:5px;font-size:13px}.tracker-edit button{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:700}.tracker-message{text-align:center;margin:0 0 5px;font-size:11px;font-weight:600}.tracker-short{color:#ef4444}.tracker-extra{color:#22c55e}.tracker-exact{color:#94a3b8}@media (width<=600px){.delivery-tracker{border-radius:12px;margin:14px 0 18px;padding:10px}.tracker-header,.tracker-row{grid-template-columns:1.25fr .9fr .9fr .9fr;gap:3px}.tracker-header{font-size:9px}.tracker-label{font-size:11px}.tracker-row strong{font-size:16px}.tracker-message{font-size:10px}}.admin-menu-wrapper{align-items:center;display:flex;position:relative}.admin-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:5px 8px;font-size:25px;line-height:1}.admin-dropdown{z-index:10000;background:#111827;border:1px solid #334155;border-radius:12px;flex-direction:column;width:150px;display:flex;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 12px 30px #0006}.admin-dropdown a,.admin-dropdown button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:13px 16px;font-size:14px;font-weight:600;text-decoration:none}.admin-dropdown a:hover,.admin-dropdown button:hover{background:#1f2937}.admin-dropdown-logout{color:#ef4444!important;border-top:1px solid #334155!important}.compact-order-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-top:4px;padding-left:10px;padding-right:6px;display:flex}.compact-order-header>div{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;display:flex}.compact-order-header h3{color:#fff;margin:0;font-size:16px;font-weight:700;line-height:1.3}.compact-order-info{grid-template-columns:1fr 1.5fr;gap:20px;margin-bottom:18px;padding:0 8px;display:grid}.compact-order-info div{flex-direction:column;gap:6px;display:flex}.compact-order-info span{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:700}.compact-order-info strong{color:#fff;font-size:14px;font-weight:700;line-height:1.3}.show-details-btn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:none;border-radius:7px;width:100%;padding:7px;font-size:11px;font-weight:700}.show-details-btn:hover{background:#ffffff24}.expanded-order-details{border-top:1px solid #ffffff1f;margin-top:15px;padding-top:15px}@media (width<=600px){.order-card{margin-bottom:12px;padding:14px!important}.compact-order-header{margin-bottom:20px}.compact-order-header h3{font-size:16px}.compact-order-header .status-badge{padding:5px 9px;font-size:10px}.compact-order-info{gap:16px;margin-bottom:14px;padding:0 6px}.compact-order-info strong{font-size:13px}.show-details-btn{padding:7px;font-size:10px}}.compact-order-header .status-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 10px;font-size:11px}.profile-page{background:#0f172a;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:55px 20px;display:flex}.profile-card{background:#111827;border:1px solid #334155;border-radius:16px;width:100%;max-width:480px;padding:28px;box-shadow:0 12px 30px #00000040}.profile-card h1{color:#f59e0b;text-align:center;margin:0 0 28px;font-size:26px}.profile-field{margin-bottom:20px}.profile-field label{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.profile-field p{color:#f8fafc;background:#1e293b;border:1px solid #334155;border-radius:9px;margin:0;padding:12px 14px;font-size:15px;font-weight:600}.profile-field input{box-sizing:border-box;color:#fff;background:#1e293b;border:1px solid #f59e0b;border-radius:9px;outline:none;width:100%;padding:12px 14px;font-size:15px}.profile-field input:focus{border-color:#fbbf24;box-shadow:0 0 0 2px #f59e0b26}.edit-profile-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:9px;width:100%;margin-top:8px;padding:12px;font-size:15px;font-weight:700}.profile-actions{gap:10px;margin-top:8px;display:flex}.profile-actions button{cursor:pointer;border:none;border-radius:9px;flex:1;padding:12px;font-size:14px;font-weight:700}.profile-actions button:first-child{color:#fff;background:#f59e0b}.profile-actions button:last-child{color:#fff;background:#334155}@media (width<=768px){.profile-page{padding:30px 16px}.profile-card{border-radius:14px;padding:22px 18px}.profile-card h1{margin-bottom:24px;font-size:22px}.profile-field{margin-bottom:16px}.profile-field p,.profile-field input{padding:11px 12px;font-size:14px}.profile-actions{gap:8px}}.customer-login-page{background:#0f172a;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:70px 20px;display:flex}.customer-login-card{background:#1e293b;border:1px solid #334155;border-radius:16px;width:100%;max-width:400px;padding:30px;box-shadow:0 12px 30px #00000040}.customer-login-card h1{text-align:center;color:#f59e0b;margin:0 0 7px;font-size:27px}.login-subtitle{text-align:center;color:#94a3b8;margin:0 0 28px;font-size:14px}.customer-login-card label{color:#cbd5e1;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.customer-login-card input{box-sizing:border-box;color:#fff;background:#0f172a;border:1px solid #475569;border-radius:9px;outline:none;width:100%;padding:13px 14px;font-size:16px}.customer-login-card input:focus{border-color:#f59e0b}.customer-login-card button{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:9px;width:100%;margin-top:20px;padding:13px;font-size:15px;font-weight:700}.customer-login-card button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#f87171;margin:10px 0 0;font-size:13px}.login-note{text-align:center;color:#64748b;margin:16px 0 0;font-size:12px}@media (width<=768px){.customer-login-page{padding:40px 16px}.customer-login-card{padding:24px 20px}.customer-login-card h1{font-size:23px}}.signup-label{margin-top:15px}.login-link{color:#f59e0b;cursor:pointer;font-weight:700}.login-link:hover{text-decoration:underline}.customer-login-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#b91c1c;border:none;border-radius:9px;padding:10px 16px;font-size:15px;font-weight:700;transition:all .2s}.customer-login-btn:hover{background:#991b1b}@media (width<=768px){.customer-login-btn{white-space:nowrap;padding:7px 8px;font-size:11px}}.notification-banner{z-index:5000;box-sizing:border-box;color:#fff;text-align:center;border-radius:9px;width:calc(100% - 32px);max-width:500px;padding:11px 16px;font-size:14px;font-weight:700;animation:.25s notificationSlide;position:fixed;top:65px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0000004d}.notification-banner.success{background:#15803d}.notification-banner.error{background:#b91c1c}.notification-banner span{margin-right:7px}@keyframes notificationSlide{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@media (width<=768px){.notification-banner{width:calc(100% - 24px);padding:9px 12px;font-size:13px;top:55px}}.coming-page{background:#0f172a;justify-content:center;align-items:flex-start;min-height:calc(100vh - 70px);padding:55px 20px;display:flex}.coming-card{text-align:center;background:#111827;border:1px solid #334155;border-radius:18px;width:100%;max-width:520px;padding:35px 28px;animation:.5s comingFade;box-shadow:0 15px 35px #0000004d}.coming-egg{margin-bottom:14px;font-size:55px;animation:2.2s ease-in-out infinite eggFloat}.coming-badge{color:#f59e0b;letter-spacing:1.3px;background:#f59e0b26;border:1px solid #f59e0b;border-radius:20px;margin-bottom:14px;padding:5px 11px;font-size:10px;font-weight:800;display:inline-block}.coming-card h1{color:#f59e0b;margin:0;font-size:28px}.coming-card h2{color:#fff;margin:9px 0 18px;font-size:18px}.coming-description{color:#94a3b8;max-width:410px;margin:0 auto 27px;font-size:14px;line-height:1.6}.coming-features{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px;display:grid}.coming-features div{background:#1e293b;border:1px solid #334155;border-radius:11px;padding:15px 7px}.coming-features span{margin-bottom:7px;font-size:23px;display:block}.coming-features p{color:#e2e8f0;margin:0;font-size:11px;font-weight:700}.coming-small{color:#64748b;margin:0;font-size:12px;line-height:1.5}@keyframes eggFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes comingFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.coming-page{padding:32px 15px}.coming-card{padding:27px 17px}.coming-egg{font-size:46px}.coming-card h1{font-size:23px}.coming-card h2{font-size:16px}.coming-description{font-size:13px}.coming-features{gap:7px}.coming-features div{padding:13px 4px}.coming-features p{font-size:10px}}.compact-status-select{cursor:pointer;border:1px solid;border-radius:18px;outline:none;padding:6px 10px;font-size:12px;font-weight:700}.compact-status-select.pending{color:#c9f;background:#2a0d3a;border-color:#c9f}.compact-status-select.preparing{color:#6cf;background:#0d223a;border-color:#6cf}.compact-status-select.ready{color:#fc6;background:#3a2d0d;border-color:#fc6}.compact-status-select.delivered{color:#0f9;background:#104428;border-color:#0f9}.compact-status-select.cancelled{color:#f66;background:#3a0d0d;border-color:#f44}.admin-title-row{justify-content:center;align-items:center;gap:10px;display:flex}.admin-title-row h1{margin:0}.admin-refresh-btn{color:#f59e0b;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:28px;font-weight:700;transition:transform .25s}.admin-refresh-btn:hover{transform:rotate(90deg)}.admin-refresh-btn:active{transform:rotate(360deg)}.schedule-page{box-sizing:border-box;background:#0f172a;min-height:calc(100vh - 70px);padding:30px 16px 60px}.schedule-main-card{box-sizing:border-box;background:linear-gradient(145deg,#111827,#131d2e);border:1px solid #3b475a;border-radius:18px;width:100%;max-width:650px;margin:0 auto;padding:26px;box-shadow:0 18px 45px #0000004d}.schedule-title{align-items:center;gap:16px;margin-bottom:24px;padding:5px 4px;display:flex}.schedule-title-image{object-fit:contain;flex-shrink:0;width:88px;height:88px}.schedule-title-text h1{color:#f59e0b;margin:0;font-size:28px;font-weight:800}.schedule-title-text p{color:#94a3b8;margin:5px 0 0;font-size:13px}.schedule-free-banner{background:linear-gradient(135deg,#f59e0b24,#f59e0b0d);border:1px solid #f59e0b8c;border-radius:12px;flex-direction:column;gap:6px;margin-bottom:22px;padding:17px;display:flex;box-shadow:inset 0 0 20px #f59e0b0a}.schedule-free-banner strong{color:#f59e0b;font-size:15px}.schedule-free-banner span{color:#cbd5e1;font-size:12px}.schedule-lock-message{color:#fca5a5;background:#7f1d1d40;border:1px solid #7f1d1d;border-radius:12px;flex-direction:column;gap:6px;margin-bottom:20px;padding:14px 16px;display:flex}.schedule-lock-message strong{color:#fecaca;font-size:14px}.schedule-lock-message span{font-size:12px;line-height:1.5}.schedule-create-section{background:linear-gradient(#182235,#131d2e);border:1px solid #f59e0b2e;border-radius:16px;margin-top:8px;padding:24px;box-shadow:inset 0 1px #ffffff08}.schedule-create-section h2{color:#fff;text-align:center;margin:0 0 8px;font-size:26px;font-weight:800}.schedule-create-section>p{color:#94a3b8;text-align:center;margin:0 0 28px;font-size:14px;line-height:1.6}.schedule-field{margin-bottom:22px}.schedule-field label{color:#f59e0b;text-transform:uppercase;letter-spacing:1px;margin-bottom:9px;font-size:12px;font-weight:800;display:block}.schedule-field select{color:#fff;box-sizing:border-box;background:#202b3f;border:1px solid #374151;border-radius:14px;width:100%;height:54px;padding:0 16px;font-size:15px;font-weight:500;transition:all .25s}.schedule-field select:focus{border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b1f}.schedule-field select:disabled{opacity:.5;cursor:not-allowed}.schedule-primary-btn{color:#111827;cursor:pointer;background:#f59e0b;border:none;border-radius:10px;width:100%;margin-top:5px;padding:14px 16px;font-size:15px;font-weight:800;transition:transform .15s,opacity .15s}.schedule-primary-btn:hover{transform:translateY(-1px)}.schedule-primary-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.schedule-edit-section{background:#1e293b;border:1px solid #475569;border-radius:12px;margin-bottom:22px;padding:18px}.schedule-edit-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:8px;display:grid}.schedule-edit-actions button{cursor:pointer;border-radius:9px;padding:12px;font-size:13px;font-weight:700}.schedule-cancel-btn{color:#cbd5e1;background:0 0;border:1px solid #64748b}.schedule-save-btn{color:#111827;background:#f59e0b;border:1px solid #f59e0b}.schedule-save-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.schedule-edit-section{padding:14px}.schedule-edit-actions{gap:8px}.schedule-edit-actions button{padding:11px 6px;font-size:12px}}.active-schedule-header{background:#1e293b;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:17px;padding:11px 14px;display:flex}.active-schedule-header>div{color:#e2e8f0;align-items:center;gap:7px;font-size:13px;display:flex}.active-dot{color:#22c55e}.active-schedule-header>span{color:#f59e0b;background:#f59e0b1f;border-radius:20px;padding:4px 9px;font-size:10px;font-weight:800}.schedule-details-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px;display:grid}.schedule-details-grid>div{background:#1e293b;border:1px solid #334155;border-radius:11px;flex-direction:column;gap:6px;padding:15px;display:flex}.schedule-details-grid span{color:#94a3b8;font-size:11px}.schedule-details-grid strong{color:#f8fafc;font-size:14px}.schedule-progress{background:#1e293b;border-radius:11px;margin-bottom:20px;padding:16px}.schedule-progress-top{color:#cbd5e1;justify-content:space-between;margin-bottom:10px;font-size:12px;display:flex}.schedule-progress-top strong{color:#f59e0b}.schedule-progress-bar{background:#334155;border-radius:20px;height:8px;overflow:hidden}.schedule-progress-bar>div{background:#f59e0b;border-radius:20px;height:100%;transition:width .4s}.schedule-progress p{color:#94a3b8;margin:8px 0 0;font-size:11px}.schedule-actions{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px;display:grid}.schedule-actions button{color:#f59e0b;cursor:pointer;background:#1e293b;border:1px solid #f59e0b;border-radius:9px;padding:12px 8px;font-size:13px;font-weight:700}.schedule-actions .schedule-skip-btn{color:#f87171;border-color:#ef4444}.schedule-actions button:disabled{opacity:.4;cursor:not-allowed}.schedule-history{background:#1e293b;border:1px solid #334155;border-radius:11px;margin-top:4px;overflow:hidden}.schedule-history-toggle{color:#f8fafc;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:15px;font-size:13px;font-weight:700;display:flex}.schedule-table-wrapper{padding:0 12px 12px;overflow-x:auto}.schedule-table{border-collapse:collapse;width:100%;min-width:460px;font-size:12px}.schedule-table th{color:#94a3b8;text-align:left;border-bottom:1px solid #475569;padding:10px 8px}.schedule-table td{color:#e2e8f0;border-bottom:1px solid #334155;padding:11px 8px}.schedule-no-history{color:#94a3b8;text-align:center;padding:5px 4px 14px;font-size:12px}.schedule-status{white-space:nowrap;border-radius:20px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-block}.schedule-status.delivered{color:#4ade80;background:#22c55e26}.schedule-status.skipped{color:#f87171;background:#ef444426}.schedule-status.pending{color:#60a5fa;background:#3b82f626}.schedule-status.upcoming{color:#cbd5e1;background:#94a3b826}.schedule-rules-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;width:100%;margin-top:16px;padding:10px;font-size:12px}.schedule-rules-link:hover{color:#f59e0b}.schedule-rules-overlay{z-index:9999;box-sizing:border-box;background:#000000bf;justify-content:center;align-items:center;padding:18px;animation:.2s scheduleOverlayFade;display:flex;position:fixed;inset:0}.schedule-rules-card{box-sizing:border-box;background:#111827;border:1px solid #475569;border-radius:17px;width:100%;max-width:520px;max-height:85vh;padding:26px 22px;animation:.25s schedulePopupIn;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000073}.schedule-rules-card h2{color:#f59e0b;margin:0 35px 7px 0;font-size:22px}.schedule-rules-intro{color:#94a3b8;margin:0 0 18px;font-size:12px;line-height:1.5}.schedule-rules-close{color:#cbd5e1;cursor:pointer;background:#1e293b;border:none;border-radius:50%;width:32px;height:32px;position:absolute;top:14px;right:14px}.schedule-rules-list{padding:4px 0}.schedule-rules-list p{color:#cbd5e1;background:#1e293b;border-left:3px solid #f59e0b;border-radius:7px;margin:0 0 13px;padding:11px 12px;font-size:12px;line-height:1.55}.schedule-rules-list strong{color:#f8fafc}.schedule-agree-btn{color:#111827;cursor:pointer;background:#f59e0b;border:none;border-radius:10px;width:100%;margin-top:8px;padding:14px;font-size:14px;font-weight:800;position:sticky;bottom:0;box-shadow:0 -10px 20px #111827}@keyframes schedulePopupIn{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes scheduleOverlayFade{0%{opacity:0}to{opacity:1}}.schedule-banner-title,.schedule-lock-title{justify-content:center;align-items:center;gap:7px;display:flex}.schedule-actions button{color:#f59e0b;cursor:pointer;background:#1e293b;border:1px solid #f59e0b;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:12px 8px;font-size:13px;font-weight:700;display:flex}.history-title{align-items:center;gap:8px;display:flex}.schedule-rules-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:16px;padding:10px;font-size:12px;display:flex}@media (width<=600px){.schedule-page{padding:18px 12px 45px}.schedule-main-card{border-radius:14px;padding:19px 15px}.schedule-title{gap:10px;margin-bottom:17px}.schedule-title>span{font-size:31px}.schedule-title h1{font-size:22px}.schedule-title p{font-size:11px}.schedule-free-banner{padding:12px 13px}.schedule-free-banner strong{font-size:13px}.schedule-free-banner span{font-size:11px}.schedule-details-grid{grid-template-columns:1fr;gap:8px}.schedule-details-grid>div{padding:12px}.schedule-actions{gap:8px}.schedule-actions button{padding:11px 5px;font-size:11px}.schedule-rules-overlay{padding:10px}.schedule-rules-card{border-radius:14px;max-height:90vh;padding:22px 15px}.schedule-rules-card h2{font-size:19px}.schedule-rules-list p{padding:10px;font-size:11px}.schedule-agree-btn{padding:13px 8px;font-size:12px}.schedule-title{gap:12px}.schedule-title-image{width:58px;height:58px}.schedule-title-text h1{font-size:22px}.schedule-title-text p{font-size:11px}}.schedule-confirm-overlay{z-index:9999;box-sizing:border-box;background:#000000bf;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.schedule-confirm-card{text-align:center;background:#111827;border:1px solid #475569;border-radius:16px;width:100%;max-width:430px;padding:26px;animation:.22s schedulePopupIn;box-shadow:0 20px 50px #00000073}.schedule-confirm-icon{color:#f87171;background:#ef44441f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;display:flex}.schedule-confirm-card h2{color:#f8fafc;margin:0 0 8px;font-size:21px}.schedule-confirm-card>p{color:#94a3b8;margin:0 0 18px;font-size:13px}.schedule-confirm-warning{color:#cbd5e1;background:#ef444414;border:1px solid #ef44444d;border-radius:9px;padding:13px;font-size:12px;line-height:1.5}.schedule-confirm-warning strong{color:#f87171}.schedule-confirm-remaining{color:#94a3b8;background:#1e293b;border-radius:9px;justify-content:space-between;align-items:center;margin:16px 0;padding:13px;font-size:12px;display:flex}.schedule-confirm-remaining strong{color:#f59e0b;font-size:20px}.schedule-confirm-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.schedule-confirm-actions button{cursor:pointer;border-radius:9px;padding:12px 8px;font-size:12px;font-weight:700}.schedule-confirm-cancel{color:#cbd5e1;background:#1e293b;border:1px solid #475569}.schedule-confirm-skip{color:#fff;background:#dc2626;border:1px solid #dc2626}.schedule-confirm-actions button:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.schedule-confirm-overlay{padding:12px}.schedule-confirm-card{padding:22px 16px}.schedule-confirm-card h2{font-size:19px}.schedule-actions .already-skipped{color:#94a3b8;background:#64748b14;border-color:#64748b}}.admin-schedules-page{box-sizing:border-box;background:#0f172a;min-height:100vh;padding:28px 18px 60px}.admin-schedules-heading{justify-content:space-between;align-items:center;gap:15px;max-width:850px;margin:0 auto 22px;display:flex}.admin-schedules-heading h1{color:#f8fafc;margin:0;font-size:27px}.admin-schedules-heading p{color:#94a3b8;margin:5px 0 0;font-size:13px}.admin-schedule-count{color:#f59e0b;white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b66;border-radius:9px;align-items:center;gap:7px;padding:9px 13px;font-size:12px;font-weight:700;display:flex}.admin-schedules-list{flex-direction:column;gap:16px;max-width:850px;margin:auto;display:flex}.admin-schedule-card{background:linear-gradient(145deg,#111827,#151f31);border:1px solid #334155;border-radius:15px;padding:20px;box-shadow:0 10px 30px #0003}.admin-schedule-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.admin-schedule-top h2{color:#f8fafc;margin:0 0 4px;font-size:19px}.admin-schedule-top>div>span{color:#94a3b8;font-size:12px}.admin-schedule-status{text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:6px 11px;font-size:10px;font-weight:800}.admin-schedule-status.upcoming{color:#cbd5e1;background:#94a3b821}.admin-schedule-status.pending{color:#facc15;background:#eab30821}.admin-schedule-status.delivered{color:#4ade80;background:#22c55e21}.admin-schedule-status.skipped{color:#f87171;background:#ef444421}.admin-schedule-status.stopped{color:#94a3b8;background:#64748b21}.admin-schedule-info{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:18px;display:grid}.admin-schedule-info>div{background:#1e293b;border:1px solid #334155;border-radius:9px;grid-template-columns:22px 1fr;gap:2px 7px;padding:12px;display:grid}.admin-schedule-info svg{color:#f59e0b;grid-row:1/3;margin-top:3px}.admin-schedule-info span{color:#94a3b8;font-size:10px}.admin-schedule-info strong{color:#f8fafc;font-size:12px}.admin-schedule-progress{background:#0f172aa6;border-radius:9px;margin-bottom:15px;padding:13px}.admin-schedule-progress>div:first-child{color:#94a3b8;justify-content:space-between;margin-bottom:9px;font-size:11px;display:flex}.admin-schedule-progress strong{color:#f59e0b}.admin-progress-track{background:#334155;border-radius:20px;height:7px;overflow:hidden}.admin-progress-fill{background:#f59e0b;border-radius:20px;height:100%;transition:width .3s}.admin-history-toggle{color:#cbd5e1;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:9px;justify-content:space-between;align-items:center;width:100%;padding:11px 13px;font-size:12px;font-weight:700;display:flex}.admin-schedule-history{margin-top:10px;overflow-x:auto}.admin-schedule-history>p{color:#94a3b8;text-align:center;font-size:11px}.admin-history-row{color:#cbd5e1;border-bottom:1px solid #334155;grid-template-columns:1fr .7fr 1.3fr .8fr;align-items:center;gap:10px;min-width:560px;padding:10px 12px;font-size:11px;display:grid}.admin-history-row strong{text-align:right}.admin-history-row .delivered{color:#4ade80}.admin-history-row .skipped{color:#f87171}.admin-history-row .pending{color:#60a5fa}.admin-history-row .upcoming{color:#cbd5e1}.admin-no-schedules{color:#94a3b8;text-align:center;background:#111827;border:1px solid #334155;border-radius:14px;max-width:850px;margin:auto;padding:35px}@media (width<=600px){.admin-schedules-page{padding:20px 12px 50px}.admin-schedules-heading{align-items:flex-start}.admin-schedules-heading h1{font-size:21px}.admin-schedules-heading p{font-size:11px}.admin-schedule-count{padding:7px 9px;font-size:10px}.admin-schedule-card{border-radius:13px;padding:15px}.admin-schedule-top h2{font-size:16px}.admin-schedule-info{grid-template-columns:1fr;gap:7px}.admin-schedule-info>div{padding:10px}.admin-history-row{font-size:10px}}.admin-mark-delivered-btn{color:#4ade80;cursor:pointer;background:#22c55e1a;border:1px solid #22c55e80;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:17px;padding:12px;font-size:12px;font-weight:800;transition:background .15s,transform .15s;display:flex}.admin-mark-delivered-btn:hover{background:#22c55e29;transform:translateY(-1px)}.admin-mark-delivered-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.admin-today-status{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.admin-today-status-label{color:#94a3b8;letter-spacing:.8px;font-size:9px;font-weight:700}.admin-schedule-status{text-transform:uppercase;border-radius:20px;padding:7px 13px;font-size:11px;font-weight:800}.admin-schedule-status.upcoming{color:#cbd5e1;background:#94a3b821;border:1px solid #94a3b859}.admin-schedule-status.pending{color:#60a5fa;background:#3b82f621;border:1px solid #3b82f666}.admin-schedule-status.delivered{color:#4ade80;background:#22c55e21;border:1px solid #22c55e66}.admin-schedule-status.skipped{color:#f87171;background:#ef444421;border:1px solid #ef444466}.seasoning-divider{background:#334155;height:1px;margin:18px 0}.checkout-seasonings{margin-bottom:18px}.seasoning-heading{margin-bottom:12px}.seasoning-heading h3{color:#f8fafc;margin:0;font-size:17px;font-weight:800}.seasoning-heading p{color:#94a3b8;margin:4px 0 0;font-size:11px}.seasoning-item{border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;padding:13px;display:flex}.seasoning-available{background:#f59e0b12;border:1px solid #f59e0b59}.seasoning-info{flex-direction:column;gap:3px;display:flex}.seasoning-info strong{color:#f8fafc;font-size:13px}.seasoning-info span{color:#94a3b8;font-size:10px}.seasoning-counter{flex-shrink:0;align-items:center;gap:12px;display:flex}.seasoning-counter button{color:#111827;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;justify-content:center;align-items:center;width:31px;height:31px;padding:0;font-size:19px;font-weight:800;display:flex}.seasoning-counter button:disabled{color:#64748b;cursor:not-allowed;background:#334155}.seasoning-counter>span{color:#f8fafc;text-align:center;min-width:18px;font-size:15px;font-weight:800}.seasoning-coming-soon{opacity:.58;cursor:not-allowed;background:#1e293b73;border:1px solid #334155}.seasoning-coming-soon .seasoning-info strong{color:#cbd5e1}.coming-soon-badge{color:#94a3b8;letter-spacing:.5px;white-space:nowrap;background:#94a3b814;border:1px solid #475569;border-radius:20px;padding:5px 7px;font-size:8px;font-weight:800}@media (width<=600px){.seasoning-item{padding:11px}.seasoning-counter{gap:9px}.seasoning-counter button{width:29px;height:29px}.coming-soon-badge{font-size:7px}}.compact-order-items{flex-direction:column;gap:2px;display:flex}.compact-order-items span{font-size:inherit}.compact-salt-item{color:#fbbf24;font-weight:700;font-size:11px!important}.maintenance-page{text-align:center;box-sizing:border-box;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 20px;font-family:Arial,Helvetica,sans-serif;display:flex}.maintenance-image{width:100%;max-width:580px;height:auto;margin-bottom:35px;animation:4s ease-in-out infinite float}.maintenance-title{color:#111827;white-space:nowrap;white-space:nowrap;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1.2}.maintenance-title span{color:#f4b400;text-shadow:0 0 8px #f4b40073,0 0 18px #f4b40040;animation:2.5s ease-in-out infinite alternate glow}.maintenance-description{color:#5f6368;margin-top:28px;font-size:1.3rem;line-height:1.8}.maintenance-footer{color:#4b5563;margin-top:45px;font-size:1.15rem;font-weight:500;line-height:1.8}@media (width<=768px){.maintenance-image{max-width:95%;margin-bottom:25px}.maintenance-title{font-size:2.3rem}.maintenance-description{font-size:1.05rem;line-height:1.6}.maintenance-footer{font-size:1rem}}@keyframes glow{0%{text-shadow:0 0 8px #f4b40059,0 0 15px #f4b40033}to{text-shadow:0 0 12px #f4b40099,0 0 28px #f4b40059}}.feedback-button{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:14px;margin:28px 0 36px;padding:16px 36px;font-size:18px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;animation:2.8s ease-in-out infinite floatButton,1.8s ease-in-out infinite pulseGlow;display:inline-block;box-shadow:0 10px 24px #f59e0b59}.feedback-button:hover{animation-play-state:paused;transform:translateY(-3px)scale(1.04);box-shadow:0 18px 36px #f59e0b8c}.feedback-button:active{transform:scale(.97)}@keyframes floatButton{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 10px 24px #f59e0b4d,0 0 #f59e0b00}50%{box-shadow:0 18px 36px #f59e0b99,0 0 22px #f59e0b73}to{box-shadow:0 10px 24px #f59e0b4d,0 0 #f59e0b00}}.settings-page{width:min(700px,92%);margin:35px auto}.settings-page h1{color:#fff;margin-bottom:24px;font-size:28px}.settings-card{background:#111827;border:1px solid #334155;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:20px;display:flex}.settings-info h2{color:#fff;margin:0 0 7px;font-size:18px}.settings-info p{color:#94a3b8;margin:0;font-size:13px}.settings-on{color:#22c55e}.settings-off{color:#ef4444}.settings-action{color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:700}.settings-action.success{background:#16a34a}.settings-action.danger{background:#dc2626}@media (width<=600px){.settings-page{width:92%;margin:25px auto}.settings-page h1{font-size:23px}.settings-card{gap:12px;padding:16px}.settings-info h2{font-size:15px}.settings-info p{font-size:11px}.settings-action{padding:9px 11px;font-size:11px}}
