*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#141414;--bg-card:#1a1a2e;--bg-surface:#1c1c1c;--bg-elevated:#222;--text:#e5e5e5;--text-muted:#999;--text-bright:#fff;--accent:#e50914;--accent-hover:#f6121d;--green:#46d369;--orange:#e87c03;--yellow:#f5c518;--blue:#4facfe;--purple:#a18cd1;--radius:8px;--radius-lg:16px;--shadow:0 4px 24px #00000080;--shadow-lg:0 8px 48px #000000b3;--transition:.25s ease;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-w:1400px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:var(--text);transition:color var(--transition);text-decoration:none}a:hover{color:var(--text-bright)}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:var(--font);color:var(--text);background:0 0;border:none}.btn{border-radius:var(--radius);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #e5091466}.btn-secondary{color:var(--text-bright);background:#ffffff1a;border:1px solid #fff3}.btn-secondary:hover{background:#fff3}.btn-outline{border:2px solid var(--text-muted);color:var(--text);background:0 0}.btn-outline:hover{border-color:var(--text-bright);color:var(--text-bright)}.btn-danger{color:#fff;background:#b00020}.btn-danger:hover{background:#cf0025}.btn-lg{padding:.875rem 2rem;font-size:1.1rem}.btn-sm{padding:.375rem 1rem;font-size:.85rem}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:70px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#000000e6 0%,#0009 100%);border-bottom:1px solid #ffffff0d;position:fixed;top:0;left:0;right:0}.navbar-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:70px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-brand{letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex;color:var(--accent)!important}.brand-icon{font-size:1.8rem}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{transition:color var(--transition);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--text-bright)}.plan-badge{background:var(--green);color:#000;text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.cart-link{font-size:1.3rem;position:relative}.cart-count{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px}.user-menu{align-items:center;gap:.75rem;display:flex}.avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.btn-logout{color:var(--text-muted);font-size:.85rem}.btn-logout:hover{color:var(--accent)}.btn-signin{background:var(--accent);border-radius:var(--radius);padding:.4rem 1rem;font-weight:600;color:#fff!important}.btn-signin:hover{background:var(--accent-hover)}.nav-toggle{justify-content:center;align-items:center;width:36px;height:36px;display:none}.hamburger{background:var(--text-bright);width:22px;height:2px;transition:var(--transition);display:block;position:relative}.hamburger:before,.hamburger:after{content:"";background:var(--text-bright);width:22px;height:2px;transition:var(--transition);position:absolute}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:0 0}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.hero{justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#e509144d 0%,#141414f2 50%,#46d36926 100%),radial-gradient(at 20%,#e5091433 0%,#0000 60%),radial-gradient(at 80%,#e87c0326 0%,#0000 60%);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;max-width:800px;padding:2rem;position:relative}.hero h1{color:var(--text-bright);letter-spacing:-1px;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1}.accent{color:var(--accent)}.hero-sub{color:var(--text);max-width:600px;margin:0 auto 2rem;font-size:clamp(1rem,2.5vw,1.25rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.hero-note{color:var(--text-muted);font-size:.85rem}.how-it-works{max-width:var(--max-w);text-align:center;margin:0 auto;padding:4rem 1.5rem}.how-it-works h2{color:var(--text-bright);margin-bottom:2.5rem;font-size:2rem;font-weight:800}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.step-card{background:var(--bg-surface);border-radius:var(--radius-lg);text-align:center;transition:transform var(--transition), box-shadow var(--transition);border:1px solid #ffffff0d;padding:2rem 1.5rem}.step-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.step-number{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.2rem;font-weight:800;display:flex}.step-card h3{color:var(--text-bright);margin-bottom:.5rem;font-size:1.15rem}.step-card p{color:var(--text-muted);font-size:.9rem}.browse-section{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 4rem}.section-heading{color:var(--text-bright);margin-bottom:2rem;font-size:2rem;font-weight:800}.genre-row{margin-bottom:2.5rem}.genre-title{color:var(--text-bright);margin-bottom:.75rem;padding-left:.25rem;font-size:1.35rem;font-weight:700}.genre-slider-wrapper{position:relative}.genre-slider{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:.5rem 0;display:flex;overflow-x:auto}.genre-slider::-webkit-scrollbar{display:none}.slider-arrow{z-index:10;color:#fff;width:44px;height:44px;transition:all var(--transition);opacity:0;background:#000000b3;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.genre-slider-wrapper:hover .slider-arrow{opacity:1}.slider-arrow:hover{background:#000000e6;transform:translateY(-50%)scale(1.1)}.slider-arrow.left{left:-8px}.slider-arrow.right{right:-8px}.cuisine-card{scroll-snap-align:start;border-radius:var(--radius-lg);cursor:pointer;transition:transform var(--transition), box-shadow var(--transition);background:var(--bg-card);flex:0 0 280px;overflow:hidden}.cuisine-card:hover{box-shadow:var(--shadow-lg);z-index:5;transform:scale(1.06)}.cuisine-card-bg{height:340px;position:relative;overflow:hidden}.cuisine-card-bg img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.cuisine-card:hover .cuisine-card-bg img{transform:scale(1.1)}.cuisine-card-overlay{background:linear-gradient(#0000 50%,#000000b3 100%);position:absolute;inset:0}.cuisine-card-info{text-align:center;background:var(--bg-card);padding:1rem 1.25rem}.cuisine-card-info h3{color:var(--text-bright);letter-spacing:.3px;font-size:1.1rem;font-weight:700}.cuisine-hero-img{border-radius:var(--radius);object-fit:cover;width:80px;height:80px}.cuisine-dishes-page{max-width:var(--max-w);margin:0 auto;padding:1.5rem}.cuisine-header{margin-bottom:1.5rem}.back-link{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;display:inline-block}.back-link:hover{color:var(--accent)}.cuisine-title-row{align-items:center;gap:1rem;display:flex}.cuisine-title-row h1{color:var(--text-bright);font-size:2rem;font-weight:800}.cuisine-title-row p{color:var(--text-muted)}.day-selector{margin-bottom:1.5rem}.day-tabs{scrollbar-width:none;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.day-tabs::-webkit-scrollbar{display:none}.day-tab{border-radius:var(--radius);background:var(--bg-surface);white-space:nowrap;transition:all var(--transition);border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.15rem;padding:.625rem 1rem;font-size:.9rem;font-weight:600;display:flex}.day-tab .day-full{display:none}.day-tab:hover{background:var(--bg-elevated);border-color:#ffffff26}.day-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.day-tab.has-meals{border-color:var(--green)}.day-indicators{gap:.25rem;display:flex}.dot{border-radius:3px;padding:.1rem .3rem;font-size:.6rem;font-weight:700}.dot.lunch{background:var(--orange);color:#000}.dot.dinner{background:var(--purple);color:#000}.meal-time-tabs{gap:.5rem;margin-top:.75rem;display:flex}.meal-time-tabs.centered{justify-content:center;margin:1rem 0}.meal-tab{border-radius:var(--radius);background:var(--bg-surface);transition:all var(--transition);border:1px solid #ffffff14;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.meal-tab:hover{background:var(--bg-elevated)}.meal-tab.active{background:var(--bg-elevated);border-color:var(--accent);color:var(--text-bright)}.dish-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-btn{background:var(--bg-surface);transition:all var(--transition);border:1px solid #ffffff14;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.filter-btn:hover{background:var(--bg-elevated)}.filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.dishes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:6rem;display:grid}.dish-card{background:var(--bg-card);border-radius:var(--radius);transition:all var(--transition);border:2px solid #0000;overflow:hidden}.dish-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.dish-card.in-cart{border-color:var(--green)}.dish-card-image{height:180px;position:relative;overflow:hidden}.dish-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.dish-card:hover .dish-card-image img{transform:scale(1.08)}.dish-card.compact .dish-card-image{height:120px}.dish-type-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:8px;left:8px}.dish-check{background:var(--green);color:#000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.dish-card-body{padding:1rem}.dish-name{color:var(--text-bright);margin-bottom:.35rem;font-size:1rem;font-weight:700}.dish-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.82rem;display:-webkit-box;overflow:hidden}.dish-actions{justify-content:space-between;align-items:center;display:flex}.dish-price{color:var(--text-muted);font-size:.8rem}.btn-cart-toggle{border-radius:var(--radius);transition:all var(--transition);padding:.375rem .875rem;font-size:.82rem;font-weight:600}.btn-cart-toggle.add{background:var(--accent);color:#fff}.btn-cart-toggle.add:hover{background:var(--accent-hover)}.btn-cart-toggle.remove{color:var(--text);background:#ffffff1a;border:1px solid #ffffff26}.btn-cart-toggle.remove:hover{background:#b000204d;border-color:#b00020}.meal-summary-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;transition:border-color var(--transition);background:#141414f2;border-top:1px solid #ffffff1a;padding:1rem;position:fixed;bottom:0;left:0;right:0}.meal-summary-bar.complete{border-top-color:var(--green)}.summary-inner{max-width:var(--max-w);flex-wrap:wrap;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.summary-inner h3{color:var(--text-bright);white-space:nowrap;font-size:1rem;font-weight:700}.summary-slots{flex-wrap:wrap;flex:1;gap:1rem;display:flex}.summary-slots span{color:var(--text-muted);background:var(--bg-surface);border-radius:var(--radius);white-space:nowrap;padding:.25rem .75rem;font-size:.85rem}.summary-slots span.filled{color:var(--green);background:#46d3691a}.meal-progress{background:var(--bg-surface);border-radius:var(--radius-lg);max-width:800px;transition:border-color var(--transition);border:2px solid #ffffff0d;margin:1.5rem auto;padding:1.5rem}.meal-progress.complete{border-color:var(--green)}.meal-progress h3{color:var(--text-bright);text-align:center;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.progress-slots{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.slot{background:var(--bg-elevated);border-radius:var(--radius);text-align:center;transition:all var(--transition);border:1px solid #ffffff0d;padding:.875rem}.slot.filled{border-color:var(--green);background:#46d3690d}.slot-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.slot-value{color:var(--text-bright);font-size:.9rem;font-weight:600;display:block}.slot:not(.filled) .slot-value{color:var(--text-muted);font-style:italic}.meal-complete-msg{text-align:center;color:var(--green);margin-top:1rem;font-weight:600}.meal-complete-msg a{color:var(--accent);text-decoration:underline}.cuisine-selector{max-width:var(--max-w);margin:0 auto;padding:0 1rem}.cuisine-selector h3{color:var(--text-bright);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.cuisine-pills{flex-wrap:wrap;gap:.5rem;display:flex}.cuisine-pill{background:var(--bg-surface);transition:all var(--transition);white-space:nowrap;border:1px solid #ffffff14;border-radius:20px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.cuisine-pill:hover{background:var(--bg-elevated);border-color:#ffffff26}.cuisine-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.weekly-page{max-width:var(--max-w);margin:0 auto;padding:1.5rem}.weekly-header{text-align:center;margin-bottom:2rem}.weekly-header h1{color:var(--text-bright);margin-bottom:.5rem;font-size:2rem;font-weight:800}.weekly-header p{color:var(--text-muted);max-width:600px;margin:0 auto 1rem}.weekly-dishes{margin-top:2rem}.weekly-dishes h3{color:var(--text-bright);text-align:center;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.dish-section{margin-bottom:2rem}.section-label{color:var(--orange);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;padding-left:.25rem;font-size:1rem;font-weight:700}.dishes-row{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.plans-page{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 4rem}.plans-header{text-align:center;margin-bottom:3rem}.plans-header h1{color:var(--text-bright);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}.plans-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.plan-card{background:var(--bg-card);border-radius:var(--radius-lg);transition:all var(--transition);border:2px solid #ffffff0d;position:relative;overflow:hidden}.plan-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.plan-card.popular{border-color:var(--green);transform:scale(1.03)}.plan-card.popular:hover{transform:scale(1.03)translateY(-6px)}.plan-card.active{border-color:var(--accent)}.popular-badge{background:var(--green);color:#000;text-transform:uppercase;z-index:2;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:12px;right:12px}.active-badge{background:var(--accent);color:#fff;text-transform:uppercase;z-index:2;border-radius:4px;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.plan-accent{height:6px}.plan-body{padding:2rem}.plan-body h2{color:var(--text-bright);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.plan-price{margin-bottom:.75rem}.price-amount{color:var(--text-bright);letter-spacing:-1px;font-size:3rem;font-weight:900}.price-period{color:var(--text-muted);font-size:1rem}.plan-desc{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem}.plan-meal-price{border-radius:var(--radius);background:#ffffff0d;margin-bottom:1.5rem;padding:.5rem .75rem;font-size:.9rem}.plan-features{margin-bottom:2rem}.plan-features li{color:var(--text);gap:.5rem;padding:.4rem 0;font-size:.9rem;display:flex}.check{color:var(--green);font-weight:700}.cart-page{max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 4rem}.cart-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.cart-header h1{color:var(--text-bright);font-size:2rem;font-weight:800}.cart-layout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.cart-day{margin-bottom:1.5rem}.cart-day-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cart-day-header h2{color:var(--text-bright);font-size:1.25rem;font-weight:700}.cart-meal{background:var(--bg-surface);border-radius:var(--radius);border:1px solid #ffffff0d;margin-bottom:.75rem;padding:1.25rem}.cart-meal.complete{border-color:var(--green)}.cart-meal.incomplete{border-color:var(--orange)}.cart-meal-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.cart-meal-header h3{color:var(--text-bright);font-size:1rem;font-weight:600}.incomplete-badge{color:var(--orange);font-size:.75rem;font-weight:600}.btn-remove-meal{color:var(--text-muted);margin-left:auto;font-size:.8rem}.btn-remove-meal:hover{color:var(--accent)}.cart-courses{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.cart-course{background:var(--bg-elevated);border-radius:var(--radius);text-align:center;padding:.75rem}.cart-course.empty{opacity:.5}.course-type{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;display:block}.course-name{color:var(--text-bright);font-size:.85rem;font-weight:600;display:block}.cart-course.empty .course-name{color:var(--text-muted);font-style:italic}.cart-meal-price{text-align:right;color:var(--green);margin-top:.5rem;font-weight:700}.summary-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid #ffffff14;padding:1.5rem;position:sticky;top:90px}.summary-card h3{color:var(--text-bright);margin-bottom:1rem;font-size:1.2rem;font-weight:700}.summary-warning{border:1px solid var(--accent);border-radius:var(--radius);background:#e509141a;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.summary-warning a{color:var(--accent);text-decoration:underline}.summary-line{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:.5rem 0;font-size:.9rem;display:flex}.summary-line.total{color:var(--text-bright);border-bottom:none;padding-top:.75rem;font-size:1.15rem;font-weight:700}.free{color:var(--green);font-weight:600}.delivery-card,.delivery-card .form-group{margin-bottom:1rem}.delivery-card label{color:var(--text-muted);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.delivery-card input,.delivery-card textarea{border-radius:var(--radius);background:var(--bg-elevated);width:100%;color:var(--text-bright);font-size:.95rem;font-family:var(--font);transition:border-color var(--transition);border:1px solid #ffffff26;padding:.75rem 1rem}.delivery-card input:focus,.delivery-card textarea:focus{border-color:var(--accent);outline:none}.unit-input{border-radius:var(--radius);background:var(--bg-elevated);width:100%;color:var(--text-bright);font-size:.95rem;font-family:var(--font);border:1px solid #ffffff26;padding:.75rem 1rem}.address-error{color:var(--accent);margin-top:.25rem;font-size:.82rem;font-weight:600}.subscription-line{border-radius:var(--radius);color:var(--accent);background:#e509140f;margin:-.25rem -.5rem .25rem;padding:.5rem;font-weight:600}.summary-note{color:var(--text-muted);margin:1rem 0;font-size:.75rem}.empty-cart,.order-success{text-align:center;padding:4rem 1rem}.empty-icon,.success-icon{margin-bottom:1rem;font-size:4rem}.empty-cart h2,.order-success h1{color:var(--text-bright);margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.empty-cart p,.order-success p{color:var(--text-muted);max-width:400px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.empty-actions{justify-content:center;gap:1rem;display:flex}.success-note{color:var(--orange);font-size:.85rem;font-weight:600}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.auth-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid #ffffff14;width:100%;max-width:440px;padding:2.5rem}.auth-card h1{color:var(--text-bright);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.auth-subtitle{color:var(--text-muted);margin-bottom:1.5rem}.auth-error{border-radius:var(--radius);color:#ff6b6b;background:#b0002026;border:1px solid #b00020;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.auth-success{border:1px solid var(--green);border-radius:var(--radius);color:var(--green);background:#46d3691a;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.auth-form .form-group{margin-bottom:1.25rem}.auth-form label{color:var(--text-muted);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.auth-form input,.auth-form textarea{border-radius:var(--radius);background:var(--bg-elevated);width:100%;color:var(--text-bright);font-size:1rem;font-family:var(--font);transition:border-color var(--transition);border:1px solid #ffffff26;padding:.75rem 1rem}.auth-form input:focus,.auth-form textarea:focus{border-color:var(--accent);outline:none}.auth-toggle{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-toggle button{color:var(--accent);font-size:.9rem;font-weight:600}.auth-toggle button:hover{text-decoration:underline}.account-page{justify-content:center;padding:2rem;display:flex}.account-card{background:var(--bg-surface);border-radius:var(--radius-lg);text-align:center;border:1px solid #ffffff14;width:100%;max-width:540px;padding:2.5rem}.account-avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;font-size:2rem;font-weight:800;display:flex}.account-card h1{color:var(--text-bright);font-size:1.5rem;font-weight:800}.account-email{color:var(--text-muted);margin-bottom:2rem}.account-section{text-align:left;border-top:1px solid #ffffff14;margin-bottom:2rem;padding-top:1.5rem}.account-section h3{color:var(--text-bright);margin-bottom:.75rem;font-size:1rem;font-weight:700}.account-plan{background:var(--bg-elevated);border-radius:var(--radius);padding:1rem}.plan-info{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.plan-detail{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.account-plan-actions{gap:.75rem;margin-top:1rem;display:flex}.no-plan{color:var(--text-muted)}.no-plan .btn{margin-top:.75rem}.quick-links{flex-wrap:wrap;gap:.75rem;display:flex}.plans-faq{text-align:center}.plans-faq h2{color:var(--text-bright);margin-bottom:2rem;font-size:1.75rem;font-weight:800}.faq-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.faq-item{background:var(--bg-surface);border-radius:var(--radius);border:1px solid #ffffff0d;padding:1.5rem}.faq-item h3{color:var(--text-bright);margin-bottom:.5rem;font-size:1rem;font-weight:700}.faq-item p{color:var(--text-muted);font-size:.9rem}.footer{background:#0a0a0a;border-top:1px solid #ffffff0d;margin-top:auto;padding:3rem 0 1.5rem}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer h4{color:var(--text-bright);margin-bottom:.75rem;font-size:1rem;font-weight:700}.footer p,.footer li{color:var(--text-muted);font-size:.85rem;line-height:1.8}.footer a:hover{color:var(--accent)}.footer-bottom{text-align:center;border-top:1px solid #ffffff0d;padding-top:1.5rem}.footer-bottom p{color:var(--text-muted);font-size:.8rem}.error-page h2{color:var(--text-bright);margin-bottom:1rem;font-size:1.5rem}.legal-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid #ffffff14;padding:2.5rem}.legal-card h1{color:var(--text-bright);margin-bottom:.5rem;font-size:2rem;font-weight:800}.legal-updated{color:var(--text-muted);margin-bottom:.25rem;font-size:.85rem}.legal-entity{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.legal-important{border-radius:var(--radius);color:var(--text);background:#e5091414;border:1px solid #e509144d;margin-bottom:2rem;padding:1.25rem;font-size:.9rem;line-height:1.7}.legal-card section{margin-bottom:2rem}.legal-card h2{color:var(--text-bright);border-bottom:1px solid #ffffff14;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.legal-card h3{color:var(--text-bright);margin:1rem 0 .5rem;font-size:1rem;font-weight:600}.legal-card p{color:var(--text);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.legal-card ul,.legal-card ol{margin:.5rem 0 1rem 1.5rem;list-style:outside}.legal-card ol{list-style:decimal}.legal-card li{color:var(--text);margin-bottom:.35rem;font-size:.88rem;line-height:1.7}.legal-footer-note{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff14;margin-top:2rem;padding-top:1.5rem;font-size:.8rem}.footer-legal-links{justify-content:center;gap:.75rem;margin-top:.5rem;font-size:.8rem;display:flex}.footer-legal-links a{color:var(--text-muted)}.footer-legal-links a:hover{color:var(--accent)}.footer-sep{color:#ffffff26}.cuisine-dish-count{color:var(--text-bright);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;position:absolute;bottom:10px;right:10px}.search-bar{flex:0 320px;position:relative}.search-bar input{width:100%;color:var(--text-bright);font-size:.85rem;font-family:var(--font);transition:all var(--transition);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:.5rem 1rem}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{border-color:var(--accent);background:#ffffff1f;outline:none}.search-results{background:var(--bg-surface);border-radius:var(--radius);z-index:1001;max-height:360px;box-shadow:var(--shadow-lg);border:1px solid #ffffff1a;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.search-result-item{text-align:left;width:100%;transition:background var(--transition);cursor:pointer;border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.625rem 1rem;display:flex}.search-result-item:hover{background:#ffffff14}.search-result-item:last-child{border-bottom:none}.result-type{text-transform:uppercase;color:var(--accent);white-space:nowrap;text-align:center;background:#e509141a;border-radius:3px;min-width:60px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.result-name{color:var(--text-bright);flex:1;font-size:.85rem;font-weight:600}.result-cuisine{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.gate-banner{text-align:center;background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid #ffffff14;margin-bottom:2rem;padding:3rem 1.5rem}.gate-banner p{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.1rem}.brand-8{color:var(--accent);font-weight:900}.meal-info-banner{border-radius:var(--radius);color:var(--orange);text-align:center;background:#e509141a;border:1px solid #e509144d;margin-bottom:1.5rem;padding:.625rem 1rem;font-size:.85rem;font-weight:600}.cart-courses.four-cols{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.summary-card{position:static}}@media (width<=768px){.search-bar{display:none}.nav-toggle{display:flex}.nav-links{background:#000000f7;flex-direction:column;justify-content:flex-start;gap:1.5rem;padding:2rem;transition:transform .3s;position:fixed;inset:70px 0 0;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-links a{font-size:1.2rem}.user-menu{flex-direction:column;gap:1rem}.hero{min-height:70vh}.steps-grid{grid-template-columns:repeat(2,1fr)}.cuisine-card{flex:0 0 220px}.cuisine-card-bg{height:270px}.day-tab .day-full{display:none}.dishes-grid,.dishes-row{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.cart-courses,.cart-courses.four-cols{grid-template-columns:repeat(2,1fr)}.plans-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.plan-card.popular{transform:none}.plan-card.popular:hover{transform:translateY(-6px)}.progress-slots{grid-template-columns:repeat(2,1fr)}.summary-inner{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=480px){html{font-size:14px}.hero h1{font-size:2rem}.steps-grid{grid-template-columns:1fr}.cuisine-card{flex:0 0 200px}.cuisine-card-bg{height:240px}.cart-courses,.cart-courses.four-cols,.progress-slots,.dishes-grid,.dishes-row{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:.8s ease-out fadeInUp}.step-card{animation:.6s ease-out fadeInUp}.plan-card{animation:.5s ease-out fadeInUp}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;box-shadow:0 0 0 4px #e509144d}.day-tab:focus-visible,.meal-tab:focus-visible,.filter-btn:focus-visible,.cuisine-pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cuisine-card:focus-visible{outline:2px solid var(--accent);outline-offset:4px;box-shadow:var(--shadow-lg);transform:scale(1.06)}.dish-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.slider-arrow:focus-visible{opacity:1;outline:2px solid var(--accent)}.btn-cart-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-form input:focus-visible,.auth-form textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px #e5091426}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.main-content{padding-top:calc(70px + env(safe-area-inset-top,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.navbar{padding-top:env(safe-area-inset-top,0px)}.meal-summary-bar,.footer{padding-bottom:env(safe-area-inset-bottom,0px)}body.keyboard-open .footer,body.keyboard-open .meal-summary-bar{display:none}html{overscroll-behavior:none}.error-page{text-align:center;padding:6rem 1.5rem}.error-icon{color:var(--accent);margin-bottom:1rem;font-size:5rem;font-weight:900}.error-page h2{color:var(--text-bright);margin-bottom:.75rem;font-size:2rem;font-weight:800}.error-page p{color:var(--text-muted);max-width:400px;margin:0 auto 2rem}.error-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=768px){.legal-card{padding:1.5rem}.legal-card h1{font-size:1.5rem}.legal-card h2{font-size:1.05rem}}@media (width<=480px){.legal-card{padding:1rem}}
