﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100vh;font-family:"Inter",sans-serif;font-size:1rem;line-height:1.5;color:#1a1a1a;background-color:#fafaf8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-family:"DM Sans",sans-serif}p{overflow-wrap:break-word}table{border-collapse:collapse;border-spacing:0}fieldset{border:none}:focus-visible{outline:2px solid #8a9a5b;outline-offset:2px}::selection{background-color:rgba(109,124,65,.12);color:#4a5530}body{font-family:"Inter",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"DM Sans",sans-serif;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 .75rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin:0 0 1rem;line-height:1.65}a:not(.btn){color:#6d7c41;text-decoration:none;transition:color 150ms ease}a:not(.btn):hover{color:#4a5530}strong,b{font-weight:600}small{font-size:.875rem}::selection{background:rgba(109,124,65,.15);color:#1a1a1a}#content{padding-top:64px}.page-home #content{padding-top:0}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.container--narrow{max-width:800px}.container--wide{max-width:1440px}.section{padding:5rem 0}.section--sm{padding:3rem 0}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1023px){.grid--3,.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.notfound{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px - 200px);padding:3rem 1.5rem;text-align:center}.notfound__inner{max-width:480px}.notfound__code{display:block;font-family:"DM Sans",sans-serif;font-size:clamp(5rem,15vw,10rem);font-weight:700;line-height:1;color:#e5e5e0;letter-spacing:-0.04em;margin-bottom:1rem}.notfound__title{font-family:"DM Sans",sans-serif;font-size:2.25rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:.75rem}.notfound__text{font-size:1rem;color:#6b7280;line-height:1.65;margin-bottom:2rem}.notfound__actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.flex{display:flex}.flex--center{display:flex;align-items:center;justify-content:center}.flex--between{display:flex;align-items:center;justify-content:space-between}.flex--wrap{display:flex;flex-wrap:wrap}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:hsla(0,0%,100%,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,0);transition:background-color 250ms ease,border-color 250ms ease,box-shadow 250ms ease}.header--scrolled{background-color:hsla(0,0%,100%,.98);border-bottom-color:#f0f0eb;box-shadow:0 1px 3px rgba(0,0,0,.04)}.header--transparent{background-color:rgba(0,0,0,0);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:rgba(0,0,0,0)}.header--transparent .header__link{color:hsla(0,0%,100%,.85);transition:color 150ms ease,background-color 150ms ease}.header--transparent .header__link:hover,.header--transparent .header__link:focus-visible{color:#fff;background-color:hsla(0,0%,100%,.1)}.header--transparent .header__link--dropdown svg{opacity:.6}.header--transparent .header__link--login{color:#fff}.header--transparent .header__account-name{color:hsla(0,0%,100%,.9)}.header--transparent .header__avatar{background:hsla(0,0%,100%,.15);color:#fff}.header--transparent .header__divider{background:hsla(0,0%,100%,.2)}.header--transparent .header__cart,.header--transparent .header__chat{color:hsla(0,0%,100%,.9)}.header--transparent .header__cart:hover,.header--transparent .header__chat:hover{background:hsla(0,0%,100%,.1);color:#fff}.header--transparent .header__logo img{filter:brightness(0) invert(1);transition:filter .3s ease}.header--transparent .header__burger span{background-color:#fff}.header--transparent .btn-admin-toggle{color:hsla(0,0%,100%,.85)}.header--transparent .btn-admin-toggle:hover{color:#fff}.header--transparent .header__dropdown-menu{background:#fff}.header--transparent .header__dropdown-menu .header__dropdown-item{color:#6b7280}.header--transparent .header__dropdown-menu .header__dropdown-item:hover{color:#1a1a1a}.header--transparent.header--scrolled{background-color:hsla(0,0%,100%,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:#f0f0eb;box-shadow:0 1px 3px rgba(0,0,0,.04)}.header--transparent.header--scrolled .header__link{color:#6b7280}.header--transparent.header--scrolled .header__link:hover,.header--transparent.header--scrolled .header__link:focus-visible{color:#1a1a1a;background-color:rgba(0,0,0,.04)}.header--transparent.header--scrolled .header__link--login{color:#1a1a1a}.header--transparent.header--scrolled .header__account-name{color:#1a1a1a}.header--transparent.header--scrolled .header__avatar{background:rgba(109,124,65,.1);color:#6d7c41}.header--transparent.header--scrolled .header__divider{background:#e5e5e0}.header--transparent.header--scrolled .header__cart,.header--transparent.header--scrolled .header__chat{color:#1a1a1a}.header--transparent.header--scrolled .header__cart:hover,.header--transparent.header--scrolled .header__chat:hover{background:#fafaf8;color:#6d7c41}.header--transparent.header--scrolled .header__logo img{filter:none}.header--transparent.header--scrolled .header__burger span{background-color:#1a1a1a}.header--transparent.header--scrolled .btn-admin-toggle{color:#1a1a1a}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;padding:0 2rem;height:64px}@media(max-width: 767px){.header__inner{padding:0 1.25rem}}.header__left{display:flex;align-items:center;gap:2.5rem}.header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.header__logo img{display:block;height:32px;width:auto}@media(min-width: 1024px){.header__logo img{height:36px}}.header__nav{display:none;align-items:center;gap:.25rem;transform:translateY(4px)}@media(min-width: 1024px){.header__nav{display:flex}}.header__link{color:#6b7280;font-weight:500;font-size:.875rem;letter-spacing:.01em;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:color 150ms ease,background-color 150ms ease;position:relative;background:none;border:none;cursor:pointer;font-family:"Inter",sans-serif}.header__link::after{content:"";position:absolute;bottom:2px;left:.75rem;right:.75rem;height:1.5px;background:currentColor;border-radius:1px;transform:scaleX(0);transition:transform .2s ease}.header__link:hover,.header__link:focus-visible{color:#1a1a1a}.header__link:hover::after,.header__link:focus-visible::after{transform:scaleX(1)}.header__link--dropdown{display:flex;align-items:center;gap:4px}.header__link--dropdown svg{transition:transform 150ms ease;opacity:.5}.header__link--login{color:#1a1a1a;font-weight:600}.header__dropdown{position:relative}.header__dropdown:hover .header__dropdown-menu,.header__dropdown:focus-within .header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown:hover .header__link--dropdown svg{transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:calc(100% + 4px);left:-8px;min-width:240px;background:#fff;border:1px solid #f0f0eb;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity 180ms ease,visibility 180ms ease,transform 180ms ease}.header__dropdown-menu::before{content:"";position:absolute;top:-6px;left:0;right:0;height:6px}.header__dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#6b7280;font-size:.875rem;text-decoration:none;border-radius:8px;transition:background-color 150ms ease,color 150ms ease}.header__dropdown-item:hover{background-color:#fafaf8;color:#1a1a1a}.header__dropdown-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#fafaf8;color:#6d7c41;flex-shrink:0}.header__dropdown-item:hover .header__dropdown-icon{background:rgba(109,124,65,.08)}.header__right{display:none;align-items:center;gap:1rem}@media(min-width: 1024px){.header__right{display:flex}}.header__divider{width:1px;height:20px;background:#e5e5e0;transition:background 150ms ease}.header__account{display:flex;align-items:center;gap:.5rem;text-decoration:none;padding:.25rem .75rem;border-radius:8px;transition:background-color 150ms ease}.header__account:hover{background:rgba(0,0,0,.04)}.header__avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;background:rgba(109,124,65,.1);color:#6d7c41;transition:background 150ms ease,color 150ms ease}.header__account-name{font-size:.875rem;font-weight:500;color:#1a1a1a;transition:color 150ms ease}.header__cta{border-radius:9999px;padding:.5rem 1.25rem;font-size:.75rem;letter-spacing:.01em}.header__cta svg{transition:transform 150ms ease}.header__cta:hover svg{transform:translateX(2px)}.header__chat{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:rgba(0,0,0,0);color:#1a1a1a;cursor:pointer;border-radius:8px;transition:background-color 150ms ease,color 150ms ease}.header__chat:hover{background:#fafaf8;color:#6d7c41}.header__chat--mobile{display:flex;width:40px;height:40px}.header__chat--mobile svg{width:22px;height:22px}@media(min-width: 1024px){.header__chat--mobile{display:none}}.header__mobile-actions{display:flex;align-items:center;gap:.75rem}@media(min-width: 1024px){.header__mobile-actions{display:none}}.header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}@media(min-width: 1024px){.header__burger{display:none}}.header__burger span{display:block;width:100%;height:2px;background-color:#1a1a1a;border-radius:2px;transition:transform 150ms ease,opacity 150ms ease,background-color 150ms ease}.header__burger--active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger--active span:nth-child(2){opacity:0}.header__burger--active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;width:100%;max-width:380px;height:100%;background:#fff;z-index:1001;display:flex;flex-direction:column;transform:translateX(100%);transition:transform 300ms cubic-bezier(0.4, 0, 0.2, 1);box-shadow:-8px 0 30px rgba(0,0,0,.1)}.mobile-nav--open{transform:translateX(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb}.mobile-nav__logo img{display:block;height:28px;width:auto}.mobile-nav__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#fafaf8;border-radius:9999px;color:#6b7280;cursor:pointer;transition:background-color 150ms ease,color 150ms ease}.mobile-nav__close:hover{background:#f0f0eb;color:#1a1a1a}.mobile-nav__body{flex:1;overflow-y:auto;padding:1rem 1.25rem;-webkit-overflow-scrolling:touch}.mobile-nav__group{margin-bottom:.5rem}.mobile-nav__group:last-child{margin-bottom:0}.mobile-nav__group-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;padding:.75rem .75rem .5rem}.mobile-nav__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;font-family:"Inter",sans-serif;color:#1a1a1a;text-decoration:none;border:none;background:none;border-radius:12px;cursor:pointer;transition:background-color 150ms ease,color 150ms ease}.mobile-nav__item:hover,.mobile-nav__item:active{background-color:#fafaf8}.mobile-nav__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#fafaf8;color:#6b7280;flex-shrink:0;transition:background-color 150ms ease,color 150ms ease}.mobile-nav__item:hover .mobile-nav__icon,.mobile-nav__item:active .mobile-nav__icon{background:rgba(109,124,65,.08);color:#6d7c41}.mobile-nav__icon--accent{background:rgba(109,124,65,.08);color:#6d7c41}.mobile-nav__label{flex:1;text-align:left}.mobile-nav__chevron{color:#e5e5e0;flex-shrink:0;transition:transform 150ms ease,color 150ms ease}.mobile-nav__item:hover .mobile-nav__chevron,.mobile-nav__item:active .mobile-nav__chevron{color:#6b7280;transform:translateX(2px)}.mobile-nav__chat{color:#1a1a1a}.mobile-nav__footer{padding:1rem 1.25rem;border-top:1px solid #f0f0eb;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mobile-nav__footer .btn-admin-toggle{grid-column:1/-1}@media(max-width: 340px){.mobile-nav__footer{grid-template-columns:1fr}}.mobile-nav__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);z-index:1000;opacity:0;visibility:hidden;transition:opacity 300ms ease,visibility 300ms ease}.mobile-nav__backdrop--visible{opacity:1;visibility:visible}@media(max-width: 1023px){#chatra:not(.chatra--expanded){display:none !important}}.footer{background-color:#111;color:hsla(0,0%,100%,.65)}.footer__inner{max-width:1440px;margin:0 auto;padding:0 2rem}@media(max-width: 767px){.footer__inner{padding:0 1.25rem}}.footer__top{padding:5rem 0 4rem}@media(max-width: 767px){.footer__top{padding:3rem 0 2.5rem}}.footer__top .footer__inner{display:grid;grid-template-columns:1.6fr repeat(3, 0.8fr) 1.3fr;gap:2.5rem}@media(max-width: 1279px){.footer__top .footer__inner{grid-template-columns:1.4fr repeat(3, 1fr);gap:2rem}.footer__top .footer__inner .footer__cta-col{grid-column:1/-1;max-width:400px}}@media(max-width: 767px){.footer__top .footer__inner{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer__top .footer__inner .footer__brand-col{grid-column:1/-1}.footer__top .footer__inner .footer__cta-col{grid-column:1/-1;max-width:none}}@media(max-width: 639px){.footer__top .footer__inner{grid-template-columns:1fr}}.footer__logo{display:inline-block;margin-bottom:1.25rem}.footer__logo img{display:block;height:32px;width:auto}.footer__tagline{font-size:.875rem;line-height:1.65;margin-bottom:1.5rem;max-width:280px}.footer__social{display:flex;gap:.75rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.5);transition:background-color 150ms ease,color 150ms ease}.footer__social a:hover{background:hsla(0,0%,100%,.12);color:#fff}.footer__social a svg{width:16px;height:16px}.footer__app-badges{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.footer__app-badges a{display:inline-block;transition:opacity 150ms ease}.footer__app-badges a:hover{opacity:.8}.footer__app-badges img{display:block;height:40px;width:auto}.footer__app-badges a:last-child img{height:60px;margin:-10px 0}.footer__heading{font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__links a{color:hsla(0,0%,100%,.6);text-decoration:none;font-size:.875rem;transition:color 150ms ease}.footer__links a:hover{color:#fff}.footer__cta-text{font-size:.875rem;line-height:1.65;margin-bottom:1rem}.footer__heading--spaced{margin-top:0}.footer__newsletter{display:flex;flex-wrap:wrap;border-radius:8px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);transition:border-color 150ms ease}.footer__newsletter:focus-within{border-color:hsla(0,0%,100%,.3)}.footer__newsletter .newsletter-msg{flex-basis:100%;padding:.5rem .75rem}.footer__newsletter-input{flex:1;padding:.75rem 1rem;background:hsla(0,0%,100%,.04);border:none;color:#fff;font-size:.875rem;font-family:"Inter",sans-serif;outline:none;min-width:0}.footer__newsletter-input::placeholder{color:hsla(0,0%,100%,.3)}.footer__newsletter-btn{display:flex;align-items:center;justify-content:center;width:44px;background:#6d7c41;border:none;color:#fff;cursor:pointer;transition:background-color 150ms ease;flex-shrink:0}.footer__newsletter-btn:hover{background:#8a9a5b}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer__bottom .footer__inner{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;padding-bottom:1.5rem;flex-wrap:wrap;gap:1rem}@media(max-width: 639px){.footer__bottom .footer__inner{flex-direction:column;align-items:flex-start}}.footer__copy{font-size:.75rem;color:hsla(0,0%,100%,.3)}.footer__bottom-right{display:flex;align-items:center;gap:1.5rem}@media(max-width: 639px){.footer__bottom-right{flex-direction:column;align-items:flex-start;gap:1rem}}.footer__payment-methods{display:flex;align-items:center;gap:.75rem}.footer__payment-icon{display:inline-flex;color:hsla(0,0%,100%,.35);font-size:1.5rem;transition:color 150ms ease}.footer__payment-icon:hover{color:hsla(0,0%,100%,.6)}.footer__badges{display:flex;gap:1.25rem}.footer__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:hsla(0,0%,100%,.3)}.footer__badge svg{opacity:.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;border:2px solid rgba(0,0,0,0);border-radius:8px;cursor:pointer;text-decoration:none;transition:background-color 150ms ease,color 150ms ease,border-color 150ms ease,box-shadow 150ms ease,transform 150ms ease;white-space:nowrap;user-select:none}.btn:active{transform:scale(0.98)}.btn:focus-visible{outline:2px solid #6d7c41;outline-offset:2px}.btn--primary{background-color:#6d7c41;color:#fff;border-color:#6d7c41}.btn--primary:hover{background-color:#4a5530;border-color:#4a5530}.btn--secondary{background-color:rgba(0,0,0,0);color:#6d7c41;border-color:#6d7c41}.btn--secondary:hover{background-color:#6d7c41;color:#fff}.btn--outline-light{background-color:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.35)}.btn--outline-light:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.6)}.btn--dark{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.btn--dark:hover{background-color:#333;border-color:#333}.btn--ghost{background-color:rgba(0,0,0,0);color:#1a1a1a;border-color:rgba(0,0,0,0)}.btn--ghost:hover{background-color:#fafaf8}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--full{width:100%}.btn:disabled,.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--loading{position:relative;color:rgba(0,0,0,0) !important;pointer-events:none}.btn--loading::after{content:"";position:absolute;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.card{background:#fff;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden;transition:box-shadow 250ms ease,transform 250ms ease;display:flex;flex-direction:column}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-3px)}.card__image{aspect-ratio:4/3;overflow:hidden;background-color:#fafaf8}.card__image img{width:100%;height:100%;object-fit:cover;transition:transform 350ms ease}.card:hover .card__image img{transform:scale(1.04)}.card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.card__badge{display:inline-block;font-size:.75rem;font-weight:600;color:#6d7c41;background:rgba(109,124,65,.08);padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem;width:fit-content}.card__title{font-family:"DM Sans",sans-serif;font-weight:600;font-size:1.125rem;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}.card__meta{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card__description{font-size:.875rem;color:#6b7280;line-height:1.65;margin-bottom:1rem}.card__price{font-weight:700;font-size:1.25rem;color:#6d7c41}.card__price small{font-size:.75rem;font-weight:400;color:#6b7280}.card__actions{margin-top:auto;padding-top:1rem;display:flex;align-items:center;gap:.75rem}.form-group{margin-bottom:1.25rem;position:relative}.form-group>label:not(.form-toggle){display:block;font-weight:500;font-size:.75rem;color:#6b7280;margin-bottom:6px;letter-spacing:.02em}.form-group>label:not(.form-toggle) .text-error{color:#dc2626;font-weight:400}.form-group>label:not(.form-toggle) .text-muted{color:#9ca3af;font-weight:400}.form-label{display:block;font-weight:500;font-size:.75rem;color:#6b7280;margin-bottom:6px;letter-spacing:.02em}gmp-place-autocomplete{display:block;width:100%;color-scheme:light;background-color:#fff;border:1px solid #f0f0eb;border-radius:8px;font-size:.875rem;transition:border-color 150ms ease,box-shadow 150ms ease}gmp-place-autocomplete:hover{border-color:#e5e5e0}gmp-place-autocomplete:focus-within{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.form-input{display:block;width:100%;padding:14px 1rem;font-family:"Inter",sans-serif;font-size:.875rem;color:#1a1a1a;background:#fff;border:1px solid #f0f0eb;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease;outline:none}.form-input::placeholder{color:#9ca3af}.form-input:hover{border-color:#e5e5e0}.form-input:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.form-input--error{border-color:#dc2626}.form-input--error:focus{box-shadow:0 0 0 3px rgba(220,38,38,.1)}.form-select{display:block;width:100%;padding:14px 1rem;padding-right:2.5rem;font-family:"Inter",sans-serif;font-size:.875rem;color:#1a1a1a;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236B7280'%3E%3Cpath d='M6 8.825L.35 3.175l.7-.7L6 7.425l4.95-4.95.7.7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;border:1px solid #f0f0eb;border-radius:8px;appearance:none;transition:border-color 150ms ease,box-shadow 150ms ease;outline:none}.form-select:hover{border-color:#e5e5e0}.form-select:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.form-textarea{display:block;width:100%;min-height:120px;padding:.75rem 1rem;font-family:"Inter",sans-serif;font-size:1rem;color:#1a1a1a;background:#fff;border:1px solid #e5e5e0;border-radius:8px;resize:vertical;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.form-textarea:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.1)}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.form-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#6d7c41;border-radius:4px;margin-top:2px;flex-shrink:0;cursor:pointer}.form-checkbox label,.form-checkbox span{font-size:.875rem;color:#1a1a1a;line-height:1.5;cursor:pointer}.form-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer;position:relative;padding:.5rem 0}.form-toggle input[type=checkbox]{opacity:0;position:absolute;width:0;height:0;pointer-events:none}.form-toggle__slider{position:relative;width:40px;height:22px;background:#e5e5e0;border-radius:9999px;flex-shrink:0;transition:background 250ms ease}.form-toggle__slider::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.12);transition:transform 250ms ease}input[type=checkbox]:checked+.form-toggle__slider{background:#6d7c41}input[type=checkbox]:checked+.form-toggle__slider::after{transform:translateX(18px)}input[type=checkbox]:focus-visible+.form-toggle__slider{box-shadow:0 0 0 3px rgba(109,124,65,.15)}.form-toggle span:last-child{font-size:.875rem;color:#6b7280;line-height:1.5;cursor:pointer;user-select:none}.form-error{font-size:.75rem;color:#dc2626;margin-top:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 639px){.form-row{grid-template-columns:1fr}}.password-toggle{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;font-size:.875rem;transition:color 150ms ease}.password-toggle:hover{color:#1a1a1a}.form-group:has(.form-label) .password-toggle{top:calc(50% + 12px)}.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.addr-autocomplete{position:relative}.addr-autocomplete__dropdown{display:none;position:absolute;z-index:100;left:0;right:0;top:100%;margin-top:-0.25rem;background:#fff;border:1px solid #e5e5e0;border-radius:0 0 8px 8px;box-shadow:0 4px 16px rgba(0,0,0,.1);max-height:280px;overflow-y:auto}.addr-autocomplete__item{padding:.75rem 1rem;font-size:.875rem;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #f0f0eb;transition:background 150ms ease}.addr-autocomplete__item:last-child{border-bottom:none}.addr-autocomplete__item i{color:#9ca3af;font-size:.75rem;flex-shrink:0}.addr-autocomplete__item:hover,.addr-autocomplete__item--active{background:rgba(109,124,65,.06)}.addr-autocomplete__item:hover i,.addr-autocomplete__item--active i{color:#6d7c41}.addr-autocomplete__entries{font-size:.75rem;color:#6d7c41;font-weight:600;background:rgba(109,124,65,.08);padding:1px 6px;border-radius:4px}.addr-autocomplete__back{padding:.5rem 1rem;font-size:.75rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #e5e5e0;font-weight:500;transition:color 150ms ease}.addr-autocomplete__back:hover{color:#6d7c41}.addr-autocomplete__filter{padding:.5rem .75rem;border-bottom:1px solid #e5e5e0;position:sticky;top:0;background:#fff;z-index:1}.addr-autocomplete__filter-input{width:100%;padding:.5rem .75rem;font-size:.75rem;font-family:"Inter",sans-serif;border:1px solid #f0f0eb;border-radius:4px;outline:none;background:#fafaf8;color:#1a1a1a}.addr-autocomplete__filter-input::placeholder{color:#9ca3af}.addr-autocomplete__filter-input:focus{border-color:#6d7c41}.addr-autocomplete__list{max-height:240px;overflow-y:auto}.addr-autocomplete__hint{padding:.75rem 1rem;font-size:.75rem;color:#9ca3af;text-align:center}.addr-preview{margin-bottom:0}.addr-preview__field{display:flex;align-items:center;gap:.75rem;padding:12px 1rem;background:rgba(109,124,65,.03);border:1px solid #f0f0eb;border-radius:8px;min-height:48px}.addr-preview__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.addr-preview__street{font-size:.875rem;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addr-preview__city{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addr-preview__actions{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.addr-preview__change,.addr-preview__manual{background:none;border:none;font-size:.75rem;cursor:pointer;padding:.25rem 0;white-space:nowrap;transition:color 150ms ease}.addr-preview__change{color:#6d7c41;font-weight:600}.addr-preview__change:hover{color:#4a5530;text-decoration:underline}.addr-preview__manual{color:#9ca3af;font-weight:400}.addr-preview__manual:hover{color:#6b7280;text-decoration:underline}.addr-preview+.form-group{margin-top:.75rem}.addr-manual-toggle{font-size:.75rem;color:#6b7280;margin-top:.5rem;margin-bottom:.75rem}.addr-manual-toggle a{color:#6d7c41;text-decoration:none;font-weight:500}.addr-manual-toggle a:hover{text-decoration:underline}.addr-unit-warning{margin-top:.75rem;margin-bottom:1.25rem;padding:1rem;background:rgba(217,119,6,.06);border:1px solid rgba(217,119,6,.2);border-radius:8px;font-size:.875rem;color:#1a1a1a}.addr-unit-warning p{margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.addr-unit-warning p i{color:#d97706;font-size:1rem}.addr-unit-warning__actions{display:flex;gap:.75rem}.addr-unit-warning a.addr-unit-warning__add,.addr-unit-warning a.addr-unit-warning__skip{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all 150ms ease}.addr-unit-warning a.addr-unit-warning__add{background:#6d7c41;color:#fff;border:1px solid #6d7c41}.addr-unit-warning a.addr-unit-warning__add:hover{background:#4a5530;border-color:#4a5530;color:#fff}.addr-unit-warning a.addr-unit-warning__skip{background:#fff;color:#6b7280;border:1px solid #e5e5e0}.addr-unit-warning a.addr-unit-warning__skip:hover{border-color:#9ca3af;color:#1a1a1a}.addr-unit-prompt{font-size:.75rem;margin-top:.5rem;margin-bottom:.75rem}.addr-unit-prompt a{display:inline-flex;align-items:center;gap:.25rem;color:#6b7280;text-decoration:none;font-weight:500;padding:.5rem 0;transition:color 150ms ease}.addr-unit-prompt a i{font-size:10px}.addr-unit-prompt a:hover{color:#6d7c41}.form-input--lg{padding:1rem;font-size:1rem}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:#1a1a1a;overflow:hidden}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.78);z-index:1}.hero__inner{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto;padding:0 1.5rem}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#8a9a5b;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;padding:.5rem 1rem;border:1px solid rgba(138,154,91,.3);border-radius:9999px;background:rgba(109,124,65,.08)}.hero__title{font-family:"DM Sans",sans-serif;font-weight:700;color:#fff;font-size:clamp(2.8rem,5.5vw,4.2rem);line-height:1.08;margin-bottom:1.5rem;letter-spacing:-0.02em}.hero__subtitle{color:hsla(0,0%,100%,.6);font-size:1.25rem;line-height:1.65;max-width:520px;margin:0 auto 2.5rem}.hero__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width: 767px){.hero{min-height:60vh}.hero__title{font-size:clamp(2rem,7vw,3rem)}.hero__subtitle{font-size:1rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;max-width:280px}}.newsletter,.testimonials,.dietary-plans,.featured-meals,.value-props,.how-it-works{padding:5rem 0}@media(max-width: 767px){.newsletter,.testimonials,.dietary-plans,.featured-meals,.value-props,.how-it-works{padding:3rem 0}}.newsletter__inner,.testimonials__inner,.dietary-plans__inner,.featured-meals__inner,.value-props__inner,.how-it-works__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-eyebrow{display:block;text-align:center;font-size:.75rem;font-weight:600;color:#6d7c41;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}.section-title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:clamp(1.875rem,3vw,2.25rem);color:#1a1a1a;text-align:center;margin-bottom:3rem;letter-spacing:-0.01em}.how-it-works{background:#fff}.how-it-works__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.5rem}@media(max-width: 767px){.how-it-works__grid{grid-template-columns:1fr;gap:2rem;max-width:400px;margin:0 auto}}.how-it-works__step{text-align:center;padding:1.5rem}.how-it-works__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;background:#6d7c41;color:#fff;font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.125rem;margin-bottom:1.5rem}.how-it-works__heading{font-family:"DM Sans",sans-serif;font-weight:600;font-size:1.125rem;color:#1a1a1a;margin-bottom:.75rem}.how-it-works__text{font-size:.875rem;color:#6b7280;line-height:1.65;max-width:300px;margin:0 auto}.value-props{background:#fafaf8}.value-props__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 767px){.value-props__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.value-props__card{text-align:center;background:#fff;border-radius:12px;padding:2rem 1.5rem;border:1px solid #f0f0eb;transition:border-color 250ms ease,box-shadow 250ms ease}.value-props__card:hover{border-color:#e5e5e0;box-shadow:0 4px 12px rgba(0,0,0,.08)}.value-props__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:#fafaf8;color:#6d7c41;margin-bottom:1.25rem}.value-props__icon svg{width:28px;height:28px}.value-props__heading{font-family:"DM Sans",sans-serif;font-weight:600;font-size:1rem;color:#1a1a1a;margin-bottom:.5rem}.value-props__text{font-size:.875rem;color:#6b7280;line-height:1.65}.featured-meals{background:#fff}.featured-meals__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 1023px){.featured-meals__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 639px){.featured-meals__grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.featured-meals__card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #f0f0eb;transition:border-color 250ms ease,box-shadow 250ms ease,transform 250ms ease}.featured-meals__card:hover{border-color:#e5e5e0;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.featured-meals__image{aspect-ratio:16/10;overflow:hidden}.featured-meals__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.featured-meals__card:hover .featured-meals__image img{transform:scale(1.04)}.featured-meals__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fafaf8;color:#9ca3af;font-size:1.875rem;opacity:.25}.featured-meals__body{padding:1.25rem}.featured-meals__tags{display:flex;gap:.5rem;margin-bottom:.75rem}.featured-meals__tag{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6d7c41;background:rgba(109,124,65,.08);padding:3px .5rem;border-radius:4px}.featured-meals__name{font-family:"DM Sans",sans-serif;font-weight:600;font-size:1rem;color:#1a1a1a;margin-bottom:.75rem}.featured-meals__meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#6b7280}.featured-meals__rating{display:inline-flex;align-items:center;gap:3px;font-weight:600;color:#1a1a1a}.featured-meals__rating i{color:#f59e0b;font-size:11px}.featured-meals__cal{display:inline-flex;align-items:center;gap:3px}.featured-meals__price{font-weight:700;font-size:.875rem;color:#1a1a1a;margin-left:auto}.featured-meals__cta{text-align:center;margin-top:2.5rem}.dietary-plans{background:#1a1a1a}.dietary-plans__inner{text-align:center}.dietary-plans .section-title{color:#fff}.dietary-plans__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.dietary-plans__chip{display:inline-block;padding:.5rem 1.25rem;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.7) !important;font-size:.875rem;font-weight:500;border-radius:9999px;text-decoration:none;border:1px solid hsla(0,0%,100%,.1);transition:background 150ms ease,color 150ms ease,border-color 150ms ease}.dietary-plans__chip:hover{background:#6d7c41;color:#fff !important;border-color:#6d7c41}.testimonials{background:#fafaf8}.testimonials__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 1023px){.testimonials__grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}.testimonials__card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #f0f0eb;display:flex;flex-direction:column}.testimonials__stars{display:flex;gap:2px;margin-bottom:1.25rem;color:#f59e0b;font-size:.875rem}.testimonials__quote{font-size:.875rem;color:#6b7280;line-height:1.65;margin-bottom:1.5rem;flex:1}.testimonials__author{font-weight:600;font-size:.875rem;color:#1a1a1a;padding-top:1rem;border-top:1px solid #f0f0eb}.newsletter{background:#fff;text-align:center}.newsletter__inner{max-width:800px}.newsletter__title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:clamp(1.5rem,3vw,1.875rem);color:#1a1a1a;margin-bottom:.75rem}.newsletter__subtitle{font-size:.875rem;color:#6b7280;margin-bottom:2rem;line-height:1.65}.newsletter__form{display:flex;flex-wrap:wrap;gap:.75rem;max-width:440px;margin:0 auto}@media(max-width: 639px){.newsletter__form{flex-direction:column}}.newsletter__input{flex:1;padding:.75rem 1.25rem;border:1px solid #e5e5e0;border-radius:8px;font-size:.875rem;font-family:"Inter",sans-serif;background:#fafaf8;color:#1a1a1a;transition:border-color 150ms ease}.newsletter__input::placeholder{color:#9ca3af}.newsletter__input:focus{outline:none;border-color:#6d7c41}.newsletter-msg{flex-basis:100%;margin-top:.75rem;font-size:.875rem;text-align:center}.newsletter-msg--ok{color:#059669}.newsletter-msg--err{color:#dc2626}.newsletter-msg--warn{color:#6b7280}.newsletter-resub-btn{display:inline-block;margin-top:.5rem;padding:.25rem 1rem;background:#6d7c41;color:#fff;font-size:.75rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease}.newsletter-resub-btn:hover{background:#4a5530}.newsletter-resub-btn:disabled{opacity:.6;cursor:not-allowed}.menu-swap-banner{position:fixed;top:64px;left:0;right:0;z-index:950;background:#0f172a;border-bottom:none;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:0;transition:background .3s ease,box-shadow .3s ease}.menu-swap-banner--swapping{background:#78350f;box-shadow:0 4px 12px rgba(120,53,15,.25)}.menu-swap-banner--adding{background:#064e3b;box-shadow:0 4px 12px rgba(6,78,59,.25)}.menu-swap-banner__inner{max-width:1200px;margin:0 auto;padding:12px 1rem;display:flex;align-items:center;gap:.75rem}.menu-swap-banner__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9999px;background:hsla(0,0%,100%,.12);color:#fff;font-size:.813rem;flex-shrink:0}.menu-swap-banner__text{flex:1;font-size:.813rem;font-weight:500;color:hsla(0,0%,100%,.7);line-height:1.4}.menu-swap-banner__text strong{color:#fff;font-weight:700}.menu-swap-banner__cancel{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:hsla(0,0%,100%,.8);font-weight:600;font-size:.688rem;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase}.menu-swap-banner__cancel:hover{background:hsla(0,0%,100%,.15);color:#fff;border-color:hsla(0,0%,100%,.35)}.menu-swap-banner__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.menu-swap-banner__toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:none;border-radius:8px;color:#0f172a;font-weight:700;font-size:.75rem;cursor:pointer;white-space:nowrap;transition:all .15s;letter-spacing:.01em}.menu-swap-banner__toggle:hover{background:hsla(0,0%,100%,.9)}.menu-swap-banner__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#6d7c41;color:#fff;border-radius:10px;font-size:.688rem;font-weight:700;padding:0 6px;line-height:1}.menu-swap-banner__done{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#6d7c41;border:none;border-radius:8px;color:#fff !important;font-weight:700;font-size:.75rem;text-decoration:none !important;white-space:nowrap;transition:all .15s;letter-spacing:.01em}.menu-swap-banner__done:hover,.menu-swap-banner__done:visited,.menu-swap-banner__done:active,.menu-swap-banner__done:focus{background:rgb(85.4698412698,97.2317460317,50.9682539683);color:#fff !important;text-decoration:none !important}.menu-page--swap-active{padding-top:58px}.meal-card__add--disabled{opacity:.35;pointer-events:none;cursor:default}.meal-card__add--added{background:#059669;pointer-events:none;box-shadow:0 2px 8px rgba(5,150,105,.3)}@keyframes checkDraw{from{stroke-dashoffset:20}to{stroke-dashoffset:0}}.meal-card__add-check{width:14px;height:14px;flex-shrink:0}.meal-card__add-check path{stroke-dasharray:20;stroke-dashoffset:20;animation:checkDraw .35s cubic-bezier(0.65, 0, 0.35, 1) .08s forwards}.meal-card__added-tip{position:absolute;z-index:9999;display:inline-flex;align-items:center;gap:8px;background:rgba(17,17,17,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-family:"Inter",sans-serif;font-size:13px;font-weight:500;padding:7px 14px;border-radius:9999px;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(-6px) scale(0.96);transition:opacity .25s cubic-bezier(0.16, 1, 0.3, 1),transform .25s cubic-bezier(0.16, 1, 0.3, 1);box-shadow:0 4px 16px rgba(0,0,0,.2),0 0 0 1px hsla(0,0%,100%,.06) inset;letter-spacing:-0.01em;-webkit-font-smoothing:antialiased}.meal-card__added-tip__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#059669;flex-shrink:0}.meal-card__added-tip__icon i{font-size:9px;color:#fff}.meal-card__added-tip__text{line-height:1}.meal-card__added-tip__side{color:hsla(0,0%,100%,.5);font-weight:400}.meal-card__added-tip__side::before{content:"·";margin-right:1px}.meal-card__added-tip--visible{opacity:1;transform:translateY(0) scale(1)}@media(max-width: 767px){.menu-swap-banner__text{font-size:.8rem;flex:1;min-width:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.menu-swap-banner__text::-webkit-scrollbar{display:none}.menu-swap-banner__inner{justify-content:space-between;padding:10px .75rem;gap:8px}.menu-swap-banner__icon{width:30px;height:30px;font-size:.75rem}.menu-swap-banner__toggle{padding:8px 12px}.menu-swap-banner__done{padding:8px 12px}}.menu-swap-panel__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-swap-panel__backdrop--visible{opacity:1;pointer-events:auto}.menu-swap-panel{position:fixed;top:0;right:0;width:400px;max-width:92vw;height:100vh;height:100dvh;background:#fff;box-shadow:-8px 0 32px rgba(0,0,0,.08),-1px 0 0 #e5e5e0;z-index:1001;display:flex;flex-direction:column;overflow:hidden;transform:translateX(100%);transition:transform .3s cubic-bezier(0.32, 0.72, 0, 1)}.menu-swap-panel--open{transform:translateX(0)}.menu-swap-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e5e5e0;background:#fff}.menu-swap-panel__title{font-size:.938rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.01em}.menu-swap-panel__subtitle{font-size:.688rem;color:#6b7280;margin:3px 0 0;font-weight:500;letter-spacing:.01em}.menu-swap-panel__subtitle i{margin-right:3px;font-size:.625rem}.menu-swap-panel__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fafaf8;border:none;border-radius:9999px;cursor:pointer;color:#6b7280;font-size:.875rem;transition:all .15s}.menu-swap-panel__close:hover{background:rgb(237.25,237.25,230.15);color:#1a1a1a}.menu-swap-panel__list{flex:1;overflow-y:auto;padding:.25rem 0}.menu-swap-panel__list::-webkit-scrollbar{width:4px}.menu-swap-panel__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.menu-swap-panel__list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:4px}.menu-swap-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.25rem;text-align:center;color:#6b7280}.menu-swap-panel__empty>i{font-size:2rem;margin-bottom:.75rem;opacity:.4}.menu-swap-panel__empty>p{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.menu-swap-panel__empty>span{font-size:.75rem;color:#6b7280}.menu-swap-panel__group-label{padding:.5rem 1.25rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;background:#fafaf8;border-bottom:1px solid #f0f0eb}.menu-swap-panel__group-label:not(:first-child){border-top:1px solid #f0f0eb}.menu-swap-panel__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04);transition:background .2s}.menu-swap-panel__item--active{background:#fffbeb;box-shadow:inset 3px 0 0 #f59e0b}.menu-swap-panel__item--swapped{animation:swapFlash 1.5s ease}.menu-swap-panel__item-img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#fafaf8}.menu-swap-panel__item-img--placeholder{display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.875rem}.menu-swap-panel__item-info{flex:1;min-width:0}.menu-swap-panel__item-name{display:block;font-weight:600;font-size:.813rem;color:#1a1a1a;line-height:1.4}.menu-swap-panel__item-side{display:block;font-size:.688rem;color:#6b7280;margin-top:1px;letter-spacing:.01em}.menu-swap-panel__item-row{display:flex;align-items:center;gap:10px;margin-top:6px}.menu-swap-panel__qty{display:inline-flex;align-items:center;gap:0;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden;background:#fafaf8}.menu-swap-panel__qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#6b7280;font-size:.625rem;transition:all .15s;padding:0}.menu-swap-panel__qty-btn:hover{background:rgb(237.25,237.25,230.15);color:#1a1a1a}.menu-swap-panel__qty-btn:active{transform:scale(0.92)}.menu-swap-panel__qty-val{display:flex;align-items:center;justify-content:center;min-width:30px;height:28px;font-size:.75rem;font-weight:700;color:#1a1a1a;background:#fff;border-left:1px solid #e5e5e0;border-right:1px solid #e5e5e0}.menu-swap-panel__item-price{font-size:.75rem;font-weight:600;color:#1a1a1a;white-space:nowrap;letter-spacing:-0.01em}.menu-swap-panel__swap-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:#fff;border:1px solid #e5e5e0;border-radius:8px;color:#6b7280;font-size:.688rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s;margin-top:2px;letter-spacing:.01em}.menu-swap-panel__swap-btn:hover{border-color:#1a1a1a;color:#1a1a1a;background:#fafaf8}.menu-swap-panel__swap-btn--active{background:#fffbeb;border-color:#f59e0b;color:#92400e}.menu-swap-panel__footer{padding:1rem 1.25rem;border-top:1px solid #e5e5e0;display:flex;flex-direction:column;gap:8px;background:#fafaf8}.menu-swap-panel__add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:11px 1rem;background:#fff;color:#1a1a1a;border:1px dashed #e5e5e0;border-radius:8px;font-weight:600;font-size:.813rem;cursor:pointer;transition:all .15s;letter-spacing:.01em}.menu-swap-panel__add-btn i{font-size:.75rem;color:#6d7c41}.menu-swap-panel__add-btn:hover{border-color:#6d7c41;color:#6d7c41;background:rgba(109,124,65,.04)}.menu-swap-panel__done-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:11px 1rem;background:#1a1a1a;color:#fff !important;border:none;border-radius:8px;font-weight:600;font-size:.813rem;text-decoration:none !important;transition:all .15s;letter-spacing:.01em}.menu-swap-panel__done-btn:hover,.menu-swap-panel__done-btn:visited,.menu-swap-panel__done-btn:active,.menu-swap-panel__done-btn:focus{background:rgb(56.6,56.6,56.6);color:#fff !important;text-decoration:none !important}@keyframes swapFlash{0%{background:#d1fae5}100%{background:rgba(0,0,0,0)}}.menu-location{background:#fafaf8;border-bottom:1px solid rgba(0,0,0,.06);padding:.75rem 0}.menu-location__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(min-width: 768px){.menu-location__inner{flex-direction:row}}.menu-location__info{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#1a1a1a}.menu-location__info i{color:#6d7c41}.menu-location__change{background:none;border:none;color:#6d7c41;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.menu-location__change:hover{color:#4a5530}.menu-location__week{font-size:.875rem;color:#6b7280;font-weight:500}.menu-filters{background:#fafaf8;border-bottom:1px solid #f0f0eb;padding:1rem 0 .75rem}.menu-filters__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.menu-filters__tabs{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #f0f0eb}.menu-filters__tabs::-webkit-scrollbar{display:none}.menu-filters__tab{flex-shrink:0;padding:.5rem 1.25rem;border-radius:9999px;border:1px solid #e5e5e0;background:#fff;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.menu-filters__tab:hover{border-color:#6d7c41;color:#6d7c41}.menu-filters__tab--active{background:#6d7c41;border-color:#6d7c41;color:#fff}.menu-filters__chips{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.menu-filters__group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.menu-filters__group-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem}.menu-filters__active{margin-top:.75rem;display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid #f0f0eb}.menu-filters__count{font-size:.875rem;font-weight:500;color:#1a1a1a}.menu-filters__clear{background:none;border:none;color:#dc2626;font-size:.875rem;font-weight:500;cursor:pointer}.menu-filters__clear:hover{text-decoration:underline}.menu-chip{padding:.25rem .75rem;border-radius:9999px;border:1px solid #e5e5e0;background:#fff;font-size:.75rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.menu-chip:hover{border-color:#8a9a5b;color:#6d7c41}.menu-chip--active{background:rgba(109,124,65,.1);border-color:#6d7c41;color:#6d7c41;font-weight:600}.menu-tabs{position:sticky;top:64px;z-index:990;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.03)}.menu-tabs__inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.menu-tabs__inner::-webkit-scrollbar{display:none}.menu-tabs__tab{position:relative;display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.5rem 1.25rem;border:1px solid rgba(0,0,0,0);border-radius:9999px;background:none;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;white-space:nowrap;line-height:1.4}.menu-tabs__tab:hover{color:#1a1a1a;background:rgba(0,0,0,.03)}.menu-tabs__tab--active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.menu-tabs__tab--active:hover{background:#1a1a1a;color:#fff}.menu-tabs__tab--active .menu-tabs__badge{background:hsla(0,0%,100%,.2);color:#fff}.menu-tabs__label{pointer-events:none}.menu-tabs__badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;border-radius:9999px;line-height:1}.menu-tabs__badge--full{background:rgba(109,124,65,.1);color:#6d7c41}.menu-tabs__badge--limited{background:rgba(217,119,6,.1);color:#d97706}.menu-delivery-bar{position:sticky;top:64px;z-index:990;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.menu-delivery-bar__inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.menu-delivery-bar__inner i{color:#6d7c41}.menu-delivery-bar__inner strong{color:#1a1a1a;font-weight:600}.menu-delivery-bar__inner .menu-tabs__badge{margin-left:.25rem}.menu-layout{max-width:1200px;margin:0 auto;display:flex;gap:1.5rem;padding:0 1.5rem}.menu-sidebar{width:240px;flex-shrink:0;position:sticky;top:120px;max-height:calc(100vh - 136px);overflow-y:auto;padding:1.25rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:thin}@media(max-width: 1023px){.menu-sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;max-height:100vh;background:#fff;z-index:1050;padding:1.25rem;transform:translateX(-100%);transition:transform .3s ease;box-shadow:none}.menu-sidebar--open{transform:translateX(0);box-shadow:0 12px 32px rgba(0,0,0,.12)}}.menu-sidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0eb}.menu-sidebar__title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a}.menu-sidebar__clear{font-size:.75rem;color:#6d7c41;background:none;border:none;cursor:pointer;font-weight:500}.menu-sidebar__clear:hover{text-decoration:underline}.menu-sidebar__section{margin-bottom:1.25rem}.menu-sidebar__section:last-child{margin-bottom:0}.menu-sidebar__heading{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-bottom:.75rem;cursor:pointer;user-select:none;padding:.25rem 0;transition:color 150ms ease}.menu-sidebar__heading:hover{color:#1a1a1a}.menu-sidebar__chevron{font-size:9px;transition:transform .2s ease}.menu-sidebar__section--collapsed .menu-sidebar__chevron{transform:rotate(-90deg)}.menu-sidebar__section--collapsed .menu-sidebar__items,.menu-sidebar__section--collapsed .menu-sidebar__sliders{display:none}.menu-sidebar__section--collapsed .menu-sidebar__heading{margin-bottom:0}.menu-sidebar__items{display:flex;flex-direction:column;gap:.25rem}.menu-sidebar__item{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;color:#1a1a1a;cursor:pointer;transition:background 150ms ease}.menu-sidebar__item:hover{background:rgba(0,0,0,.03)}.menu-sidebar__item input[type=checkbox],.menu-sidebar__item input[type=radio]{display:none}.menu-sidebar__item--toggle{justify-content:space-between;padding-top:.5rem;margin-top:.25rem;border-top:1px solid #f0f0eb}.menu-sidebar__count{margin-left:auto;font-size:11px;font-weight:400;color:#6b7280;min-width:14px;text-align:right}.menu-sidebar__check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;border:1.5px solid #e5e5e0;border-radius:3px;background:#fff;transition:all 150ms ease}input:checked+.menu-sidebar__check{background:#6d7c41;border-color:#6d7c41}input:checked+.menu-sidebar__check::after{content:"";width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translateY(-1px)}.menu-sidebar__radio{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;border:1.5px solid #e5e5e0;border-radius:50%;background:#fff;transition:all 150ms ease}input:checked+.menu-sidebar__radio{border-color:#6d7c41}input:checked+.menu-sidebar__radio::after{content:"";width:8px;height:8px;border-radius:50%;background:#6d7c41}.menu-sidebar__toggle{position:relative;display:inline-block;width:36px;height:20px;background:#e5e5e0;border-radius:10px;transition:background 150ms ease;flex-shrink:0}.menu-sidebar__toggle::after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform 150ms ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}input:checked+.menu-sidebar__toggle{background:#6d7c41}input:checked+.menu-sidebar__toggle::after{transform:translateX(16px)}.menu-sidebar__spice-bar{display:flex;gap:4px;padding:.25rem 0}.menu-sidebar__spice-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:3px;padding:6px 4px;border:1.5px solid #e5e5e0;border-radius:4px;background:#fff;cursor:pointer;transition:all 150ms ease;color:#9ca3af}.menu-sidebar__spice-btn i{font-size:10px}.menu-sidebar__spice-btn:hover{border-color:#6b7280;color:#1a1a1a}.menu-sidebar__spice-btn--active{border-color:#6d7c41;background:rgba(109,124,65,.08);color:#6d7c41;font-weight:600}.menu-sidebar__spice-btn--active i{color:#d35400}.menu-sidebar__spice-label{font-size:11px;line-height:1}.menu-sidebar__sliders{display:flex;flex-direction:column;gap:1rem}.menu-sidebar__slider-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.menu-sidebar__slider-header span:first-child{font-size:.75rem;font-weight:500;color:#1a1a1a}.menu-sidebar__slider-val{font-size:.75rem;font-weight:600;color:#6d7c41}.menu-sidebar__range{width:100%;height:4px;-webkit-appearance:none;appearance:none;background:#f0f0eb;border-radius:2px;outline:none}.menu-sidebar__range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#6d7c41;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.menu-sidebar__range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#6d7c41;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.menu-filter-toggle{display:none}@media(max-width: 1023px){.menu-filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:9999px;border:none;background:#1a1a1a;color:#fff;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.25);white-space:nowrap}.menu-filter-toggle i{font-size:.85em}}.menu-filter-toggle__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:50%;background:#6d7c41;color:#fff;font-size:10px;font-weight:700}.menu-sidebar-backdrop{display:none}@media(max-width: 1023px){.menu-sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1040;opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-sidebar-backdrop--visible{opacity:1;pointer-events:auto}}.menu-grid__wrapper{flex:1;min-width:0;padding:2rem 0 4rem}.menu-section:not(:first-child){margin-top:1.5rem}.menu-section__heading{position:sticky;top:136px;z-index:100;display:block;text-align:center;margin-bottom:1rem}.menu-section__heading span{display:inline-block;padding:.25rem 1.25rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:9999px;box-shadow:0 2px 6px rgba(0,0,0,.08)}.menu-section[data-section-cat=breakfast] .menu-section__heading span{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.menu-section[data-section-cat=lunch_dinner] .menu-section__heading span{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.menu-section[data-section-cat=snack] .menu-section__heading span{background:#fce7f3;color:#9d174d;border:1px solid #fbcfe8}.menu-section[data-section-cat=salad_bowl] .menu-section__heading span{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.menu-section[data-section-cat=soup] .menu-section__heading span{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.menu-section[data-section-cat=side] .menu-section__heading span{background:#e0e7ff;color:#3730a3;border:1px solid #c7d2fe}.menu-section[data-section-cat=protein] .menu-section__heading span{background:#fef9c3;color:#854d0e;border:1px solid #fef08a}.menu-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 640px){.menu-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.menu-grid{grid-template-columns:repeat(3, 1fr)}}.meal-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(26,26,26,.06);overflow:hidden;cursor:pointer;transition:box-shadow 250ms ease,transform 250ms ease;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.04)}.meal-card:hover{box-shadow:0 12px 28px rgba(26,26,26,.12);transform:translateY(-4px)}.meal-card[data-hidden=true]{display:none}.meal-card__image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#fafaf8}.meal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 600ms cubic-bezier(0.16, 1, 0.3, 1)}.meal-card:hover .meal-card__image img{transform:scale(1.05)}.meal-card__image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 25%),linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, transparent 20%);pointer-events:none}.meal-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fafaf8;color:#e5e5e0;font-size:2.5rem}.meal-card__diet-badge{position:absolute;top:.75rem;left:.75rem;font-size:10px;font-weight:700;padding:3px .75rem;border-radius:9999px;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(6px);z-index:2}.meal-card__diet-badge--vegan{background:rgba(5,150,105,.9);color:#fff}.meal-card__diet-badge--veg{background:rgba(22,163,106,.9);color:#fff}.meal-card__cuisine-badge{position:absolute;bottom:.75rem;right:.75rem;display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;padding:3px .75rem;border-radius:9999px;letter-spacing:.04em;text-transform:uppercase;background:rgba(0,0,0,.5);color:#fff;backdrop-filter:blur(6px);z-index:2}.meal-card__cuisine-badge .fa-pepper-hot{font-size:10px;color:#f87171}.meal-card__rating-badge{position:absolute;top:.75rem;right:.75rem;display:inline-flex;align-items:center;gap:3px;z-index:2;line-height:1;font-size:12px;font-weight:700;color:#fff;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);padding:4px 8px;border-radius:9999px}.meal-card__rating-badge .fa-star{font-size:11px;color:#f0d060}.meal-card__stock-badge{position:absolute;bottom:.75rem;left:.75rem;font-size:10px;font-weight:700;padding:3px .75rem;border-radius:9999px;letter-spacing:.02em;background:rgba(217,119,6,.9);color:#fff;backdrop-filter:blur(6px);z-index:2}.meal-card__stock-badge--sold-out{background:rgba(220,38,38,.9)}.meal-card__stock-badge--reserved{background:rgba(107,114,128,.85)}.meal-card__add--sold-out{opacity:.5;cursor:not-allowed}.meal-card--overstock{border-color:rgba(217,119,6,.35)}.meal-card__selling-fast{position:absolute;bottom:.75rem;left:.75rem;font-size:9px;font-weight:700;padding:2px 7px;border-radius:9999px;letter-spacing:.03em;text-transform:uppercase;background:rgba(0,0,0,.55);color:#fff;backdrop-filter:blur(6px);z-index:2;display:inline-flex;align-items:center;gap:3px}.meal-card__selling-fast i{color:#fb923c;font-size:9px}.meal-card--overstock .meal-card__selling-fast i{color:#fbbf24}.meal-card__fixed-side{font-size:.75rem;color:#9ca3af;font-weight:500;font-style:italic;text-align:center}.meal-card__nutrition{display:flex;align-items:baseline;gap:0;line-height:1}.meal-card__nutri-item{flex:1;text-align:center;font-size:10px;color:#9ca3af;white-space:nowrap;padding:0 2px;border-right:1px solid #f0f0eb}.meal-card__nutri-item:last-child{border-right:none}.meal-card__nutri-item b{display:block;font-size:.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1px}.meal-card__body{padding:.75rem 1rem .75rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.meal-card__title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.125rem;color:#1a1a1a;line-height:1.2;height:calc(1.125rem*1.2*2);margin:0;letter-spacing:-0.01em;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meal-card__title a{color:inherit;text-decoration:none}.meal-card__meta-row{display:flex;align-items:center;justify-content:center;gap:.5rem}.meal-card__cuisine{font-size:11px;color:#b8860b;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.meal-card__spice{display:inline-flex;gap:2px;font-size:11px;color:#dc2626}.meal-card__spice i{opacity:.85}.meal-card__sides{position:relative;border:1px solid #e5e5e0;border-radius:8px;margin:0;padding:0;cursor:pointer;transition:border-color 150ms ease}.meal-card__sides:hover{border-color:#9ca3af}.meal-card__sides--empty{display:none}.meal-card__side-legend{font-size:10px;color:#9ca3af;font-weight:500;padding:0 .25rem;text-align:center;letter-spacing:.02em;pointer-events:none}.meal-card__side-select{width:100%;font-family:"Inter",sans-serif;font-size:.75rem;font-weight:500;color:#1a1a1a;background:rgba(0,0,0,0);border:none;padding:2px 1.25rem .5rem .5rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23999'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;text-align:center}.meal-card__side-select:focus{outline:none}.meal-card__footer{margin-top:auto;display:flex;align-items:center;gap:.5rem}.meal-card__tags{display:flex;gap:3px;flex-shrink:0}.meal-card__tag-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:9999px;font-size:8px;font-weight:700;letter-spacing:.02em;color:#9ca3af;background:#fafaf8;border:1px solid #f0f0eb;cursor:default;line-height:1;position:relative}.meal-card__tag-icon::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#1a1a1a;color:#fff;font-size:11px;font-weight:500;letter-spacing:0;padding:5px 10px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity 150ms ease;z-index:10}.meal-card__tag-icon:hover::after{opacity:1}.meal-card__tag-icon--more{width:auto;padding:0 6px;font-size:9px;color:#6b7280}.meal-card__add{margin-left:auto;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;border-radius:9999px;border:none;background:#6d7c41;color:#fff;font-family:"Inter",sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:background 150ms ease,transform 150ms ease,box-shadow 150ms ease;white-space:nowrap;box-shadow:0 2px 6px rgba(109,124,65,.2)}.meal-card__add:hover{background:#4a5530;box-shadow:0 4px 12px rgba(109,124,65,.3)}.meal-card__add:active{transform:scale(0.97)}.nf-panel{border:2px solid #1a1a1a;padding:.5rem .75rem;font-family:"Inter",sans-serif;margin-bottom:1rem}.nf-panel__header{border-bottom:1px solid #1a1a1a;padding-bottom:.25rem;margin-bottom:.25rem}.nf-panel__title{font-size:20px;font-weight:900;color:#1a1a1a;letter-spacing:-0.02em;line-height:1.1}.nf-panel__serving{font-size:.75rem;color:#6b7280;margin-top:2px}.nf-panel__cal{display:flex;justify-content:space-between;align-items:baseline;border-bottom:4px solid #1a1a1a;padding:.25rem 0}.nf-panel__cal span:first-child{font-size:.875rem;font-weight:700;color:#1a1a1a}.nf-panel__cal span:last-child{font-size:28px;font-weight:900;color:#1a1a1a;line-height:1}.nf-panel__body{border-bottom:8px solid #1a1a1a;padding-bottom:.25rem}.nf-panel__disclaimer{margin:.75rem 0 0;font-size:10px;line-height:1.5;color:#9ca3af}.nf-row{display:flex;justify-content:space-between;font-size:.75rem;color:#1a1a1a;padding:2px 0;border-bottom:1px solid rgba(0,0,0,.12)}.nf-row:last-child{border-bottom:none}.nf-row--bold>span:first-child{font-weight:700}.nf-row--indent{padding-left:1rem}.menu-addons{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0eb}.menu-addons__title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.menu-addons__grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width: 640px){.menu-addons__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.menu-addons__grid{grid-template-columns:repeat(3, 1fr)}}.menu-addon-card{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #f0f0eb;border-radius:8px;padding:1rem;transition:border-color 150ms ease}.menu-addon-card:hover{border-color:#8a9a5b}.menu-addon-card__name{flex:1;font-size:.875rem;font-weight:500;color:#1a1a1a}.menu-addon-card__price{font-size:.875rem;font-weight:600;color:#6d7c41}.menu-empty,.menu-no-results{text-align:center;padding:5rem 1.5rem;color:#6b7280}.menu-empty i,.menu-no-results i{font-size:3rem;color:#9ca3af;margin-bottom:1.5rem}.menu-empty h2,.menu-empty h3,.menu-no-results h2,.menu-no-results h3{font-family:"DM Sans",sans-serif;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.menu-empty p,.menu-no-results p{max-width:400px;margin:0 auto 1.5rem;line-height:1.65}.meal-modal{position:fixed;inset:0;z-index:9100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 250ms ease}.meal-modal[aria-hidden=false]{opacity:1;pointer-events:auto}.meal-modal__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(4px)}.meal-modal__content{position:relative;background:#fff;border-radius:16px;max-width:820px;width:94%;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);display:flex;flex-direction:column;box-shadow:0 12px 32px rgba(0,0,0,.12);transform:translateY(20px);transition:transform 250ms ease}.meal-modal[aria-hidden=false] .meal-modal__content{transform:translateY(0)}@media(max-width: 640px){.meal-modal__content{width:100%;max-height:100vh;max-height:100dvh;border-radius:0}}.meal-modal__close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border-radius:9999px;border:none;background:hsla(0,0%,100%,.85);color:#1a1a1a;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;backdrop-filter:blur(4px);transition:background 150ms ease}@media(max-width: 640px){.meal-modal__close{top:calc(0.75rem + env(safe-area-inset-top, 0px));width:40px;height:40px;font-size:1rem}}.meal-modal__close:hover{background:#fff}.meal-modal__body{display:flex;flex-direction:column;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;border-radius:16px 16px 0 0;scrollbar-width:thin}@media(max-width: 640px){.meal-modal__body{border-radius:0}}.meal-modal__body{scrollbar-color:rgba(0,0,0,.15) rgba(0,0,0,0)}.meal-modal__body::-webkit-scrollbar{width:6px}.meal-modal__body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.meal-modal__body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}.meal-modal__body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}.modal-meal__image{overflow:hidden;background:#fafaf8;flex-shrink:0}.modal-meal__image img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;transition:filter .3s ease}.modal-meal__image img.modal-meal__img--loading{filter:blur(20px);transform:scale(1.05)}.modal-meal__placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#9ca3af;background:#fafaf8}.modal-meal__hero{position:relative;overflow:hidden;flex-shrink:0;border-radius:16px 16px 0 0}@media(max-width: 640px){.modal-meal__hero{position:sticky;top:0;z-index:5;border-radius:0}.modal-meal__hero .modal-meal__image{will-change:transform}.modal-meal__hero .modal-meal__image img{object-position:center}}.modal-meal__hero-gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);pointer-events:none;z-index:1}@media(max-width: 640px){.modal-meal__hero-gradient{will-change:transform}}.modal-meal__hero-overlay{position:absolute;bottom:1.25rem;left:1.5rem;right:1.5rem;z-index:2;will-change:transform,opacity;transform-origin:left bottom}@media(max-width: 640px){.modal-meal__hero-overlay{bottom:.75rem;left:1rem;right:1rem}}.modal-meal__hero-name{font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.25rem;color:#fff;line-height:1.2;margin:0 0 .25rem 0;text-shadow:0 1px 4px rgba(0,0,0,.5)}@media(max-width: 640px){.modal-meal__hero-name{font-size:1rem}}.modal-meal__edit-link,.modal-meal__edit-link:not(.btn){position:absolute;top:.75rem;left:.75rem;z-index:3;display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);border-radius:4px;color:hsla(0,0%,100%,.85);font-size:11px;font-weight:500;text-decoration:none;letter-spacing:.3px;transition:background 150ms ease,color 150ms ease}.modal-meal__edit-link:hover,.modal-meal__edit-link:not(.btn):hover{background:rgba(0,0,0,.75);color:#fff}.modal-meal__edit-link i,.modal-meal__edit-link:not(.btn) i{font-size:10px}.modal-meal__admin-btns{position:absolute;top:.75rem;left:.75rem;z-index:3;display:flex;gap:.5rem}.modal-meal__admin-btns .modal-meal__edit-link,.modal-meal__admin-btns .modal-meal__edit-link:not(.btn){position:static}.modal-meal__replace-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);border-radius:8px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background 150ms ease;white-space:nowrap}.modal-meal__replace-btn:hover{background:rgba(0,0,0,.75)}.modal-meal__replace-btn i{font-size:11px}.modal-meal__remove-img-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:rgba(180,30,30,.65);backdrop-filter:blur(4px);border:none;border-radius:8px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background 150ms ease;white-space:nowrap}.modal-meal__remove-img-btn:hover{background:rgba(180,30,30,.9)}.modal-meal__remove-img-btn i{font-size:11px}.modal-meal__drop-overlay{position:absolute;inset:0;background:rgba(109,124,65,.85);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#fff;z-index:100;border-radius:12px}.modal-meal__drop-overlay i{font-size:48px;opacity:.9}.modal-meal__drop-overlay span{font-size:1.125rem;font-weight:600}.modal-meal__side-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:hsla(0,0%,100%,.18);color:#fff;border:1px solid hsla(0,0%,100%,.25);border-radius:9999px;padding:5px 32px 5px 14px;font-size:13px;font-weight:600;cursor:pointer;backdrop-filter:blur(4px);text-shadow:0 1px 3px rgba(0,0,0,.4);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;transition:background-color 150ms ease}.modal-meal__side-select:hover,.modal-meal__side-select:focus{background-color:hsla(0,0%,100%,.28);outline:none}.modal-meal__side-select option{background:#fff;color:#1a1a1a;text-shadow:none}.modal-meal__columns{display:flex;flex-direction:column;padding:1.25rem 1.5rem 0;position:relative}@media(max-width: 640px){.modal-meal__columns{background:#fff;padding:1rem 1.25rem 0}}.modal-meal__columns{gap:1.25rem}@media(min-width: 640px){.modal-meal__columns{flex-direction:row;align-items:flex-start}}.modal-meal__left{flex:1;min-width:0}.modal-meal__right{flex-shrink:0;width:100%}@media(min-width: 640px){.modal-meal__right{width:200px}}.modal-meal__title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.25rem;color:#1a1a1a;line-height:1.2;margin-bottom:.25rem}.modal-meal__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.modal-meal__cuisine{font-size:11px;color:#b8860b;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.modal-meal__sides-row{display:none}.modal-meal__side-pills{display:flex;flex-wrap:wrap;gap:4px}.modal-meal__side-pill{padding:2px 10px;border-radius:9999px;border:1px solid #e5e5e0;background:#fff;font-size:11px;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms ease;white-space:nowrap;line-height:1.5}.modal-meal__side-pill:hover{border-color:#daa520;color:#b8860b}.modal-meal__side-pill--active{background:rgba(184,134,11,.1);border-color:#b8860b;color:#b8860b;font-weight:600}.modal-meal__dietary{display:inline-flex;align-items:center;gap:4px}.modal-meal__dietary-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;font-size:10px;font-weight:700;letter-spacing:.02em;color:#4a5530;background:rgba(109,124,65,.08);border:1px solid rgba(109,124,65,.2);cursor:default;line-height:1;position:relative}.modal-meal__dietary-icon::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#1a1a1a;color:#fff;font-size:11px;font-weight:500;letter-spacing:0;padding:5px 10px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity 150ms ease;z-index:10}.modal-meal__dietary-icon:hover::after{opacity:1}.modal-meal__desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin-bottom:1rem}.modal-meal__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.modal-meal__stars{display:inline-flex;gap:1px;font-size:.875rem;color:#b8860b}.modal-meal__stars .far{color:#e5e5e0}.modal-meal__review-count{font-size:.75rem;color:#9ca3af}.modal-meal__allergen-warning{font-size:.75rem;color:#6b7280;font-style:italic;padding:.75rem 0;margin-top:.5rem;border-top:1px solid #f0f0eb}.modal-meal__allergen-warning i{color:#d97706;margin-right:.25rem}.modal-meal__allergen-warning strong{color:#1a1a1a}.modal-meal__section-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.modal-meal__ingredients{margin-bottom:1rem}.modal-meal__ingredients p{font-size:.75rem;color:#9ca3af;line-height:1.65}.modal-meal__ing-list{display:flex;flex-wrap:wrap;gap:.25rem}.modal-meal__ing{display:inline-block;font-size:.75rem;color:#9ca3af;background:rgba(156,163,175,.06);padding:2px 8px;border-radius:4px;line-height:1.6;transition:background 250ms ease,color 250ms ease,opacity 250ms ease}.modal-meal__ing--protein{color:#4a5530;background:rgba(109,124,65,.1);font-weight:600}.modal-meal__ing--new{animation:ingHighlight 1.4s ease-out}@keyframes ingHighlight{0%{background:rgba(109,124,65,.35);transform:scale(1.04)}50%{background:rgba(109,124,65,.18)}100%{background:rgba(156,163,175,.06);transform:scale(1)}}.spice-meter{margin-bottom:1rem}.spice-meter__track{position:relative;display:flex;justify-content:space-between;padding-top:.25rem;padding-bottom:1.5rem}.spice-meter__bar{position:absolute;bottom:0;left:0;right:0;height:6px;background:#f0f0eb;border-radius:3px;overflow:hidden}.spice-meter__fill{height:100%;border-radius:3px;background:linear-gradient(90deg, #6d7c41 0%, #D97706 50%, #DC2626 100%);transition:width .4s ease}.spice-meter__stop{display:flex;flex-direction:column;align-items:center;gap:.25rem;position:relative;z-index:1;flex:1}.spice-meter__dot{width:28px;height:28px;border-radius:50%;background:#fafaf8;border:2px solid #f0f0eb;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#9ca3af;transition:all 250ms ease}.spice-meter__dot i{display:none}.spice-meter__stop--active .spice-meter__dot{background:#6d7c41;border-color:#6d7c41;color:#fff;transform:scale(1.15);box-shadow:0 2px 8px rgba(109,124,65,.35)}.spice-meter__stop--active .spice-meter__dot i{display:inline}.spice-meter__stop--active[data-level="2"] .spice-meter__dot{background:#d97706;border-color:#d97706;box-shadow:0 2px 8px rgba(217,119,6,.35)}.spice-meter__stop--active[data-level="3"] .spice-meter__dot{background:#dc2626;border-color:#dc2626;box-shadow:0 2px 8px rgba(220,38,38,.35)}.spice-meter__label{font-size:.65rem;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.spice-meter__stop--active .spice-meter__label{color:#1a1a1a;font-weight:600}.modal-meal__footer{flex-shrink:0;background:#fff;border-radius:0 0 16px 16px;border-top:1px solid #f0f0eb}@media(max-width: 640px){.modal-meal__footer{border-radius:0;padding-bottom:env(safe-area-inset-bottom, 0px)}}.modal-meal__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;padding:1rem 1.5rem}.modal-meal__price{font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.25rem;color:#1a1a1a;flex-shrink:0}.modal-meal__qty{display:flex;align-items:center;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden;flex-shrink:0}.modal-meal__qty button{width:32px;height:32px;border:none;background:#fafaf8;color:#1a1a1a;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center}.modal-meal__qty button:hover{background:#f0f0eb}.modal-meal__qty input{width:40px;height:32px;border:none;border-left:1px solid #e5e5e0;border-right:1px solid #e5e5e0;text-align:center;font-size:.75rem;font-weight:600;background:#fff;color:#1a1a1a;-moz-appearance:textfield}.modal-meal__qty input:focus{outline:none;background:#fafaf8}.modal-meal__qty input::-webkit-inner-spin-button,.modal-meal__qty input::-webkit-outer-spin-button{-webkit-appearance:none}.modal-meal__stock{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:9999px;font-size:11px;font-weight:600;white-space:nowrap;background:rgba(156,163,175,.1);color:#9ca3af}.modal-meal__stock--low{background:rgba(217,119,6,.1);color:#d97706}.modal-meal__stock--critical{background:rgba(220,38,38,.1);color:#dc2626}.modal-meal__stock--reserved{background:rgba(107,114,128,.12);color:#6b7280}.modal-meal__full-link{display:inline-flex;align-items:center;gap:.5rem;padding:0 1.5rem 1.25rem;font-size:.75rem;font-weight:500;color:#b8860b;text-decoration:none}.modal-meal__full-link:hover{text-decoration:underline}.modal-meal__full-link i{font-size:9px}.modal-add-btn{margin-left:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:9999px;border:none;background:#6d7c41;color:#fff;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background 150ms ease,transform 150ms ease,box-shadow 150ms ease;white-space:nowrap;box-shadow:0 2px 8px rgba(109,124,65,.25);flex:0 0 auto}@media(max-width: 640px){.modal-add-btn{flex:1 0 100%;margin-left:0}}.modal-add-btn i{font-size:11px}.modal-add-btn:hover{background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.35)}.modal-add-btn:active{transform:scale(0.97)}.kitchen-picker{position:fixed;inset:0;z-index:101;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 250ms ease}.kitchen-picker[aria-hidden=false]{opacity:1;pointer-events:auto}.kitchen-picker__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.kitchen-picker__content{position:relative;background:#fff;border-radius:16px;padding:2rem;max-width:480px;width:90%;box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:1}.kitchen-picker__title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.5rem;margin-bottom:.5rem;color:#1a1a1a}.kitchen-picker__desc{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.kitchen-picker__list{display:flex;flex-direction:column;gap:.75rem}.kitchen-option{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:1px solid #e5e5e0;border-radius:8px;cursor:pointer;transition:all 150ms ease}.kitchen-option:hover{border-color:#6d7c41;background:rgba(109,124,65,.03)}.kitchen-option__info{display:flex;flex-direction:column;gap:.25rem}.kitchen-option__name{font-weight:600;font-size:1rem;color:#1a1a1a}.kitchen-option__city{font-size:.75rem;color:#6b7280}.kitchen-option__distance{font-size:.875rem;font-weight:500;color:#9ca3af}.meal-detail{max-width:1200px;margin:0 auto;padding:1rem}@media(min-width: 640px){.meal-detail{padding:1.5rem}}.meal-detail__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:1rem}@media(min-width: 640px){.meal-detail__breadcrumb{margin-bottom:2rem}}.meal-detail__breadcrumb a{color:#6b7280;text-decoration:none;transition:color 150ms ease}.meal-detail__breadcrumb a:hover{color:#6d7c41}.meal-detail__breadcrumb-sep{color:#9ca3af}.meal-detail__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 1024px){.meal-detail__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}.meal-detail__images{align-self:start;min-width:0;overflow:hidden}.meal-detail__main-image{border-radius:12px;overflow:hidden;background:#fafaf8;margin-bottom:1rem}.meal-detail__main-image img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.meal-detail__placeholder{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#9ca3af}.meal-detail__info{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(min-width: 640px){.meal-detail__info{gap:1.5rem}}.meal-detail__title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:2.25rem;color:#1a1a1a;line-height:1.2;margin-bottom:.5rem}.meal-detail__cuisine{display:inline-block;font-size:.875rem;font-weight:600;color:#6d7c41;background:rgba(109,124,65,.08);padding:.25rem .75rem;border-radius:9999px;margin-right:.5rem}.meal-detail__brand{font-size:.875rem;color:#6b7280}.meal-detail__rating{display:flex;align-items:center;gap:.25rem;color:#f59e0b;font-size:.875rem}.meal-detail__rating .far,.meal-detail__rating .fas{font-size:.875rem}.meal-detail__rating-text{color:#6b7280;margin-left:.5rem}.meal-detail__price-block{display:flex;align-items:baseline;gap:.75rem}.meal-detail__price{font-weight:700;font-size:1.875rem;color:#1a1a1a}.meal-detail__portion{font-size:.875rem;color:#9ca3af}.meal-detail__dietary{display:inline-flex;align-items:center;gap:5px}.meal-detail__dietary .modal-meal__dietary-icon{width:32px;height:32px;font-size:11px}.meal-detail__description{font-size:1rem;color:#6b7280;line-height:1.65}.meal-detail__spice{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.meal-detail__spice .fa-pepper-hot{color:#9ca3af;transition:color 150ms ease}.meal-detail__spice .fa-pepper-hot.active{color:#dc2626}.meal-detail__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.meal-detail__stars{display:inline-flex;gap:1px;font-size:.875rem;color:#b8860b}.meal-detail__stars .far{color:#e5e5e0}.meal-detail__review-count{font-size:.875rem;color:#9ca3af;text-decoration:none;cursor:pointer}.meal-detail__review-count:hover{color:#6d7c41;text-decoration:underline}.meal-detail__allergen-warning{font-size:.875rem;color:#6b7280;font-style:italic;padding:.75rem 0;margin-top:.5rem}.meal-detail__allergen-warning i{color:#d97706;margin-right:.25rem}.meal-detail__allergen-warning strong{color:#1a1a1a}.meal-detail__variants h3{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0eb}.meal-detail__section-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.meal-detail__variant-options{display:flex;gap:.75rem;flex-wrap:wrap}.meal-detail__variant{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border:1px solid #e5e5e0;border-radius:8px;cursor:pointer;transition:all 150ms ease}.meal-detail__variant:hover{border-color:#8a9a5b}.meal-detail__variant--selected{border-color:#6d7c41;background:rgba(109,124,65,.05)}.meal-detail__variant input{display:none}.meal-detail__variant-label{font-size:.875rem;font-weight:500;color:#1a1a1a}.meal-detail__variant-price{font-size:.875rem;font-weight:600;color:#6d7c41}.meal-detail__ingredients p{font-size:.75rem;color:#9ca3af;line-height:1.65}.meal-detail__ing-list{display:flex;flex-wrap:wrap;gap:4px}.meal-detail__ing{display:inline-block;font-size:.75rem;color:#9ca3af;background:rgba(156,163,175,.06);padding:2px 8px;border-radius:4px;line-height:1.6;transition:background 250ms ease,color 250ms ease}.meal-detail__ing--protein{color:#4a5530;background:rgba(109,124,65,.1);font-weight:600}.meal-detail__ing--new{animation:ingHighlight 1.4s ease-out}.meal-detail__actions{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #f0f0eb;position:sticky;bottom:0;background:#fff;padding-bottom:1rem}.meal-detail__qty{display:flex;align-items:center;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden}.meal-detail__qty-btn{width:40px;height:44px;border:none;background:#fafaf8;color:#1a1a1a;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center}.meal-detail__qty-btn:hover{background:#f0f0eb}.meal-detail__qty input{width:48px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:600;background:#fff;-moz-appearance:textfield}.meal-detail__qty input::-webkit-inner-spin-button,.meal-detail__qty input::-webkit-outer-spin-button{-webkit-appearance:none}.meal-detail__add-btn{flex:1}.meal-detail__sides h3{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a;margin-bottom:.75rem}.meal-detail__side-pills{display:flex;flex-wrap:wrap;gap:.5rem}.meal-detail__side-pill{padding:.5rem 1rem;border:1px solid #e5e5e0;border-radius:9999px;background:#fff;font-size:.875rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all 150ms ease}.meal-detail__side-pill:hover{border-color:#8a9a5b;background:rgba(109,124,65,.04)}.meal-detail__side-pill--active{border-color:#6d7c41;background:rgba(109,124,65,.08);color:#4a5530;font-weight:600}.meal-detail__unavailable{padding-top:1.5rem;border-top:1px solid #f0f0eb}.meal-detail__unavailable-msg{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;color:#1a1a1a}.meal-detail__unavailable-msg i{color:#9ca3af;font-size:1.5rem}.meal-detail__unavailable-sub{font-size:.875rem;color:#6b7280;margin-top:.5rem;margin-bottom:1rem}.meal-detail__notify-form{max-width:420px}.meal-detail__notify-input-wrap{display:flex;gap:.5rem}.meal-detail__notify-email{flex:1;padding:.75rem 1rem;border:1px solid #e5e5e0;border-radius:8px;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color 150ms ease}.meal-detail__notify-email:focus{outline:none;border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.1)}.meal-detail__notify-email::placeholder{color:#9ca3af}.meal-detail__notify-btn{white-space:nowrap}.meal-detail__notify-success{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6d7c41;padding:.75rem 0}.meal-detail__notify-success i{font-size:1.25rem}.meal-reviews{max-width:1200px;margin:0 auto;padding:1.5rem;padding-top:2rem;border-top:1px solid #f0f0eb}.rv__heading{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 1.25rem}.rv__summary{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.25rem;padding:1.25rem;background:#fafaf8;border-radius:12px}@media(max-width: 480px){.rv__summary{flex-direction:column;align-items:stretch;gap:1rem}}.rv__avg{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:90px;flex-shrink:0}.rv__avg-num{font-size:3rem;font-weight:700;line-height:1;color:#1a1a1a}.rv__avg .modal-meal__stars{font-size:.875rem}.rv__avg-count{font-size:.75rem;color:#9ca3af;white-space:nowrap}.rv__star-bars{flex:1;display:flex;flex-direction:column;gap:4px;max-width:360px}.rv__star-row{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:2px 0;cursor:pointer;font-size:.75rem;color:#6b7280;transition:opacity 150ms ease}.rv__star-row:hover{opacity:.7}.rv__star-row--active .rv__star-label{color:#b8860b;font-weight:600}.rv__star-row--active .rv__star-fill{background:#b8860b}.rv__star-label{min-width:28px;text-align:right;white-space:nowrap}.rv__star-label i{font-size:.6em;color:#b8860b}.rv__star-bar{flex:1;height:8px;background:#f0f0eb;border-radius:4px;overflow:hidden}.rv__star-fill{display:block;height:100%;background:#6d7c41;border-radius:4px;transition:width 250ms ease}.rv__star-count{min-width:20px;text-align:right;font-size:.75rem;color:#9ca3af}.rv__controls{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0eb}.rv__sort{font-size:.75rem;padding:.25rem .75rem;border:1px solid #e5e5e0;border-radius:4px;background:#fff;color:#1a1a1a;cursor:pointer}.rv__sort:focus{outline:2px solid #6d7c41;outline-offset:1px}.rv__clear-filter{font-size:.75rem;color:#6d7c41;background:none;border:none;cursor:pointer;text-decoration:underline}.rv__clear-filter:hover{color:#4a5530}.rv__list{display:flex;flex-direction:column}.rv__item{padding:1rem 0;border-bottom:1px solid #f0f0eb}.rv__item:last-child{border-bottom:none}.rv__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.rv__author{font-weight:600;font-size:.875rem;color:#1a1a1a}.rv__date{font-size:.75rem;color:#9ca3af}.rv__item-stars{font-size:11px;color:#b8860b;margin-bottom:.5rem}.rv__item-stars .far{color:#e5e5e0}.rv__item-title{font-size:.875rem;font-weight:600;margin:0 0 .25rem}.rv__item-msg{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.rv__vote{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.rv__vote-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:#9ca3af;background:none;border:1px solid #f0f0eb;border-radius:9999px;cursor:pointer;transition:color 150ms ease,border-color 150ms ease,background 150ms ease}.rv__vote-btn:hover:not(:disabled){color:#1a1a1a;border-color:#e5e5e0}.rv__vote-btn--up.rv__vote-btn--active{color:#059669;border-color:#059669;background:rgba(5,150,105,.08)}.rv__vote-btn--down.rv__vote-btn--active{color:#dc2626;border-color:#dc2626;background:rgba(220,38,38,.08)}.rv__vote-btn:disabled:not(.rv__vote-btn--active){opacity:.5;cursor:default}.rv__vote-btn i{font-size:.85em}.rv__vote-count{font-size:.9em;opacity:.8}.rv__show-more{display:block;width:100%;margin-top:1rem;padding:.75rem;font-size:.875rem;font-weight:500;color:#6d7c41;background:rgba(109,124,65,.06);border:1px solid rgba(109,124,65,.2);border-radius:8px;cursor:pointer;transition:background 150ms ease,color 150ms ease}.rv__show-more:hover{background:rgba(109,124,65,.12);color:#4a5530}.modal-meal__reviews-wrap{border-top:1px solid #f0f0eb}@media(max-width: 640px){.modal-meal__reviews-wrap{padding-left:1.25rem;padding-right:1.25rem}}.modal-meal__reviews-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a;transition:background 150ms ease}.modal-meal__reviews-toggle:hover{background:rgba(0,0,0,.02)}.modal-meal__reviews-toggle span{display:flex;align-items:center;gap:.5rem}.modal-meal__reviews-toggle span .fa-star{color:#b8860b;font-size:.85em}.modal-meal__reviews-toggle--open .modal-meal__reviews-chevron{transform:rotate(180deg)}.modal-meal__reviews-chevron{font-size:.7em;color:#9ca3af;transition:transform 250ms ease}.modal-meal__reviews{padding:1.25rem 1.5rem}.modal-meal__reviews--collapsed{display:none}.modal-meal__reviews .rv__summary{max-width:none}.modal-meal__reviews .rv__star-bars{max-width:260px}.modal-meal__review-count.modal-scroll-reviews{cursor:pointer;text-decoration:none;color:#9ca3af}.modal-meal__review-count.modal-scroll-reviews:hover{color:#6d7c41;text-decoration:underline}.meal-detail__menu-link{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.875rem;font-weight:600;color:#4a5530;text-decoration:none;padding:.75rem 1.25rem;border:1px solid #e5e5e0;border-radius:8px;transition:all 150ms ease;margin-top:.5rem}.meal-detail__menu-link i{font-size:12px;transition:transform 150ms ease}.meal-detail__menu-link:hover{background:rgba(109,124,65,.05);border-color:#6d7c41}.meal-detail__menu-link:hover i{transform:translateX(-3px)}.menu-edit-banner{position:fixed;top:64px;left:0;right:0;z-index:950;background:linear-gradient(135deg, #0ea5e9, #3b82f6);color:#fff;padding:0;box-shadow:0 4px 12px rgba(0,0,0,.15)}.menu-edit-banner__inner{max-width:1200px;margin:0 auto;padding:12px 1rem;display:flex;align-items:center;gap:.75rem}.menu-edit-banner__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:hsla(0,0%,100%,.2);border-radius:9999px;font-size:.813rem;flex-shrink:0}.menu-edit-banner__text{flex:1;min-width:0;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.85);line-height:1.4;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.menu-edit-banner__text::-webkit-scrollbar{display:none}.menu-edit-banner__text strong{color:#fff;font-weight:700}.menu-edit-banner .menu-edit-banner__member-link{display:inline-flex !important;align-items:center !important;gap:4px !important;background:hsla(0,0%,100%,.15) !important;color:#fff !important;font-weight:700 !important;font-size:inherit !important;text-decoration:none !important;padding:3px 8px 3px 10px !important;border-radius:5px !important;border:1px solid hsla(0,0%,100%,.25) !important;cursor:pointer !important;margin:0 2px !important;vertical-align:baseline !important;transition:background .15s ease,border-color .15s ease;line-height:inherit !important}.menu-edit-banner .menu-edit-banner__member-link svg{opacity:.7;flex-shrink:0}.menu-edit-banner .menu-edit-banner__member-link:hover{background:hsla(0,0%,100%,.25) !important;border-color:hsla(0,0%,100%,.45) !important}.menu-edit-banner .menu-edit-banner__member-link:hover svg{opacity:1}.menu-edit-banner__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.menu-edit-banner__toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:none;border-radius:8px;color:#0f172a;font-size:.75rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s;letter-spacing:.01em}.menu-edit-banner__toggle:hover{background:hsla(0,0%,100%,.9)}.menu-edit-banner__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#6d7c41;color:#fff;border-radius:10px;font-size:.688rem;font-weight:700;padding:0 6px;line-height:1}.menu-edit-banner__cancel{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:hsla(0,0%,100%,.8);font-weight:600;font-size:.688rem;cursor:pointer;white-space:nowrap;transition:all .15s;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase}.menu-edit-banner__cancel:hover{background:hsla(0,0%,100%,.15);color:#fff;border-color:hsla(0,0%,100%,.35)}.menu-page--edit-active{padding-top:58px}@media(max-width: 767px){.menu-edit-banner__text{font-size:.8rem;flex:1;min-width:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.menu-edit-banner__text::-webkit-scrollbar{display:none}.menu-edit-banner__inner{justify-content:space-between;padding:10px .75rem;gap:8px}.menu-edit-banner__icon{width:30px;height:30px;font-size:.75rem}.menu-edit-banner__toggle{padding:8px 12px}}.menu-edit-panel__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.3);z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s}.menu-edit-panel__backdrop--visible{opacity:1;pointer-events:auto}.menu-edit-panel{position:fixed;top:0;right:0;width:420px;max-width:92vw;height:100vh;height:100dvh;background:#fff;box-shadow:-8px 0 32px rgba(0,0,0,.08),-1px 0 0 #e5e5e0;z-index:1001;display:flex;flex-direction:column;overflow:hidden;transform:translateX(100%);transition:transform .3s cubic-bezier(0.32, 0.72, 0, 1)}.menu-edit-panel--open{transform:translateX(0)}.menu-edit-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e5e5e0;background:#fff}.menu-edit-panel__title{font-size:.938rem;font-weight:700;color:#1a1a1a;margin:0}.menu-edit-panel__subtitle{font-size:.688rem;color:#6b7280;margin:3px 0 0;font-weight:500}.menu-edit-panel__subtitle i{margin-right:3px;font-size:.625rem}.menu-edit-panel__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fafaf8;border:none;border-radius:9999px;cursor:pointer;color:#6b7280;font-size:.875rem;transition:all .15s}.menu-edit-panel__close:hover{background:rgb(237.25,237.25,230.15);color:#1a1a1a}.menu-edit-panel__list{flex:1;overflow-y:auto;padding:.25rem 0}.menu-edit-panel__list::-webkit-scrollbar{width:4px}.menu-edit-panel__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.menu-edit-panel__list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:4px}.menu-edit-panel__group-label{padding:.5rem 1.25rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;background:#fafaf8;border-bottom:1px solid #f0f0eb}.menu-edit-panel__group-label:not(:first-child){border-top:1px solid #f0f0eb}.menu-edit-panel__member-label{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;font-size:.813rem;font-weight:700;color:#1a1a1a;background:#f7f7f5;border-bottom:1px solid #f0f0eb;transition:background .15s ease}.menu-edit-panel__member-label:not(:first-child){border-top:1px solid #e5e5e0}.menu-edit-panel__member-label--active{background:rgb(222.746031746,228.7936507937,205.0063492063);border-left:3px solid #6d7c41}.menu-edit-panel__member-name{font-weight:600}.menu-edit-panel__member-right{display:flex;align-items:center;gap:10px}.menu-edit-panel__member-total{font-size:.75rem;font-weight:600;color:#6b7280}.menu-edit-panel__member-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:100px;font-size:.688rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;line-height:1}.menu-edit-panel__member-badge--active{background:#6d7c41;color:#fff}.menu-edit-panel__member-badge--set{background:rgb(222.746031746,228.7936507937,205.0063492063);color:#6d7c41;border:1px solid hsl(75.2542372881,31.2169312169%,72.0588235294%);cursor:pointer;transition:all .15s ease;padding:4px 12px}.menu-edit-panel__member-badge--set:hover{border-color:#6d7c41;background:hsl(75.2542372881,31.2169312169%,79.0588235294%)}.menu-edit-panel__member-divider{height:6px;background:#fafaf8;border-top:1px solid #f0f0eb;border-bottom:1px solid #f0f0eb}.menu-edit-panel__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04);transition:background .2s;flex-wrap:wrap}.menu-edit-panel__item--swapping{background:#eff6ff;box-shadow:inset 3px 0 0 #3b82f6}.menu-edit-panel__item-img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#fafaf8}.menu-edit-panel__item-img--placeholder{display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.875rem}.menu-edit-panel__item-info{flex:1;min-width:0}.menu-edit-panel__item-name{display:block;font-weight:600;font-size:.813rem;color:#1a1a1a;line-height:1.4}.menu-edit-panel__item-side{display:block;font-size:.688rem;color:#6b7280;margin-top:1px}.menu-edit-panel__item-row{display:flex;align-items:center;gap:10px;margin-top:6px}.menu-edit-panel__qty{display:inline-flex;align-items:center;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden;background:#fafaf8}.menu-edit-panel__qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#6b7280;font-size:.625rem;transition:all .15s;padding:0}.menu-edit-panel__qty-btn:hover{background:rgb(237.25,237.25,230.15);color:#1a1a1a}.menu-edit-panel__qty-input{width:32px;text-align:center;font-size:.75rem;font-weight:700;color:#1a1a1a;line-height:28px;border:none;background:rgba(0,0,0,0);padding:0;margin:0;-moz-appearance:textfield;appearance:textfield}.menu-edit-panel__qty-input::-webkit-outer-spin-button,.menu-edit-panel__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.menu-edit-panel__qty-input:focus{outline:none;background:#fff}.menu-edit-panel__item-price{font-size:.75rem;font-weight:600;color:#1a1a1a}.menu-edit-panel__item-actions{display:flex;gap:4px;flex-shrink:0;align-self:center}.menu-edit-panel__swap-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(0,0,0,0);border:1px solid #e5e5e0;border-radius:9999px;color:#6b7280;font-size:.688rem;font-weight:600;cursor:pointer;transition:all .15s}.menu-edit-panel__swap-btn:hover{border-color:#3b82f6;color:#3b82f6}.menu-edit-panel__remove-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:rgba(0,0,0,0);border:1px solid #e5e5e0;border-radius:9999px;color:#6b7280;font-size:.688rem;cursor:pointer;transition:all .15s}.menu-edit-panel__remove-btn:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.menu-edit-panel__summary{padding:1rem 1.25rem;border-top:1px solid #e5e5e0;background:#fafaf8}.menu-edit-panel__summary-row{display:flex;justify-content:space-between;font-size:.813rem;color:#1a1a1a;padding:3px 0}.menu-edit-panel__summary-row--delta{font-weight:700;font-size:.875rem;padding-top:6px;margin-top:4px;border-top:1px dashed #e5e5e0}.menu-edit-panel__interac-note{font-size:.688rem;color:#6b7280;margin:8px 0 0;line-height:1.5}.menu-edit-panel__interac-note i{margin-right:3px}.menu-edit-panel__breakdown-link{display:block;width:100%;margin-top:8px;padding:0;background:none;border:none;color:#3b82f6;font-size:.75rem;font-weight:600;cursor:pointer;text-align:center;transition:color .15s}.menu-edit-panel__breakdown-link i{margin-right:4px;font-size:.688rem}.menu-edit-panel__breakdown-link:hover{color:rgb(10.7034146341,95.1414634146,233.0965853659);text-decoration:underline}.menu-edit-panel__breakdown-link:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.menu-edit-panel__footer{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid #e5e5e0;background:#fff}.menu-edit-panel__add-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#fafaf8;border:1px solid #e5e5e0;border-radius:8px;color:#1a1a1a;font-size:.813rem;font-weight:600;cursor:pointer;transition:all .15s}.menu-edit-panel__add-btn:hover{background:rgb(241.5,241.5,236.1)}.menu-edit-panel__confirm-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:.813rem;font-weight:600;cursor:pointer;transition:all .15s}.menu-edit-panel__confirm-btn:hover{background:rgb(19.9912195122,105.1219512195,244.2087804878)}.menu-edit-panel__confirm-btn:disabled{opacity:.6;cursor:not-allowed}.menu-edit-panel .edit-btn-short{display:none}@media(max-width: 480px){.menu-edit-panel__footer{gap:6px;padding:.75rem 1rem}.menu-edit-panel__add-btn,.menu-edit-panel__confirm-btn{font-size:.75rem;padding:9px 10px;gap:4px}.menu-edit-panel .edit-btn-full{display:none}.menu-edit-panel .edit-btn-short{display:inline}}.od-action-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border:none;border-radius:9999px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:"Inter",sans-serif,sans-serif}.od-action-btn:disabled{opacity:.6;cursor:not-allowed}.od-action-btn i{font-size:.688rem}.od-action-btn--edit{background:#3b82f6;color:#fff}.od-action-btn--edit:hover{background:rgb(19.9912195122,105.1219512195,244.2087804878)}.od-action-btn--cancel{background:rgba(0,0,0,0);color:#ef4444;border:1.5px solid #fca5a5}.od-action-btn--cancel:hover{background:#fef2f2;border-color:#ef4444}.od-action-btn--invoice{background:rgba(0,0,0,0);color:#475569;border:1.5px solid #cbd5e1;text-decoration:none}.od-action-btn--invoice:hover{background:#f8fafc;border-color:#94a3b8;color:#1e293b}.od-cancel-warn{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:8px 0 20px}.od-cancel-warn__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:.8125rem}.od-cancel-warn__body{display:flex;flex-direction:column;gap:2px;font-size:.8125rem;line-height:1.5}.od-cancel-warn__body strong{color:#991b1b;font-weight:700}.od-cancel-warn__body span{color:#b91c1c}.od-cancel-prompt{margin:0 0 16px;font-size:.875rem;color:#6b7280;line-height:1.5}.od-cancel-prompt strong{color:#1a1a1a;font-weight:700}.od-cancel-actions{display:flex !important;flex-direction:row !important;gap:10px !important;padding:0 32px 8px !important}.od-cancel-actions .swal2-confirm,.od-cancel-actions .swal2-cancel{flex:0 0 auto !important;margin:0 !important;white-space:nowrap !important}.od-edit-window{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5}.od-edit-window__icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.od-edit-window__body{flex:1;min-width:0}.od-edit-window__main{margin:0 0 2px;font-weight:500;color:inherit}.od-edit-window__main strong{font-weight:700}.od-edit-window__sub{margin:0;opacity:.8;font-size:.75rem}.od-edit-window__sub strong{font-weight:600}.od-edit-window--open{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.od-edit-window--open .od-edit-window__icon{background:#dbeafe;color:#2563eb}.od-edit-window--closed{background:#fafaf8;border:1px solid #e5e5e0;color:#6b7280}.od-edit-window--closed .od-edit-window__icon{background:rgb(241.5,241.5,236.1);color:#9ca3af}.text-red{color:#ef4444}.text-green{color:#22c55e}.ep-popup{border-radius:16px !important;box-shadow:0 25px 60px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.04) !important}.ep-title{font-family:"DM Sans",sans-serif,sans-serif !important;font-size:1.25rem !important;font-weight:700 !important;color:#1a1a1a !important;padding-bottom:0 !important}.ep-body{padding:0 !important;margin:0 !important}.ep-actions{padding:0 32px 8px !important;gap:10px !important}.ep{text-align:left;padding:4px 0 0;overflow:hidden}.ep__table{width:100%;border-collapse:collapse;font-size:.813rem;margin-bottom:8px}.ep__table th{text-align:right;padding:8px 12px;font-size:.688rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;border-bottom:2px solid #e5e5e0}.ep__table th:first-child{text-align:left}.ep__table td{padding:9px 12px;border-bottom:1px solid rgba(0,0,0,.05);color:#1a1a1a}.ep__table td:first-child{font-weight:500}.ep__table td:nth-child(2),.ep__table td:nth-child(3){text-align:right;font-family:"SF Mono","Fira Code",Menlo,Consolas,monospace;font-size:.75rem;font-variant-numeric:tabular-nums}.ep__discount-val{color:#dc2626 !important}.ep__pct-badge{font-size:.625rem;font-weight:600;color:#16a34a;white-space:nowrap}.ep__total-row td{border-top:2px solid #e5e5e0;border-bottom:none;font-weight:700;font-size:.875rem;padding-top:12px}.ep__pill{display:inline-block;background:#fef9c3;border-radius:4px;padding:1px 5px;font-weight:700 !important;color:#1a1a1a !important}.ep__actions{margin-top:2px;padding-top:0;border-top:none;overflow:hidden}.ep__actions .sum-action{margin-left:0;margin-right:0}.ep__delta{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:2px solid #e5e5e0;margin:4px 0 0;font-size:.813rem}.ep__delta--charge .ep__delta-amount{color:#dc2626}.ep__delta--credit .ep__delta-amount{color:#16a34a}.ep__delta--none .ep__delta-amount{color:#6b7280}.ep__delta-label{font-weight:600;color:#1a1a1a}.ep__delta-amount{font-family:"SF Mono","Fira Code",Menlo,Consolas,monospace;font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums}.ep__hint{font-size:.75rem;color:#9ca3af;margin:6px 0 0;line-height:1.45}.ep__hint--warn{color:#92400e}.ep__pay{margin-top:4px;padding:12px 0 4px;border-top:1px solid #f0f0eb}.ep__pay-header{margin-bottom:10px}.ep__pay-title{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.02em}.ep__pay-title i{margin-right:6px;font-size:.75em;opacity:.65}.ep__pay-current{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#fafaf8;border:1.5px solid #f0f0eb;border-radius:8px;margin-bottom:8px}.ep__pay-card{display:flex;align-items:center;gap:10px;min-width:0}.ep__pay-card--empty{opacity:.5}.ep__pay-card-icon{font-size:1.3rem;color:#6b7280;flex-shrink:0}.ep__pay-card-label{font-size:.75rem;font-weight:600;color:#1a1a1a;white-space:nowrap}.ep__pay-card-exp{font-size:.688rem;color:#9ca3af;font-variant-numeric:tabular-nums;flex-shrink:0}.ep__pay-actions{display:flex;gap:6px;flex-shrink:0}.ep__pay-link{background:none;border:none;font-family:"Inter",sans-serif;font-size:.688rem;font-weight:600;color:#6d7c41;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .15s ease}.ep__pay-link:hover{background:rgba(109,124,65,.06)}.ep__card-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.ep__card-opt{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1.5px solid #f0f0eb;border-radius:8px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.ep__card-opt:hover{border-color:#e5e5e0}.ep__card-opt input[type=radio]{accent-color:#6d7c41;margin:0;flex-shrink:0}.ep__card-opt input[type=radio]:checked~.ep__card-info .ep__card-number{color:#1a1a1a}.ep__card-brand-icon{font-size:1.25rem;color:#6b7280;flex-shrink:0;width:24px;text-align:center}.ep__card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.ep__card-number{font-size:.75rem;font-weight:600;color:#6b7280}.ep__card-tag{font-size:10px;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.04em}.ep__card-exp{font-size:.688rem;color:#9ca3af;font-variant-numeric:tabular-nums;flex-shrink:0}.ep__new-card{border:1.5px solid #f0f0eb;border-radius:8px;padding:14px 16px;margin-bottom:8px;background:#fafaf8}.ep__new-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.75rem;font-weight:500;color:#6b7280}.ep__stripe-mount{min-height:44px}.ep__stripe-error{font-size:.75rem;color:#dc2626;margin-top:6px}.ep__stripe-error:empty{display:none}.ep__pay-error{font-size:.75rem;font-weight:500;color:#dc2626;background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.15);border-radius:8px;padding:10px 14px;margin-bottom:8px}.ep__pay-error i{margin-right:6px;font-size:.85em}.ep__pay-alt{display:block;width:100%;background:none;border:none;font-family:"Inter",sans-serif;font-size:.688rem;font-weight:500;color:#9ca3af;text-align:left;padding:8px 0 0;cursor:pointer;transition:color .15s ease}.ep__pay-alt:hover{color:#6d7c41}.ep__pay-etransfer{margin-bottom:8px}.ep__admin-pay-options{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.ep__admin-pay-opt{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border:1.5px solid #f0f0eb;border-radius:8px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.ep__admin-pay-opt:hover{border-color:hsl(60,14.2857142857%,85.137254902%)}.ep__admin-pay-opt--active{border-color:#6d7c41;background:rgba(109,124,65,.04)}.ep__admin-pay-opt input[type=radio]{margin-top:3px;accent-color:#6d7c41;flex-shrink:0}.ep__admin-pay-opt-body{flex:1;min-width:0}.ep__admin-pay-opt-title{font-size:.75rem;font-weight:600;color:#1a1a1a}.ep__admin-pay-opt-title i{margin-right:5px;font-size:.9em;opacity:.65}.ep__admin-pay-opt-detail{font-size:.688rem;color:#9ca3af;margin-top:2px}.ep__admin-pay-opt-detail i{margin-right:4px}.ep__admin-card-select{margin:-2px 0 6px 24px;padding-left:4px;border-left:2px solid #f0f0eb}.ep__credit-choice{margin-bottom:8px}.ep__credit-badge{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:4px;background:#dcfce7;color:#16a34a;margin-left:2px;vertical-align:middle}.ep__credit-default{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid #6d7c41;border-radius:10px;background:rgba(109,124,65,.04);transition:all .2s ease}.ep__credit-default--dimmed{opacity:.4;border-color:#e5e5e0;background:#fff}.ep__credit-default-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#dcfce7;color:#16a34a;font-size:1rem;flex-shrink:0}.ep__credit-default-body{flex:1;min-width:0}.ep__credit-default-title{font-size:.875rem;font-weight:600;color:#1a1a1a;display:block;margin-bottom:1px}.ep__credit-default-desc{font-size:.75rem;color:#6b7280;display:block}.ep__refund-toggle{display:block;margin:10px auto 0;padding:0;background:none;border:none;color:#9ca3af;font-size:.75rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.ep__refund-toggle:hover{color:#6b7280}.ep__refund-expanded{margin-top:10px}.ep__refund-card{padding:14px 16px;border:1px solid #f0f0eb;border-radius:10px;background:#fafaf8}.ep__refund-card-desc{font-size:.813rem;color:#1a1a1a;font-weight:600;line-height:1.5;margin:0 0 10px}.ep__refund-card-desc i{margin-right:5px;color:#6b7280}.ep__refund-fee-table{margin:0 0 10px;font-size:.75rem}.ep__refund-fee-row{display:flex;justify-content:space-between;padding:4px 0;color:#6b7280}.ep__refund-fee-row--fee{border-bottom:1px dashed hsl(60,14.2857142857%,98.137254902%);padding-bottom:6px;margin-bottom:4px}.ep__refund-fee-row--total{font-weight:700;color:#1a1a1a;font-size:.813rem}.ep__refund-fee-note{font-size:.688rem;color:#9ca3af;line-height:1.45;margin:6px 0 10px;font-style:italic}.ep__refund-card-timeline{font-size:.688rem;color:#9ca3af;margin:0 0 14px}.ep__refund-card-timeline i{margin-right:3px}.ep__refund-card-actions{display:flex;align-items:center;gap:12px}.ep__refund-confirm-btn{padding:7px 16px;font-size:.75rem;font-weight:600;border-radius:6px;border:1.5px solid #e5e5e0;background:#fff;color:#1a1a1a;cursor:pointer;transition:all .15s ease}.ep__refund-confirm-btn:hover{border-color:#6b7280;background:#fafaf8}.ep__refund-back-btn{padding:0;background:none;border:none;font-size:.75rem;color:#6d7c41;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.ep__refund-back-btn:hover{color:#4a5530}.ep__refund-expanded--selected .ep__refund-confirm-btn{background:#1a1a1a;border-color:#1a1a1a;color:#fff;pointer-events:none}.ep__info-note{font-size:.75rem;color:#6b7280;line-height:1.5;margin:0 0 8px;padding:10px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.ep__info-note i{margin-right:5px;color:#3b82f6}.ep-loading{text-align:center}.ep-loading__spinner{font-size:2rem;color:#6d7c41;margin-bottom:16px;animation:ep-pulse 1.5s ease-in-out infinite}.ep-loading__title{font-family:"DM Sans",sans-serif,sans-serif;font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:4px}.ep-loading__desc{font-size:.813rem;color:#6b7280}@keyframes ep-pulse{0%,100%{opacity:1}50%{opacity:.5}}.ep-result{text-align:center}.ep-result__icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.25rem}.ep-result__icon--success{background:#dcfce7;color:#16a34a}.ep-result__icon--error{background:#fee2e2;color:#dc2626}.ep-result__title{font-family:"DM Sans",sans-serif,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}.ep-result__body{font-size:.875rem;color:#6b7280;line-height:1.6}.ep-result__body p{margin:0}.ep-result__note{text-align:left;font-size:.813rem;line-height:1.5;padding:12px 14px;border-radius:8px;margin-top:12px}.ep-result__note i{margin-right:6px}.ep-result__note--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.ep-result__note--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.ep-result__note--warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.ep-success{text-align:center}.ep-success__check{margin-bottom:20px}.ep-success__check-ring{width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);color:#16a34a;box-shadow:0 0 0 6px rgba(22,163,106,.08),0 4px 12px rgba(22,163,106,.12);animation:ep-success-pop .4s cubic-bezier(0.34, 1.56, 0.64, 1)}.ep-success__check-ring--error{background:linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);color:#dc2626;box-shadow:0 0 0 6px rgba(220,38,38,.08),0 4px 12px rgba(220,38,38,.12)}.ep-success__title{font-family:"DM Sans",sans-serif,sans-serif;font-size:1.375rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}.ep-success__body{font-size:.875rem;color:#6b7280;line-height:1.6}.ep-success__msg{margin:0;color:#6b7280}.ep-success__card{text-align:left;padding:16px 18px;border-radius:10px;margin-top:14px}.ep-success__card--credit{background:#f0fdf4;border:1px solid #bbf7d0}.ep-success__card--refund{background:#eff6ff;border:1px solid #bfdbfe}.ep-success__card-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.ep-success__card-label{font-size:.813rem;font-weight:600;color:#1a1a1a}.ep-success__card-label i{margin-right:6px;font-size:.75rem}.ep-success__card-value{font-size:1.125rem;font-weight:700;font-family:"SF Mono","Fira Code",Menlo,Consolas,monospace;color:#1a1a1a;font-variant-numeric:tabular-nums}.ep-success__card-note{font-size:.75rem;color:#6b7280;margin:0;padding-left:22px}@keyframes ep-success-pop{0%{transform:scale(0.5);opacity:0}100%{transform:scale(1);opacity:1}}.od-receipt{text-align:center}.od-receipt__header{margin-bottom:0}.od-receipt__heading{font-family:"DM Sans",sans-serif,sans-serif;font-size:1.375rem;font-weight:700;color:#1a1a1a;margin-top:16px;margin-bottom:4px}.od-receipt__subheading{font-size:.813rem;color:#6b7280;line-height:1.5}.od-receipt__divider{height:1px;background:#e5e7eb;margin:20px 0}.od-receipt__body{text-align:left}.od-receipt__row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f3f4f6}.od-receipt__row:last-child{border-bottom:none}.od-receipt__row--total{border-bottom:none;border-top:2px solid #1a1a1a;margin-top:4px;padding-top:12px}.od-receipt__label{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:6px}.od-receipt__icon{font-size:.75rem;color:#6b7280}.od-receipt__icon--green{color:#16a34a}.od-receipt__icon--amber{color:#d97706}.od-receipt__val{font-size:.875rem;font-weight:500;color:#1a1a1a;font-variant-numeric:tabular-nums}.od-receipt__val--bold{font-size:1.125rem;font-weight:700}.od-receipt__val--green{color:#16a34a}.od-receipt__val--red{color:#ef4444}.od-receipt__val--muted{color:#6b7280}.od-receipt__footer{margin-top:20px;text-align:center}.od-receipt__badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;padding:6px 14px;border-radius:100px}.od-receipt__badge i{font-size:.65rem}.od-receipt__badge--green{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.od-receipt__badge--blue{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.ep-etransfer{text-align:left}.ep-etransfer__intro{font-size:.813rem;color:#6b7280;margin:0 0 14px}.ep-etransfer__detail{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #f0f0eb}.ep-etransfer__detail:last-of-type{border-bottom:none}.ep-etransfer__label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.ep-etransfer__value{font-size:.875rem;font-weight:500;color:#1a1a1a}.ep-etransfer__value--amount{font-size:1.125rem;font-weight:700;font-family:"SF Mono","Fira Code",Menlo,Consolas,monospace}.ep-etransfer__value--code{font-family:"SF Mono","Fira Code",Menlo,Consolas,monospace;font-size:.813rem;background:#fafaf8;padding:3px 8px;border-radius:4px}.ep-etransfer__note{font-size:.75rem;color:#6b7280;margin-top:14px;padding:10px 12px;background:#fafaf8;border-radius:8px}.ep-etransfer__note i{margin-right:5px;color:#9ca3af}.ncm-popup{border-radius:16px !important;box-shadow:0 25px 60px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.04) !important;overflow:hidden}.ncm-title{font-family:"DM Sans",sans-serif,sans-serif !important;font-size:1.25rem !important;font-weight:700 !important;color:#1a1a1a !important;padding-bottom:0 !important}.ncm-body{padding:0 !important;margin:0 !important}.ncm-actions{padding:0 32px 8px !important;gap:10px !important}.ncm-btn{font-family:"Inter",sans-serif,sans-serif !important;font-weight:600 !important;font-size:.875rem !important;border-radius:10px !important;padding:12px 24px !important;transition:all .15s ease !important;letter-spacing:.01em}.ncm-btn--confirm{background:#6d7c41 !important;border:none !important;color:#fff !important;box-shadow:0 1px 3px rgba(109,124,65,.25),inset 0 1px 0 hsla(0,0%,100%,.1) !important}.ncm-btn--confirm:hover{background:#4a5530 !important;box-shadow:0 2px 8px rgba(109,124,65,.35) !important;transform:translateY(-1px)}.ncm-btn--confirm:active{transform:translateY(0);box-shadow:0 1px 2px rgba(109,124,65,.2) !important}.ncm-btn--confirm:disabled{opacity:.7;cursor:not-allowed;transform:none !important}.ncm-btn--cancel{background:rgba(0,0,0,0) !important;border:1.5px solid #e5e5e0 !important;color:#6b7280 !important}.ncm-btn--cancel:hover{border-color:hsl(60,8.7719298246%,78.8235294118%) !important;color:#1a1a1a !important;background:#fafaf8 !important}.ncm-btn--cancel:disabled{opacity:.5;cursor:not-allowed}.ncm-btn--danger{background:#dc2626 !important;border:none !important;color:#fff !important;box-shadow:0 1px 3px rgba(220,38,38,.25) !important}.ncm-btn--danger:hover{background:#b91c1c !important;box-shadow:0 2px 8px rgba(220,38,38,.35) !important;transform:translateY(-1px)}.ncm-btn--danger:active{transform:translateY(0)}.ncm-validation{background:#fef2f2 !important;color:#991b1b !important;border:1px solid #fecaca !important;border-radius:8px !important;font-size:.813rem !important;margin:0 0 12px !important;padding:10px 14px !important}.ncm-validation::before{display:none !important}.ncm-popup{overflow-x:hidden !important}.ncm-body{overflow-x:hidden !important}.ncm{text-align:left;padding:4px 0 0}.ncm__alert{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;margin:8px 0 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.ncm__alert-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fee2e2;color:#dc2626;font-size:.875rem}.ncm__alert-body{flex:1;min-width:0;display:flex;align-items:center;min-height:32px}.ncm__alert-msg{font-size:.813rem;line-height:1.5;color:#991b1b;font-weight:600}.ncm__amount-banner{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;margin-bottom:20px;background:#fafaf8;border:1.5px solid #e5e5e0;border-radius:10px}.ncm__amount-label{font-size:.813rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.ncm__amount-value{font-size:1.25rem;font-weight:700;color:#1a1a1a;font-family:"SF Mono","Fira Code",Menlo,Consolas,monospace}.ncm__form-section{margin-bottom:16px}.ncm__form-header{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.ncm__lock-icon{font-size:.688rem;color:#059669}.ncm__stripe-mount{min-height:50px;overflow:hidden}.ncm__error{color:#dc2626;font-size:.75rem;margin-top:8px;min-height:1em;line-height:1.4}.ncm__footer-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.688rem;color:#9ca3af;padding:12px 0 4px;border-top:1px solid #f0f0eb}.ncm__footer-note i{color:#059669;font-size:.75rem}.pr{max-width:820px}.pr__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.pr__title{font-size:1.5rem;font-weight:800;letter-spacing:-0.02em;margin:0 0 4px;color:#1a1a1a}.pr__subtitle{font-size:.8125rem;color:#6b7280;margin:0}.pr__stat-value{font-size:1.5rem;font-weight:800;letter-spacing:-0.02em;font-variant-numeric:tabular-nums;text-align:right}.pr__stat-label{font-size:.6875rem;color:#6b7280;text-align:right;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.pr__tabs{display:flex;gap:2px;margin-bottom:1.25rem;border-bottom:1px solid #e5e5e0;padding-bottom:0}.pr__tab{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);font-size:.8125rem;font-weight:600;color:#6b7280;cursor:pointer;margin-bottom:-1px;transition:color .15s,border-color .15s}.pr__tab:hover{color:#1a1a1a}.pr__tab.is-active{color:#1a1a1a;border-bottom-color:#6d7c41}.pr__tab-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.pr__tab-dot--pending{background:#f59e0b}.pr__tab-dot--approved{background:#22c55e}.pr__tab-dot--rejected{background:#ef4444}.pr__tab-count{font-size:.6875rem;font-weight:700;background:#6d7c41;color:#fff;border-radius:10px;padding:1px 7px;min-width:18px;text-align:center;line-height:1.4}.pr__tab-count:empty{display:none}.pr__list{display:flex;flex-direction:column;gap:12px}.pr__card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.pr__card:hover{border-color:hsl(60,8.7719298246%,82.8235294118%);box-shadow:0 1px 6px rgba(0,0,0,.04)}.pr__card-main{display:flex;align-items:center;gap:1rem;padding:18px 20px}@media(max-width: 640px){.pr__card-main{flex-wrap:wrap;gap:.75rem}}.pr__card-left{display:flex;align-items:center;gap:12px;min-width:180px;flex-shrink:0}.pr__card-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg, rgb(209.7936507937, 218.2698412698, 184.9301587302), rgb(183.8888888889, 197.2222222222, 144.7777777778));color:#6d7c41;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;letter-spacing:.03em;flex-shrink:0}.pr__card-name{font-size:.8125rem;font-weight:600;color:#1a1a1a;line-height:1.3}.pr__card-email{font-size:.6875rem;color:#6b7280;line-height:1.3}.pr__card-center{flex:1;min-width:0}.pr__card-order{font-size:.8125rem;margin-bottom:2px}.pr__card-order a{font-weight:600;color:#6d7c41;text-decoration:none}.pr__card-order a:hover{text-decoration:underline}.pr__card-reason{font-size:.6875rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.pr__card-right{text-align:right;flex-shrink:0;min-width:100px}.pr__card-amount{font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;color:#1a1a1a;line-height:1.2}.pr__card-fee{display:block;font-size:.625rem;color:#6b7280;margin-top:2px;font-variant-numeric:tabular-nums}.pr__card-date{font-size:.625rem;color:#6b7280;margin-top:4px;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.pr__card-actions{display:flex;gap:8px;padding:12px 20px;background:#fafafa;border-top:1px solid #f0f0eb}.pr__btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:all .15s;white-space:nowrap}.pr__btn i{font-size:.6875rem;opacity:.75}.pr__btn--refund{background:#6d7c41;color:#fff}.pr__btn--refund:hover{background:rgb(91.3523809524,103.9238095238,54.4761904762)}.pr__btn--credit{background:#fff;border-color:#e5e5e0;color:#1a1a1a}.pr__btn--credit:hover{border-color:hsl(60,8.7719298246%,80.8235294118%);background:#f9f9f9}.pr__btn--reject{background:rgba(0,0,0,0);color:#6b7280;margin-left:auto}.pr__btn--reject:hover{color:#dc2626;background:#fef2f2}.pr__card-resolution{display:flex;align-items:center;gap:10px;padding:10px 20px;background:#fafafa;border-top:1px solid #f0f0eb}.pr__res-badge{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:700;letter-spacing:.03em;padding:3px 10px;border-radius:6px}.pr__res-badge--approved{background:#ecfdf5;color:#059669}.pr__res-badge--rejected{background:#fef2f2;color:#dc2626}.pr__res-date{font-size:.6875rem;color:#6b7280}.pr__loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 0;color:#6b7280;font-size:.8125rem}.pr__loading-spinner{width:28px;height:28px;border:2.5px solid #e5e5e0;border-top-color:#6d7c41;border-radius:50%;animation:pr-spin .7s linear infinite}.pr__empty{text-align:center;padding:64px 24px}.pr__empty--error .pr__empty-icon{color:#dc2626}.pr__empty-icon{font-size:2rem;color:#6b7280;opacity:.4;margin-bottom:12px}.pr__empty-title{font-size:.9375rem;font-weight:700;margin-bottom:4px;color:#1a1a1a}.pr__empty-desc{font-size:.8125rem;color:#6b7280}.pr__bd-total{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-weight:700;font-size:.9375rem;margin-bottom:16px}.pr__bd-total--credit{background:#eff6ff;border-color:#bfdbfe}.pr__bd-row{padding:12px 16px;border:1px solid #e5e5e0;border-radius:10px;margin-bottom:8px}.pr__bd-card{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pr__bd-method{font-size:.8125rem;font-weight:600}.pr__bd-badge{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px}.pr__bd-badge--full{background:#eff6ff;color:#3b82f6}.pr__bd-badge--partial{background:#fef3c7;color:#92400e}.pr__bd-amounts{display:flex;gap:16px}.pr__bd-col{flex:1;text-align:center;font-size:.8125rem;font-variant-numeric:tabular-nums}.pr__bd-col--highlight{font-weight:700;color:#dc2626}.pr__bd-label{display:block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:2px}.pr__bd-note{font-size:.75rem;padding:10px 12px;border-radius:8px;margin-top:12px;line-height:1.5}.pr__bd-note i{margin-right:6px}.pr__bd-note--info{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.pr__bd-note--warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.pr__bd-note--danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}@keyframes pr-spin{to{transform:rotate(360deg)}}.pp{max-width:820px}.pp__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.pp__title{font-size:1.5rem;font-weight:800;letter-spacing:-0.02em;margin:0 0 4px;color:#1a1a1a}.pp__subtitle{font-size:.8125rem;color:#6b7280;margin:0;max-width:480px;line-height:1.5}.pp__stat-value{font-size:1.5rem;font-weight:800;letter-spacing:-0.02em;font-variant-numeric:tabular-nums;text-align:right}.pp__stat-label{font-size:.6875rem;color:#6b7280;text-align:right;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.pp__tabs{display:flex;gap:2px;margin-bottom:1.25rem;border-bottom:1px solid #e5e5e0;padding-bottom:0}.pp__tab{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);font-size:.8125rem;font-weight:600;color:#6b7280;cursor:pointer;margin-bottom:-1px;transition:color .15s,border-color .15s}.pp__tab:hover{color:#1a1a1a}.pp__tab.is-active{color:#1a1a1a;border-bottom-color:#6d7c41}.pp__tab-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.pp__tab-dot--pending{background:#f59e0b}.pp__tab-count{font-size:.6875rem;font-weight:700;background:#f59e0b;color:#fff;border-radius:10px;padding:1px 7px;min-width:18px;text-align:center;line-height:1.4}.pp__tab-count:empty{display:none}.pp__list{display:flex;flex-direction:column;gap:12px}.pp__card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.pp__card:hover{border-color:hsl(60,8.7719298246%,82.8235294118%);box-shadow:0 1px 6px rgba(0,0,0,.04)}.pp__card-main{display:flex;align-items:center;gap:1rem;padding:18px 20px}@media(max-width: 640px){.pp__card-main{flex-wrap:wrap;gap:.75rem}}.pp__card-left{display:flex;align-items:center;gap:12px;min-width:180px;flex-shrink:0}.pp__card-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg, rgb(209.7936507937, 218.2698412698, 184.9301587302), rgb(183.8888888889, 197.2222222222, 144.7777777778));color:#6d7c41;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;letter-spacing:.03em;flex-shrink:0}.pp__card-name{font-size:.8125rem;font-weight:600;color:#1a1a1a;line-height:1.3}.pp__card-email{font-size:.6875rem;color:#6b7280;line-height:1.3}.pp__card-center{flex:1;min-width:0}.pp__card-meta{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.pp__card-orders{font-size:.8125rem}.pp__card-orders a{font-weight:600;color:#6d7c41;text-decoration:none}.pp__card-orders a:hover{text-decoration:underline}.pp__card-ref{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;color:#6b7280;font-family:monospace;letter-spacing:.02em}.pp__card-ref i{font-size:.5625rem;opacity:.5}.pp__type-badge{display:inline-flex;align-items:center;gap:4px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:5px}.pp__type-badge i{font-size:.5625rem}.pp__type-badge--edit{background:#eff6ff;color:#2563eb}.pp__type-badge--order{background:#f0fdf4;color:#16a34a}.pp__type-badge--partial{background:#fef2f2;color:#dc2626}.pp__card-right{text-align:right;flex-shrink:0;min-width:100px}.pp__card-amount{font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;color:#1a1a1a;line-height:1.2}.pp__card-date{font-size:.625rem;color:#6b7280;margin-top:4px;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.pp__card-actions{display:flex;gap:8px;padding:12px 20px;background:#fafafa;border-top:1px solid #f0f0eb}.pp__btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:all .15s;white-space:nowrap}.pp__btn i{font-size:.6875rem;opacity:.75}.pp__btn--confirm{background:#6d7c41;color:#fff}.pp__btn--confirm:hover{background:rgb(91.3523809524,103.9238095238,54.4761904762)}.pp__btn--remove{background:rgba(0,0,0,0);color:#6b7280;margin-left:auto}.pp__btn--remove:hover{color:#dc2626;background:#fef2f2}.pp__loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 0;color:#6b7280;font-size:.8125rem}.pp__loading-spinner{width:28px;height:28px;border:2.5px solid #e5e5e0;border-top-color:#6d7c41;border-radius:50%;animation:pr-spin .7s linear infinite}.pp__empty{text-align:center;padding:64px 24px}.pp__empty--error .pp__empty-icon{color:#dc2626}.pp__empty-icon{font-size:2rem;color:#6b7280;opacity:.4;margin-bottom:12px}.pp__empty-title{font-size:.9375rem;font-weight:700;margin-bottom:4px;color:#1a1a1a}.pp__empty-desc{font-size:.8125rem;color:#6b7280}.menu-autofill{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;margin-bottom:.75rem;border:none;border-radius:4px;background:#6d7c41;color:#fff;font-family:"Inter",sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.menu-autofill i{font-size:11px;opacity:.85}.menu-autofill:hover{background:rgb(91.3523809524,103.9238095238,54.4761904762)}@media(max-width: 1023px){.menu-autofill{display:none}}.menu-mobile-controls{display:none}@media(max-width: 1023px){.menu-mobile-controls{display:flex;align-items:center;gap:10px;position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%);z-index:1000}}.menu-mobile-controls .menu-filter-toggle{position:static;transform:none}.menu-autofill-mobile{display:none}@media(max-width: 1023px){.menu-autofill-mobile{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:9999px;border:none;background:#6d7c41;color:#fff;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.25);white-space:nowrap}.menu-autofill-mobile i{font-size:.85em}}.autofill-modal{display:none;position:fixed;inset:0;z-index:1100}.autofill-modal--open{display:flex;align-items:center;justify-content:center}.autofill-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);animation:afFadeIn .2s ease}.autofill-modal__dialog{position:relative;width:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.12);padding:1.5rem;animation:afSlideUp .25s ease;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) rgba(0,0,0,0)}.autofill-modal__dialog::-webkit-scrollbar{width:6px}.autofill-modal__dialog::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.autofill-modal__dialog::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}.autofill-modal__dialog::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}@media(max-width: 640px){.autofill-modal__dialog{width:100%;max-width:100%;max-height:100%;border-radius:0;padding:1.25rem}}.autofill-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:9999px;background:rgba(0,0,0,.06);color:#6b7280;font-size:.875rem;cursor:pointer;transition:background .15s ease}.autofill-modal__close:hover{background:rgba(0,0,0,.12)}.autofill-modal .sub-prefs__tabs{padding-right:36px}.autofill-modal .sub-prefs__nav-btn--submit{width:100%;padding:.75rem 1.25rem;border:none;border-radius:8px;background:#6d7c41;color:#fff;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease}.autofill-modal .sub-prefs__nav-btn--submit i{margin-right:6px;opacity:.85}.autofill-modal .sub-prefs__nav-btn--submit:hover{background:rgb(85.4698412698,97.2317460317,50.9682539683)}.autofill-modal .sub-prefs__nav-btn--submit:disabled{opacity:.7;cursor:not-allowed}body.autofill-modal-open{overflow:hidden}@keyframes afFadeIn{from{opacity:0}to{opacity:1}}@keyframes afSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:rgba(0,0,0,0);color:#1a1a1a;cursor:pointer;border-radius:8px;transition:background-color 150ms ease,color 150ms ease}.header__cart:hover{background:#fafaf8;color:#6d7c41}.header__cart svg{flex-shrink:0}.header__cart--mobile{display:flex;width:40px;height:40px}.header__cart--mobile svg{width:22px;height:22px}@media(min-width: 1024px){.header__cart--mobile{display:none}}.header__cart-badge{position:absolute;top:0;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:9999px;background:#6d7c41;color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;pointer-events:none;transition:transform .2s ease}.header__cart-badge.cart-badge--pulse{animation:cartBadgePulse .6s ease-in-out 3}@keyframes cartBadgePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.35)}}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;height:100dvh;z-index:9100;display:flex;flex-direction:column;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.12);transform:translateX(100%);transition:transform 250ms ease}.cart-drawer[aria-hidden=false]{transform:translateX(0)}@media(max-width: 767px){.cart-drawer{width:100%}}.cart-drawer__backdrop{position:fixed;inset:0;z-index:9099;background:rgba(0,0,0,.45);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity 250ms ease,visibility 250ms ease}.cart-drawer__backdrop--visible{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:baseline;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb;flex-shrink:0}.cart-drawer__title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.cart-drawer__count{font-size:.75rem;color:#9ca3af;margin-right:auto}.cart-drawer__close{width:32px;height:32px;border:none;background:rgba(0,0,0,0);color:#6b7280;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;align-self:center;transition:background-color 150ms ease}.cart-drawer__close:hover{background:#fafaf8}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 0;text-align:center;color:#9ca3af}.cart-drawer__empty p{font-size:.875rem;margin:0}.cart-drawer__group:not(:last-child){margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0eb}.cart-drawer__group--expired{opacity:.5}.cart-drawer__group-header{display:flex;flex-direction:column;gap:2px;margin-bottom:1rem}.cart-drawer__delivery-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-drawer__clear-cart{border:none;background:rgba(0,0,0,0);color:#9ca3af;font-size:11px;font-weight:500;cursor:pointer;padding:0;white-space:nowrap;transition:color 150ms ease}.cart-drawer__clear-cart:hover{color:#dc2626}.cart-drawer__clear-all{border:none;background:rgba(0,0,0,0);color:#9ca3af;font-size:11px;font-weight:500;cursor:pointer;padding:0;margin-left:.25rem;white-space:nowrap;align-self:center;transition:color 150ms ease}.cart-drawer__clear-all:hover{color:#dc2626}.cart-drawer__kitchen-name{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cart-drawer__menu-label{font-size:.875rem;font-weight:500;color:#1a1a1a}.cart-drawer__badge{display:inline-block;padding:2px .5rem;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.4}.cart-drawer__badge--limited{background:rgba(217,119,6,.12);color:#d97706}.cart-drawer__delivery{font-size:.75rem;color:#9ca3af}.cart-drawer__cutoff-warn{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;padding:.5rem .75rem;border-radius:8px;background:rgba(220,38,38,.06);color:#dc2626;font-size:.75rem;font-weight:500}.cart-drawer__cutoff-warn i{font-size:11px}.cart-drawer__items{display:flex;flex-direction:column;gap:.75rem}.cart-drawer__item{display:grid;grid-template-columns:52px 1fr auto auto auto;gap:.75rem;align-items:center;padding:.5rem 0}.cart-drawer__item-img{width:52px;height:52px;border-radius:8px;object-fit:cover}.cart-drawer__item-img--placeholder{display:flex;align-items:center;justify-content:center;background:#fafaf8;color:#9ca3af;font-size:16px}.cart-drawer__item-info{display:flex;flex-direction:column;gap:1px;min-width:0}.cart-drawer__item-name{font-size:.875rem;font-weight:500;color:#1a1a1a;line-height:1.35}.cart-drawer__item-side{font-size:.75rem;color:#9ca3af}.cart-drawer__item-stock{display:inline-flex;align-self:flex-start;padding:1px .5rem;border-radius:9999px;font-size:10px;font-weight:600;background:rgba(156,163,175,.1);color:#9ca3af}.cart-drawer__item-stock--low{background:rgba(217,119,6,.1);color:#d97706}.cart-drawer__item-stock--critical{background:rgba(220,38,38,.1);color:#dc2626}.cart-drawer__item-stock--reserved{background:rgba(107,114,128,.12);color:#6b7280}.cart-drawer__item-qty{display:flex;align-items:center;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden}.cart-drawer__item-qty input{width:32px;height:26px;border:none;border-left:1px solid #e5e5e0;border-right:1px solid #e5e5e0;text-align:center;font-size:11px;font-weight:600;background:#fff;-moz-appearance:textfield}.cart-drawer__item-qty input::-webkit-inner-spin-button,.cart-drawer__item-qty input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-drawer__qty-btn{width:26px;height:26px;border:none;background:#fafaf8;color:#1a1a1a;cursor:pointer;font-size:9px;display:flex;align-items:center;justify-content:center}.cart-drawer__qty-btn:hover{background:#f0f0eb}.cart-drawer__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-drawer__item-price{font-size:.875rem;font-weight:600;color:#1a1a1a;white-space:nowrap;min-width:50px;text-align:right}.cart-drawer__item-remove{width:24px;height:24px;border:none;background:rgba(0,0,0,0);color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:11px;transition:color 150ms ease,background-color 150ms ease}.cart-drawer__item-remove:hover{color:#dc2626;background:rgba(220,38,38,.06)}.cart-drawer__footer{flex-shrink:0;padding:1.25rem 1.5rem;border-top:1px solid #f0f0eb;background:#fff;display:flex;flex-direction:column;gap:.75rem}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#1a1a1a}.cart-drawer__subtotal strong{font-size:1.25rem;font-weight:700}.cart-drawer__footer-actions{display:flex;gap:.75rem}.cart-drawer__view-btn{flex:1;text-align:center;text-decoration:none;font-size:.875rem}.cart-drawer__checkout-btn{flex:1;text-align:center;text-decoration:none;font-size:.875rem}.cart-drawer__continue{border:none;background:rgba(0,0,0,0);color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;text-align:center;padding:.5rem 0}.cart-drawer__continue:hover{color:#1a1a1a}.cart-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}@media(min-width: 1024px){.cart-page{display:flex;gap:2rem;align-items:flex-start}}.cart-page__main{flex:1;min-width:0}.cart-page__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.cart-page__title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0}.cart-page__count{font-size:.875rem;color:#9ca3af}.cart-page__clear{margin-left:auto;border:none;background:rgba(0,0,0,0);color:#9ca3af;font-size:.75rem;font-weight:500;cursor:pointer;padding:0;transition:color 150ms ease}.cart-page__clear:hover{color:#dc2626}.cart-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 0;text-align:center;color:#9ca3af}.cart-page__empty p{font-size:1.125rem;margin:0}.cart-page__sidebar{width:340px;flex-shrink:0;position:sticky;top:96px}@media(max-width: 1023px){.cart-page__sidebar{width:100%;position:fixed;bottom:0;left:0;right:0;top:auto;z-index:100;box-shadow:0 -4px 20px rgba(0,0,0,.08)}}.cart-group:not(:last-child){margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0eb}.cart-group--expired{opacity:.5}.cart-group__header{display:flex;flex-direction:column;gap:2px;margin-bottom:1rem}.cart-group__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cart-group__header-info{display:flex;flex-direction:column;gap:2px}.cart-group__kitchen{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cart-group__menu{font-size:.875rem;font-weight:500;color:#1a1a1a}.cart-group__header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cart-group__menu-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#6d7c41;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color 150ms ease}.cart-group__menu-link i{font-size:10px}.cart-group__menu-link:hover{color:rgb(73.7047619048,83.8476190476,43.9523809524);text-decoration:underline}.cart-group__delivery-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:2px}.cart-group__delivery{font-size:.75rem;color:#9ca3af}.cart-group__clear{border:none;background:rgba(0,0,0,0);color:#9ca3af;font-size:11px;font-weight:500;cursor:pointer;padding:0;white-space:nowrap;transition:color 150ms ease}.cart-group__clear:hover{color:#dc2626}.cart-group__cutoff{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;padding:.5rem .75rem;border-radius:8px;background:rgba(220,38,38,.06);color:#dc2626;font-size:.75rem;font-weight:500}.cart-group__items{display:flex;flex-direction:column;gap:.75rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;padding:.75rem 0}@media(max-width: 767px){.cart-item{grid-template-columns:60px 1fr;gap:.5rem}}.cart-item__image{width:80px;height:80px;border-radius:8px;object-fit:cover}@media(max-width: 767px){.cart-item__image{width:60px;height:60px}}.cart-item__image-placeholder{width:80px;height:80px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fafaf8;color:#9ca3af;font-size:20px}@media(max-width: 767px){.cart-item__image-placeholder{width:60px;height:60px}}.cart-item__details{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-item__name{font-size:.875rem;font-weight:600;color:#1a1a1a}.cart-item__side{font-size:.75rem;color:#9ca3af}.cart-item__nutrition{display:flex;gap:.75rem;font-size:.75rem;color:#9ca3af}.cart-item__stock{display:inline-flex;align-self:flex-start;padding:1px .5rem;border-radius:9999px;font-size:10px;font-weight:600;background:rgba(156,163,175,.1);color:#9ca3af}.cart-item__stock--low{background:rgba(217,119,6,.1);color:#d97706}.cart-item__stock--critical{background:rgba(220,38,38,.1);color:#dc2626}.cart-item__stock--reserved{background:rgba(107,114,128,.12);color:#6b7280}.cart-item__qty{display:flex;align-items:center;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden}.cart-item__qty button{width:32px;height:32px;border:none;background:#fafaf8;color:#1a1a1a;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center}.cart-item__qty button:hover{background:#f0f0eb}.cart-item__qty button:disabled{opacity:.4;cursor:not-allowed}.cart-item__qty input{width:40px;height:32px;border:none;border-left:1px solid #e5e5e0;border-right:1px solid #e5e5e0;text-align:center;font-size:.75rem;font-weight:600;background:#fff;-moz-appearance:textfield}.cart-item__qty input::-webkit-inner-spin-button,.cart-item__qty input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-item__price{font-size:.875rem;font-weight:600;color:#1a1a1a;min-width:60px;text-align:right}.cart-item__remove{width:28px;height:28px;border:none;background:rgba(0,0,0,0);color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:12px;transition:color 150ms ease,background-color 150ms ease}.cart-item__remove:hover{color:#dc2626;background:rgba(220,38,38,.06)}.cart-summary{background:#fff;border:1px solid #f0f0eb;border-radius:12px;padding:1.5rem}@media(max-width: 1023px){.cart-summary{border-radius:0;border-left:0;border-right:0;border-bottom:0;padding:1rem 1.5rem}}.cart-summary__title{font-family:"DM Sans",sans-serif;font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}@media(max-width: 1023px){.cart-summary__title{display:none}}.cart-summary__line{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;padding:.25rem 0}.cart-summary__divider{height:1px;background:#f0f0eb;margin:.75rem 0}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.cart-summary__note{font-size:.75rem;color:#9ca3af;margin-bottom:1rem}@media(max-width: 1023px){.cart-summary__note{display:none}}.cart-summary__checkout{width:100%;text-align:center}.reservation-banner{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:.75rem;font-weight:500;font-variant-numeric:tabular-nums;background:rgba(217,119,6,.07);color:rgb(167.3721973094,91.7847533632,4.6278026906);line-height:1.4}.reservation-banner i{font-size:11px;flex-shrink:0}.reservation-banner__val{font-weight:700;font-variant-numeric:tabular-nums}.reservation-banner--warning{background:rgba(217,119,6,.1);color:rgb(142.5582959641,78.1771300448,3.9417040359)}.reservation-banner--critical{background:rgba(220,38,38,.08);color:#dc2626;animation:timer-pulse 1s ease-in-out infinite}.reservation-banner--expired{background:rgba(220,38,38,.06);color:#dc2626;opacity:.7}@keyframes timer-pulse{0%,100%{opacity:1}50%{opacity:.6}}.cart-swal{border-radius:16px !important;padding:0 !important;box-shadow:0 25px 60px rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.04) !important;max-width:380px !important;overflow:hidden}.cart-swal .swal2-icon{display:none !important}.cart-swal .swal2-title{font-family:"DM Sans",sans-serif !important;font-size:17px !important;font-weight:700 !important;color:#1a1a1a !important;padding:24px 28px 0 !important;margin:0 !important;text-align:left !important}.cart-swal .swal2-html-container{font-family:"Inter",sans-serif !important;font-size:.875rem !important;color:#6b7280 !important;line-height:1.55 !important;padding:8px 28px 0 !important;margin:0 !important;text-align:left !important}.cart-swal .swal2-actions{padding:20px 28px 24px !important;margin:0 !important;justify-content:flex-end !important;gap:10px}.cart-swal-confirm,.go-swal__confirm{background:#606c38 !important;color:#fff !important;border:none !important;border-radius:8px !important;font-family:"Inter",sans-serif !important;font-size:13px !important;font-weight:600 !important;padding:9px 22px !important;cursor:pointer !important;box-shadow:none !important;transition:background .15s !important}.cart-swal-confirm:hover,.go-swal__confirm:hover{background:#4e5a2d !important}.cart-swal-confirm:focus,.go-swal__confirm:focus{box-shadow:0 0 0 3px rgba(96,108,56,.2) !important}.cart-swal-cancel,.go-swal__cancel{background:#f3f4f6 !important;color:#1a1a1a !important;border:none !important;border-radius:8px !important;font-family:"Inter",sans-serif !important;font-size:13px !important;font-weight:600 !important;padding:9px 22px !important;cursor:pointer !important;box-shadow:none !important;transition:background .15s !important}.cart-swal-cancel:hover,.go-swal__cancel:hover{background:#e5e7eb !important}.cart-swal-deny{background:#f3f4f6 !important;color:#1a1a1a !important;border:none !important;border-radius:8px !important;font-family:"Inter",sans-serif !important;font-size:13px !important;font-weight:600 !important;padding:9px 22px !important;cursor:pointer !important;box-shadow:none !important;transition:background .15s !important}.cart-swal-deny:hover{background:#e5e7eb !important}.go-swal__popup{border-radius:16px !important;font-family:"Inter",sans-serif !important}.go-swal__title{font-family:"DM Sans",sans-serif !important;font-size:20px !important}.go-swal__actions{justify-content:flex-end !important;gap:10px}.member-picker__popup{max-width:380px !important;padding:28px 24px 20px !important}.member-picker__search{width:100%;padding:10px 14px;border:1px solid #e5e5e0;border-radius:8px;font-family:"Inter",sans-serif;font-size:14px;color:#1a1a1a;background:#fafaf8;outline:none;margin-bottom:12px;transition:border-color .15s ease,box-shadow .15s ease}.member-picker__search::placeholder{color:#9ca3af}.member-picker__search:focus{border-color:#6d7c41;box-shadow:0 0 0 2px rgba(109,124,65,.12);background:#fff}.member-picker__list{display:flex;flex-direction:column;gap:6px;max-height:320px;overflow-y:auto;scrollbar-width:thin}.member-picker__option{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:#f9faf6;border:1px solid #e5e5e0;border-radius:10px;cursor:pointer;transition:all .15s ease;font-family:"Inter",sans-serif;font-size:15px;color:#1a1a1a;text-align:left}.member-picker__option:hover{background:#f0f2e8;border-color:#6d7c41;box-shadow:0 0 0 1px rgba(109,124,65,.15)}.member-picker__option:active{transform:scale(0.98)}.member-picker__avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#6d7c41;color:#fff;font-family:"DM Sans",sans-serif;font-size:13px;font-weight:600;letter-spacing:.3px;flex-shrink:0}.member-picker__name{flex:1;font-weight:500}.member-picker__arrow{color:#9ca3af;flex-shrink:0;transition:transform .15s ease}.member-picker__option:hover .member-picker__arrow{transform:translateX(2px);color:#6d7c41}@keyframes cartItemHighlight{0%{background:#ecfdf5}100%{background:rgba(0,0,0,0)}}.cart-drawer__item--just-added{animation:cartItemHighlight 2s ease-out forwards;border-radius:8px}.page-checkout .header__cart{display:none}@media(min-width: 1024px){.page-checkout .header{display:none}}.checkout-header{display:none}@media(min-width: 1024px){.checkout-header{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 1.5rem}}.checkout-header__back{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:16px;border-radius:9999px;transition:background .15s;text-decoration:none}.checkout-header__back:hover{background:#fafaf8}.checkout-header__logo{display:flex;align-items:center}.checkout-header__logo img{height:36px}.checkout-header__secure{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#6b7280;letter-spacing:.02em}.checkout-header__secure i{font-size:13px;color:#059669}.checkout-page{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.checkout-page{grid-template-columns:1fr 400px;padding:2.5rem 1.5rem}}.checkout-page__title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-0.02em}.checkout-page__main{min-width:0}@media(min-width: 1024px){.checkout-page__sidebar{position:sticky;top:100px;align-self:start}}.checkout-progress{margin-bottom:2rem;position:relative}.checkout-progress__track{position:absolute;top:15px;left:24px;right:24px;height:3px;background:#f0f0eb;border-radius:2px;z-index:0}.checkout-progress__fill{height:100%;background:#4a5530;border-radius:2px;width:0%;transition:width .5s cubic-bezier(0.16, 1, 0.3, 1)}.checkout-progress__steps{position:relative;z-index:1;display:flex;justify-content:space-between}.checkout-progress__dot{display:flex;flex-direction:column;align-items:center;gap:8px;background:none;border:none;padding:0;cursor:default;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.checkout-progress__dot-inner{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Inter",sans-serif;font-size:.75rem;font-weight:700;background:#fff;color:#9ca3af;border:2px solid #e5e5e0;transition:all .3s cubic-bezier(0.16, 1, 0.3, 1);position:relative}.checkout-progress__label{font-family:"Inter",sans-serif;font-size:11px;font-weight:500;color:#9ca3af;letter-spacing:.01em;transition:color .3s ease}.checkout-progress__dot--active .checkout-progress-inner{background:#4a5530;color:#fff;border-color:#4a5530;box-shadow:0 0 0 4px rgba(74,85,48,.18);transform:scale(1.1)}.checkout-progress__dot--active .checkout-progress__label{color:#4a5530;font-weight:700}.checkout-progress__dot--completed .checkout-progress-inner{background:#059669;color:#fff;border-color:#059669;font-size:0}.checkout-progress__dot--completed .checkout-progress-inner::after{content:"";display:block;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px, -1px)}.checkout-progress__dot--completed .checkout-progress__label{color:#059669}.checkout-progress__dot--completed{cursor:pointer}.checkout-progress__msg{text-align:center;margin-top:1rem;font-family:"Inter",sans-serif;font-size:13px;font-weight:500;color:#9ca3af;min-height:20px;transition:opacity .2s ease;letter-spacing:.01em}.checkout-progress__msg strong{font-weight:600;color:#4a5530}.checkout-progress__msg i{margin-right:3px;font-size:11px;opacity:.7}.checkout-section{background:#fff;border:1px solid #f0f0eb;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.03)}.checkout-section__header{padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb}.checkout-section__heading{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-0.01em}.checkout-section__body{padding:1.5rem}.checkout-section--auth{border:none;background:rgba(0,0,0,0);margin-bottom:1rem}.checkout-step{background:#fff;border:1px solid #f0f0eb;border-radius:12px;margin-bottom:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.03);transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.checkout-step#checkoutStep4{overflow:visible}.checkout-step--active{border-color:rgba(109,124,65,.3);border-left:4px solid #6d7c41;box-shadow:0 4px 16px rgba(109,124,65,.12),0 1px 3px rgba(0,0,0,.04)}.checkout-step--active .checkout-step__header{padding-left:calc(1.5rem - 3px)}.checkout-step--completed{background:#fff;border-color:#f0f0eb;box-shadow:none}.checkout-step--completed .checkout-step__header{padding:.75rem 1.25rem}.checkout-step--completed .checkout-step__number{width:22px;height:22px;font-size:0;border-width:0}.checkout-step--completed .checkout-step__number::after{width:6px;height:9px}.checkout-step--completed .checkout-step__title{font-size:.875rem;font-weight:500;color:#1a1a1a}.checkout-step--completed .checkout-step__summary{color:#9ca3af;font-size:.75rem;font-weight:400}.checkout-step--completed .checkout-step__summary::before{content:"—";margin:0 6px;color:#e5e5e0}.checkout-step--completed .checkout-step__edit{font-size:11px;padding:2px 10px;background:none;color:#9ca3af;text-transform:none;letter-spacing:0;font-weight:500}.checkout-step--completed .checkout-step__edit:hover{color:#6d7c41;background:rgba(109,124,65,.06)}@media(max-width: 767px){.checkout-step--completed .checkout-step__header{flex-wrap:wrap}.checkout-step--completed .checkout-step__summary{flex-basis:100%;padding-left:calc(22px + 0.75rem);margin-top:-4px;order:10}.checkout-step--completed .checkout-step__summary::before{display:none}}.checkout-step__header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;cursor:default;user-select:none}.checkout-step__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:.875rem;font-weight:700;flex-shrink:0;background:#fafaf8;color:#9ca3af;border:1.5px solid #e5e5e0;transition:all .25s ease}.checkout-step--active .checkout-step__number{background:#6d7c41;color:#fff;border-color:#6d7c41;box-shadow:0 2px 8px rgba(109,124,65,.3)}.checkout-step--completed .checkout-step__number{background:#059669;color:#fff;border-color:#059669;font-size:0}.checkout-step--completed .checkout-step__number::after{content:"";display:block;width:7px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px, -1px)}.checkout-step__title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;letter-spacing:-0.01em}.checkout-step__optional{display:inline-flex;align-items:center;gap:3px;font-family:"Inter",sans-serif;font-size:11px;font-weight:700;color:#4a5530;background:rgba(109,124,65,.1);border:1px solid rgba(109,124,65,.2);padding:2px 8px;border-radius:4px;letter-spacing:.01em;vertical-align:middle;margin-left:.5rem;line-height:1.5}.checkout-step__optional-sub{font-weight:500;color:#9ca3af;font-size:10px}.checkout-step__summary{flex:1;text-align:right;font-size:.875rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.checkout-step__edit{font-size:.75rem;font-weight:600;color:#6d7c41;background:rgba(109,124,65,.06);border:none;cursor:pointer;padding:.25rem .75rem;border-radius:9999px;transition:all .15s ease;flex-shrink:0;text-transform:uppercase;letter-spacing:.03em}.checkout-step__edit:hover{background:rgba(109,124,65,.12)}.checkout-step__body{padding:0 1.5rem 1.5rem;animation:stepBodyIn .3s ease}.checkout-step__continue{margin-top:1.5rem;width:100%;padding:14px 1.5rem;font-weight:700;font-size:.875rem;letter-spacing:.03em;border-radius:12px;transition:all .2s ease}.checkout-step__continue:hover:not(:disabled){box-shadow:0 4px 14px rgba(109,124,65,.25);transform:translateY(-1px)}.checkout-step__continue:active:not(:disabled){transform:translateY(0)}.checkout-billing-toggle{padding-top:1rem;border-top:1px solid #f0f0eb}.checkout-auth-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#059669;background:rgba(5,150,105,.08);padding:.5rem 1rem;border-radius:9999px}.checkout-auth-badge i{font-size:1rem}.checkout-auth-badge strong{color:#1a1a1a}.checkout-step1-actions{display:flex;gap:.75rem;margin-top:1rem}.checkout-step1-actions .checkout-step__continue{flex:1;text-align:center;margin-top:0}.checkout-step1-actions .btn--outline{background:#fff;color:#1a1a1a;border:1.5px solid #e5e5e0}.checkout-step1-actions .btn--outline:hover{border-color:#6b7280;background:#fafaf8}@media(max-width: 480px){.checkout-step1-actions{flex-direction:column}}.checkout-address-picker{margin-bottom:1.25rem}.checkout-address-picker__selected{margin-bottom:.75rem}.checkout-address-picker__card{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:rgba(109,124,65,.03);border:1.5px solid rgba(109,124,65,.15);border-radius:8px}.checkout-address-picker__card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#6d7c41;color:#fff;border-radius:50%;font-size:.875rem;flex-shrink:0}.checkout-address-picker__card-detail{flex:1;min-width:0}.checkout-address-picker__card-name{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.checkout-address-picker__badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:9999px;background:rgba(109,124,65,.1);color:#6d7c41;vertical-align:middle;margin-left:.25rem}.checkout-address-picker__card-addr{font-size:.75rem;color:#6b7280;line-height:1.4}.checkout-address-picker__card-phone{font-size:.75rem;color:#9ca3af;margin-top:2px}.checkout-address-picker__actions{display:flex;gap:.75rem}.checkout-address-picker__change-btn,.checkout-address-picker__new-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#6d7c41;background:none;border:none;cursor:pointer;border-radius:4px;transition:background .15s ease}.checkout-address-picker__change-btn:hover,.checkout-address-picker__new-btn:hover{background:rgba(109,124,65,.06)}.checkout-address-picker__change-btn i,.checkout-address-picker__new-btn i{font-size:11px}.checkout-address-picker__dropdown{margin-top:.75rem;border:1px solid #f0f0eb;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.checkout-address-picker__list{max-height:240px;overflow-y:auto}.checkout-address-picker__item{padding:.75rem 1rem;cursor:pointer;transition:background .12s ease;border-bottom:1px solid #f0f0eb}.checkout-address-picker__item:last-child{border-bottom:none}.checkout-address-picker__item:hover{background:rgba(109,124,65,.04)}.checkout-address-picker__item--active{background:rgba(109,124,65,.06);border-left:3px solid #6d7c41;padding-left:calc(1rem - 3px)}.checkout-address-picker__item-name{font-size:.875rem;font-weight:600;color:#1a1a1a}.checkout-address-picker__item-addr{font-size:.75rem;color:#6b7280;margin-top:1px}.form-row--2col{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.form-row--2col{grid-template-columns:1fr 1fr}}.form-input--locked{background:#fafaf8;color:#6b7280;cursor:not-allowed}.form-input--error{border-color:#dc2626 !important}.form-input--textarea{resize:vertical;min-height:80px}.form-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.form-checkbox input[type=checkbox]{accent-color:#6d7c41;width:18px;height:18px}.checkout-billing{margin-top:1.25rem}.checkout-delivery-dates{display:flex;flex-direction:column;border:1px solid #f0f0eb;border-radius:8px;overflow:hidden}.checkout-delivery-dates__option{cursor:pointer}.checkout-delivery-dates__option:not(:last-child) .checkout-delivery-dates__card{border-bottom:1px solid #f0f0eb}.checkout-delivery-dates__option input[type=radio]{display:none}.checkout-delivery-dates__option input[type=radio]:checked+.checkout-delivery-dates__card{background:rgba(109,124,65,.04)}.checkout-delivery-dates__option input[type=radio]:checked+.checkout-delivery-dates__card .checkout-delivery-dates__date{color:#6b7280}.checkout-delivery-dates__option input[type=radio]:checked+.checkout-delivery-dates__card .checkout-delivery-dates__date strong{color:#4a5530}.checkout-delivery-dates__option input[type=radio]:checked+.checkout-delivery-dates__card .checkout-delivery-dates__radio{border-color:#6d7c41;background:#6d7c41;box-shadow:inset 0 0 0 3px #fff}.checkout-delivery-dates__option input[type=radio]:checked+.checkout-delivery-dates__card .checkout-delivery-dates__free{color:#4a5530}.checkout-delivery-dates__card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background .15s ease;background:#fff}.checkout-delivery-dates__card:hover{background:rgba(109,124,65,.02)}.checkout-delivery-dates__radio{width:18px;height:18px;border:1.5px solid #e5e5e0;border-radius:50%;flex-shrink:0;transition:all .15s ease}.checkout-delivery-dates__date{flex:1;font-weight:400;font-size:.875rem;color:#6b7280}.checkout-delivery-dates__date strong{font-weight:500;color:#1a1a1a}.checkout-delivery-dates__pricing{display:flex;align-items:center;gap:.5rem}.checkout-delivery-dates__original{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.checkout-delivery-dates__price{font-weight:500;font-size:.875rem;color:#6b7280}.checkout-delivery-dates__est{font-size:.75rem;color:#9ca3af;font-style:italic}.checkout-delivery-dates__free{font-weight:600;font-size:.75rem;color:#059669}.checkout-payment-toggle{display:flex;background:#fafaf8;border-radius:12px;padding:4px;margin-bottom:1.25rem;border:1px solid #f0f0eb}.checkout-payment-toggle__btn{flex:1;padding:14px 1rem;border:none;background:rgba(0,0,0,0);border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative}.checkout-payment-toggle__btn--active{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 1px 4px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.02)}.checkout-payment-toggle__btn--active::after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:24px;height:2px;background:#6d7c41;border-radius:9999px}.checkout-payment-toggle__btn:not(.checkout-payment-toggle__btn--active):hover{color:#1a1a1a;background:rgba(109,124,65,.04)}.checkout-payment-panel{min-height:100px}.checkout-payment-error{margin-top:.75rem;padding:.75rem;font-size:.875rem;color:#dc2626;background:rgba(220,38,38,.06);border-radius:4px}.checkout-interac-info{font-size:.875rem;line-height:1.65}.checkout-interac-info h4{font-weight:600;margin-bottom:.75rem}.checkout-interac-info ul{list-style:none;padding:0;margin:0 0 .75rem}.checkout-interac-info ul li{padding:.5rem 0;border-bottom:1px solid #f0f0eb}.checkout-interac-info ul li:last-child{border-bottom:none}.checkout-sub-warning{margin-bottom:.75rem}.esub-notice{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fffbeb;border-radius:8px;font-size:.75rem;color:#6b7280;line-height:1.5}.esub-notice__icon{flex-shrink:0;color:#b45309;font-size:13px;margin-top:1px}.esub-notice__content{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px .5rem}.esub-notice__text{font-size:.75rem;color:#6b7280;margin:0}.esub-notice__sub{display:inline-flex;align-items:center;gap:4px;font-size:11px}.esub-notice__id{font-family:monospace,"Inter",sans-serif;font-size:10px;font-weight:600;color:#92400e;background:rgba(180,83,9,.08);padding:1px 5px;border-radius:3px;white-space:nowrap}.esub-notice__detail{color:#6b7280;color:#1a1a1a}.checkout-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:0;font-size:1rem;font-weight:700;padding:16px 1.5rem;letter-spacing:.03em;border-radius:12px;transition:all .2s ease}.checkout-submit__price::before{content:"·";margin:0 8px;opacity:.5}.checkout-submit__price{font-weight:700;font-variant-numeric:tabular-nums}.checkout-submit:hover:not(:disabled){box-shadow:0 4px 14px rgba(109,124,65,.25);transform:translateY(-1px)}.checkout-submit:active:not(:disabled){transform:translateY(0)}.checkout-submit:disabled{opacity:.5;cursor:not-allowed}.checkout-secure-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:.75rem;font-family:"Inter",sans-serif;font-size:11px;font-weight:500;color:#9ca3af;letter-spacing:.01em}.checkout-secure-badge i:first-child{font-size:10px;color:#059669}.checkout-secure-badge .fa-brands{font-size:18px;color:#9ca3af;opacity:.5}.checkout-submit-info{text-align:center;font-family:"Inter",sans-serif;font-size:11px;font-weight:500;color:#9ca3af;margin-top:.5rem}.checkout-submit-info i{color:#6d7c41;margin-right:3px;font-size:10px}.checkout-policies{font-size:.75rem;color:#6b7280;margin-bottom:1rem;line-height:1.65}.checkout-policies a{color:#6d7c41;text-decoration:underline}.checkout-date-tabs{display:flex;padding:3px;background:#fafaf8;border:1px solid #f0f0eb;border-radius:8px;margin-bottom:1rem}.checkout-date-tabs__tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:.75rem 1rem;border:none;border-radius:calc(8px - 2px);background:rgba(0,0,0,0);cursor:pointer;transition:all .2s ease;text-align:center;position:relative}.checkout-date-tabs__tab:hover:not(.checkout-date-tabs__tab--active){background:rgba(0,0,0,.03)}.checkout-date-tabs__tab--active{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.checkout-date-tabs__name{font-size:.875rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.checkout-date-tabs__badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:9999px;background:rgba(217,119,6,.12);color:#d97706}.checkout-date-tabs__range{font-size:.75rem;color:#9ca3af;white-space:nowrap}.checkout-date-tabs__selected{font-size:.75rem;font-weight:500;color:#6d7c41;min-height:16px}.checkout-date-tabs__selected i{font-size:11px}.checkout-date-tabs__check{color:#059669}.checkout-cart-dates{margin-bottom:1rem}.checkout-cart-dates:last-child{margin-bottom:0}.checkout-cart-dates__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.checkout-cart-dates__kitchen{font-size:.875rem;font-weight:600;color:#1a1a1a}.checkout-cart-dates__badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;border-radius:9999px}.checkout-cart-dates__badge--limited{background:rgba(217,119,6,.1);color:#d97706}.checkout-cart-dates__range{font-size:.75rem;color:#6b7280}.checkout-cart-dates__tier-banner{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;background:rgba(5,150,105,.05);border:1px solid rgba(5,150,105,.15);font-size:.875rem;line-height:1.65}.checkout-cart-dates__tier-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem}.checkout-cart-dates__tier-badge .fa-certificate{font-size:1.5rem;color:#059669}.checkout-cart-dates__tier-badge .fa-check{position:absolute;font-size:.5625rem;color:#fff}.checkout-cart-dates__tier-copy{display:flex;flex-direction:column;gap:.125rem;flex:1}.checkout-cart-dates__tier-qual{color:#059669}.checkout-cart-dates__tier-qual strong{font-weight:600}.checkout-cart-dates__tier-next{font-size:.75rem;color:#6b7280}.checkout-unavailable{display:flex;align-items:flex-start;gap:1.25rem;margin:1rem 0;padding:1.5rem;border-radius:16px;background:#fff;border:1px solid #f0f0eb;box-shadow:0 2px 12px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.03)}.checkout-unavailable__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(234,179,8,.08);color:#b45309;font-size:1.25rem}.checkout-unavailable__body{flex:1;min-width:0}.checkout-unavailable__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.5}.checkout-unavailable__text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 1rem}.checkout-unavailable__actions{display:flex;gap:.75rem}.checkout-summary{background:#fff;border:1px solid #f0f0eb;border-radius:16px;padding:1.5rem;position:sticky;top:100px;box-shadow:0 2px 12px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.03)}.checkout-summary__title{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0eb;text-transform:uppercase;letter-spacing:.06em}.checkout-summary__empty{font-size:.875rem;color:#9ca3af;padding:1rem 0}.checkout-summary__items{margin-bottom:0}.checkout-summary__group:not(:last-child){margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0eb}.checkout-summary__group-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.checkout-summary__kitchen{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.checkout-summary__badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 5px;border-radius:9999px}.checkout-summary__badge--limited{background:rgba(217,119,6,.1);color:#d97706}.checkout-summary__delivery-pill{margin-left:auto;font-size:10px;font-weight:500;color:#4a5530;background:rgba(109,124,65,.08);padding:1px 6px;border-radius:9999px;white-space:nowrap}.checkout-summary__delivery-pill:empty{display:none}.checkout-summary__row{display:flex;align-items:center;gap:.75rem;padding:6px 0}.checkout-summary__row--clickable{cursor:pointer;border-radius:8px;transition:background .15s;margin:0 -0.5rem;padding:6px .5rem}.checkout-summary__row--clickable:hover{background:rgba(109,124,65,.04)}.checkout-summary__row-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.checkout-summary__thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.04)}.checkout-summary__thumb--empty{display:inline-block;background:#fafaf8;border:1px solid #f0f0eb}.checkout-summary__row-detail{flex:1;min-width:0}.checkout-summary__row-name{display:block;font-size:13px;font-weight:500;color:#1a1a1a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-summary__row-meta{display:block;font-size:11px;color:#9ca3af;line-height:1.3}.checkout-summary__row-price{font-size:13px;font-weight:500;color:#1a1a1a;flex-shrink:0;white-space:nowrap}.checkout-summary__member-group{padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid #f0f0eb}.checkout-summary__member-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout-summary__member-label{display:flex;justify-content:space-between;align-items:center;padding:6px 0 4px;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.checkout-summary__member-total{font-size:12px;font-weight:600;color:#9ca3af}.checkout-summary__totals{padding-top:1rem;margin-top:1rem;border-top:1px solid #f0f0eb;display:flex;flex-direction:column;gap:0}.checkout-summary__grand{display:flex;justify-content:space-between;align-items:baseline;padding-top:1rem;margin-top:.75rem;border-top:2px solid #1a1a1a;font-size:1.25rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.01em}.checkout-summary__back-link{display:inline-flex;align-items:center;gap:4px;margin-top:.5rem;font-size:11px;font-weight:500;color:#9ca3af;text-decoration:none;transition:color .15s ease}.checkout-summary__back-link:hover{color:#6d7c41}.checkout-summary__back-link i{font-size:9px;transition:transform .15s ease}.checkout-summary__back-link:hover i{transform:translateX(-2px)}.checkout-upsell{padding:.75rem 0 .5rem;opacity:0;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease}.checkout-upsell--inline{margin-top:.5rem}.checkout-upsell--visible{opacity:1;transform:translateY(0)}.checkout-upsell__card{background:rgba(109,124,65,.04);border:1px solid rgba(109,124,65,.12);border-radius:12px;padding:14px 16px}.checkout-upsell--alt .checkout-upsell__card{background:rgba(109,124,65,.02);border-color:rgba(109,124,65,.08)}.checkout-upsell__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.checkout-upsell__title{font-size:.875rem;font-weight:600;color:#1a1a1a}.checkout-upsell__subtitle{display:block;font-size:.75rem;color:#9ca3af;margin-bottom:.75rem}.checkout-upsell__dismiss{background:none;border:none;padding:4px;cursor:pointer;color:#9ca3af;font-size:12px;line-height:1;opacity:.4;transition:opacity .15s ease}.checkout-upsell__dismiss:hover{opacity:1}.checkout-upsell__item{display:flex;align-items:center;gap:10px;padding:8px 0}.checkout-upsell__item+.checkout-upsell__item{border-top:1px solid rgba(0,0,0,.05)}.checkout-upsell__thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.08)}.checkout-upsell__thumb--empty{display:block;background:#f0f0eb}.checkout-upsell__detail{flex:1;min-width:0;cursor:pointer}.checkout-upsell__name{display:block;font-size:.875rem;font-weight:500;color:#1a1a1a;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-upsell__meta{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#9ca3af;margin-top:2px}.checkout-upsell__add{flex-shrink:0;background:#6d7c41;border:none;color:#fff;font-size:.875rem;font-weight:700;padding:8px 20px;border-radius:9999px;cursor:pointer;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;white-space:nowrap;box-shadow:0 2px 8px rgba(109,124,65,.35)}.checkout-upsell__add:hover{background:#4a5530;transform:scale(1.04);box-shadow:0 4px 12px rgba(109,124,65,.45)}.checkout-upsell__add:active{transform:scale(0.97);box-shadow:0 2px 6px rgba(109,124,65,.3)}.checkout-upsell__add:disabled{opacity:.5;cursor:default;transform:none;box-shadow:none}.checkout-upsell__add:disabled:hover{background:#6d7c41;transform:none;box-shadow:none}@media(max-width: 400px){.checkout-upsell__card{padding:10px 12px}.checkout-upsell__thumb{width:36px;height:36px}.checkout-upsell__add{padding:7px 14px;font-size:.75rem}.checkout-upsell__name{font-size:.75rem}}.sum-line{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:.875rem;color:#1a1a1a}.sum-line:first-child{font-weight:600}.sum-line--saving{color:#059669;font-size:.75rem;font-weight:500}.sum-line--net{font-weight:600;padding-top:6px;margin-top:2px;border-top:1px solid #f0f0eb;font-size:.875rem}.sum-line--muted{font-size:.75rem;color:#6b7280}.sum-line__with-chip{display:flex;align-items:center;gap:6px}.sum-discounts{padding:4px 0 2px;margin:2px 0;border-top:1px dashed #f0f0eb}.sum-sep{height:1px;background:#f0f0eb;margin:4px 0}.sum-chip{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#4a5530;background:rgba(109,124,65,.08);border:1px solid rgba(109,124,65,.18);border-radius:9999px;padding:1px 8px;letter-spacing:.02em;text-transform:uppercase}.sum-chip--referral{color:rgb(3.6838709677,110.5161290323,77.3612903226);background:rgba(5,150,105,.08);border-color:rgba(5,150,105,.18)}.sum-chip__x{background:none;border:none;font-size:12px;line-height:1;color:inherit;cursor:pointer;padding:0;margin-left:1px;opacity:.6;transition:opacity 150ms ease}.sum-chip__x:hover{opacity:1}.sum-multi-delivery{font-size:11px;font-weight:600;color:#1a1a1a;background:rgba(109,124,65,.06);border:1px solid rgba(109,124,65,.12);border-radius:8px;padding:7px 10px;margin-bottom:8px;line-height:1.4}.sum-multi-delivery i{color:#4a5530;margin-right:5px;font-size:11px}.sum-delivery-group{background:rgba(0,0,0,.015);border-radius:4px;padding:2px 8px;margin:0 -8px 4px}.sum-delivery-group .sum-line{padding:3px 0}.sum-free{color:#059669;font-weight:500}.sum-pending{font-size:.75rem;color:#9ca3af;font-style:italic}.sum-subsidy{font-size:10px;color:#059669;font-weight:500;margin-left:4px}.sum-actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f0f0eb}.sum-actions__title{font-family:"DM Sans",sans-serif;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem}.sum-actions__notice{display:flex;align-items:flex-start;gap:8px;margin-top:.75rem;padding:10px 12px;border-radius:8px;background:#fef3c7;border:1px solid #f59e0b;font-size:12.5px;line-height:1.45;color:#92400e}.sum-actions__notice i{flex-shrink:0;margin-top:1px;color:#d97706}.sum-action{border-radius:8px;padding:0 .75rem;margin:0 -0.75rem;transition:background 150ms ease,box-shadow 150ms ease}.sum-action:not(:last-child){border-bottom:1px solid #f0f0eb}.sum-action.is-expanded{background:#fafaf8;box-shadow:inset 0 0 0 1px #f0f0eb;border-color:rgba(0,0,0,0)}.sum-action__toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:10px 0;background:none;border:none;cursor:pointer;font-family:"Inter",sans-serif;text-align:left;transition:color 150ms ease}.sum-action__toggle:hover .sum-action__label{color:#1a1a1a}.sum-action__toggle.is-open .sum-action__caret i{transform:rotate(180deg)}.sum-action__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fafaf8;border:1px solid #f0f0eb;color:#6b7280;font-size:11px;flex-shrink:0}.sum-action__label{flex:1;font-size:.75rem;font-weight:500;color:#6b7280;transition:color 150ms ease}.sum-action__caret{font-size:10px;color:#9ca3af;flex-shrink:0}.sum-action__caret i{transition:transform 150ms ease}.sum-action__body{padding:0 0 .75rem 0}.sum-action__body .pts__range{margin-top:-0.25rem}.sum-action__field{display:flex;align-items:center;gap:0;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden;background:#fff;transition:border-color 150ms ease,box-shadow 150ms ease}.sum-action__field:focus-within{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.08)}.sum-action__input-prefix{padding-left:.75rem;font-size:.75rem;font-weight:500;color:#9ca3af;pointer-events:none;user-select:none;line-height:1}.sum-action__input-prefix+.sum-action__input{padding-left:4px}.sum-action__input{flex:1;min-width:0;font-family:"Inter",sans-serif;font-size:.75rem;color:#1a1a1a;border:none;padding:9px .75rem;outline:none;background:rgba(0,0,0,0)}.sum-action__input::placeholder{color:#9ca3af}.sum-action__input--sm{width:70px;flex:0 0 auto;-moz-appearance:textfield}.sum-action__input--sm::-webkit-inner-spin-button,.sum-action__input--sm::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sum-action__value{font-size:.75rem;font-weight:600;color:#059669;padding:0 .5rem;white-space:nowrap}.sum-action__btn{flex-shrink:0;background:#6d7c41;color:#fff;border:none;font-family:"Inter",sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:9px 1rem;cursor:pointer;transition:background 150ms ease}.sum-action__btn:hover{background:#4a5530}.sum-action__btn:disabled{opacity:.5;cursor:not-allowed}.sum-action__slider{width:100%;accent-color:#6d7c41;margin-bottom:.5rem}.sum-action__msg{margin-top:6px;font-size:.75rem;line-height:1.5}.sum-action__msg.text-success{color:#059669}.sum-action__msg.text-error{color:#dc2626}.checkout-step--covered .checkout-payment-toggle,.checkout-step--covered .checkout-payment-panel,.checkout-step--covered #checkoutSavedCards{display:none !important}.checkout-covered{display:flex;align-items:flex-start;gap:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:16px 20px;margin-bottom:16px}.checkout-covered__icon{font-size:22px;color:#16a34a;margin-top:1px;flex-shrink:0}.checkout-covered__body{display:flex;flex-direction:column;gap:2px}.checkout-covered__title{font-size:.95rem;font-weight:700;color:#16a34a}.checkout-covered__sub{font-size:.82rem;color:#6b7280;line-height:1.45}.gc-stack{margin-top:.5rem}.gc-applied{padding:10px 0}.gc-applied+.gc-applied{border-top:1px solid #f0f0eb}.gc-applied__head{display:flex;align-items:center;justify-content:space-between}.gc-applied__code{font-size:.75rem;font-weight:600;color:#1a1a1a;font-family:"SF Mono","Fira Code",monospace;letter-spacing:.02em}.gc-applied__amount{font-size:.75rem;font-weight:600;color:#059669}.gc-applied__amount-wrap{display:inline-flex;align-items:center;background:#fafaf8;border-radius:6px;padding:2px 6px}.gc-applied__sign{font-size:.75rem;font-weight:500;color:#059669}.gc-applied__amount-input{font-size:.75rem;font-weight:600;color:#059669;background:rgba(0,0,0,0);border:none;outline:none;width:54px;text-align:right;padding:2px 0;font-family:"Inter",sans-serif}.gc-applied__amount-input:focus{background:#fff;border-radius:4px}.gc-applied__meta{display:flex;align-items:center;justify-content:space-between;margin-top:3px}.gc-applied__bal{font-size:11px;color:#9ca3af}.gc-applied__actions{display:flex;gap:.75rem}.gc-applied__link{background:none;border:none;padding:0;font-family:"Inter",sans-serif;font-size:11px;font-weight:500;color:#6d7c41;cursor:pointer;transition:color 150ms ease}.gc-applied__link:hover{color:rgb(73.7047619048,83.8476190476,43.9523809524)}.gc-applied__link--remove{color:#9ca3af}.gc-applied__link--remove:hover{color:#dc2626}.gc-applied__editor{display:none;margin-top:.5rem}.gc-applied__editor-row{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.gc-applied__editor-field{flex:0 1 auto;width:auto;min-width:0}.gc-applied.is-editing .gc-applied__editor{display:block}.gc-applied.is-editing .gc-applied__amount{opacity:.4}.pts__range{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:linear-gradient(to right, #6d7c41 0%, #6d7c41 var(--fill, 0%), #E5E5E0 var(--fill, 0%), #E5E5E0 100%);outline:none;cursor:pointer;margin-bottom:.75rem}.pts__range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #6d7c41;box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer;transition:box-shadow .15s ease}.pts__range::-webkit-slider-thumb:hover{box-shadow:0 0 0 4px rgba(109,124,65,.1),0 1px 3px rgba(0,0,0,.15)}.pts__range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #6d7c41;box-shadow:0 1px 3px rgba(0,0,0,.15);cursor:pointer}.pts__range::-moz-range-track{height:4px;border-radius:2px;background:#e5e5e0}.pts__range::-moz-range-progress{height:4px;border-radius:2px;background:#6d7c41}.pts__preview{pointer-events:none;color:#6b7280;font-weight:500}.checkout-discount__badge{font-size:10px;font-weight:700;color:#6d7c41;background:rgba(109,124,65,.08);padding:2px 8px;border-radius:9999px;white-space:nowrap}.badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;padding:2px .5rem;border-radius:4px}.badge--primary{background:rgba(109,124,65,.1);color:#4a5530}.badge--muted{background:#fafaf8;color:#9ca3af}.checkout-loading{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1rem;color:#9ca3af;font-size:.875rem}.checkout-loading__spinner{width:20px;height:20px;border:2px solid rgba(109,124,65,.2);border-top-color:#6d7c41;border-radius:50%;animation:checkoutSpin .6s linear infinite}@keyframes checkoutSpin{to{transform:rotate(360deg)}}.checkout-order-type__blurb{font-size:.875rem;color:#6b7280;line-height:1.65;margin-bottom:1rem}.checkout-order-type__toggle-wrap{position:relative}.checkout-order-type__save-tag{position:absolute;top:-10px;right:12px;z-index:1;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:#6d7c41;padding:2px 8px;border-radius:9999px;line-height:1.5;box-shadow:0 1px 4px rgba(0,0,0,.12)}.checkout-order-type__toggle{display:flex;padding:3px;background:#fafaf8;border:1px solid #e5e5e0;border-radius:8px}.checkout-order-type__option{flex:1;padding:.75rem 1rem;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;color:#6b7280;background:rgba(0,0,0,0);border:none;border-radius:calc(8px - 2px);cursor:pointer;transition:all 150ms ease;text-align:center;line-height:1.4}.checkout-order-type__option:hover:not(.checkout-order-type__option--active){color:#1a1a1a;background:rgba(0,0,0,.03)}.checkout-order-type__option--active{color:#1a1a1a;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.checkout-order-type__option[data-order-type=subscribe].checkout-order-type__option--active{color:#fff;background:#1a1a1a;box-shadow:0 2px 8px rgba(0,0,0,.15)}.plan-card{border:1.5px solid #e5e5e0;border-radius:12px;padding:1rem 1.25rem;background:#fff;cursor:pointer;transition:border-color 180ms ease,background 180ms ease,box-shadow 180ms ease;margin-bottom:.6rem}.plan-card:hover:not(.plan-card--active){border-color:hsl(60,8.7719298246%,80.8235294118%)}.plan-card--recommended{border-color:#6d7c41;overflow:hidden;padding-top:0}.plan-card--active{border-color:#6d7c41;background:rgba(109,124,65,.04);box-shadow:0 0 0 1px rgba(109,124,65,.15)}.plan-card__banner{background:#6d7c41;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;padding:6px 0;margin:0 -1.25rem .85rem}.plan-card__banner i{font-size:10px;margin-right:4px}.plan-card__header{display:flex;align-items:center;gap:.85rem}.plan-card__radio{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid #e5e5e0;display:flex;align-items:center;justify-content:center;transition:border-color 150ms ease}.plan-card--active .plan-card__radio{border-color:#6d7c41}.plan-card--active .plan-card__radio::after{content:"";width:10px;height:10px;border-radius:50%;background:#6d7c41}.plan-card__text{flex:1;min-width:0}.plan-card__title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.plan-card__title{font-size:1rem;font-weight:600;color:#1a1a1a}.plan-card--active .plan-card__title{color:#4a5530}.plan-card__sub{display:block;font-size:.75rem;color:#9ca3af;margin-top:1px}.plan-card__badge{font-size:11px;font-weight:700;color:#fff;background:#6d7c41;padding:3px 10px;border-radius:9999px;line-height:1.4;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.plan-card__perks{list-style:none;margin:10px 0 0;padding:10px 0 0;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:4px}.plan-card__perks li{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#9ca3af;line-height:1.5}.plan-card__perks li i{font-size:9px;color:#059669;flex-shrink:0}.plan-card__expanded{margin-top:1rem}.plan-card__divider{height:1px;background:#6d7c41;opacity:.15;margin-bottom:1rem}.plan-card__intro{font-size:.875rem;color:#9ca3af;line-height:1.6;margin-bottom:1rem}.checkout-subscribe__details{margin-top:1rem}.checkout-subscribe__delivery-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;color:#1a1a1a;background:rgba(109,124,65,.04);border:1px solid rgba(109,124,65,.12);border-radius:8px}.checkout-subscribe__delivery-bar i{color:#6d7c41;font-size:.875rem}.checkout-subscribe__delivery-bar strong{font-weight:700}.checkout-subscribe__day-select{appearance:none;-webkit-appearance:none;padding:6px 32px 6px 12px;font-size:.875rem;font-weight:700;color:#6d7c41;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E") no-repeat right 10px center;border:1px solid rgba(109,124,65,.25);border-radius:4px;cursor:pointer;transition:border-color .15s}.checkout-subscribe__day-select:hover,.checkout-subscribe__day-select:focus{border-color:#6d7c41;outline:none}.checkout-subscribe__day-select:disabled{opacity:.5;cursor:not-allowed}.checkout-subscribe__guest-notice{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:rgba(217,119,6,.06);border:1px solid rgba(217,119,6,.15);border-radius:8px;font-size:.75rem;color:#6b7280;line-height:1.5}.checkout-subscribe__guest-notice i{color:#d97706;margin-top:2px;flex-shrink:0}.sub-prefs{margin-top:1rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:visible;box-shadow:0 1px 2px rgba(0,0,0,.05)}.sub-prefs__tabs{display:flex;border-bottom:1px solid #f0f0eb;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sub-prefs__tabs::-webkit-scrollbar{display:none}.sub-prefs__tab{display:flex;align-items:center;gap:.5rem;flex:1 1 0;justify-content:center;padding:.75rem;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:500;color:#9ca3af;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);cursor:pointer;transition:color 150ms ease,border-color 150ms ease;white-space:nowrap}.sub-prefs__tab:hover:not(.sub-prefs__tab--active){color:#6b7280}.sub-prefs__tab--active{color:#1a1a1a;border-bottom-color:#1a1a1a}.sub-prefs__tab--active .sub-prefs__tab-dot{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.sub-prefs__tab-dot{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.75rem;font-weight:700;background:#fafaf8;color:#9ca3af;border:1px solid #e5e5e0;transition:all 150ms ease;flex-shrink:0}@media(min-width: 768px){.sub-prefs__tab-label{display:inline}}.sub-prefs__step{display:none;padding:1rem 1.25rem 1.25rem}.sub-prefs__step--active{display:block}.sub-prefs__step-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.sub-prefs__step-hint{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 1.25rem}.sub-prefs__nav{display:flex;justify-content:flex-end;padding:1rem 1.25rem;border-top:1px solid #f0f0eb}.sub-prefs__nav-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all 150ms ease}.sub-prefs__nav-btn--next{background:#1a1a1a;color:#fff}.sub-prefs__nav-btn--next:hover{background:rgb(56.6,56.6,56.6)}.sub-prefs__badge{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px .5rem;border-radius:9999px;background:rgba(109,124,65,.1);color:#6d7c41}.sub-prefs__badge--muted{background:rgba(0,0,0,.05);color:#9ca3af}.sub-prefs__list{display:flex;flex-direction:column;gap:0}.sub-prefs__list--inline{flex-direction:column;gap:0}.sub-prefs__list--cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sub-prefs__card{cursor:pointer;display:flex}.sub-prefs__card input[type=checkbox]{display:none}.sub-prefs__card-inner{display:flex;align-items:center;flex:1;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;background:#fff;border:1.5px solid #e5e5e0;border-radius:12px;transition:all .15s ease;user-select:none;position:relative}.sub-prefs__card-inner>i{font-size:20px;width:28px;text-align:center;color:#9ca3af;transition:color .15s;flex-shrink:0}input:checked+.sub-prefs__card-inner{background:rgba(109,124,65,.06);border-color:rgba(109,124,65,.45);color:#4a5530;font-weight:600}input:checked+.sub-prefs__card-inner>i{color:#6d7c41}input:checked+.sub-prefs__card-inner .sub-prefs__card-check{opacity:1;transform:scale(1)}.sub-prefs__card-inner:hover{border-color:rgba(109,124,65,.3);background:rgba(109,124,65,.02)}.sub-prefs__card-label{flex:1;min-width:0}.sub-prefs__card-check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;background:#6d7c41;color:#fff;font-size:10px;flex-shrink:0;opacity:0;transform:scale(0.5);transition:opacity .15s ease,transform .15s ease}.sub-prefs__qty-card{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;padding:.75rem .25rem}.sub-prefs__qty-card:not(:last-child){border-bottom:1px solid #f0f0eb}.sub-prefs__qty-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#6d7c41;background:rgba(109,124,65,.06);border-radius:4px;flex-shrink:0}.sub-prefs__qty-card-label{flex:1;font-size:.875rem;font-weight:500;color:#1a1a1a;white-space:nowrap}.sub-prefs__row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #f0f0eb;border-bottom:none;background:#fff;cursor:pointer;transition:background .15s ease}.sub-prefs__row:first-child{border-radius:8px 8px 0 0}.sub-prefs__row:last-child{border-bottom:1px solid #f0f0eb;border-radius:0 0 8px 8px}.sub-prefs__row:only-child{border-radius:8px;border-bottom:1px solid #f0f0eb}.sub-prefs__row:hover{background:rgba(109,124,65,.02)}.sub-prefs__row input[type=checkbox].sub-prefs__check{display:none}.sub-prefs__check-box{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border:1.5px solid #e5e5e0;border-radius:4px;background:#fff;transition:all .15s}input:checked+.sub-prefs__check-box{background:#6d7c41;border-color:#6d7c41}input:checked+.sub-prefs__check-box::after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}.sub-prefs__row-label{flex:1;font-size:.875rem;font-weight:500;color:#1a1a1a}.sub-prefs__row-icon{width:28px;text-align:center;font-size:1rem;color:#6d7c41;flex-shrink:0}.sub-prefs__row--qty{cursor:default}.sub-prefs__row--qty .sub-prefs__row-icon{order:-1}.sub-prefs__qty{display:flex;align-items:center;gap:0;border:1px solid #f0f0eb;border-radius:9999px;overflow:hidden;margin-left:auto;flex-shrink:0}.sub-prefs__qty-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#6b7280;font-size:12px;transition:background .12s,color .12s}.sub-prefs__qty-btn:hover{background:rgba(109,124,65,.08);color:#6d7c41}.sub-prefs__qty-btn:active{background:rgba(109,124,65,.15)}.sub-prefs__qty-input{width:32px;height:34px;text-align:center;font-size:.875rem;font-weight:600;color:#1a1a1a;border:none;background:rgba(0,0,0,0);-moz-appearance:textfield}.sub-prefs__qty-input::-webkit-outer-spin-button,.sub-prefs__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sub-prefs__qty-input:focus{outline:none;background:rgba(109,124,65,.04)}.sub-prefs__search-input{width:100%;padding:.75rem;font-size:.875rem;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#1a1a1a;transition:border-color .15s}.sub-prefs__search-input::placeholder{color:#9ca3af}.sub-prefs__search-input:focus{outline:none;border-color:#6d7c41}.sub-prefs__avoid{position:relative}.sub-prefs__avoid-field{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:44px;padding:.5rem .75rem;background:#fff;border:1px solid #e5e5e0;border-radius:8px;cursor:text;transition:border-color 150ms ease,box-shadow 150ms ease}.sub-prefs__avoid-field:focus-within{border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.sub-prefs__avoid-tags{display:contents}.sub-prefs__avoid-tag{display:inline-flex;align-items:center;gap:4px;max-width:180px;padding:3px 6px 3px 10px;font-size:.75rem;font-weight:500;line-height:1.3;color:#1a1a1a;background:rgba(0,0,0,.05);border:1px solid #e5e5e0;border-radius:4px;white-space:nowrap;animation:avoidTagIn .15s ease}@keyframes avoidTagIn{from{opacity:0;transform:scale(0.85)}to{opacity:1;transform:scale(1)}}.sub-prefs__avoid-tag-label{overflow:hidden;text-overflow:ellipsis}.sub-prefs__avoid-remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;font-size:9px;color:#9ca3af;background:rgba(0,0,0,0);border:none;border-radius:4px;cursor:pointer;padding:0;transition:color 150ms ease,background 150ms ease}.sub-prefs__avoid-remove:hover{color:#dc2626;background:rgba(220,38,38,.1)}.sub-prefs__avoid-input{flex:1 1 120px;min-width:120px;border:none;outline:none;background:rgba(0,0,0,0);font-family:"Inter",sans-serif;font-size:.875rem;color:#1a1a1a;padding:2px 0}.sub-prefs__avoid-input::placeholder{color:#9ca3af}.sub-prefs__avoid-shortcut{flex-shrink:0;font-size:10px;color:#9ca3af;pointer-events:none;white-space:nowrap}.sub-prefs__avoid-shortcut kbd{display:inline-block;padding:1px 5px;font-family:"Inter",sans-serif;font-size:10px;line-height:1.4;color:#9ca3af;background:rgba(0,0,0,.04);border:1px solid #f0f0eb;border-radius:3px}.sub-prefs__avoid-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e5e5e0;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:50;overscroll-behavior:contain}.sub-prefs__avoid-dropdown--open{display:block;animation:avoidDropIn .12s ease}@keyframes avoidDropIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sub-prefs__avoid-status{display:none;padding:.75rem 1rem;font-size:.75rem;color:#6b7280;text-align:center}.sub-prefs__avoid-status--visible{display:block}.sub-prefs__avoid-status i{margin-right:.25rem}.sub-prefs__avoid-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#1a1a1a;cursor:pointer;transition:background .06s}.sub-prefs__avoid-option--focused{background:rgba(0,0,0,.05)}.sub-prefs__avoid-option--selected{color:#9ca3af;cursor:default}.sub-prefs__avoid-option--selected .sub-prefs__avoid-option-check{visibility:visible}.sub-prefs__avoid-option:hover:not(.sub-prefs__avoid-option--selected){background:rgba(0,0,0,.04)}.sub-prefs__avoid-option mark{background:rgba(109,124,65,.18);color:inherit;border-radius:2px;padding:0 1px}.sub-prefs__avoid-option-check{flex-shrink:0;font-size:.75rem;color:#6d7c41;visibility:hidden;width:14px}.sub-prefs__avoid-option-name{flex:1;min-width:0}.sub-prefs__limit-input{width:80px;padding:.25rem .5rem;font-size:.75rem;border:1px solid #f0f0eb;border-radius:4px;text-align:center;background:#fff;color:#1a1a1a;transition:border-color .15s,opacity .15s;-moz-appearance:textfield}.sub-prefs__limit-input::-webkit-outer-spin-button,.sub-prefs__limit-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sub-prefs__limit-input:disabled{opacity:.4;cursor:default}.sub-prefs__limit-input:focus{outline:none;border-color:#6d7c41}.checkout-card-picker{margin-bottom:1rem}.checkout-card-picker__selected{margin-bottom:.75rem}.checkout-card-picker__card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:rgba(109,124,65,.03);border:1.5px solid rgba(109,124,65,.15);border-radius:8px}.checkout-card-picker__card-icon{font-size:2rem;color:#6b7280;flex-shrink:0;width:40px;text-align:center}.checkout-card-picker__card-detail{flex:1;min-width:0}.checkout-card-picker__card-brand{font-size:.875rem;font-weight:600;color:#1a1a1a}.checkout-card-picker__badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:9999px;background:rgba(109,124,65,.1);color:#6d7c41;vertical-align:middle;margin-left:.25rem}.checkout-card-picker__card-num{font-size:.875rem;color:#6b7280;font-family:monospace,"Inter",sans-serif;letter-spacing:.08em;margin-top:2px}.checkout-card-picker__card-exp{font-size:.75rem;color:#9ca3af;margin-top:2px}.checkout-card-picker__actions{display:flex;gap:.75rem}.checkout-card-picker__action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:#6d7c41;background:none;border:none;cursor:pointer;border-radius:4px;transition:background .15s ease}.checkout-card-picker__action-btn:hover{background:rgba(109,124,65,.06)}.checkout-card-picker__action-btn i{font-size:11px}.checkout-card-picker__dropdown{margin-top:.75rem;border:1px solid #f0f0eb;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.checkout-card-picker__list{max-height:200px;overflow-y:auto}.checkout-card-picker__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .12s ease;border-bottom:1px solid #f0f0eb}.checkout-card-picker__item:last-child{border-bottom:none}.checkout-card-picker__item:hover{background:rgba(109,124,65,.04)}.checkout-card-picker__item--active{background:rgba(109,124,65,.06);border-left:3px solid #6d7c41;padding-left:calc(1rem - 3px)}.checkout-card-picker__item-icon{font-size:1.4rem;color:#6b7280;width:28px;text-align:center;flex-shrink:0}.checkout-card-picker__item-detail{flex:1;font-size:.875rem;color:#1a1a1a}.checkout-card-picker__item-brand{font-weight:600}.checkout-card-picker__item-exp{margin-left:.5rem;font-size:.75rem;color:#9ca3af}@keyframes stepBodyIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ocp-page{padding:48px 20px 80px;background:#f8fafc;min-height:60vh}.ocp-container{max-width:640px;margin:0 auto}.ocp-hero{text-align:center;padding:44px 20px 36px;margin-bottom:24px}.ocp-hero h1{font-size:24px;font-weight:700;color:#0f172a;margin:18px 0 10px;line-height:1.35}.ocp-hero p{font-size:15px;color:#64748b;line-height:1.6;max-width:440px;margin:0 auto}.ocp-hero p a{color:#4f46e5;text-decoration:underline}.ocp-hero-icon{font-size:52px;line-height:1}.ocp-hero--confirmed .ocp-hero-icon{color:#16a34a}.ocp-hero--pending .ocp-hero-icon{color:#d97706}.ocp-hero--cancelled .ocp-hero-icon{color:#dc2626}.ocp-delivery-banner{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 24px;margin-bottom:20px}.ocp-delivery-banner__icon{width:44px;height:44px;border-radius:10px;background:#f0fdf4;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ocp-delivery-banner__text{display:flex;flex-direction:column;gap:2px}.ocp-delivery-banner__label{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.ocp-delivery-banner__date{font-size:17px;font-weight:700;color:#0f172a}.ocp-etransfer-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.03)}.ocp-et-header{display:flex;align-items:center;gap:14px;padding:20px 24px;background:linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);border-bottom:1px solid #d1fae5}.ocp-et-header__icon{width:40px;height:40px;border-radius:10px;background:#166534;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ocp-et-header__title{font-size:17px;font-weight:700;color:#0f172a;margin:0 0 2px}.ocp-et-header__sub{font-size:13px;color:#64748b;margin:0;line-height:1.4}.ocp-et-details{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #f1f5f9}.ocp-et-detail{padding:14px 24px;border-bottom:1px solid #f1f5f9}.ocp-et-detail:nth-child(odd){border-right:1px solid #f1f5f9}.ocp-et-detail:nth-last-child(-n+2){border-bottom:none}.ocp-et-detail__label{display:block;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.ocp-et-detail__value{font-size:14px;font-weight:600;color:#0f172a}.ocp-et-detail__value code{font-family:"Courier New",monospace;font-size:14px;font-weight:700;color:#0f172a;background:#f8fafc;padding:2px 8px;border-radius:4px;border:1px solid #e2e8f0}.ocp-et-detail__value--amt{font-size:18px;color:#166534}.ocp-et-refbox{margin:0;padding:18px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.ocp-et-refbox__label{display:block;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.ocp-et-refbox__row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.ocp-et-refbox__cta{font-size:13px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;margin:0;line-height:1.5}.ocp-et-refbox__cta i{margin-right:6px;color:#059669}.ocp-et-ref{font-family:"Courier New",monospace;font-size:20px;font-weight:700;letter-spacing:1.5px;color:#0f172a;background:#fff;padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0}.ocp-copy-btn{border:1px solid #e2e8f0;background:#fff;color:#475569;padding:8px 16px;border-radius:8px;font-size:13px;cursor:pointer;font-weight:500;transition:all .15s;display:flex;align-items:center;gap:6px}.ocp-copy-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.ocp-et-footer{padding:18px 24px}.ocp-et-deadline{font-size:13px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:10px 14px;margin-bottom:14px}.ocp-et-deadline i{margin-right:6px}.ocp-et-notes{margin-bottom:12px}.ocp-et-notes p{font-size:13px;color:#64748b;margin:0 0 6px;line-height:1.6}.ocp-et-notes p:last-child{margin-bottom:0}.ocp-et-help{font-size:12px;color:#94a3b8;margin:0}.ocp-et-help a{color:#059669;font-weight:500;text-decoration:none}.ocp-et-help a:hover{text-decoration:underline}@media(max-width: 600px){.ocp-et-details{grid-template-columns:1fr}.ocp-et-detail:nth-child(odd){border-right:none}.ocp-et-detail:nth-last-child(-n+2){border-bottom:1px solid #f1f5f9}.ocp-et-detail:last-child{border-bottom:none}.ocp-et-header{padding:16px 18px}.ocp-et-refbox{padding:14px 18px}.ocp-et-refbox__top{flex-direction:column;gap:2px}.ocp-et-refbox__row{flex-wrap:wrap}.ocp-et-ref{font-size:17px}.ocp-et-footer{padding:14px 18px}}.ocp-order-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:20px}.ocp-order-card__header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #f1f5f9}.ocp-order-card__id{display:flex;align-items:baseline;gap:6px}.ocp-order-card__label{font-size:13px;color:#94a3b8;font-weight:500}.ocp-order-card__number{font-size:18px;font-weight:700;color:#0f172a}.ocp-order-card__date{font-size:13px;color:#64748b;font-weight:500}.ocp-order-card__date i{margin-right:5px}.ocp-order-card__totals{padding:16px 24px 20px;border-top:1px solid #f1f5f9}.ocp-meal-list{padding:4px 0}.ocp-member-label{display:flex;justify-content:space-between;align-items:center;padding:10px 24px 4px;font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em}.ocp-member-label__total{font-weight:600;color:#94a3b8}.ocp-member-divider{height:1px;background:#e2e8f0;margin:4px 24px}.ocp-meal-item{display:flex;align-items:center;gap:14px;padding:12px 24px;transition:background .1s}.ocp-meal-item:not(:last-child){border-bottom:1px solid #f8fafc}.ocp-meal-item__image{width:64px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f1f5f9}.ocp-meal-item__image img{width:100%;height:100%;object-fit:cover;display:block}.ocp-meal-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:22px}.ocp-meal-item__info{flex:1;min-width:0}.ocp-meal-item__name{display:block;font-size:14px;font-weight:600;color:#1e293b;line-height:1.3}.ocp-meal-item__side{display:block;font-size:12px;color:#94a3b8;margin-top:2px}.ocp-meal-item__meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.ocp-meal-item__qty{font-size:12px;font-weight:500;color:#94a3b8}.ocp-meal-item__price{font-size:14px;font-weight:600;color:#334155}.ocp-line{display:flex;justify-content:space-between;padding:5px 0;font-size:14px;color:#475569}.ocp-line--discount{color:#dc2626}.ocp-line--total{border-top:2px solid #0f172a;margin-top:8px;padding-top:10px;font-size:16px;font-weight:700;color:#0f172a}.ocp-line--credits{color:#059669;font-size:13px}.ocp-line--charged{font-weight:700;font-size:16px;color:#0f172a}.ocp-combined-total{display:flex;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 24px;margin-bottom:20px;font-size:17px;font-weight:700;color:#0f172a}.ocp-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin-bottom:20px}.ocp-info-card__header{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#0f172a;margin-bottom:12px}.ocp-info-card__header i{color:#64748b;font-size:16px}.ocp-info-card__body{font-size:14px;color:#475569;line-height:1.7;margin:0}.ocp-claim{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin-bottom:20px}.ocp-claim__left{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.ocp-claim__icon-wrap{width:38px;height:38px;border-radius:10px;background:#eef2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ocp-claim__icon-wrap i{font-size:16px;color:#6366f1}.ocp-claim__copy{flex:1}.ocp-claim__title{font-size:15px;font-weight:700;margin:0 0 3px;color:#0f172a}.ocp-claim__desc{font-size:13px;color:#64748b;line-height:1.5;margin:0}.ocp-claim__fields{display:flex;gap:8px;align-items:stretch}.ocp-claim__field{flex:1}.ocp-claim__field input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#f8fafc;color:#0f172a;box-sizing:border-box;transition:all .15s}.ocp-claim__field input::placeholder{color:#94a3b8}.ocp-claim__field input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.ocp-claim__btn{width:46px;height:auto;flex-shrink:0;border:none;border-radius:8px;background:#0f172a;color:#fff;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.ocp-claim__btn:hover{background:#1e293b}.ocp-claim__btn:disabled{opacity:.5;cursor:not-allowed}.ocp-claim__feedback{margin-top:10px;font-size:13px;line-height:1.4;color:#16a34a}.ocp-claim__feedback:empty{display:none}.ocp-claim--required{border-color:#fbbf24;background:#fffbeb}.ocp-claim--required .ocp-claim__icon-wrap{background:#fef3c7}.ocp-claim--required .ocp-claim__icon-wrap i{color:#d97706}.ocp-claim--required .ocp-claim__btn{gap:6px;width:auto;padding:0 18px;font-size:13px;font-weight:600}.ocp-sub-details{display:flex;flex-direction:column;gap:0}.ocp-sub-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0}.ocp-sub-row:not(:last-child){border-bottom:1px solid #f1f5f9}.ocp-sub-label{font-size:13px;font-weight:500;color:#64748b}.ocp-sub-value{font-size:14px;font-weight:600;color:#0f172a}.ocp-sub-value--green{color:#16a34a}.ocp-sub-note{font-size:12px;color:#94a3b8;margin:12px 0 0;line-height:1.5}.ocp-sub-note a{color:#6366f1;text-decoration:none;font-weight:500}.ocp-sub-note a:hover{text-decoration:underline}.ocp-referral-promo{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:22px 24px;margin-bottom:20px}.ocp-referral-promo__header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.ocp-referral-promo__icon{width:42px;height:42px;border-radius:10px;background:#fef3c7;color:#d97706;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.ocp-referral-promo__title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}.ocp-referral-promo__desc{font-size:13px;color:#64748b;line-height:1.5;margin:0}.ocp-referral-promo__code-wrap{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px}.ocp-referral-promo__code-box{flex:1;display:flex;flex-direction:column;gap:2px}.ocp-referral-promo__label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.ocp-referral-promo__code{font-family:"Courier New",monospace;font-size:16px;font-weight:700;color:#0f172a;letter-spacing:1px}.ocp-referral-promo__share{padding:8px 16px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s;display:inline-flex;align-items:center;gap:6px}.ocp-referral-promo__share:hover{background:#f1f5f9;color:#0f172a}.ocp-referral-promo__share i{font-size:13px}.ocp-referral-promo__cta{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#fef3c7;color:#92400e;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s}.ocp-referral-promo__cta:hover{background:#fde68a}.ocp-referral-promo__cta i{font-size:12px}.ocp-referral-tiers{display:flex;gap:8px;margin-bottom:16px}.ocp-referral-tier{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 8px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.ocp-referral-tier__min{font-size:14px;font-weight:700;color:#92400e}.ocp-referral-tier__reward{font-size:11px;font-weight:600;color:#b45309}.ocp-actions{display:flex;gap:12px;justify-content:center;margin-top:28px}.ocp-action-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none !important;transition:all .15s;cursor:pointer}.ocp-action-btn--primary{background:#0f172a;color:#fff !important}.ocp-action-btn--primary:hover{background:#1e293b;color:#fff !important}.ocp-action-btn--secondary{background:#fff;color:#475569 !important;border:1px solid #e2e8f0}.ocp-action-btn--secondary:hover{background:#f8fafc;color:#475569 !important}.oa-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,0);backdrop-filter:blur(0);transition:background .4s ease,backdrop-filter .4s ease}.oa-overlay--visible{background:rgba(15,23,42,.5);backdrop-filter:blur(6px)}.oa-overlay--visible .oa-card{opacity:1;transform:translateY(0) scale(1)}.oa-overlay--visible .oa-check{stroke-dashoffset:0}.oa-overlay--visible .oa-bar__fill{width:100%}.oa-card{background:#fff;border-radius:16px;padding:40px 48px 32px;text-align:center;box-shadow:0 25px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.04);opacity:0;transform:translateY(12px) scale(0.97);transition:opacity .4s ease,transform .4s ease;max-width:380px;width:90vw}.oa-icon{margin-bottom:18px;display:inline-block}.oa-check{stroke-dasharray:28;stroke-dashoffset:28;transition:stroke-dashoffset .5s ease .3s}.oa-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 6px}.oa-sub{font-size:14px;color:#64748b;margin:0 0 22px}.oa-bar{height:3px;background:#e2e8f0;border-radius:3px;overflow:hidden}.oa-bar__fill{height:100%;width:0;background:#16a34a;border-radius:3px;transition:width 2.8s linear .2s}.sp-sub-notice{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;margin-bottom:20px;font-size:13px;color:#92400e;line-height:1.5}.sp-sub-notice i{flex-shrink:0;font-size:15px;margin-top:2px;color:#d97706}.sp-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px 28px 24px}.sp-form{display:flex;flex-direction:column;gap:18px}.sp-field{display:flex;flex-direction:column;gap:6px}.sp-label{font-size:13px;font-weight:600;color:#334155}.sp-input{width:100%;padding:11px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#f8fafc;color:#0f172a;box-sizing:border-box;transition:all .15s}.sp-input::placeholder{color:#94a3b8}.sp-input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.sp-submit{width:100%;padding:12px 20px;border:none;border-radius:8px;background:#0f172a;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s;margin-top:4px}.sp-submit:hover{background:#1e293b}.sp-submit:disabled{opacity:.5;cursor:not-allowed}.ocp-hero--error .ocp-hero-icon{color:#ef4444}.ocp-hero--error h1{color:#991b1b}.ocp-hero--error p{color:#64748b}@media(max-width: 640px){.ocp-page{padding:24px 16px 60px}.ocp-hero h1{font-size:20px}.ocp-hero-icon{font-size:40px}.ocp-delivery-banner{padding:14px 18px}.ocp-delivery-banner__date{font-size:15px}.ocp-order-card__header{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 18px}.ocp-meal-item{padding:10px 18px;gap:12px}.ocp-meal-item__image{width:52px;height:52px;border-radius:8px}.ocp-order-card__totals{padding:14px 18px 18px}.ocp-claim-form__row{grid-template-columns:1fr}.ocp-actions{flex-direction:column}.ocp-action-btn{width:100%}.ocp-claim{padding:20px 18px 18px}.ocp-claim__fields{flex-direction:column}.ocp-claim__btn{width:100%;height:44px}.oa-card{padding:32px 28px 24px}.sp-form-card{padding:22px 20px 20px}}.mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;background:#fff;border-top:1px solid #f0f0eb;box-shadow:0 -4px 20px rgba(0,0,0,.08);padding:.75rem 1rem;padding-bottom:calc(0.75rem + env(safe-area-inset-bottom, 0px));gap:.75rem}@media(max-width: 1023px){.mob-bar{display:flex;align-items:center}}.mob-bar__summary{flex:1;display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;cursor:pointer;font-family:"Inter",sans-serif;text-align:left;min-width:0}.mob-bar__label{font-size:.75rem;color:#6b7280;font-weight:500;white-space:nowrap}.mob-bar__total{font-size:1.125rem;font-weight:700;color:#1a1a1a}.mob-bar__caret{font-size:10px;color:#9ca3af;transition:transform .2s ease}.mob-bar__summary:hover .mob-bar__caret{color:#6d7c41}@media(max-width: 1023px){.checkout-page{padding-bottom:80px}.checkout-page__sidebar{display:none}.checkout-address-picker__card{gap:.75rem;padding:.75rem 1rem}.checkout-address-picker__card-icon{width:30px;height:30px;font-size:.75rem}.checkout-address-picker__actions{gap:0;border:1px solid #f0f0eb;border-radius:8px;overflow:hidden;margin-top:.5rem}.checkout-address-picker__change-btn,.checkout-address-picker__new-btn{flex:1;justify-content:center;padding:.5rem .75rem;font-size:.75rem;border-radius:0;gap:5px;white-space:nowrap}.checkout-address-picker__change-btn:not(:last-child),.checkout-address-picker__new-btn:not(:last-child){border-right:1px solid #f0f0eb}.checkout-address-picker__change-btn i,.checkout-address-picker__new-btn i{font-size:10px}.checkout-payment-toggle__btn{padding:12px .75rem;font-size:.75rem;gap:.25rem}.checkout-payment-toggle__btn i{font-size:14px}.checkout-card-picker__card{gap:.75rem;padding:.75rem 1rem}.checkout-card-picker__card-icon{font-size:1.6rem;width:34px}.checkout-card-picker__card-num{font-size:.75rem;letter-spacing:.05em}.checkout-card-picker__actions{flex-wrap:wrap;gap:.5rem}.checkout-order-type__blurb{font-size:.75rem;line-height:1.65;margin-bottom:1.25rem}.checkout-order-type__toggle{margin-bottom:1rem}.checkout-order-type__option{padding:.75rem;font-size:.75rem;line-height:1.5}.checkout-subscribe__delivery-bar{padding:.75rem;font-size:.75rem;gap:.5rem}.checkout-step__header{flex-wrap:wrap;padding:1rem;gap:.5rem}.checkout-step__title{font-size:1.125rem}.checkout-step__summary{order:10;flex:0 0 100%;text-align:left;padding-left:44px;margin-top:-0.25rem;white-space:normal;font-size:.75rem}.checkout-step__edit{margin-left:auto}.checkout-step__body{padding:1rem}.checkout-step__optional{font-size:10px;padding:1px 6px;margin-left:.25rem}.checkout-date-tabs__tab{padding:.5rem .75rem}.checkout-date-tabs__name{font-size:.75rem}.checkout-date-tabs__range{font-size:11px}.checkout-date-tabs__selected{display:none}.checkout-delivery-dates__card{padding:.75rem 1rem}.checkout-delivery-dates__date{font-size:.875rem}.checkout-delivery-dates__radio{width:16px;height:16px}.checkout-order-type__blurb{font-size:.75rem;line-height:1.65;margin-bottom:1.25rem}.checkout-order-type__toggle{margin-bottom:1.25rem}.checkout-order-type__option{padding:.75rem;font-size:.875rem;line-height:1.5}.checkout-subscribe__delivery-bar{padding:.75rem;font-size:.875rem;gap:.5rem;margin-bottom:1.25rem}.sub-prefs{margin-top:1.25rem}.sub-prefs__step{padding:1rem}.sub-prefs__step-title{font-size:1.125rem}.sub-prefs__step-hint{font-size:.875rem;margin-bottom:1rem}.sub-prefs__qty-card-icon{width:32px;height:32px;font-size:.875rem}.sub-prefs__nav{padding:.75rem 1rem}.sub-prefs__nav-btn{padding:.75rem 1rem;font-size:.875rem}.sub-prefs__tab{padding:.5rem .75rem;gap:0}.sub-prefs__tab-label{display:none}.sub-prefs__tab-dot{width:28px;height:28px;font-size:.75rem}.sub-prefs__list--cards{gap:8px}.sub-prefs__card-inner{padding:8px 10px;gap:6px;font-size:.75rem}.sub-prefs__card-inner>i{font-size:14px;width:16px}.sub-prefs__card-check{width:16px;height:16px;font-size:8px}.sub-prefs__row{padding:.75rem}.checkout-section--submit .checkout-section__body{padding:1rem}.checkout-policies{font-size:11px}}.mob-sheet__backdrop{display:none;position:fixed;inset:0;z-index:910;background:rgba(0,0,0,.4);opacity:0;transition:opacity .25s ease}.mob-sheet__backdrop.is-visible{display:block;opacity:1}.mob-sheet{display:none;position:fixed;bottom:0;left:0;right:0;z-index:920;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -8px 40px rgba(0,0,0,.15);max-height:85vh;transform:translateY(100%);transition:transform .3s cubic-bezier(0.32, 0.72, 0, 1)}@media(max-width: 1023px){.mob-sheet{display:block}}.mob-sheet.is-open{transform:translateY(0)}.mob-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0eb}.mob-sheet__header h3{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a;margin:0}.mob-sheet__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fafaf8;border:1px solid #f0f0eb;border-radius:50%;color:#6b7280;font-size:14px;cursor:pointer;transition:background .15s ease}.mob-sheet__close:hover{background:#f0f0eb}.mob-sheet__body{padding:1rem 1.25rem;overflow-y:auto;max-height:calc(85vh - 60px);-webkit-overflow-scrolling:touch}.mob-sheet__body .checkout-summary__grand{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;padding-top:.75rem;margin-top:.5rem;border-top:2px solid #1a1a1a}.mob-sheet__body .sum-actions{margin-top:1rem;padding-top:.75rem;border-top:1px solid #f0f0eb}.checkout-corp{margin-bottom:1rem}.checkout-corp__card{display:flex;flex-direction:column;gap:10px;padding:16px 18px;border:2px solid #6d7c41;border-radius:12px;background:linear-gradient(135deg, rgba(109, 124, 65, 0.04) 0%, rgba(109, 124, 65, 0.01) 100%)}.checkout-corp__badge{display:inline-flex;align-items:center;align-self:flex-start;gap:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#6d7c41;color:#fff;padding:4px 10px;border-radius:6px;white-space:nowrap}.checkout-corp__row{display:flex;align-items:center;gap:14px}.checkout-corp__icon{width:40px;height:40px;border-radius:8px;background:rgba(109,124,65,.1);color:#6d7c41;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.checkout-corp__info{display:flex;flex-direction:column;gap:2px}.checkout-corp__name{font-size:.875rem;font-weight:700;color:#1a1a1a}.checkout-corp__status{font-size:13px;color:#6b7280}.checkout-corp__status--covered{color:#2e7d32;font-weight:600}.checkout-corp__status--partial{color:#e65100;font-weight:500}.checkout-corp__full{display:flex;align-items:center;gap:10px;margin-top:.75rem;padding:14px 18px;border-radius:8px;background:rgba(46,125,50,.06);border:1px solid rgba(46,125,50,.15);color:#2e7d32;font-size:.875rem;font-weight:600}.checkout-corp__full i{font-size:1.125rem}.checkout-corp__divider{display:flex;align-items:center;gap:16px;margin:20px 0 4px}.checkout-corp__divider-line{flex:1;height:1px;background:#e5e5e0}.checkout-corp__divider-text{font-size:13px;color:#6b7280;font-weight:500;white-space:nowrap}.checkout-corp__divider-text strong{color:#1a1a1a;font-weight:600}.auth{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:#fafaf8}.auth__container{max-width:480px;width:100%}.auth__header{text-align:center;margin-bottom:2rem}.auth__logo{display:inline-block;margin-bottom:1.5rem}.auth__logo img{height:32px;width:auto}.auth__heading{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-0.01em}.auth__desc{font-size:.875rem;color:#6b7280;line-height:1.65;max-width:380px;margin:0 auto}.auth__card{background:#fff;border:1px solid #f0f0eb;border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.12);padding:2.5rem}@media(max-width: 639px){.auth__card{padding:1.5rem;border-radius:12px}}.auth__tabs{display:flex;background:#fafaf8;border-radius:12px;padding:4px;margin-bottom:2rem}.auth__tab{flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;font-family:"Inter",sans-serif;color:#6b7280;background:rgba(0,0,0,0);border:none;border-radius:8px;cursor:pointer;transition:all 150ms ease}.auth__tab.is-active{background:#fff;color:#1a1a1a;box-shadow:0 1px 2px rgba(0,0,0,.05)}.auth__tab:hover:not(.is-active){color:#1a1a1a}.auth__social{display:flex;justify-content:center;gap:.75rem}.auth__social-btn{display:flex;align-items:center;justify-content:center;flex:1;max-width:120px;height:48px;border:1px solid #e5e5e0;border-radius:12px;background:#fff;text-decoration:none;transition:border-color 150ms ease,box-shadow 150ms ease,background 150ms ease}.auth__social-btn svg{width:20px;height:20px;flex-shrink:0}.auth__social-btn:hover{border-color:#9ca3af;background:#fafaf8;box-shadow:0 1px 2px rgba(0,0,0,.05)}.auth__social-btn:active{transform:scale(0.97)}.auth__divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth__divider::before,.auth__divider::after{content:"";flex:1;height:1px;background:#f0f0eb}.auth__divider span{font-size:.75rem;font-weight:500;color:#9ca3af;white-space:nowrap;text-transform:lowercase}.auth__panel{display:none}.auth__panel.is-active{display:block}.auth__step{display:none}.auth__step.is-active{display:block}.auth__email-header{display:flex;align-items:center;justify-content:space-between;background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;padding:.75rem 1rem;margin-bottom:1.5rem}.auth__email-display{font-size:.875rem;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth__change-link{flex-shrink:0;background:none;border:none;padding:0;font-size:.75rem;font-weight:500;font-family:"Inter",sans-serif;color:#6d7c41;cursor:pointer;margin-left:.75rem}.auth__change-link:hover{text-decoration:underline}.auth__method-list{display:flex;flex-direction:column;gap:.75rem}.auth__method-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;background:#fff;border:1px solid #e5e5e0;border-radius:12px;cursor:pointer;transition:all 150ms ease;text-align:left;font-size:.875rem;font-weight:500;font-family:"Inter",sans-serif;color:#1a1a1a}.auth__method-btn:hover{border-color:#6d7c41;background:rgba(109,124,65,.03)}.auth__method-btn i:first-child{font-size:1.1rem;color:#6b7280;width:24px;text-align:center}.auth__method-btn span{flex:1}.auth__method-btn .auth__method-arrow{font-size:.7rem;color:#9ca3af}.auth__method-panel{margin-top:1rem}.auth__method-desc{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.auth__back-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:0;background:none;border:none;font-size:.75rem;font-weight:500;font-family:"Inter",sans-serif;color:#6b7280;cursor:pointer;transition:color 150ms ease}.auth__back-link:hover{color:#6d7c41}.auth__back-link i{font-size:.65rem}.auth__forgot-link{display:inline-block;margin-top:.5rem;padding:0;background:none;border:none;font-size:.75rem;font-family:"Inter",sans-serif;color:#6d7c41;cursor:pointer;text-decoration:none}.auth__forgot-link:hover{text-decoration:underline}.auth .form-input--code{font-family:monospace;font-size:1.5rem;font-weight:700;letter-spacing:6px;text-align:center;padding:.75rem 1rem}.auth__2fa-block{text-align:center;background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;padding:1.5rem 1.25rem;margin-bottom:1rem}.auth__2fa-icon{width:48px;height:48px;margin:0 auto .75rem;background:rgba(109,124,65,.08);border-radius:9999px;display:flex;align-items:center;justify-content:center}.auth__2fa-icon i{font-size:1.25rem;color:#6d7c41}.auth__2fa-label{display:block;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.auth__2fa-hint{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.auth__2fa-input{max-width:280px;margin:0 auto}.auth__magic-block{text-align:center;background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;padding:1.5rem 1.25rem;margin-bottom:1rem}.auth__magic-icon{width:48px;height:48px;margin:0 auto .75rem;background:rgba(5,150,105,.1);border-radius:9999px;display:flex;align-items:center;justify-content:center}.auth__magic-icon i{font-size:1.25rem;color:#059669}.auth__magic-label{display:block;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.auth__magic-hint{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.auth__resend-btn{margin-top:.75rem}.auth__result{min-height:0;margin-bottom:1rem;font-size:.875rem;border-radius:8px;padding:0;transition:all 250ms ease}.auth__result:empty{display:none}.auth__result.is-error{display:block;background:rgba(220,38,38,.08);color:#dc2626;padding:.75rem 1rem}.auth__result.is-error a{color:#dc2626;font-weight:600}.auth__result.is-success{display:block;background:rgba(5,150,105,.08);color:#059669;padding:.75rem 1rem}.auth__result.is-info{display:block;background:rgba(109,124,65,.08);color:#6d7c41;padding:.75rem 1rem}.auth__terms{font-size:.75rem;color:#6b7280;text-align:center;margin-top:1.25rem;line-height:1.65}.auth__terms a{color:#6d7c41;text-decoration:none}.auth__terms a:hover{text-decoration:underline}.auth__create-link{color:#6d7c41;font-weight:600;text-decoration:none}.auth__create-link:hover{text-decoration:underline}.code-inputs{display:flex;align-items:center;justify-content:center;gap:8px}.code-inputs__digit{width:48px;height:56px;border:2px solid #e5e5e0;border-radius:12px;background:#fff;font-family:"Inter",sans-serif;font-size:1.5rem;font-weight:700;text-align:center;color:#1a1a1a;caret-color:#6d7c41;transition:border-color 150ms ease,box-shadow 150ms ease;-moz-appearance:textfield;appearance:textfield}.code-inputs__digit::-webkit-outer-spin-button,.code-inputs__digit::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.code-inputs__digit:focus{outline:none;border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12)}.code-inputs__digit.is-filled{border-color:#8a9a5b;background:rgba(109,124,65,.03)}.code-inputs__digit.is-error{border-color:#dc2626;animation:code-shake .4s ease}@media(max-width: 639px){.code-inputs__digit{width:42px;height:50px;font-size:1.25rem}}.code-inputs__sep{width:12px;height:2px;background:#e5e5e0;border-radius:1px;flex-shrink:0}@media(max-width: 639px){.code-inputs__sep{width:8px}}@keyframes code-shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(3px)}}.form-optional{font-weight:400;color:#9ca3af}.form-row--between{display:flex;align-items:center;justify-content:space-between;grid-template-columns:none}.acct-page{max-width:1200px;margin:0 auto;padding:100px 1.5rem 4rem}@media(max-width: 767px){.acct-page{padding-top:80px}}.acct-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem}@media(max-width: 1023px){.acct-layout{grid-template-columns:1fr}}.acct-nav-toggle{display:none;width:100%;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff;border:1px solid #e5e5e0;border-radius:12px;font-size:.875rem;font-weight:500;color:#1a1a1a;cursor:pointer;margin-bottom:1rem}.acct-nav-toggle .acct-nav-toggle-arrow{margin-left:auto;font-size:10px;transition:transform 150ms ease}.acct-nav-toggle.is-open .acct-nav-toggle-arrow{transform:rotate(180deg)}@media(max-width: 1023px){.acct-nav-toggle{display:flex}}.acct-nav{display:flex;flex-direction:column;position:sticky;top:100px;align-self:flex-start}@media(max-width: 1023px){.acct-nav{display:none;position:static;margin-bottom:1rem}.acct-nav.is-open{display:flex;background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:.5rem}}.acct-nav-links{display:flex;flex-direction:column;gap:2px}.acct-nav-section{padding:.5rem 1rem .25rem;margin-top:.75rem;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;border-top:1px solid #f0f0eb}.acct-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;border:none;background:none;border-radius:8px;cursor:pointer;transition:color 150ms ease,background 150ms ease}.acct-nav-link i{width:18px;text-align:center;font-size:14px}.acct-nav-link:hover{color:#1a1a1a;background:#f0f0eb}.acct-nav-link.is-active{color:#6d7c41;background:rgba(109,124,65,.08);font-weight:600}.acct-nav-link--danger{color:#dc2626}.acct-nav-link--danger:hover{background:rgba(220,38,38,.06);color:rgb(178.25,28.75,28.75)}.acct-nav-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #f0f0eb}.acct-content{min-width:0}.acct-tab{display:none}.acct-tab.is-active{display:block}.acct-tab-cards{display:flex;flex-direction:column;gap:1.5rem}.acct-card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;overflow:hidden}.acct-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb;background:#fafaf8}.acct-card-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.75rem}.acct-card-title i{font-size:14px;color:#6b7280}.acct-card-body{padding:1.5rem}.acct-card-body--flush{padding:0}.acct-badge{display:inline-flex;align-items:center;padding:2px 10px;font-size:11px;font-weight:600;border-radius:9999px;letter-spacing:.02em}.acct-badge--on{background:rgba(5,150,105,.1);color:#059669}.acct-badge--off{background:rgba(107,114,128,.1);color:#6b7280}.acct-badge--method{background:rgba(107,114,128,.08);color:#9ca3af;gap:4px;margin-left:.25rem}.acct-badge--method i{font-size:10px}.acct-result{font-size:.875rem;padding:0;margin:1rem 0;border-radius:8px;display:none}.acct-result.is-success{display:block;padding:.75rem 1rem;background:rgba(5,150,105,.08);color:#059669;border:1px solid rgba(5,150,105,.2)}.acct-result.is-error{display:block;padding:.75rem 1rem;background:rgba(220,38,38,.06);color:#dc2626;border:1px solid rgba(220,38,38,.15)}.acct-result.is-info{display:block;padding:.75rem 1rem;background:rgba(59,130,246,.06);color:#2563eb;border:1px solid rgba(59,130,246,.15)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 639px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;font-size:.875rem;font-family:"Inter",sans-serif;color:#1a1a1a;background:#fff;border:1px solid #e5e5e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease;outline:none}.form-input:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.1)}.form-input:disabled{background:#fafaf8;color:#6b7280;cursor:not-allowed}.form-input--code{max-width:160px;font-size:1.5rem;font-weight:700;letter-spacing:6px;text-align:center;font-family:monospace}.acct-tab-link{color:#6d7c41;text-decoration:none;font-weight:500}.acct-tab-link:hover{text-decoration:underline}.tfa-wizard{display:flex;flex-direction:column;gap:0}.tfa-step{display:flex;gap:1.25rem;padding:1.5rem 0}.tfa-step:not(:last-child){border-bottom:1px solid #f0f0eb}.tfa-step:first-child{padding-top:0}@media(max-width: 639px){.tfa-step{flex-direction:column;gap:.75rem}}.tfa-step-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#6d7c41;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;flex-shrink:0}.tfa-step-content{flex:1;min-width:0}.tfa-step-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.tfa-step-desc{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.tfa-qr-placeholder{display:inline-block;padding:.75rem;background:#fff;border:1px solid #e5e5e0;border-radius:12px}.tfa-qr-placeholder img{display:block;width:180px;height:180px}.tfa-secret-manual{font-size:.75rem;color:#6b7280;margin-top:.75rem}.tfa-secret-manual code{background:#fafaf8;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;color:#1a1a1a;letter-spacing:.5px;border:1px solid #f0f0eb}.tfa-verify-inline{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tfa-code-input{width:140px;padding:.75rem 1rem;font-size:1.25rem;font-weight:700;font-family:monospace;letter-spacing:4px;text-align:center;color:#1a1a1a;background:#fff;border:1px solid #e5e5e0;border-radius:8px;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.tfa-code-input:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.1)}.tfa-code-input::placeholder{color:#9ca3af;letter-spacing:2px;font-weight:400}.tfa-backup-wrap{background:#fafaf8;border:1px solid #e5e5e0;border-radius:12px;padding:1.5rem}.tfa-codes-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:.5rem}@media(max-width: 639px){.tfa-codes-grid{grid-template-columns:repeat(2, 1fr)}}.tfa-code{font-family:monospace;font-size:.875rem;font-weight:600;padding:.5rem .75rem;background:#fff;border:1px solid #f0f0eb;border-radius:4px;text-align:center;color:#1a1a1a;letter-spacing:1px}.passkey-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.passkey-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fafaf8;border:1px solid #f0f0eb;border-radius:8px}.passkey-info{display:flex;flex-direction:column;gap:2px}.passkey-name{font-size:.875rem;font-weight:500;color:#1a1a1a}.passkey-name i{color:#6d7c41;margin-right:.5rem}.passkey-meta{font-size:.75rem;color:#6b7280}.acct-confirm-overlay{margin-top:1rem;padding:1.25rem;background:rgba(220,38,38,.03);border:1px solid rgba(220,38,38,.15);border-radius:8px}.acct-confirm-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.session-list{display:flex;flex-direction:column;gap:.75rem}.session-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafaf8;border:1px solid #f0f0eb;border-radius:8px}.session-item--current{border-color:rgba(109,124,65,.3);background:rgba(109,124,65,.03)}.session-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e5e0;border-radius:8px;font-size:16px;color:#6b7280;flex-shrink:0}.session-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.session-device{font-size:.875rem;font-weight:500;color:#1a1a1a;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.session-meta{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-table-wrap{overflow-x:auto}.history-table{width:100%;border-collapse:collapse;font-size:.875rem}.history-table th{text-align:left;padding:.75rem 1.25rem;font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#fafaf8;border-bottom:1px solid #e5e5e0}.history-table td{padding:.75rem 1.25rem;border-bottom:1px solid #f0f0eb;color:#1a1a1a;vertical-align:top}.history-table tbody tr:last-child td{border-bottom:none}.history-table tbody tr:hover{background:#fafaf8}.history-action{font-weight:500;white-space:nowrap}.history-detail{max-width:400px;color:#6b7280;word-break:break-word}.history-ip{font-family:monospace;font-size:.75rem;color:#6b7280}.history-date{white-space:nowrap;color:#6b7280}.acct-managed-list{display:flex;flex-direction:column;gap:.75rem}.acct-managed-loading{font-size:.875rem;color:#6b7280;padding:1rem 0}.acct-managed-loading i{margin-right:.5rem}.acct-managed-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafaf8;border:1px solid #f0f0eb;border-radius:8px;transition:border-color 150ms ease}.acct-managed-item--default{border-color:rgba(109,124,65,.3);background:rgba(109,124,65,.03)}.acct-managed-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e5e0;border-radius:8px;font-size:16px;color:#6b7280;flex-shrink:0}.acct-managed-item--default .acct-managed-icon{color:#6d7c41}.acct-managed-info{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.acct-managed-name{font-size:.875rem;font-weight:500;color:#1a1a1a}.acct-managed-name .acct-badge{margin-left:.5rem}.acct-managed-detail{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-managed-actions{display:flex;gap:.25rem;flex-shrink:0}.acct-managed-actions .btn--ghost:hover{color:#dc2626;background:rgba(220,38,38,.06)}.acct-managed-actions .acct-addr-edit-btn:hover,.acct-managed-actions .acct-pm-edit-btn:hover{color:#1a1a1a;background:#f0f0eb}.acct-managed-actions .acct-addr-default-btn:hover,.acct-managed-actions .acct-pm-default-btn:hover{color:#6d7c41;background:rgba(109,124,65,.06)}.acct-modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease}.acct-modal[aria-hidden=false]{opacity:1;pointer-events:auto}.acct-modal__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(4px)}.acct-modal__dialog{position:relative;background:#fff;border-radius:16px;max-width:540px;width:94%;max-height:calc(100vh - 3rem);display:flex;flex-direction:column;box-shadow:0 12px 32px rgba(0,0,0,.12);transform:translateY(16px);transition:transform .25s ease}.acct-modal[aria-hidden=false] .acct-modal__dialog{transform:translateY(0)}.acct-modal__dialog--sm{max-width:380px}.acct-modal__card-label{font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:1rem}.acct-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb;flex-shrink:0}.acct-modal__title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.acct-modal__close{width:32px;height:32px;border-radius:9999px;border:none;background:rgba(0,0,0,0);color:#6b7280;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 150ms ease,color 150ms ease}.acct-modal__close:hover{background:#f0f0eb;color:#1a1a1a}.acct-modal__body{padding:1.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.acct-modal__body .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 639px){.acct-modal__body .form-row{grid-template-columns:1fr}}.acct-modal__body .form-group{margin-bottom:1rem}.acct-modal__body .form-label{display:block;font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.acct-modal__body .form-input{width:100%}.acct-modal__footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #f0f0eb;flex-shrink:0}.text-muted{color:#6b7280}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn--danger:hover{background:hsl(0,72.2222222222%,42.5882352941%);border-color:hsl(0,72.2222222222%,42.5882352941%)}.btn--ghost{background:rgba(0,0,0,0);color:#6b7280;border:none;padding:.5rem}.btn--ghost:hover{color:#1a1a1a;background:#f0f0eb}.btn--xs{font-size:.75rem;padding:.25rem .75rem;border-radius:4px}.ref-hero{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:2rem;margin-bottom:1.5rem}.ref-hero__header{margin-bottom:1.5rem}.ref-hero__title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.ref-hero__subtitle{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.ref-hero__stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ref-stat{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fafaf8;border-radius:8px;border:1px solid #f0f0eb}.ref-stat__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(109,124,65,.1);color:#6d7c41;font-size:1.125rem;flex-shrink:0}.ref-stat__body{display:flex;flex-direction:column;min-width:0}.ref-stat__value{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.2}.ref-stat__label{font-size:.75rem;color:#6b7280;margin-top:2px;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.ref-how{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:2rem;margin-bottom:1.5rem}.ref-section-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1.25rem}.ref-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ref-step{display:flex;align-items:flex-start;gap:1rem}.ref-step__num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#6d7c41;color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0;margin-top:2px}.ref-step__body{flex:1}.ref-step__body strong{display:block;font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.ref-step__body p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.ref-tiers{background:#fafaf8;border-radius:8px;padding:1.5rem;border:1px solid #f0f0eb}.ref-tiers__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.ref-tiers__desc{font-size:.75rem;color:#6b7280;margin:0 0 1.25rem;line-height:1.5}.ref-tiers__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem;margin-bottom:1rem}.ref-tiers__note{font-size:.75rem;color:#9ca3af;margin:0;text-align:center}.ref-tier{background:#fff;border:1px solid #f0f0eb;border-radius:8px;padding:1rem .75rem;text-align:center;transition:border-color 150ms ease,box-shadow 150ms ease}.ref-tier--mid{border-color:rgba(109,124,65,.3)}.ref-tier--top{border-color:#6d7c41;box-shadow:0 0 0 1px rgba(109,124,65,.15);position:relative}.ref-tier--top::after{content:"Best value";position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#6d7c41;color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:9999px;white-space:nowrap}.ref-tier__order{display:block;font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.ref-tier__arrow{display:block;color:#9ca3af;font-size:.75rem;margin-bottom:.25rem}.ref-tier__reward{display:block;font-size:1.5rem;font-weight:700;color:#6d7c41;line-height:1.2}.ref-tier__who{display:block;font-size:.75rem;color:#6b7280;margin-top:2px}@media(max-width: 768px){.ref-hero{padding:1.5rem}.ref-hero__stats{grid-template-columns:1fr}.ref-how{padding:1.5rem}.ref-tiers__grid{grid-template-columns:1fr}.ref-share{padding:1.5rem}.ref-share__row{flex-wrap:wrap}.ref-share__input{width:100%;flex:1 1 100%}.ref-activity{padding:1.5rem}}.ref-share{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:2rem;margin-bottom:1.5rem}.ref-share__row{display:flex;gap:.5rem;align-items:center}.ref-share__input{flex:1;font-size:.875rem;font-family:"Inter",sans-serif;padding:.6rem .85rem;border:1px solid #e5e5e0;border-radius:8px;background:#fafaf8;color:#1a1a1a;cursor:text;min-width:0}.ref-share__input:focus{outline:none;border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.ref-share__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;border:1px solid #e5e5e0;background:#fff;color:#1a1a1a;cursor:pointer;white-space:nowrap;transition:all 150ms ease}.ref-share__btn:hover{background:#fafaf8;border-color:#6b7280}.ref-share__btn--copy{background:#6d7c41;color:#fff;border-color:#6d7c41}.ref-share__btn--copy:hover{background:#4a5530;border-color:#4a5530}.ref-share__btn--edit{padding:.6rem .75rem;color:#6b7280}.referral-share__edit{margin-top:1rem}.referral-share__edit-row{display:flex;align-items:center;gap:0;margin-bottom:.75rem}.referral-share__edit-prefix{font-size:.75rem;color:#6b7280;background:#fafaf8;border:1px solid #e5e5e0;border-right:0;border-radius:8px 0 0 8px;padding:.6rem .75rem;white-space:nowrap;line-height:1.4}.referral-share__edit-row input{border-radius:0 8px 8px 0;flex:1;min-width:0}.referral-share__edit-actions{display:flex;gap:.5rem;margin-bottom:.5rem}.referral-share__edit-hint{font-size:.75rem;color:#6b7280;margin:0}.referral-share__edit-error{font-size:.75rem;color:#dc2626;margin:.25rem 0 0}.ref-activity{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:2rem}.ref-activity .history-table{margin-top:0}.referral-friends{margin-bottom:1.5rem}.referral-friends:empty{display:none}.referral-friends__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.referral-friends__list{list-style:none;margin:0;padding:0}.referral-friend{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;transition:background 150ms ease}.referral-friend:nth-child(odd){background:#fafaf8}.referral-friend__name{font-size:.875rem;font-weight:500;flex:1;min-width:0;color:#1a1a1a}.referral-friend__date{font-size:.75rem;color:#6b7280;white-space:nowrap}.referral-friend__badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;white-space:nowrap}.referral-friend__badge--earned{background:rgba(109,124,65,.12);color:#6d7c41}.referral-friend__badge--pending{background:rgba(107,114,128,.1);color:#6b7280}.ref-status{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:9999px;text-transform:capitalize}.ref-status--active{background:rgba(5,150,105,.1);color:#059669}.ref-status--pending{background:rgba(217,119,6,.1);color:#d97706}.ref-status--cancelled,.ref-status--expired{background:rgba(220,38,38,.1);color:#dc2626}.ref-terms{margin-top:1.5rem}.ref-terms__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:#fafaf8;border:1px solid #e5e5e0;border-radius:12px;cursor:pointer;font-family:"Inter",sans-serif;font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.02em;transition:color 150ms ease,border-color 150ms ease}.ref-terms__toggle:hover{color:#1a1a1a;border-color:hsl(60,8.7719298246%,80.8235294118%)}.ref-terms__toggle i{font-size:10px;transition:transform .2s ease}.ref-terms__toggle.is-open{border-radius:12px 12px 0 0;border-bottom-color:rgba(0,0,0,0)}.ref-terms__toggle.is-open i{transform:rotate(180deg)}.ref-terms__body{background:#fafaf8;border:1px solid #e5e5e0;border-top:none;border-radius:0 0 12px 12px;padding:1rem 1.5rem 1.5rem}.ref-terms__list{margin:0;padding:0 0 0 1.25rem;font-size:.75rem;line-height:1.65;color:#6b7280;counter-reset:terms}.ref-terms__list li{margin-bottom:.75rem;padding-left:2px}.ref-terms__list li:last-child{margin-bottom:0}.ref-terms__list strong{color:#1a1a1a;font-weight:600}.ref-terms__list ul{margin:.5rem 0 .5rem 1rem;padding:0;list-style:disc}.ref-terms__list ul li{margin-bottom:.25rem}.ord-empty{text-align:center;padding:4rem 1.5rem}.ord-empty__icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#fafaf8;border:2px dashed #e5e5e0}.ord-empty__icon i{font-size:32px;color:#9ca3af}.ord-empty h2{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.ord-empty p{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.65}.ord-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.ord-header__left{display:flex;align-items:baseline;gap:.75rem}.ord-header__title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.01em}.ord-header__count{font-size:.875rem;color:#9ca3af;font-weight:400}.ord-filters{display:flex;gap:.25rem;margin-bottom:1.25rem;background:#fafaf8;border-radius:8px;padding:3px;border:1px solid #f0f0eb}.ord-filter{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;border:none;background:rgba(0,0,0,0);border-radius:6px;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.ord-filter:hover:not(.is-active){color:#1a1a1a;background:rgba(0,0,0,.03)}.ord-filter.is-active{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.04)}.ord-filter__count{font-size:.75rem;color:#9ca3af;font-weight:400;min-width:18px;text-align:center}.is-active .ord-filter__count{color:#6b7280}.ord-list{display:flex;flex-direction:column;gap:.75rem}.ord-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:3px 10px;border-radius:9999px;text-transform:uppercase;letter-spacing:.04em;line-height:1.4}.ord-badge--success{color:#059669;background:rgba(5,150,105,.08)}.ord-badge--warning{color:#d97706;background:rgba(217,119,6,.08)}.ord-badge--error{color:#dc2626;background:rgba(220,38,38,.08)}.ord-badge--info{color:#2563eb;background:rgba(37,99,235,.08)}.ord-badge--purple{color:#7c3aed;background:rgba(124,58,237,.08)}.ord-badge--muted{color:#9ca3af;background:#fafaf8;border:1px solid #f0f0eb}.ord-badge--sub{color:#7c3aed;background:rgba(124,58,237,.06);border:1px solid rgba(124,58,237,.2);text-decoration:none;gap:4px;text-transform:none;letter-spacing:0;transition:background .15s}.ord-badge--sub i{font-size:10px}.ord-badge--sub:hover{background:rgba(124,58,237,.12)}.ord-card{background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden;transition:border-color 150ms ease,box-shadow 150ms ease}.ord-card:hover{border-color:#e5e5e0;box-shadow:0 2px 8px rgba(26,26,26,.06)}.ord-card--focused{border-color:#8a9a5b;box-shadow:0 0 0 3px rgba(109,124,65,.08),0 2px 8px rgba(26,26,26,.06)}.ord-card__top{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0eb}.ord-card__id-group{display:flex;align-items:center;gap:.75rem}.ord-card__id{font-family:"DM Mono",monospace,"Inter",sans-serif;font-size:.875rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em}.ord-card__date{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b7280}.ord-card__date i{font-size:13px;color:#9ca3af}.ord-card__body{padding:.75rem 1.25rem}.ord-card__items{display:flex;flex-direction:column}.ord-card__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-top:1px solid #f0f0eb;background:#fafaf8}.ord-card__summary{display:flex;align-items:center;gap:1rem}.ord-card__items-count{font-size:.875rem;color:#9ca3af}.ord-card__total{font-size:1rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.01em}.ord-card__link{display:inline-flex;align-items:center;gap:6px;padding:.5rem 1rem;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:500;color:#6d7c41;text-decoration:none;border-radius:8px;border:1px solid #f0f0eb;background:#fff;transition:all 150ms ease}.ord-card__link:hover{color:#4a5530;border-color:#8a9a5b;background:rgba(109,124,65,.04)}.ord-card__link i{font-size:11px;transition:transform 150ms ease}.ord-card__link:hover i{transform:translateX(2px)}.ord-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.ord-item:not(:last-child){border-bottom:1px solid #f0f0eb}.ord-item--more{font-size:.875rem;color:#9ca3af;font-weight:500;padding:.5rem 0;justify-content:center}.ord-item__img{width:44px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#fafaf8;display:flex;align-items:center;justify-content:center}.ord-item__img img{width:100%;height:100%;object-fit:cover}.ord-item__img>i{font-size:16px;color:#9ca3af}.ord-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ord-item__name{font-size:.875rem;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ord-item__side{font-size:.75rem;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ord-item__qty{flex-shrink:0;font-size:.75rem;font-weight:500;color:#9ca3af;background:#fafaf8;padding:2px 8px;border-radius:4px}@media(max-width: 1023px){.ord-header{margin-bottom:1rem}.ord-header__title{font-size:1.25rem}.ord-filters{margin-bottom:1rem}.ord-filter{padding:.5rem;font-size:.75rem}.ord-card__top{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.ord-card__body{padding:.5rem 1rem}.ord-card__footer{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.ord-card__link{width:100%;justify-content:center}.ord-item__img{width:38px;height:38px}}.ord-search{margin-bottom:1rem}.ord-search__field{position:relative;display:flex;align-items:center}.ord-search__field>i{position:absolute;left:14px;font-size:14px;color:#9ca3af;pointer-events:none}.ord-search__field input{width:100%;padding:10px 40px 10px 40px;border:1px solid #e5e5e0;border-radius:8px;font-family:"Inter",sans-serif;font-size:.875rem;color:#1a1a1a;background:#fff;transition:border-color 150ms ease,box-shadow 150ms ease;outline:none}.ord-search__field input::placeholder{color:#9ca3af}.ord-search__field input:focus{border-color:#8a9a5b;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.ord-search__clear{position:absolute;right:10px;width:24px;height:24px;border:none;background:#fafaf8;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;font-size:11px;transition:all 150ms ease}.ord-search__clear:hover{background:#e5e5e0;color:#1a1a1a}.ord-no-results{text-align:center;padding:2.5rem 1.25rem;color:#9ca3af}.ord-no-results i{font-size:32px;margin-bottom:.75rem;display:block}.ord-no-results p{font-size:.875rem;margin:0}.ord-card{text-decoration:none;color:inherit;display:block;cursor:pointer}.ord-card__meta-right{display:flex;align-items:center;gap:1rem}.ord-card__carrier{color:#9ca3af;font-weight:400}.ord-card__tracking{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#9ca3af}.ord-card__tracking i{font-size:13px}.ord-card__tracking a{color:#6d7c41;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition:text-decoration-color 150ms ease}.ord-card__tracking a:hover{text-decoration-color:#6d7c41}.ord-card__ordered{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#9ca3af}.ord-card__ordered i{font-size:13px}.ord-card__arrow{color:#9ca3af;font-size:13px;transition:transform 150ms ease,color 150ms ease}.ord-card:hover .ord-card__arrow{color:#6d7c41;transform:translateX(2px)}@media(max-width: 1023px){.ord-card__meta-right{flex-direction:column;align-items:flex-end;gap:2px}.ord-card__ordered{font-size:.75rem}}.od-breadcrumb{margin-bottom:1.25rem}.od-breadcrumb a{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;transition:color 150ms ease}.od-breadcrumb a:hover{color:#6d7c41}.od-breadcrumb a i{font-size:13px}.od-hero{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.od-hero__left{display:flex;flex-direction:column;gap:8px}.od-hero__top-row{display:flex;align-items:center;gap:.75rem}.od-hero__actions{display:flex;align-items:center;gap:8px}.od-hero__id{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.02em}.od-hero__right{display:flex;gap:1.5rem;text-align:right}.od-hero__date{display:flex;flex-direction:column;gap:2px}.od-hero__date-label{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.od-hero__date-value{font-size:.875rem;color:#1a1a1a;font-weight:500}.ord-badge--lg{font-size:12px;padding:4px 12px}.od-paylink-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);border:1px solid #fde68a;border-radius:16px;padding:1.25rem;margin-bottom:1rem}.od-paylink-banner__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fef3c7;color:#d97706;font-size:18px;flex-shrink:0}.od-paylink-banner__body{flex:1;min-width:0}.od-paylink-banner__title{font-size:15px;font-weight:700;color:#92400e}.od-paylink-banner__desc{font-size:13px;color:#a16207;margin-top:2px}.od-paylink-banner__expires{font-size:12px;color:#b45309;margin-top:4px;opacity:.8}.od-paylink-banner__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:#d97706;color:#fff !important;font-size:14px;font-weight:700;border-radius:12px;text-decoration:none;white-space:nowrap;transition:background .15s;flex-shrink:0}.od-paylink-banner__btn:hover{background:#b45309;color:#fff !important}.od-timeline{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;padding:1.25rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px;position:relative}.od-timeline__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;text-align:center;min-width:0}.od-timeline__dot{width:32px;height:32px;border-radius:9999px;border:2px solid #e5e5e0;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-shrink:0;transition:all 250ms ease}.od-timeline__dot i{font-size:12px;color:#fff}.is-done .od-timeline__dot{background:#6d7c41;border-color:#6d7c41}.is-cancelled .od-timeline__dot{background:#dc2626;border-color:#dc2626}.od-timeline__line{position:absolute;top:15px;left:calc(50% + 18px);width:calc(100% - 36px);height:2px;background:#f0f0eb;z-index:0}.od-timeline__line.is-done{background:#6d7c41}.od-timeline__label{margin-top:.5rem;font-size:.75rem;font-weight:500;color:#9ca3af;white-space:nowrap}.is-done .od-timeline__label{color:#1a1a1a}.is-cancelled .od-timeline__label{color:#dc2626}.od-tracking{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;background:rgba(109,124,65,.04);border:1px solid rgba(109,124,65,.15);border-radius:12px}.od-tracking>i{color:#6d7c41;font-size:18px}.od-tracking__info{flex:1;display:flex;flex-direction:column;gap:2px}.od-tracking__label{font-size:.75rem;color:#6b7280;font-weight:500}.od-tracking__number{font-family:"DM Mono",monospace,"Inter",sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a;letter-spacing:.03em}.od-tracking__link{text-decoration:none;color:#6d7c41;transition:opacity 150ms ease}.od-tracking__link:hover{opacity:.8}.od-tracking__carrier{font-size:.75rem;color:#6b7280;background:#fff;padding:4px 10px;border-radius:4px;font-weight:500}.od-grid{display:grid;grid-template-columns:1fr 360px;gap:1.25rem;align-items:start}.od-section{background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden}.od-sidebar .od-section+.od-section{margin-top:1rem}.od-section__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0eb}.od-section__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.od-section__count{font-size:.875rem;color:#9ca3af}.od-items{padding:.5rem 0}.od-member-label{display:flex;justify-content:space-between;align-items:center;padding:10px 1.25rem 4px}.od-member-label__name{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.od-member-label__total{font-size:12px;font-weight:600;color:#9ca3af}.od-member-divider{height:0;margin:0}.od-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:background 150ms ease}.od-item:not(:last-child){border-bottom:1px solid #f0f0eb}.od-item__img{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#fafaf8;display:flex;align-items:center;justify-content:center}.od-item__img img{width:100%;height:100%;object-fit:cover}.od-item__img>i{font-size:18px;color:#9ca3af}.od-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.od-item__link{flex-shrink:0;text-decoration:none}.od-item__name{font-size:.875rem;font-weight:500;color:#1a1a1a}a.od-item__name--link{text-decoration:none;color:#1a1a1a;transition:color 150ms ease}a.od-item__name--link:hover{color:#6d7c41}.od-item__side{font-size:.75rem;color:#6b7280}.od-item__overstock{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:4px;padding:1px 7px}.od-item__overstock i{font-size:9px}.od-item__qty{flex-shrink:0;font-size:.75rem;font-weight:500;color:#9ca3af;background:#fafaf8;padding:3px 10px;border-radius:4px}.od-item__price{flex-shrink:0;font-size:.875rem;font-weight:600;color:#1a1a1a;min-width:60px;text-align:right}.od-breakdown{padding:1rem 1.25rem}.od-breakdown__row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#6b7280}.od-breakdown__row--discount{color:#dc2626}.od-breakdown__row--points{color:#6d7c41;font-weight:500}.od-breakdown__row--corp{color:#6d7c41;font-weight:600}.od-breakdown__row--member{font-size:12px;color:#9ca3af;padding:3px 0}.od-breakdown__member-divider{border-top:1px solid #f0f0eb;margin:4px 0 2px}.od-breakdown__total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #e5e5e0;font-size:1rem;font-weight:700;color:#1a1a1a}.od-breakdown__total--profit{color:#059669}.od-breakdown__total--loss{color:#dc2626}.od-breakdown__divider{border-top:1px dashed #e5e5e0;margin:.5rem 0}.od-breakdown__margin{font-weight:500;font-size:.75rem;opacity:.7}.od-breakdown__grand-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #e5e5e0;font-size:1.1rem;font-weight:700;color:#1a1a1a}.od-payment{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.od-payment__method{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;color:#1a1a1a}.od-payment__method i{font-size:22px;color:#6b7280;width:28px;text-align:center}.od-payment__receipt{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;color:#6d7c41;text-decoration:none;transition:color 150ms ease}.od-payment__receipt:hover{color:#4a5530}.od-ledger{padding:0}.od-ledger__row{display:flex;align-items:center;gap:12px;padding:12px 1.25rem;border-bottom:1px solid #e5e5e0;transition:background .1s}.od-ledger__row:last-child{border-bottom:none}.od-ledger__row:hover{background:rgba(250,250,248,.5)}.od-ledger__row--pending{background:#fffbeb}.od-ledger__row--pending:hover{background:rgb(255,248.96,224.8)}.od-ledger__icon{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#fafaf8;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#6b7280}.od-ledger__detail{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.od-ledger__label{font-size:.875rem;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.od-ledger__sublabel{font-size:.6875rem;color:#6b7280}.od-ledger__expiry{font-weight:400;color:#9ca3af;font-size:.75rem;margin-left:2px}.od-ledger__ref{font-size:.6875rem;color:#9ca3af;font-family:"SF Mono","Menlo","Consolas",monospace;letter-spacing:-0.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.od-ledger__date{font-size:.6875rem;color:#9ca3af}.od-ledger__receipt{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;color:#6d7c41;text-decoration:none;margin-top:2px}.od-ledger__receipt:hover{text-decoration:underline}.od-ledger__receipt i{font-size:.625rem}.od-ledger__right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.od-ledger__amount{font-size:.875rem;font-weight:600;color:#1a1a1a;font-variant-numeric:tabular-nums}.od-ledger__amount--refund{color:#dc2626}.od-ledger__badge{display:inline-block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:9999px;line-height:1.5}.od-ledger__badge--success{background:#dcfce7;color:#166534}.od-ledger__badge--warning{background:#fef3c7;color:#92400e}.od-ledger__badge--danger{background:#fee2e2;color:#991b1b}.od-ledger__badge--info{background:#dbeafe;color:#1e40af}.od-ledger__badge--muted{background:#fafaf8;color:#6b7280}@media(max-width: 1023px){.od-ledger__row{padding:10px 1rem}.od-ledger__label{font-size:.75rem}}.od-et-card{overflow:hidden}.od-et-card__header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);border-bottom:1px solid #d1fae5}.od-et-card__icon{width:36px;height:36px;border-radius:8px;background:#166534;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.od-et-card__title{font-size:13px;font-weight:700;color:#0f172a}.od-et-card__sub{font-size:12px;color:#64748b;margin-top:2px}.od-et-card__details{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #f1f5f9}.od-et-card__row{padding:12px 20px;border-bottom:1px solid #f1f5f9}.od-et-card__row:nth-child(odd){border-right:1px solid #f1f5f9}.od-et-card__row:nth-last-child(-n+2){border-bottom:none}.od-et-card__label{display:block;font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.od-et-card__val{font-size:14px;font-weight:600;color:#0f172a}.od-et-card__val code{font-family:"Courier New",monospace;font-weight:700;background:#f8fafc;padding:1px 6px;border-radius:4px;border:1px solid #e2e8f0}.od-et-card__val--amt{font-size:17px;color:#166534}.od-et-card__ref{padding:14px 20px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.od-et-card__ref-label{display:block;font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.od-et-card__ref-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.od-et-card__ref-code{font-family:"Courier New",monospace;font-size:18px;font-weight:700;letter-spacing:1.5px;color:#0f172a;background:#fff;padding:6px 14px;border-radius:8px;border:1px solid #e2e8f0}.od-et-card__copy{border:1px solid #e2e8f0;background:#fff;color:#475569;padding:6px 14px;border-radius:8px;font-size:12px;cursor:pointer;font-weight:500;transition:all .15s;display:flex;align-items:center;gap:5px}.od-et-card__copy:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.od-et-card__ref-hint{font-size:12px;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:8px 12px;margin:0;line-height:1.5}.od-et-card__ref-hint i{margin-right:5px;color:#059669}.od-et-card__footer{padding:14px 20px}.od-et-card__deadline{font-size:12px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;margin:0 0 10px}.od-et-card__deadline i{margin-right:5px}.od-et-card__note{font-size:12px;color:#64748b;margin:0 0 4px;line-height:1.5}.od-et-card__note:last-child{margin-bottom:0}@media(max-width: 600px){.od-et-card__details{grid-template-columns:1fr}.od-et-card__row:nth-child(odd){border-right:none}.od-et-card__row:nth-last-child(-n+2){border-bottom:1px solid #f1f5f9}.od-et-card__row:last-child{border-bottom:none}.od-et-card__header{padding:14px 16px}.od-et-card__ref{padding:12px 16px}.od-et-card__ref-row{flex-wrap:wrap}.od-et-card__ref-code{font-size:16px}.od-et-card__footer{padding:12px 16px}}.od-address{padding:1rem 1.25rem;font-size:.875rem;color:#6b7280;line-height:1.65}.od-address p{margin:0}.od-address__name{font-weight:600;color:#1a1a1a}.od-address__phone{margin-top:.5rem !important;display:flex;align-items:center;gap:6px}.od-address__phone i{font-size:12px}.od-subscription{padding:1rem 1.25rem}.od-subscription__row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.od-subscription__row:not(:last-of-type){border-bottom:1px solid #f0f0eb}.od-subscription__label{font-size:.875rem;color:#6b7280}.od-subscription__value{font-size:.875rem;font-weight:500;color:#1a1a1a}.od-subscription__value--mono{font-family:"DM Mono",monospace,"Inter",sans-serif;letter-spacing:.02em}.od-subscription__link{display:inline-flex;align-items:center;gap:6px;margin-top:.75rem;font-size:.875rem;font-weight:500;color:#6d7c41;text-decoration:none;transition:color 150ms ease}.od-subscription__link:hover{color:#4a5530}.od-subscription__link i{font-size:11px;transition:transform 150ms ease}.od-subscription__link:hover i{transform:translateX(2px)}.od-notes{padding:1rem 1.25rem;font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}@media(max-width: 1023px){.od-hero{flex-direction:column;gap:.75rem;margin-bottom:1rem}.od-hero__right{flex-direction:column;text-align:left;gap:.5rem}.od-hero__date{flex-direction:row;gap:.5rem;align-items:baseline}.od-timeline{padding:.75rem;margin-bottom:1rem}.od-timeline__dot{width:26px;height:26px}.od-timeline__dot i{font-size:10px}.od-timeline__line{top:12px;left:calc(50% + 15px);width:calc(100% - 30px)}.od-timeline__label{font-size:10px}.od-grid{grid-template-columns:1fr}.od-item{padding:.75rem 1rem}.od-item__img{width:44px;height:44px}.od-section__header{padding:.75rem 1rem}.od-breakdown{padding:.75rem 1rem}.od-payment{padding:.75rem 1rem}.od-address{padding:.75rem 1rem}.od-notes{padding:.75rem 1rem}.od-subscription{padding:.75rem 1rem}}.sub-page-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem}.sub-empty{text-align:center;padding:4rem 1.5rem}.sub-empty__icon{width:72px;height:72px;margin:0 auto 1.25rem;border-radius:9999px;background:#fafaf8;display:flex;align-items:center;justify-content:center;font-size:28px;color:#9ca3af}.sub-empty__title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.sub-empty__desc{font-size:.875rem;color:#6b7280;max-width:400px;margin:0 auto 1.5rem;line-height:1.65}.sub-empty__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:rgba(0,0,0,0);color:#6d7c41;border:1.5px solid #6d7c41;font-size:.875rem;font-weight:600;border-radius:12px;text-decoration:none;transition:background 150ms ease,color 150ms ease}.sub-empty__cta:hover{background:rgba(109,124,65,.08)}.sub-list{display:flex;flex-direction:column;gap:.75rem}.sub-list__card{display:block;text-decoration:none;color:inherit;padding:1.25rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px;position:relative;transition:border-color 150ms ease,box-shadow 150ms ease}.sub-list__card:hover{border-color:#e5e5e0;box-shadow:0 12px 28px rgba(26,26,26,.12)}.sub-list__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.sub-list__kitchen{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a}.sub-list__info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.sub-list__dot{width:3px;height:3px;border-radius:9999px;background:#9ca3af}.sub-list__next{margin-top:.75rem;font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:6px}.sub-list__next i{color:#6d7c41}.sub-list__arrow{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:.75rem}.sub-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.sub-header__top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.sub-header__title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.sub-header__next{font-size:.75rem;color:#6b7280;font-weight:500;display:inline-flex;align-items:center;gap:4px;margin-left:.5rem}.sub-header__next i{font-size:11px}.sub-header__stat-value{font-weight:600;color:#1a1a1a}.sub-header__streak{font-size:.75rem;font-weight:600;color:#e25822;display:inline-flex;align-items:center;gap:3px;background:rgba(226,88,34,.08);padding:3px 10px;border-radius:9999px}.sub-header__actions{display:flex;gap:.5rem;flex-wrap:wrap}.sub-header__action{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-size:.75rem;font-weight:500;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;transition:all 150ms ease}.sub-header__action:hover{border-color:hsl(60,8.7719298246%,78.8235294118%);color:#1a1a1a}.sub-header__action--cancel{color:#dc2626;border-color:rgba(220,38,38,.25)}.sub-header__action--cancel:hover{background:rgba(220,38,38,.05);border-color:rgba(220,38,38,.4)}.sub-header__action--resume{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.sub-header__action--resume:hover{background:rgb(64.25,64.25,64.25)}.sub-header__action--skip{color:#6b7280}.sub-header__action--skip:hover{color:#1a1a1a;border-color:hsl(60,8.7719298246%,78.8235294118%)}.sub-header__action--moveup{color:#3b82f6;border-color:rgba(59,130,246,.3)}.sub-header__action--moveup:hover{background:rgba(59,130,246,.05);border-color:rgba(59,130,246,.5)}.sub-delivery{background:#fff;border:1px solid #f0f0eb;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.sub-delivery--empty{text-align:center;padding:2.5rem 1.5rem}.sub-delivery--empty .sub-delivery__actions{justify-content:center;margin-top:1rem}.sub-delivery__empty-icon{font-size:36px;color:#9ca3af;margin-bottom:.75rem}.sub-delivery__empty-text{font-size:.875rem;color:#6b7280;max-width:380px;margin:0 auto .5rem}.sub-delivery__empty-date{font-size:.75rem;color:#9ca3af}.sub-delivery__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #f0f0eb;flex-wrap:wrap;gap:.75rem}.sub-delivery__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}.sub-delivery__date{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:6px}.sub-delivery__date i{color:#6d7c41}.sub-delivery__cutoff{font-size:.75rem;color:#d97706;display:flex;align-items:center;gap:6px;padding:4px 10px;background:rgba(217,119,6,.08);border-radius:4px;font-weight:500}.sub-delivery__confirmed-badge{display:flex;align-items:center;gap:8px;padding:.75rem 1.25rem;background:rgba(5,150,105,.06);color:#059669;font-size:.875rem;font-weight:500;border-bottom:1px solid #f0f0eb}.sub-delivery__info-banner{display:flex;align-items:flex-start;gap:10px;padding:.75rem 1.25rem;background:rgba(109,124,65,.05);border-left:3px solid #6d7c41;font-size:.875rem;color:#6b7280;line-height:1.5;transition:opacity .25s ease,max-height .3s ease}.sub-delivery__info-banner>i{color:#6d7c41;font-size:.875rem;margin-top:2px;flex-shrink:0}.sub-delivery__info-banner p{flex:1;margin:0}.sub-delivery__info-banner p strong{color:#1a1a1a}.sub-delivery__info-close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);color:#9ca3af;font-size:.75rem;cursor:pointer;border-radius:9999px;transition:background 150ms ease,color 150ms ease}.sub-delivery__info-close:hover{background:rgba(0,0,0,.06);color:#6b7280}.sub-delivery__meals{padding:.5rem 0}.sub-delivery__summary-free{color:#059669;font-weight:600}.sub-delivery__summary-pct{color:#059669;font-weight:500;font-size:.75rem}.sub-delivery__summary{padding:1rem 1.25rem;border-top:1px solid #f0f0eb;background:#f8fafc}.sub-delivery__summary-line{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:.875rem;color:#6b7280}.sub-delivery__summary-line--discount{color:#059669}.sub-delivery__summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #f0f0eb;font-size:1rem;font-weight:700;color:#1a1a1a}.sub-delivery__actions{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #f0f0eb;flex-wrap:wrap}.sub-delivery__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all 150ms ease}.sub-delivery__btn--confirm{background:#1a1a1a;color:#fff;flex:1;justify-content:center;padding:12px 24px}.sub-delivery__btn--confirm:hover{background:rgb(64.25,64.25,64.25)}.sub-delivery__btn--skip{background:#fafaf8;color:#6b7280}.sub-delivery__btn--skip:hover{background:rgb(241.5,241.5,236.1)}.sub-delivery__btn--add{background:rgba(0,0,0,0);color:#059669;border:1px solid #059669}.sub-delivery__btn--add:hover{background:rgba(5,150,105,.06)}.sub-delivery__btn-bonus{font-size:.75rem;padding:2px 8px;background:hsla(0,0%,100%,.2);border-radius:4px}.sub-delivery__skip-group{display:flex;align-items:stretch;gap:0}.sub-delivery__skip-select{padding:0 8px;font-size:.75rem;font-weight:500;border:1px solid #e5e5e0;border-left:0;border-radius:0 8px 8px 0;background:#fff;color:#1a1a1a;cursor:pointer;appearance:auto}.sub-delivery__btn--skip{border-radius:8px 0 0 8px}.sub-points-avail{font-size:.75rem;color:#6b7280;font-weight:400;margin-left:4px}.sub-points-value{display:inline-flex;align-items:center;gap:6px}.sub-points-edit{background:none;border:none;padding:0;cursor:pointer;color:#6b7280;font-size:.75rem;line-height:1;transition:color .15s}.sub-points-edit:hover{color:#1a1a1a}.sub-meal-group__label{padding:.5rem 1.25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;border-top:1px solid #f0f0eb;background:#f8fafc}.sub-meal-group:first-child .sub-meal-group__label{border-top:none}.sub-meals-empty{text-align:center;padding:2.5rem 1.5rem}.sub-meals-empty__icon{font-size:2rem;color:#9ca3af;margin-bottom:.75rem}.sub-meals-empty__title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.sub-meals-empty__desc{font-size:.85rem;color:#9ca3af;margin:0}.sub-meals-empty__populate{display:inline-flex;align-items:center;gap:6px;margin-top:1rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;color:#fff;background:#6d7c41;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s}.sub-meals-empty__populate:hover{opacity:.9}.sub-meals-empty__populate:disabled{opacity:.5;cursor:not-allowed}.sub-meal{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:background 150ms ease;cursor:pointer}.sub-meal:hover{background:rgba(0,0,0,.02)}.sub-meal:not(:last-child){border-bottom:1px solid #f0f0eb}.sub-meal__img{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#fafaf8;display:flex;align-items:center;justify-content:center}.sub-meal__img img{width:100%;height:100%;object-fit:cover}.sub-meal__img>i{font-size:18px;color:#9ca3af}.sub-meal__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sub-meal__name{font-size:.875rem;font-weight:500;color:#1a1a1a}.sub-meal__side{font-size:.75rem;color:#6b7280}.sub-meal__stock{font-size:.7rem;font-weight:600;color:#9ca3af;margin-top:1px}.sub-meal__stock--low{color:#d97706}.sub-meal__stock--critical{color:#dc2626}.sub-meal__stock--last{color:#6d7c41}.sub-meal__controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sub-meal__qty{display:flex;align-items:center;gap:0;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden}.sub-meal__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#6b7280;background:#fafaf8;border:none;cursor:pointer;transition:all 150ms ease}.sub-meal__qty-btn:hover{background:rgb(239.375,239.375,233.125);color:#1a1a1a}.sub-meal__qty-val{width:32px;text-align:center;font-size:.875rem;font-weight:600;color:#1a1a1a;background:#fff}.sub-meal__price{font-size:.875rem;font-weight:600;color:#1a1a1a;min-width:50px;text-align:right}.sub-meal__swap{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #f0f0eb;border-radius:8px;background:#fff;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all 150ms ease}.sub-meal__swap:hover{border-color:#6d7c41;color:#6d7c41;background:rgba(109,124,65,.04)}.sub-settings{background:#fff;border:1px solid #f0f0eb;border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.sub-settings__row{display:flex;align-items:center;padding:.75rem 1.25rem}.sub-settings__row:not(:last-child){border-bottom:1px solid #f0f0eb}@media(max-width: 767px){.sub-settings__row{flex-direction:column;align-items:flex-start;gap:.25rem}}.sub-settings__label{font-size:.75rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;min-width:140px;flex-shrink:0;display:flex;align-items:center;gap:8px}.sub-settings__label i{font-size:.875rem;color:#6b7280;width:16px;text-align:center}.sub-settings__value-group{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.sub-settings__value{font-size:.875rem;font-weight:400;color:#1a1a1a;display:flex;align-items:center;gap:6px;line-height:1.5}.sub-settings__value--muted{color:#9ca3af}.sub-settings__value strong{font-weight:600}.sub-settings__phone{font-size:.75rem;color:#6b7280}.sub-settings__phone i{margin-right:3px}.sub-settings__edit{font-size:.875rem;color:#9ca3af;background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:4px;transition:color 150ms ease;flex-shrink:0}.sub-settings__edit:hover{color:#6d7c41}.sub-settings__select{width:100%;padding:8px 12px;font-size:.875rem;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#1a1a1a;margin-bottom:.75rem;appearance:auto}.sub-settings__edit-actions{display:flex;gap:.5rem}.sub-settings__save{padding:6px 16px;font-size:.75rem;font-weight:600;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease}.sub-settings__save:hover{background:rgb(64.25,64.25,64.25)}.sub-settings__save:disabled{opacity:.5;cursor:not-allowed}.sub-settings__cancel{padding:6px 16px;font-size:.75rem;font-weight:500;background:#fafaf8;color:#6b7280;border:none;border-radius:8px;cursor:pointer}.sub-settings__cancel:hover{background:rgb(241.5,241.5,236.1)}.sub-settings__add-new{display:inline-flex;align-items:center;gap:6px;padding:6px 0;font-size:.75rem;font-weight:500;color:#6d7c41;background:none;border:none;cursor:pointer;margin-bottom:.75rem}.sub-settings__add-new:hover{text-decoration:underline}.sub-settings__add-new:disabled{opacity:.5;cursor:not-allowed}.sub-settings__stripe-el{padding:.75rem;border:1px solid #e5e5e0;border-radius:8px;background:#fff;margin-bottom:.75rem;min-height:44px}.sub-settings__stripe-error{font-size:.75rem;color:#dc2626;margin-bottom:.75rem}.sub-settings__stripe-error:empty{display:none}.sub-settings__loading{padding:.75rem;font-size:.875rem;color:#6b7280}.sub-settings__loading i{margin-right:6px}.sub-settings__help-text{font-size:.75rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.sub-prefs--embedded{margin-top:0;border:none;border-radius:0;padding:1rem 1.25rem}.sub-actions{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.sub-actions__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;border-radius:8px;border:1px solid #e5e5e0;background:#fff;cursor:pointer;transition:all 150ms ease}.sub-actions__btn--pause{color:#d97706;border-color:rgba(217,119,6,.3)}.sub-actions__btn--pause:hover{background:rgba(217,119,6,.06)}.sub-actions__btn--resume{color:#059669;border-color:rgba(5,150,105,.3)}.sub-actions__btn--resume:hover{background:rgba(5,150,105,.06)}.sub-actions__btn--cancel{color:#dc2626;border-color:rgba(220,38,38,.3)}.sub-actions__btn--cancel:hover{background:rgba(220,38,38,.06)}.sub-actions__btn--skip{color:#1a1a1a;border-color:#e5e5e0;background:#6d7c41;color:#fff;border-color:#6d7c41}.sub-actions__btn--skip:hover{background:rgb(85.4698412698,97.2317460317,50.9682539683)}.sub-skip-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.sub-skip-modal{background:#fff;border-radius:16px;padding:2rem 1.5rem;max-width:460px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.18)}@media(max-width: 480px){.sub-skip-modal{padding:1.25rem 1rem;border-radius:12px}}.sub-skip-modal__header{display:flex;align-items:flex-start;gap:14px;margin-bottom:1rem}.sub-skip-modal__icon-wrap{width:40px;height:40px;border-radius:8px;background:rgba(109,124,65,.08);color:#6d7c41;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.sub-skip-modal__title{font-size:1.25rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.3}.sub-skip-modal__subtitle{font-size:.75rem;color:#6b7280;margin:4px 0 0;line-height:1.4}.sub-skip-modal__desc{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0 0 1.25rem}.sub-skip-modal__grid{display:flex;flex-direction:column;gap:10px;margin-bottom:1.25rem}.sub-skip-modal__card{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border:1.5px solid #f0f0eb;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left}.sub-skip-modal__card:hover{border-color:#6d7c41;background:rgba(109,124,65,.03);box-shadow:0 2px 8px rgba(109,124,65,.08)}.sub-skip-modal__card:disabled{opacity:.5;cursor:wait;pointer-events:none}.sub-skip-modal__card-top{display:flex;align-items:center;gap:12px}.sub-skip-modal__card-num{width:32px;height:32px;border-radius:50%;background:rgba(109,124,65,.08);color:#6d7c41;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sub-skip-modal__card-label{font-size:.875rem;font-weight:600;color:#1a1a1a}.sub-skip-modal__card-bottom{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:6px;flex-shrink:0}.sub-skip-modal__card-bottom i{font-size:11px}.sub-skip-modal__footer{text-align:center}.sub-skip-modal__cancel{padding:10px 28px;font-size:.875rem;font-weight:500;background:rgba(0,0,0,0);color:#6b7280;border:1px solid #f0f0eb;border-radius:8px;cursor:pointer;transition:all 150ms ease}.sub-skip-modal__cancel:hover{border-color:#6b7280;color:#1a1a1a}.sub-skip-modal__icon-wrap--moveup{background:rgba(59,130,246,.08);color:#3b82f6}.sub-skip-modal__card--moveup:hover{border-color:#3b82f6;background:rgba(59,130,246,.03);box-shadow:0 2px 8px rgba(59,130,246,.08)}.sub-skip-modal__card-num--moveup{background:rgba(59,130,246,.08);color:#3b82f6}.sub-winback{text-align:center;padding:2.5rem 1.5rem;background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;margin-bottom:1.5rem}.sub-winback__icon{font-size:28px;color:#9ca3af;margin-bottom:.75rem}.sub-winback__text{font-size:.875rem;color:#6b7280;line-height:1.6;max-width:400px;margin:0 auto 1.25rem}.sub-winback__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem}.sub-winback__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;font-size:.875rem;font-weight:600;color:#fff;background:#6d7c41;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background 150ms ease}.sub-winback__cta:hover{background:#4a5530}.sub-winback__link{font-size:.75rem;color:#9ca3af;text-decoration:underline;text-underline-offset:2px}.sub-winback__link:hover{color:#6b7280}.sub-payment-required{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);border:1px solid #fde68a;border-radius:12px;margin-bottom:1.5rem}.sub-payment-required__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;font-size:20px;color:#92400e}.sub-payment-required__content{flex:1;min-width:0}.sub-payment-required__title{font-size:.9375rem;font-weight:700;color:#92400e;margin:0 0 4px}.sub-payment-required__text{font-size:.8125rem;color:#a16207;line-height:1.55;margin:0}.sub-payment-required__cta{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;padding:10px 22px;font-size:.8125rem;font-weight:600;color:#fff;background:#92400e;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background 150ms ease}.sub-payment-required__cta:hover{background:#78350f}@media(max-width: 640px){.sub-payment-required{flex-direction:column;text-align:center;padding:1.5rem 1.25rem}.sub-payment-required__icon{margin:0 auto}.sub-payment-required__cta{width:100%;justify-content:center}}.sub-orders{margin-bottom:1.5rem}.sub-orders__title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.sub-orders__table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e5e5e0;border-radius:12px;overflow:hidden;font-size:.875rem}.sub-orders__table thead th{padding:10px 16px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#fafafa;border-bottom:1px solid #e5e5e0;text-align:left;white-space:nowrap}.sub-orders__table tbody tr{transition:background .12s}.sub-orders__table tbody tr:hover{background:#fafafa}.sub-orders__table tbody td{padding:12px 16px;border-bottom:1px solid #e5e5e0;vertical-align:middle;color:#1a1a1a}.sub-orders__table tbody tr:last-child td{border-bottom:0}@media(max-width: 640px){.sub-orders__table{font-size:.8125rem}.sub-orders__table thead{display:none}.sub-orders__table tbody,.sub-orders__table tr,.sub-orders__table td{display:block}.sub-orders__table tbody tr{padding:.75rem 1rem;border-bottom:1px solid #e5e5e0}.sub-orders__table tbody tr:last-child{border-bottom:0}.sub-orders__table tbody td{padding:2px 0;border-bottom:0}.sub-orders__table tbody td:before{content:attr(data-label);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-right:.5rem}}.sub-orders__th--right{text-align:right !important}.sub-orders__td--right{text-align:right}.sub-orders__td--muted{color:#6b7280}.sub-orders__link{font-weight:600;color:#1a1a1a;text-decoration:none}.sub-orders__link:hover{color:#6d7c41}.sub-orders__badge{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:999px}.sub-orders__badge--success{background:#dcfce7;color:#166534}.sub-orders__badge--info{background:#dbeafe;color:#1e40af}.sub-orders__badge--purple{background:#ede9fe;color:#5b21b6}.sub-orders__badge--danger{background:#fee2e2;color:#991b1b}.sub-orders__badge--neutral{background:#fafaf8;color:#6b7280}.sub-orders__view-btn{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:500;color:#6b7280;text-decoration:none;transition:color .15s;white-space:nowrap}.sub-orders__view-btn:hover{color:#6d7c41}.sub-orders__view-btn i{font-size:.75rem}.sub-activity{margin-bottom:1.5rem}.sub-activity__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.sub-activity__list{background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden}.sub-activity__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem}.sub-activity__item:not(:last-child){border-bottom:1px solid #f0f0eb}.sub-activity__icon{width:32px;height:32px;border-radius:9999px;background:#fafaf8;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;color:#6b7280}.sub-activity__content{flex:1;min-width:0}.sub-activity__label{font-size:.875rem;color:#1a1a1a;font-weight:500;display:block}.sub-activity__detail{font-size:.75rem;color:#6b7280;display:block;margin-top:1px}.sub-activity__date{font-size:.75rem;color:#9ca3af;display:block;margin-top:1px;flex-shrink:0}.sub-activity__item--new{opacity:0;transform:translateY(-8px);animation:activitySlideIn .3s ease forwards}.sub-activity__item--hidden{display:none !important}.sub-activity__show-more{display:block;width:100%;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:#6d7c41;background:#fff;border:1px solid #f0f0eb;border-top:none;border-radius:0 0 12px 12px;cursor:pointer;text-align:center;transition:background 150ms ease,color 150ms ease}.sub-activity__show-more:hover{background:rgba(109,124,65,.04)}.sub-activity__show-more-count{font-weight:400;color:#9ca3af}.sub-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;box-shadow:0 24px 48px rgba(0,0,0,.2);animation:subModalSlideUp .2s ease-out}.sub-modal--wide{max-width:720px}@media(max-width: 600px){.sub-modal--wide{border-radius:12px}}.sub-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}@media(max-width: 600px){.sub-modal__overlay{padding:.5rem}}.sub-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0eb}@media(max-width: 600px){.sub-modal__header{padding:.75rem}}.sub-modal__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}@media(max-width: 600px){.sub-modal__title{font-size:.875rem}}.sub-modal__close{width:28px;height:28px;border-radius:9999px;background:#fafaf8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.75rem;transition:background 150ms ease}.sub-modal__close:hover{background:rgb(239.375,239.375,233.125)}.sub-modal__body{padding:1.25rem}.sub-modal__body--prefs{padding:1rem 1.25rem;max-height:65vh;overflow-y:auto}.sub-modal__body--prefs .sub-prefs--embedded{border:none;padding:0;margin:0}@media(max-width: 600px){.sub-modal__body--prefs{padding:.5rem .75rem}}.sub-modal__select{width:100%;padding:10px 14px;font-size:.875rem;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#1a1a1a;appearance:auto;margin-bottom:.5rem}.sub-modal__addr-search{position:relative;margin-bottom:.75rem}.sub-modal__addr-search i{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:.75rem;color:#6b7280;pointer-events:none}.sub-modal__addr-search input{width:100%;padding:9px 12px 9px 32px;font-size:.875rem;border:1px solid #e5e5e0;border-radius:8px;background:#fafaf8;color:#1a1a1a;outline:none;transition:border-color 150ms ease}.sub-modal__addr-search input::placeholder{color:#6b7280}.sub-modal__addr-search input:focus{border-color:#6d7c41}.sub-modal__addr-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;max-height:320px;overflow-y:auto}.sub-modal__addr-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1px solid #e5e5e0;border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.sub-modal__addr-option input[type=radio]{display:none}.sub-modal__addr-option:hover{border-color:#6d7c41;background:rgba(109,124,65,.02)}.sub-modal__addr-option--selected{border-color:#6d7c41;background:rgba(109,124,65,.04)}.sub-modal__addr-option--selected .sub-modal__addr-check{opacity:1;color:#6d7c41}.sub-modal__addr-detail{flex:1;display:flex;flex-direction:column;gap:2px;font-size:.875rem;color:#1a1a1a;line-height:1.45}.sub-modal__addr-detail strong{font-weight:600}.sub-modal__addr-phone{font-size:.75rem;color:#6b7280;margin-top:2px}.sub-modal__addr-phone i{margin-right:3px;font-size:.65rem}.sub-modal__addr-check{font-size:1rem;opacity:0;transition:opacity .15s;margin-top:2px;flex-shrink:0}.sub-modal__link{display:inline-flex;align-items:center;gap:6px;padding:6px 0;font-size:.75rem;font-weight:500;color:#6d7c41;background:none;border:none;cursor:pointer}.sub-modal__link:hover{text-decoration:underline}.sub-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid #f0f0eb}@media(max-width: 600px){.sub-modal__footer{padding:.75rem}}.sub-modal__btn-cancel{padding:8px 18px;font-size:.875rem;font-weight:500;background:#fafaf8;color:#6b7280;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease}.sub-modal__btn-cancel:hover{background:rgb(241.5,241.5,236.1)}.sub-modal__btn-save{padding:8px 22px;font-size:.875rem;font-weight:600;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease}.sub-modal__btn-save:hover{background:rgb(64.25,64.25,64.25)}.sub-modal__btn-save:disabled{opacity:.5;cursor:not-allowed}.sub-card-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:0 24px 48px rgba(0,0,0,.2);animation:subModalSlideUp .2s ease-out}.sub-card-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.sub-card-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb}.sub-card-modal__title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.sub-card-modal__close{width:32px;height:32px;border-radius:9999px;background:#fafaf8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background 150ms ease}.sub-card-modal__close:hover{background:rgb(239.375,239.375,233.125)}.sub-card-modal__body{padding:1.5rem}.sub-card-modal__stripe-el{padding:.75rem;border:1px solid #e5e5e0;border-radius:8px;background:#fff;min-height:44px}.sub-card-modal__error{font-size:.75rem;color:#dc2626;margin-top:.5rem}.sub-card-modal__error:empty{display:none}.sub-card-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #f0f0eb}.sub-card-modal__cancel{padding:10px 20px;font-size:.875rem;font-weight:500;background:#fafaf8;color:#6b7280;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease}.sub-card-modal__cancel:hover{background:rgb(241.5,241.5,236.1)}.sub-card-modal__save{padding:10px 24px;font-size:.875rem;font-weight:600;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease}.sub-card-modal__save:hover{background:rgb(64.25,64.25,64.25)}.sub-card-modal__save:disabled{opacity:.5;cursor:not-allowed}.sub-swap-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.sub-swap-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 12px 32px rgba(0,0,0,.12)}.sub-swap-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #f0f0eb;flex-shrink:0}.sub-swap-modal__title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.sub-swap-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#fafaf8;border:none;cursor:pointer;color:#6b7280;font-size:.875rem;transition:all 150ms ease}.sub-swap-modal__close:hover{background:rgb(239.375,239.375,233.125);color:#1a1a1a}.sub-swap-modal__search{display:flex;align-items:center;gap:8px;padding:.75rem 1.25rem;border-bottom:1px solid #f0f0eb;flex-shrink:0}.sub-swap-modal__search i{color:#9ca3af;font-size:.875rem}.sub-swap-modal__search input{flex:1;border:none;outline:none;font-size:.875rem;color:#1a1a1a;background:rgba(0,0,0,0)}.sub-swap-modal__search input::placeholder{color:#9ca3af}.sub-swap-modal__body{overflow-y:auto;flex:1;padding:.5rem 0}.sub-swap-modal__loading{text-align:center;padding:2.5rem;color:#9ca3af;font-size:.875rem}.sub-swap-modal__empty{text-align:center;padding:2.5rem;color:#9ca3af;font-size:.875rem}.sub-swap-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;color:inherit;transition:background 150ms ease}.sub-swap-item:not(:last-child){border-bottom:1px solid #f0f0eb}.sub-swap-item:hover{background:#fafaf8}.sub-swap-item.is-loading{opacity:.5;pointer-events:none}.sub-swap-item__img{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#fafaf8;display:flex;align-items:center;justify-content:center}.sub-swap-item__img img{width:100%;height:100%;object-fit:cover}.sub-swap-item__img i{font-size:16px;color:#9ca3af}.sub-swap-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sub-swap-item__name{font-size:.875rem;font-weight:500;color:#1a1a1a}.sub-swap-item__meta{font-size:.75rem;color:#6b7280}.sub-swap-item__price{font-size:.875rem;font-weight:600;color:#1a1a1a;flex-shrink:0}.sub-confirm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1001;display:flex;align-items:center;justify-content:center;padding:1rem}.sub-confirm-modal{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:420px;text-align:center;box-shadow:0 12px 32px rgba(0,0,0,.12)}.sub-confirm-modal__icon{font-size:36px;color:#6b7280;margin-bottom:1rem}.sub-confirm-modal__title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.sub-confirm-modal__desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 1.5rem}.sub-confirm-modal__actions{display:flex;gap:.75rem;justify-content:center}.sub-confirm-modal__btn{padding:10px 24px;font-size:.875rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all 150ms ease}.sub-confirm-modal__btn--cancel{background:#fafaf8;color:#6b7280}.sub-confirm-modal__btn--cancel:hover{background:rgb(241.5,241.5,236.1)}.sub-confirm-modal__btn--confirm{background:#1a1a1a;color:#fff}.sub-confirm-modal__btn--confirm:hover{background:rgb(64.25,64.25,64.25)}.sub-confirm-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed}.sub-confirm-modal__btn--danger{background:#dc2626;color:#fff}.sub-confirm-modal__btn--danger:hover{background:hsl(0,72.2222222222%,42.5882352941%)}@media(max-width: 767px){.sub-header__meta{flex-direction:column;gap:.5rem}.sub-header__stat{flex-direction:row;justify-content:space-between;min-width:0}.sub-meal{position:relative;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem}.sub-meal__controls{width:100%;justify-content:space-between;margin-top:.25rem;padding-left:68px}.sub-meal__swap{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.sub-delivery__actions{flex-direction:column}.sub-delivery__skip-group{width:100%}.sub-delivery__btn{width:100%;justify-content:center}.sub-delivery__btn--skip{flex:1}.sub-pref-group__chips{gap:6px}.sub-settings__grid{grid-template-columns:1fr}.sub-actions{flex-direction:column}.sub-actions__btn{width:100%;justify-content:center}.sub-activity__content{flex-direction:column;align-items:flex-start;gap:2px}}.sub-day-modal__overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);padding:1rem}.sub-day-modal{background:#fff;border-radius:16px;max-width:420px;width:100%;padding:2rem 1.5rem 1.5rem;text-align:center;box-shadow:0 24px 48px rgba(0,0,0,.15);animation:subDayModalIn .25s ease-out}.sub-day-modal__icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fef3c7;color:#d97706;font-size:1.4rem}.sub-day-modal__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.sub-day-modal__desc{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0 0 1.25rem}.sub-day-modal__days{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.sub-day-modal__day{padding:10px 20px;border-radius:8px;border:2px solid #f0f0eb;background:#fff;font-size:.875rem;font-weight:600;color:#1a1a1a;cursor:pointer;transition:all .15s ease}.sub-day-modal__day:hover{border-color:#1a1a1a;background:#f8fafc}.sub-day-modal__day--selected{border-color:#6d7c41;background:rgba(109,124,65,.08);color:#6d7c41}.sub-day-modal__save{display:block;width:100%;padding:12px;border:none;border-radius:8px;background:#1a1a1a;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:opacity .15s;margin-bottom:.5rem}.sub-day-modal__save:hover{opacity:.85}.sub-day-modal__save:disabled{opacity:.5;cursor:wait}.sub-day-modal__dismiss{display:block;width:100%;padding:10px;border:none;background:rgba(0,0,0,0);color:#9ca3af;font-size:.75rem;cursor:pointer;transition:color .15s}.sub-day-modal__dismiss:hover{color:#1a1a1a}@keyframes subDayModalIn{from{opacity:0;transform:scale(0.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes activitySlideIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sub-delivery--paused .sub-delivery__header{opacity:.5}.sub-delivery__paused-notice{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.25rem;gap:1rem}.sub-delivery__paused-icon{width:56px;height:56px;border-radius:9999px;background:rgba(217,119,6,.08);color:#d97706;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.sub-delivery__paused-text{font-size:.875rem;color:#6b7280;line-height:1.5;max-width:380px;margin:0}.sub-delivery__btn--resume{background:#6d7c41;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background 150ms ease}.sub-delivery__btn--resume:hover{background:rgb(85.4698412698,97.2317460317,50.9682539683)}.sub-delivery--overstock{border-color:#f59e0b;border-width:2px}.sub-delivery__reservation-timer{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;background:rgba(245,158,11,.1);color:#b45309;font-size:.875rem;font-weight:600;white-space:nowrap}.sub-delivery__reservation-timer.is-warning{background:rgba(239,68,68,.1);color:#dc2626}.sub-delivery__reservation-timer.is-expired{background:rgba(239,68,68,.15);color:#dc2626;opacity:.7}.sub-delivery__overstock-banner{display:flex;align-items:flex-start;gap:10px;padding:.75rem 1.25rem;background:rgba(245,158,11,.07);border-left:3px solid #f59e0b;font-size:.875rem;color:#6b7280;line-height:1.5}.sub-delivery__overstock-banner>i{color:#f59e0b;font-size:1rem;margin-top:2px;flex-shrink:0}.sub-delivery__overstock-banner p{flex:1;margin:0}.sub-delivery__overstock-banner p strong{color:#1a1a1a}.sub-delivery__shortage-banner{display:flex;align-items:flex-start;gap:10px;padding:.75rem 1.25rem;background:rgba(26,26,26,.03);border-left:3px solid #e5e5e0;font-size:.875rem;color:#6b7280;line-height:1.5}.sub-delivery__shortage-banner>i{color:#d97706;font-size:.875rem;margin-top:2px;flex-shrink:0}.sub-delivery__shortage-banner p{flex:1;margin:0}.sub-delivery__shortage-banner p strong{color:#6b7280}.sub-delivery__btn--confirm-overstock{background:#6d7c41;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background 150ms ease;flex:1;justify-content:center}.sub-delivery__btn--confirm-overstock:hover{background:#4a5530}.sub-delivery__btn--skip-overstock{background:rgba(0,0,0,0);color:#b45309;border:1px solid #d97706;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background 150ms ease,color 150ms ease}.sub-delivery__btn--skip-overstock:hover{background:rgba(245,158,11,.08);color:#92400e}.sub-delivery__btn--clear{background:rgba(0,0,0,0);color:#dc2626;border:1px solid #dc2626;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background 150ms ease,color 150ms ease}.sub-delivery__btn--clear:hover{background:rgba(220,38,38,.06);color:#991b1b}.sub-delivery__btn--repopulate{background:rgba(0,0,0,0);color:#2563eb;border:1px solid #2563eb;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background 150ms ease,color 150ms ease}.sub-delivery__btn--repopulate:hover{background:rgba(37,99,235,.06);color:#1d4ed8}.sub-delivery__btn--send-preview{background:rgba(0,0,0,0);color:#6d7c41;border:1px solid #6d7c41;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background 150ms ease,color 150ms ease}.sub-delivery__btn--send-preview:hover{background:rgba(109,124,65,.06);color:#4a5530}.sub-swal-popup{border-radius:16px !important;padding:32px 28px 24px !important;max-width:400px !important;box-shadow:0 25px 50px -12px rgba(0,0,0,.2) !important}.sub-swal-popup .swal2-html-container{margin:0 !important;padding:0 !important}.sub-swal-popup .swal2-icon{display:none !important}.sub-swal-popup .swal2-close{color:#9ca3af !important;font-size:22px !important;top:12px !important;right:14px !important}.sub-swal-popup .swal2-close:hover{color:#1a1a1a !important}.sub-swal-popup .swal2-actions{margin-top:4px !important;padding:0 !important}.sub-swal-btn{border-radius:8px !important;font-size:.875rem !important;font-weight:600 !important;padding:10px 28px !important;letter-spacing:.01em !important}.sub-swal-enter{animation:subSwalSlideIn .25s cubic-bezier(0.16, 1, 0.3, 1) !important}@keyframes subSwalSlideIn{from{opacity:0;transform:scale(0.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.sub-swal{text-align:center}.sub-swal__icon{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 16px}.sub-swal__title{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.3}.sub-swal__text{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0 auto;max-width:320px}.sub-swal__text strong{color:#1a1a1a;font-weight:600}.sub-swal-points{text-align:left;margin-top:20px;padding-top:20px;border-top:1px solid #f0f0eb}.sub-swal-points__label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.sub-swal-points__input-wrap{display:flex;align-items:center;border:1px solid #e5e5e0;border-radius:8px;overflow:hidden;transition:border-color .15s}.sub-swal-points__input-wrap:focus-within{border-color:#6d7c41}.sub-swal-points__prefix{padding:10px 0 10px 14px;font-size:16px;font-weight:600;color:#6b7280;user-select:none}.sub-swal-points__input{flex:1;padding:10px 8px;border:none;font-size:16px;min-width:0;background:rgba(0,0,0,0);color:#1a1a1a}.sub-swal-points__input:focus{outline:none}.sub-swal-points__input::placeholder{color:#9ca3af}.sub-swal-points__max{padding:6px 12px;margin:4px 4px 4px 0;font-size:.75rem;font-weight:600;background:#fafaf8;color:#6b7280;border:1px solid #f0f0eb;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.sub-swal-points__max:hover{background:rgb(241.5,241.5,236.1);color:#1a1a1a}.sub-swal-points__remove{display:inline-flex;align-items:center;gap:4px;margin-top:12px;padding:0;background:none;border:none;font-size:.75rem;color:#6b7280;cursor:pointer;transition:color .15s}.sub-swal-points__remove:hover{color:#dc2626}.pts-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.pts-header__title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}@media(max-width: 767px){.pts-header__title{font-size:1.25rem}}.pts-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1rem;margin-bottom:2rem}@media(max-width: 767px){.pts-cards{grid-template-columns:1fr}}.pts-card{background:#fafaf8;border:1px solid #e5e5e0;border-radius:12px;padding:1.25rem}.pts-card--primary{background:#6d7c41;border-color:#6d7c41;color:#fff}.pts-card--primary .pts-card__label{color:hsla(0,0%,100%,.8)}.pts-card--primary .pts-card__value{color:#fff}.pts-card--primary .pts-card__sub{color:hsla(0,0%,100%,.7)}.pts-card--warning{background:#fff7ed;border-color:#fed7aa}.pts-card--warning .pts-card__label{color:#92400e}.pts-card--warning .pts-card__value{color:#b45309}.pts-card--warning .pts-card__sub{color:#92400e}.pts-card__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem}.pts-card__value{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#1a1a1a}.pts-card__sub{font-size:.8125rem;color:#9ca3af;margin-top:.25rem}.pts-info{display:flex;gap:1.5rem;background:#fafaf8;border:1px solid #e5e5e0;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem}@media(max-width: 767px){.pts-info{flex-direction:column;gap:1rem}}.pts-info__item{display:flex;align-items:center;gap:.75rem;flex:1}.pts-info__item i{font-size:1.25rem;color:#6d7c41;width:20px;text-align:center}.pts-info__item strong{display:block;font-size:.8125rem;font-weight:600;color:#1a1a1a}.pts-info__item span{font-size:.75rem;color:#6b7280}.pts-history__head{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.pts-history__title{font-family:"DM Sans",sans-serif;font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0}.pts-history__count{font-size:.875rem;color:#9ca3af}.pts-empty{text-align:center;padding:3rem 1.5rem}.pts-empty__icon{width:72px;height:72px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:9999px}.pts-empty__icon i{font-size:28px;color:#9ca3af}.pts-empty h3{font-family:"DM Sans",sans-serif;font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.pts-empty p{font-size:.875rem;color:#6b7280;margin:0 0 1.25rem}.pts-table-wrap{overflow-x:auto}.pts-table{width:100%;border-collapse:collapse;font-size:.875rem}.pts-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:.75rem 1rem;border-bottom:2px solid #e5e5e0}.pts-table td{padding:.875rem 1rem;border-bottom:1px solid #f0f0eb;color:#374151;vertical-align:middle}.pts-table tbody tr:hover{background:#fafaf8}.pts-table__right{text-align:right}.pts-table__date{white-space:nowrap;color:#6b7280}.pts-table__source{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pts-table__positive{color:#059669;font-weight:600}.pts-table__negative{color:#dc2626;font-weight:600}.pts-table__balance{font-weight:500;color:#1a1a1a}.pts-mobile-list{display:none}@media(max-width: 767px){.pts-mobile-list{display:block}}.pts-mobile-card{background:#fafaf8;border:1px solid #e5e5e0;border-radius:10px;padding:1rem;margin-bottom:.75rem}.pts-mobile-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pts-mobile-card__date{font-size:.75rem;color:#9ca3af}.pts-mobile-card__body{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.pts-mobile-card__source{font-size:.8125rem;color:#374151;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.75rem}.pts-mobile-card__amt{font-size:.9375rem;font-weight:600;white-space:nowrap}.pts-mobile-card__foot{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#9ca3af}.pts-table__expiry{white-space:nowrap}.pts-expiry{font-size:.75rem;color:#9ca3af}.pts-expiry--never{color:#6d7c41}.pts-expiry--soon{color:#d97706;font-weight:500}.pts-filters{display:flex;gap:.25rem;margin-bottom:1.25rem;background:#fafaf8;border-radius:8px;padding:3px;border:1px solid #f0f0eb;overflow-x:auto}.pts-filter{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;border:none;background:rgba(0,0,0,0);border-radius:6px;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms ease;white-space:nowrap;text-decoration:none}.pts-filter:hover:not(.is-active){color:#1a1a1a;background:rgba(0,0,0,.03)}.pts-filter.is-active{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.04)}.pts-filter__count{font-size:.75rem;color:#9ca3af;font-weight:400;min-width:18px;text-align:center}.is-active .pts-filter__count{color:#6b7280}.pts-filter--warning{color:#d97706}.pts-filter--warning.is-active{color:#d97706}@media(max-width: 767px){.pts-table-wrap{display:none}.pts-filter{padding:.5rem;font-size:.75rem}}.pts-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 0 .5rem}.pts-pagination__btn{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:#6d7c41;text-decoration:none;padding:.5rem 1rem;border:1px solid #e5e5e0;border-radius:8px;transition:background-color 150ms ease,border-color 150ms ease}.pts-pagination__btn:hover{background:#fafaf8;border-color:#6d7c41}.pts-pagination__info{font-size:.8125rem;color:#9ca3af}.mgc-buy-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#6d7c41;text-decoration:none;padding:.5rem 1rem;border:1px solid #6d7c41;border-radius:9999px;transition:all 150ms ease}.mgc-buy-link:hover{background:#6d7c41;color:#fff}.mgc-claim{margin-bottom:2rem;background:#f0f4e8;border:1px solid rgb(222,230.8,204.4);border-radius:12px;padding:1.25rem 1.5rem}.mgc-claim__inner{display:flex;flex-direction:column;gap:1rem}.mgc-claim__text{display:flex;align-items:center;gap:1rem}.mgc-claim__text strong{display:block;font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.mgc-claim__text span{font-size:.875rem;color:#6b7280}.mgc-claim__icon{font-size:1.5rem;color:#6d7c41;flex-shrink:0}.mgc-claim__form{display:flex;gap:.75rem}@media(max-width: 639px){.mgc-claim__form{flex-direction:column}}.mgc-claim__input{flex:1;padding:.75rem 1rem;font-size:1rem;font-family:"DM Mono","SF Mono",monospace;letter-spacing:.08em;border:1px solid #e5e5e0;border-radius:8px;background:#fff;transition:border-color 150ms ease}.mgc-claim__input:focus{outline:none;border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.1)}.mgc-claim__input::placeholder{color:#9ca3af;letter-spacing:.06em}.mgc-claim__btn{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:#6d7c41;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease;white-space:nowrap}.mgc-claim__btn:hover{background:#4a5530}.mgc-claim__btn:disabled{opacity:.6;cursor:not-allowed}.mgc-claim__msg{display:none;font-size:.875rem;padding:.5rem .75rem;border-radius:4px}.mgc-claim__msg--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.mgc-claim__msg--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.mgc-section{margin-bottom:2rem}.mgc-section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem}.mgc-section__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.mgc-section__count{font-size:.875rem;color:#9ca3af}.mgc-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.25rem}@media(max-width: 639px){.mgc-grid{grid-template-columns:1fr}}.mgc-card{background:linear-gradient(135deg, #4a5530 0%, #6d7c41 50%, #8a9a5b 100%);border-radius:16px;padding:1.25rem 1.5rem;color:#fff;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;transition:transform 150ms ease,box-shadow 150ms ease}.mgc-card::before{content:"";position:absolute;top:-30%;right:-20%;width:200px;height:200px;background:hsla(0,0%,100%,.05);border-radius:50%;pointer-events:none}.mgc-card::after{content:"";position:absolute;bottom:-40%;left:-10%;width:160px;height:160px;background:hsla(0,0%,100%,.03);border-radius:50%;pointer-events:none}.mgc-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.mgc-card--inactive{background:linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);opacity:.8}.mgc-card--inactive .mgc-card__progress-bar{background:hsla(0,0%,100%,.3)}.mgc-card__top{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.mgc-card__brand{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.9}.mgc-card__brand i{font-size:1rem}.mgc-card__code{display:flex;align-items:center;gap:.5rem;font-family:"DM Mono","SF Mono",monospace;font-size:.875rem;letter-spacing:.12em;opacity:.7;position:relative;z-index:1;margin:.75rem 0}.mgc-card__code.is-revealed{opacity:1}.mgc-card__code.is-revealed .mgc-card__masked{user-select:all;cursor:text}.mgc-card__masked{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mgc-card__reveal,.mgc-card__copy{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);color:hsla(0,0%,100%,.8);border-radius:4px;padding:3px 6px;cursor:pointer;font-size:.75rem;line-height:1;transition:all 150ms ease;flex-shrink:0}.mgc-card__reveal:hover,.mgc-card__copy:hover{background:hsla(0,0%,100%,.25);color:#fff}.mgc-card__balance{position:relative;z-index:1}.mgc-card__bal-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;opacity:.7;margin-bottom:2px}.mgc-card__bal-value{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700}.mgc-card__progress{height:4px;background:hsla(0,0%,100%,.2);border-radius:9999px;margin:.75rem 0 .5rem;position:relative;z-index:1}.mgc-card__progress-bar{height:100%;background:hsla(0,0%,100%,.7);border-radius:9999px;transition:width 250ms ease}.mgc-card__meta{display:flex;justify-content:space-between;font-size:.75rem;opacity:.65;position:relative;z-index:1}.mgc-card__from,.mgc-card__initial{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mgc-card__from{max-width:60%}.mgc-sent__name{display:block;font-weight:500;color:#1a1a1a}.mgc-sent__email{display:block;font-size:.75rem;color:#9ca3af}.notif-prefs-list{display:flex;flex-direction:column}.notif-grid-header{display:grid;grid-template-columns:1fr 56px 56px 56px;gap:.5rem;padding:.75rem 0;border-bottom:2px solid #e5e5e0;margin-bottom:.25rem}.notif-grid-header__type{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding-left:.25rem}.notif-grid-header__ch{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.625rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.3px}.notif-grid-header__ch i{font-size:.875rem}.notif-grid-row{display:grid;grid-template-columns:1fr 56px 56px 56px;gap:.5rem;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e5e0}.notif-grid-row:last-child{border-bottom:none}.notif-grid-row__type{display:flex;align-items:center;gap:.75rem}.notif-grid-row__ch{display:flex;justify-content:center;align-items:center}.notif-ch-na{color:#9ca3af;font-size:.875rem}.notif-pref-icon{width:36px;height:36px;border-radius:8px;background:rgba(109,124,65,.08);display:flex;align-items:center;justify-content:center;color:#6d7c41;font-size:.875rem;flex-shrink:0}.notif-pref-info{flex:1;min-width:0}.notif-pref-label{display:block;font-weight:600;font-size:.9375rem;color:#1a1a1a}.notif-pref-desc{display:block;font-size:.8125rem;color:#6b7280;margin-top:.25rem}.notif-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.notif-toggle__input{opacity:0;width:0;height:0}.notif-toggle__input:checked+.notif-toggle__slider{background:#6d7c41}.notif-toggle__input:checked+.notif-toggle__slider::before{transform:translateX(20px)}.notif-toggle__input:disabled+.notif-toggle__slider{opacity:.6;cursor:not-allowed}.notif-toggle__slider{position:absolute;inset:0;background:#ccc;border-radius:9999px;cursor:pointer;transition:background 150ms ease}.notif-toggle__slider::before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform 150ms ease}@media(max-width: 639px){.notif-grid-header{grid-template-columns:1fr 48px 48px 48px}.notif-grid-header__ch span{display:none}.notif-grid-row{grid-template-columns:1fr 48px 48px 48px}.notif-pref-desc{display:none}}.kitchen-qr-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem}.kitchen-qr-img{border:1px solid #e5e5e0;border-radius:12px}.kitchen-qr-countdown{display:flex;align-items:center;gap:.5rem;width:220px}.kitchen-qr-countdown__bar{flex:1;height:4px;background:#f0f0eb;border-radius:2px;overflow:hidden}.kitchen-qr-countdown__fill{height:100%;width:100%;background:#6d7c41;border-radius:2px;transition:width 1s linear}.kitchen-qr-countdown__label{font-size:12px;font-weight:500;color:#6b7280;min-width:28px;text-align:right;font-variant-numeric:tabular-nums}.kitchen-qr-success{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0}.kitchen-qr-success i{font-size:48px;color:#059669}.kitchen-qr-success strong{font-size:1rem;color:#1a1a1a}.kitchen-qr-success p{font-size:.875rem;color:#6b7280;margin:0}.kitchen-qr-success .btn{margin-top:.75rem}#acct-tab-kitchen .acct-card-header{padding:1.25rem 1.5rem .5rem}#acct-tab-kitchen .acct-card-body>.text-muted:first-child{margin-bottom:.5rem}.kitchen-info-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width: 768px){.kitchen-info-row{grid-template-columns:1fr}}.kitchen-profile-card .acct-card-body{padding:2rem 1.5rem}.kitchen-profile{display:flex;align-items:center;gap:1.25rem}.kitchen-profile__avatar{flex-shrink:0;width:64px;height:64px;border-radius:9999px;background:linear-gradient(135deg, #8a9a5b, #4a5530);color:#fff;font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.03em;box-shadow:0 4px 12px rgba(109,124,65,.2)}.kitchen-profile__info{min-width:0}.kitchen-profile__name{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;line-height:1.2;margin-bottom:.25rem}.kitchen-profile__role{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6d7c41;background:rgba(109,124,65,.08);padding:2px 10px;border-radius:9999px;margin-bottom:.5rem}.kitchen-profile__location{font-size:.875rem;color:#6b7280}.kitchen-profile__location i{font-size:11px;margin-right:2px;color:#9ca3af}.kitchen-pin-card .acct-card-body{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;min-height:140px}.kitchen-pin-visual{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.kitchen-pin-icon-wrap{width:52px;height:52px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:20px}.kitchen-pin-icon-wrap--set{background:rgba(5,150,105,.1);color:#059669}.kitchen-pin-icon-wrap--unset{background:rgba(107,114,128,.08);color:#6b7280}.kitchen-pin-icon-wrap--loading{background:rgba(107,114,128,.06);color:#9ca3af}.kitchen-pin-label{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:600;color:#1a1a1a}.kitchen-pin-state{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:2px 10px;border-radius:9999px}.kitchen-pin-state--on{background:rgba(5,150,105,.1);color:#059669}.kitchen-pin-state--off{background:rgba(217,119,6,.1);color:#d97706}.kitchen-pin-form{width:100%;max-width:260px;margin-top:1rem;text-align:center}.kitchen-pin-form .form-label{text-align:center;display:block;margin-bottom:.5rem}.kitchen-pin-input{font-size:1.5rem !important;letter-spacing:8px !important;text-align:center !important;padding:.75rem 1rem !important}.kitchen-pin-form-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem}.kitchen-badges-card .acct-card-body{padding-bottom:1rem}.kitchen-badges-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0 1rem;text-align:center}.kitchen-badges-empty i{font-size:32px;color:#e5e5e0}.kitchen-badges-empty p{font-size:.875rem;color:#9ca3af;margin:0}.kitchen-badges-grid{display:flex;flex-direction:column;gap:.75rem}.kitchen-badge-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fafaf8;border:1px solid #f0f0eb;border-radius:8px;transition:border-color 150ms ease}.kitchen-badge-item:hover{border-color:#e5e5e0}.kitchen-badge-item__icon{flex-shrink:0;width:40px;height:40px;border-radius:8px;background:rgba(109,124,65,.08);color:#6d7c41;display:flex;align-items:center;justify-content:center;font-size:16px}.kitchen-badge-item__body{flex:1;min-width:0}.kitchen-badge-item__label{font-size:.875rem;font-weight:500;color:#1a1a1a}.kitchen-badge-item__date{font-size:.75rem;color:#6b7280;margin-top:1px}.kitchen-badge-item__status{flex-shrink:0;font-size:11px;font-weight:600;color:#059669;background:rgba(5,150,105,.1);padding:2px 10px;border-radius:9999px}.mys-page{display:flex;flex-direction:column;gap:1.5rem}.mys-denied{text-align:center;padding:4rem 2rem}.mys-denied-icon{width:64px;height:64px;border-radius:50%;background:rgba(156,163,175,.06);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.mys-denied-icon i{font-size:24px;color:#9ca3af}.mys-denied-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.mys-denied-text{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.mys-denied-link{font-size:.875rem;font-weight:600;color:#6d7c41;text-decoration:none}.mys-denied-link:hover{text-decoration:underline}.mys-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.mys-page-header-left{flex:1;min-width:0}.mys-page-title{font-family:"DM Sans",sans-serif;font-size:1.625rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.02em;line-height:1.2}.mys-page-subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.mys-today-card{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.mys-today-day{font-size:.875rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.04em}.mys-today-date{font-size:.75rem;color:#6b7280}.mys-clock-card{background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative}.mys-clock-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#f0f0eb;transition:background .3s ease}.mys-clock-card--active{border-color:rgba(5,150,105,.2);box-shadow:0 0 0 1px rgba(5,150,105,.05),0 4px 24px rgba(5,150,105,.08)}.mys-clock-card--active::before{background:#059669}.mys-clock-card--off::before{background:#e5e5e0}.mys-clock-card--break{border-color:rgba(217,119,6,.2);box-shadow:0 0 0 1px rgba(217,119,6,.05),0 4px 24px rgba(217,119,6,.08)}.mys-clock-card--break::before{background:#d97706}.mys-clock-card-inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;gap:1.5rem;flex-wrap:wrap}.mys-clock-left{display:flex;align-items:center;gap:1.25rem;flex:1;min-width:0}.mys-clock-indicator{position:relative;width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:rgba(156,163,175,.06);transition:all .3s ease}.mys-clock-indicator i{font-size:20px;color:#9ca3af;transition:color .3s ease;position:relative;z-index:1}.mys-clock-indicator .mys-clock-ring{position:absolute;inset:-3px;border-radius:50%;border:2px solid rgba(0,0,0,0);transition:border-color .3s ease}.mys-clock-indicator.is-active{background:rgba(5,150,105,.1)}.mys-clock-indicator.is-active i{color:#059669}.mys-clock-indicator.is-active .mys-clock-ring{border-color:rgba(5,150,105,.3);animation:mys-ring-pulse 2s ease-in-out infinite}.mys-clock-indicator.is-break{background:rgba(217,119,6,.1)}.mys-clock-indicator.is-break i{color:#d97706}.mys-clock-indicator.is-break .mys-clock-ring{border-color:rgba(217,119,6,.3);animation:mys-ring-pulse 2s ease-in-out infinite}@keyframes mys-ring-pulse{0%,100%{border-color:rgba(5,150,105,.3);transform:scale(1)}50%{border-color:rgba(5,150,105,.1);transform:scale(1.06)}}.mys-clock-info{display:flex;flex-direction:column;gap:.25rem}.mys-clock-status{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.mys-clock-badge{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem}.mys-clock-badge--active{color:#059669}.mys-clock-badge--active i{font-size:.45em;animation:mys-dot-pulse 1.5s ease-in-out infinite}.mys-clock-badge--off{color:#9ca3af}.mys-clock-badge--break{color:#d97706}.mys-clock-badge--break i{font-size:.85em}.mys-clock-badge--done{color:#6d7c41}.mys-clock-badge--done i{font-size:.85em}@keyframes mys-dot-pulse{0%,100%{opacity:1}50%{opacity:.25}}.mys-clock-since{font-size:.75rem;color:#6b7280}.mys-clock-error{color:#dc2626}.mys-clock-elapsed{font-family:"DM Mono","SF Mono","Fira Code",monospace;font-size:1.75rem;font-weight:700;color:#1a1a1a;letter-spacing:.06em;line-height:1;font-variant-numeric:tabular-nums}.mys-clock-right{display:flex;gap:.75rem}.mys-clock-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.875rem;font-weight:600;font-family:"Inter",sans-serif;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;letter-spacing:.01em;white-space:nowrap}.mys-clock-btn--in{background:#059669;color:#fff}.mys-clock-btn--in:hover:not(:disabled){background:rgb(4.0129032258,120.3870967742,84.2709677419);box-shadow:0 4px 16px rgba(5,150,105,.3);transform:translateY(-1px)}.mys-clock-btn--in:active:not(:disabled){transform:translateY(0)}.mys-clock-btn--break{background:#d97706;color:#fff}.mys-clock-btn--break:hover:not(:disabled){background:rgb(187.2233183857,102.6708520179,5.1766816143);box-shadow:0 4px 16px rgba(217,119,6,.3);transform:translateY(-1px)}.mys-clock-btn--break:active:not(:disabled){transform:translateY(0)}.mys-clock-btn--resume{background:#6d7c41;color:#fff}.mys-clock-btn--resume:hover:not(:disabled){background:rgb(91.3523809524,103.9238095238,54.4761904762);box-shadow:0 4px 16px rgba(109,124,65,.3);transform:translateY(-1px)}.mys-clock-btn--resume:active:not(:disabled){transform:translateY(0)}.mys-clock-btn--out{background:#dc2626;color:#fff}.mys-clock-btn--out:hover:not(:disabled){background:hsl(0,72.2222222222%,44.5882352941%);box-shadow:0 4px 16px rgba(220,38,38,.3);transform:translateY(-1px)}.mys-clock-btn--out:active:not(:disabled){transform:translateY(0)}.mys-clock-btn:disabled{opacity:.6;cursor:not-allowed;transform:none !important}.mys-policy-notice{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:1.25rem;font-size:.75rem;color:#92400e;line-height:1.5}.mys-policy-notice i{font-size:14px;color:#d97706;margin-top:1px;flex-shrink:0}.mys-section{background:#fff;border:1px solid #f0f0eb;border-radius:12px}.mys-section-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb;gap:1rem;flex-wrap:wrap}.mys-section-header-left{display:flex;align-items:center;gap:1rem}.mys-section-icon{width:40px;height:40px;border-radius:8px;background:rgba(109,124,65,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mys-section-icon i{font-size:16px;color:#6d7c41}.mys-section-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.01em;line-height:1.3}.mys-section-subtitle{font-size:.75rem;color:#9ca3af;margin:2px 0 0;line-height:1.3}.mys-week-nav,.mys-period-nav{display:flex;align-items:center;gap:.25rem;background:#fafaf8;border-radius:8px;padding:2px}.mys-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:4px;background:rgba(0,0,0,0);color:#6b7280;cursor:pointer;transition:all .15s ease;font-size:.75rem}.mys-nav-btn:hover{background:#fff;color:#1a1a1a;box-shadow:0 1px 3px rgba(0,0,0,.06)}.mys-nav-label{font-size:.875rem;font-weight:600;color:#1a1a1a;min-width:160px;text-align:center;white-space:nowrap;padding:0 .5rem;font-variant-numeric:tabular-nums}@media(max-width: 640px){.mys-nav-label{font-size:.75rem;min-width:120px}}.mys-schedule-loading,.mys-schedule-empty{padding:3rem 1.5rem;text-align:center;color:#6b7280;font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.mys-empty-icon{width:56px;height:56px;border-radius:50%;background:rgba(156,163,175,.06);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.mys-empty-icon i{font-size:22px;color:#9ca3af}.mys-empty-text{font-size:.875rem;font-weight:600;color:#1a1a1a}.mys-empty-hint{font-size:.75rem;color:#9ca3af}.mys-schedule-grid{overflow-x:auto;-webkit-overflow-scrolling:touch}.mys-sch-days{display:grid;grid-template-columns:repeat(7, minmax(110px, 1fr));min-width:770px}@media(max-width: 768px){.mys-sch-days{grid-template-columns:1fr;min-width:0}}.mys-sch-day{padding:1rem .75rem;min-height:100px;border-right:1px solid #f0f0eb;display:flex;flex-direction:column}.mys-sch-day:last-child{border-right:none}.mys-sch-day--today{position:relative}.mys-sch-day--today::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#6d7c41}.mys-sch-day--today .mys-sch-day-date{background:#6d7c41;color:#fff}.mys-sch-day--off .mys-sch-day-body{opacity:.4}@media(max-width: 768px){.mys-sch-day{flex-direction:row;align-items:flex-start;gap:1rem;min-height:auto;padding:.75rem 1.25rem;border-right:none;border-bottom:1px solid #f0f0eb}.mys-sch-day:last-child{border-bottom:none}.mys-sch-day--today::before{top:0;bottom:0;right:auto;width:3px;height:auto}}.mys-sch-day-header{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:.75rem}@media(max-width: 768px){.mys-sch-day-header{flex-direction:row;margin-bottom:0;min-width:90px;flex-shrink:0;gap:.5rem}}.mys-sch-day-name{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}.mys-sch-day-date{font-size:.875rem;font-weight:700;color:#1a1a1a;line-height:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%}@media(max-width: 768px){.mys-sch-day-date{font-size:1rem}}.mys-sch-day-body{flex:1;display:flex;flex-direction:column;gap:.5rem;align-items:center}@media(max-width: 768px){.mys-sch-day-body{align-items:flex-start}}.mys-sch-shift{text-align:center;width:100%}.mys-sch-shift-range{font-size:.75rem;font-weight:500;color:#1a1a1a;white-space:nowrap;line-height:1.6}.mys-sch-shift-dur{font-size:10px;color:#9ca3af;font-weight:500}.mys-sch-shift-note{font-size:10px;color:#9ca3af;margin-top:2px;font-style:italic;line-height:1.35}.mys-sch-off-label{font-size:.75rem;color:#e5e5e0;font-weight:500}.mys-ts-stats{display:grid;grid-template-columns:repeat(4, 1fr);gap:0;border-bottom:1px solid #f0f0eb}@media(max-width: 640px){.mys-ts-stats{grid-template-columns:repeat(2, 1fr)}}.mys-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;gap:.25rem;border-right:1px solid #f0f0eb}.mys-stat:last-child{border-right:none}@media(max-width: 640px){.mys-stat:nth-child(2){border-right:none}.mys-stat:nth-child(1),.mys-stat:nth-child(2){border-bottom:1px solid #f0f0eb}}.mys-stat-value{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1;letter-spacing:-0.02em;font-variant-numeric:tabular-nums}.mys-stat-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}.mys-ts-wrap{min-height:80px}.mys-ts-loading,.mys-ts-empty{padding:3rem 1.5rem;text-align:center;color:#6b7280;font-size:.875rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.mys-ts-empty-icon{width:48px;height:48px;border-radius:50%;background:rgba(156,163,175,.06);display:flex;align-items:center;justify-content:center}.mys-ts-empty-icon i{font-size:18px;color:#9ca3af}.mys-ts-empty-text{font-size:.875rem;color:#6b7280}.mys-ts-table{width:100%;border-collapse:collapse;font-size:.875rem}.mys-ts-table th,.mys-ts-table td{padding:.75rem 1.25rem;text-align:left;border-bottom:1px solid #f0f0eb}.mys-ts-table th{font-weight:600;color:#9ca3af;font-size:11px;text-transform:uppercase;letter-spacing:.06em;background:#fafaf8;white-space:nowrap}.mys-ts-table td{color:#1a1a1a;font-variant-numeric:tabular-nums}.mys-ts-table tbody tr{transition:background .15s ease}.mys-ts-table tbody tr:hover{background:rgba(109,124,65,.02)}.mys-ts-table tbody tr:last-child td{border-bottom:none}.mys-ts-date-cell{font-weight:500;white-space:nowrap}.mys-ts-break-cell{cursor:pointer;color:#6d7c41;font-weight:600;transition:color .15s ease;white-space:nowrap}.mys-ts-break-cell:hover{color:rgb(79.5873015873,90.5396825397,47.4603174603);text-decoration:underline}.mys-ts-break-arrow{font-size:9px;margin-left:2px;opacity:.5}.mys-ts-hours-cell{font-weight:600}.mys-ts-open td{color:#059669}.mys-ts-status-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px .75rem;border-radius:999px;line-height:1;letter-spacing:.02em}.mys-ts-status-badge--active{color:#059669;background:rgba(5,150,105,.08)}.mys-ts-status-badge--active::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#059669;animation:mys-dot-pulse 1.5s ease-in-out infinite}.mys-ts-status-badge--complete{color:#9ca3af;background:rgba(156,163,175,.06)}.mys-ts-action-cell{text-align:center;white-space:nowrap}.mys-ts-adjust-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #f0f0eb;border-radius:4px;background:rgba(0,0,0,0);color:#9ca3af;cursor:pointer;font-size:.75rem;transition:all .15s ease}.mys-ts-adjust-btn:hover{color:#6d7c41;border-color:#6d7c41;background:rgba(109,124,65,.04)}.mys-ts-adj-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px .75rem;border-radius:999px;line-height:1;letter-spacing:.02em;white-space:nowrap}.mys-ts-adj-badge--pending{color:#d97706;background:rgba(217,119,6,.08)}.mys-ts-adj-badge--approved{color:#059669;background:rgba(5,150,105,.08)}.mys-ts-adj-badge--denied{color:#dc2626;background:rgba(220,38,38,.08)}.mys-ts-totals td{background:#fafaf8;border-top:2px solid #e5e5e0;border-bottom:none !important;font-weight:700}@media(max-width: 640px){.mys-page-header{flex-direction:column;gap:.75rem}.mys-today-card{align-items:flex-start}.mys-section-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem}.mys-clock-card-inner{flex-direction:column;align-items:stretch;padding:1.25rem;text-align:center}.mys-clock-left{flex-direction:column;align-items:center}.mys-clock-info{align-items:center}.mys-clock-right{justify-content:center}.mys-clock-elapsed{font-size:1.375rem}.mys-ts-table{font-size:.75rem}.mys-ts-table th,.mys-ts-table td{padding:.5rem .75rem}}.mys-to-balances{display:flex;gap:1rem;margin-bottom:1rem}.mys-to-bal-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;border-radius:12px;border:1px solid #e5e5e0;background:#fff}.mys-to-bal-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.2}.mys-to-bal-label{font-size:.75rem;font-weight:600;color:#9ca3af}.mys-to-st{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.mys-to-st--pending{background:#fef7e8;color:#b45309}.mys-to-st--approved{background:#e8f5ec;color:#2d6a4f}.mys-to-st--denied{background:#fce8e6;color:#c44536}.mys-to-cancel-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid #e5e5e0;background:#fff;color:#9ca3af;cursor:pointer;transition:all .15s}.mys-to-cancel-btn:hover{background:#fce8e6;border-color:#c44536;color:#c44536}.btn-admin-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e5e5e0;border-radius:8px;background:rgba(0,0,0,0);color:#6b7280;font-size:.875rem;cursor:pointer;transition:all 150ms ease}.btn-admin-toggle:hover{color:#6d7c41;border-color:#6d7c41;background:rgba(109,124,65,.04)}.btn-admin-toggle i{font-size:14px}.adm-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .25s ease}.adm-backdrop.is-open{opacity:1;pointer-events:auto}.adm-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.95);z-index:9999;background:#fafaf8;border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.25);width:92vw;max-width:1400px;max-height:88vh;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),opacity .25s ease}.adm-overlay.is-open{transform:translate(-50%, -50%) scale(1);opacity:1;pointer-events:auto}.adm-overlay-header{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid #f0f0eb;background:#fff;border-radius:16px 16px 0 0;flex-shrink:0}.adm-overlay-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0}.adm-overlay-close{background:none;border:1px solid #f0f0eb;border-radius:8px;width:38px;height:38px;font-size:22px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 150ms ease}.adm-overlay-close:hover{background:#fafaf8;color:#1a1a1a}.adm-overlay-body{flex:1;overflow-y:auto;padding:0;border-radius:0 0 16px 16px}.adm-panel{padding:24px 32px 40px;max-width:1600px;margin:0 auto}.adm-search-wrap{position:relative;max-width:500px;margin:0 auto 28px}.adm-search-wrap--inline{margin:0;max-width:none}.adm-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:14px;pointer-events:none}.adm-search-input{width:100%;padding:11px 16px 11px 40px;border:1.5px solid #f0f0eb;border-radius:10px;font-size:14px;background:#fff;color:#1a1a1a;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:border-color .2s ease,box-shadow .2s ease}.adm-search-input::placeholder{color:#9ca3af}.adm-search-input:focus{outline:none;border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),0 2px 8px rgba(0,0,0,.06)}.adm-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:16px}.adm-col{background:#fff;border-radius:10px;border:1px solid #f0f0eb;box-shadow:0 1px 2px rgba(0,0,0,.04);overflow:hidden;display:flex;flex-direction:column;animation:admFadeIn .35s ease backwards}.adm-col:nth-child(1){animation-delay:0.05s}.adm-col:nth-child(2){animation-delay:0.1s}.adm-col:nth-child(3){animation-delay:0.15s}.adm-col:nth-child(4){animation-delay:0.2s}.adm-col:nth-child(5){animation-delay:0.25s}.adm-col:nth-child(6){animation-delay:0.3s}.adm-col:nth-child(7){animation-delay:0.35s}.adm-col:nth-child(8){animation-delay:0.4s}.adm-col h3{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;padding:12px 14px;border-bottom:1px solid #f0f0eb;background:linear-gradient(to bottom, #FFFFFF, #FAFAF8);color:#6b7280}.adm-col ul{list-style:none;padding:6px;margin:0;flex:1}.adm-col li{margin-bottom:1px}.adm-col.adm-col--stacked .adm-col-section+.adm-col-section{border-top:1px solid #f0f0eb}.adm-col.adm-col--fav{background:linear-gradient(135deg, #fffbeb, #fef3c7);border:1.5px solid #fbbf24}.adm-col.adm-col--fav h3{background:linear-gradient(135deg, #fef3c7, #fde68a);color:#92400e;border-bottom-color:#fbbf24}.adm-col.adm-col--fav h3 i{color:#f59e0b;margin-right:4px}@keyframes admFadeIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.adm-link{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:6px;text-decoration:none;color:#1a1a1a;transition:background .15s ease,transform .15s ease}.adm-link:hover{background:rgba(109,124,65,.06);text-decoration:none;transform:translateX(2px)}.adm-link:hover .adm-link-title{color:#6d7c41}.adm-link:hover i:first-child{color:#6d7c41}.adm-link-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.adm-link-left>i{font-size:13px;color:#6b7280;min-width:16px;text-align:center;transition:color .15s ease}.adm-link-title{font-size:13px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.adm-link-right{display:flex;align-items:center;gap:6px;margin-left:8px;flex-shrink:0}.adm-counter-badge{background:linear-gradient(135deg, #dc2626, #ef4444);color:#fff;font-size:11px;font-weight:700;border-radius:10px;padding:2px 7px;min-width:20px;text-align:center;box-shadow:0 1px 3px rgba(220,38,38,.25)}.adm-counter-badge--money{background:linear-gradient(135deg, #059669, #10b981);box-shadow:0 1px 3px rgba(5,150,105,.25)}.adm-counter-badge--info{background:#e5e7eb;color:#4b5563;box-shadow:none}.adm-counter-badge--subtle{background:#f3f4f6;color:#6b7280;font-weight:600;box-shadow:none}.adm-badge{font-size:9px;font-weight:600;border-radius:4px;padding:3px 6px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.adm-badge--users{background:#fce7f3;color:#9d174d}.adm-badge--other{background:#f3f4f6;color:#4b5563}.adm-fav{color:#d1d5db;font-size:14px;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.adm-fav:hover{color:#f59e0b;transform:scale(1.15) rotate(-12deg)}.adm-fav.favSelected{color:#f59e0b}.adm-fav.favSelected:hover{transform:scale(1.15) rotate(12deg)}.adm-empty{text-align:center;padding:80px 24px;color:#6b7280}.adm-empty i{font-size:40px;margin-bottom:16px;display:block;opacity:.4}.adm-empty p{font-size:15px;margin:0}.offer-hero--campaign .hero__subtitle strong{color:#fff !important;font-weight:700}.offer-hero--campaign .offer-hero__trust{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;color:hsla(0,0%,100%,.45) !important;font-size:.75rem;margin-top:2.5rem}.offer-hero--campaign .offer-hero__trust span{display:inline-flex;align-items:center;gap:5px;color:hsla(0,0%,100%,.45) !important}.offer-hero--campaign .offer-hero__trust i{color:#8a9a5b !important;font-size:10px}@media(max-width: 767px){.offer-hero--campaign .offer-hero__trust{gap:.75rem}}.featured-meals__grid--4col{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1023px){.featured-meals__grid--4col{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 639px){.featured-meals__grid--4col{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.offer-delivery{padding:1.5rem 0;background:#fafaf8;border-top:1px solid #f0f0eb;border-bottom:1px solid #f0f0eb}.offer-delivery__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;text-align:center}.offer-delivery__inner>i{color:#6d7c41;font-size:1.25rem;flex-shrink:0}.offer-delivery__inner p{font-size:.875rem;color:#6b7280;line-height:1.65}.offer-delivery__inner p strong{color:#1a1a1a;font-weight:600}.offer-delivery__inner p a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.offer-delivery__inner p a:hover{color:#4a5530}@media(max-width: 639px){.offer-delivery__inner{flex-direction:column;gap:.5rem}}.offer-steps{padding:5rem 0;background:#fafaf8}.offer-steps__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.offer-steps__desc{color:#6b7280;font-size:.875rem;max-width:440px;margin:.5rem auto 2.5rem;line-height:1.65}.offer-steps__cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));gap:.75rem;max-width:720px;margin:0 auto}.offer-steps__card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:1.25rem .75rem;text-align:center;position:relative;transition:border-color 250ms ease,box-shadow 250ms ease}.offer-steps__card:hover{border-color:#8a9a5b;box-shadow:0 12px 28px rgba(26,26,26,.12)}.offer-steps__card-num{display:block;font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.offer-steps__card-num::before{content:"Order "}.offer-steps__card-amount{display:block;font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#4a5530;line-height:1.1}.offer-steps__card-label{display:block;font-size:.75rem;color:#6b7280;font-weight:500;margin-top:2px}.offer-steps__card-min{display:block;font-size:10px;color:#9ca3af;margin-top:.5rem}.offer-steps__total{display:inline-flex;align-items:center;gap:.75rem;margin-top:2.5rem;padding:.75rem 2rem;background:#4a5530;color:#fff;border-radius:9999px}.offer-steps__total-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.offer-steps__total-value{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;line-height:1}@media(max-width: 639px){.offer-steps__cards{grid-template-columns:repeat(3, 1fr)}.offer-steps__card-amount{font-size:1.5rem}}.offer-proof{padding:2rem 0;background:#fff;border-top:1px solid #f0f0eb;border-bottom:1px solid #f0f0eb}.offer-proof__inner{max-width:560px;margin:0 auto;padding:0 1.5rem}.offer-proof__stats{display:grid;grid-template-columns:1fr 1fr 1fr}.offer-proof__stat{text-align:center;padding:.5rem 1rem}.offer-proof__stat+.offer-proof__stat{border-left:1px solid #e5e5e0}.offer-proof__stat-value{display:block;font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;line-height:1.2}.offer-proof__star{color:#f59e0b;font-size:.6em;vertical-align:.15em}.offer-proof__stat-label{display:block;font-size:.75rem;color:#6b7280;margin-top:.25rem}@media(max-width: 639px){.offer-proof__stat-value{font-size:1.5rem}.offer-proof__stat{padding:.5rem .5rem}}.offer-how{padding:5rem 0;background:#fafaf8}.offer-how__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.offer-how__grid{display:flex;align-items:flex-start;justify-content:center;gap:1.25rem;margin-top:2.5rem}.offer-how__step{flex:1;max-width:260px;text-align:center}.offer-how__icon{width:56px;height:56px;border-radius:50%;background:#4a5530;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.25rem}.offer-how__connector{display:flex;align-items:center;padding-top:16px;color:#e5e5e0;font-size:1rem}.offer-how__heading{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.offer-how__text{font-size:.875rem;color:#6b7280;line-height:1.65}@media(max-width: 767px){.offer-how__grid{flex-direction:column;align-items:center}.offer-how__connector{transform:rotate(90deg);padding-top:0}}.offer-trust{padding:4rem 0 5rem;background:#fff}.offer-trust__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.offer-trust__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.offer-trust__card{text-align:center;padding:1.5rem 1rem;border:1px solid #f0f0eb;border-radius:12px;background:#fafaf8;transition:box-shadow 250ms ease,transform 250ms ease}.offer-trust__card:hover{box-shadow:0 12px 28px rgba(26,26,26,.12);transform:translateY(-2px)}.offer-trust__card>i{font-size:1.5rem;color:#6d7c41;margin-bottom:.75rem;display:block}.offer-trust__card h3{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.offer-trust__card p{font-size:.75rem;color:#6b7280;line-height:1.65}@media(max-width: 1023px){.offer-trust__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 639px){.offer-trust__grid{grid-template-columns:1fr}}.sticky-offer{position:fixed;bottom:0;left:0;right:0;z-index:9000;padding:.75rem 1rem;pointer-events:none}.sticky-offer__inner{max-width:480px;margin:0 auto;display:flex;align-items:center;gap:.5rem;pointer-events:auto}.sticky-offer__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#4a5530 !important;color:#fff !important;font-size:1rem;font-weight:700;border-radius:9999px;text-decoration:none !important;white-space:nowrap;box-shadow:0 4px 24px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.08) inset;transition:background 150ms ease,transform 150ms ease,box-shadow 150ms ease}.sticky-offer__btn i{font-size:.875rem;transition:transform 150ms ease;color:#fff !important}.sticky-offer__btn:hover{background:rgb(62.6496240602,71.962406015,40.637593985) !important;color:#fff !important;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.3),0 0 0 1px hsla(0,0%,100%,.1) inset}.sticky-offer__btn:hover i{transform:translateX(3px)}.sticky-offer__dismiss{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:#fff;border:1px solid #e5e5e0;border-radius:9999px;color:#6b7280;cursor:pointer;box-shadow:0 4px 24px rgba(0,0,0,.12);transition:color 150ms ease,border-color 150ms ease;font-size:.875rem}.sticky-offer__dismiss:hover{color:#1a1a1a;border-color:#e5e5e0}.offer-cta-bar{padding:4rem 0 5rem;background:#4a5530;text-align:center;position:relative;overflow:hidden}.offer-cta-bar::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%, rgba(138, 154, 91, 0.12) 0%, transparent 70%)}.offer-cta-bar__inner{max-width:800px;margin:0 auto;padding:0 1.5rem;position:relative}.offer-cta-bar__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#8a9a5b !important;margin-bottom:1rem}.offer-cta-bar__eyebrow i{font-size:.875rem;color:#8a9a5b !important}.offer-cta-bar__title{font-family:"DM Sans",sans-serif;font-weight:700;font-size:clamp(1.6rem,4vw,2.2rem);color:#fff !important;margin-bottom:.75rem;letter-spacing:-0.02em;line-height:1.2}.offer-cta-bar__subtitle{color:hsla(0,0%,100%,.7) !important;font-size:.875rem;line-height:1.65;margin-bottom:2rem;max-width:420px;margin-left:auto;margin-right:auto}.offer-cta-bar__btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff !important;color:#4a5530 !important;font-weight:700;font-size:1rem;padding:1rem 2rem;border-radius:8px;text-decoration:none !important;transition:background 150ms ease,transform 150ms ease,box-shadow 150ms ease;box-shadow:0 2px 12px rgba(0,0,0,.15)}.offer-cta-bar__btn i{font-size:.875rem;transition:transform 150ms ease;color:#4a5530 !important}.offer-cta-bar__btn:hover{background:hsla(0,0%,100%,.95) !important;color:#4a5530 !important;transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.2)}.offer-cta-bar__btn:hover i{transform:translateX(3px)}.offer-cta-bar__badges{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2rem;color:hsla(0,0%,100%,.7) !important;font-size:.75rem;font-weight:500}.offer-cta-bar__badges span{display:inline-flex;align-items:center;gap:4px;color:hsla(0,0%,100%,.7) !important}.offer-cta-bar__badges i{font-size:11px;color:#8a9a5b !important}@media(max-width: 639px){.offer-cta-bar__badges{flex-direction:column;gap:.5rem}}.offer-cta-bar__delivery{margin-top:2.5rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.12);font-size:.75rem;color:hsla(0,0%,100%,.5) !important;line-height:1.65}.offer-cta-bar__delivery i{margin-right:.25rem;color:hsla(0,0%,100%,.4) !important}.offer-cta-bar__delivery strong{color:hsla(0,0%,100%,.7) !important;font-weight:600}.offer-cta-bar__delivery a{color:#8a9a5b !important;text-decoration:underline !important;text-underline-offset:2px}.offer-cta-bar__delivery a:hover{color:hsl(75.2380952381,25.7142857143%,58.0392156863%) !important}.menu-promo-banner{background:#4a5530;text-align:center;padding:9px 1.5rem}.menu-promo-banner p{margin:0;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.02em}.wj{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:20px;overflow:hidden}.wj__head{padding:20px 22px 0}.wj__tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#6d7c41;margin-bottom:2px}.wj__tag i{font-size:13px}.wj__tag-sub{display:block;font-size:12px;font-weight:500;color:#94a3b8;margin-bottom:4px}.wj__title{font-family:"DM Sans",sans-serif;font-size:17px;font-weight:700;color:#0f172a;line-height:1.3;margin:0}.wj__track{padding:16px 22px 0}.wj__track-bar{height:8px;background:#f1f5f9;border-radius:9999px;overflow:hidden}.wj__track-fill{height:100%;background:linear-gradient(90deg, #6d7c41, #8a9a5b);border-radius:9999px;transition:width .8s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.wj__track-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);animation:wj-shimmer 2.5s ease-in-out infinite}@keyframes wj-shimmer{0%{left:-100%}100%{left:200%}}.wj__track-meta{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.wj__track-pct{font-size:12px;font-weight:600;color:#64748b}.wj__track-reward{font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:4px}.wj__track-reward i{color:#b8860b;font-size:11px}.wj__steps{display:flex;position:relative;padding:20px 0 4px;margin:0 22px}.wj__steps-rail{position:absolute;top:38px;left:8.33%;right:8.33%;height:2px;background:#e2e8f0;border-radius:1px}.wj__steps-rail-fill{height:100%;background:#6d7c41;border-radius:1px;transition:width .6s ease}.wj__step{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.wj__step-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#94a3b8;background:#fff;border:2px solid #d4d9e1;margin-bottom:8px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.wj__step--done .wj__step-dot{background:#6d7c41;border-color:#6d7c41;color:#fff;transform:scale(1);animation:wj-pop .4s cubic-bezier(0.34, 1.56, 0.64, 1)}.wj__step--done .wj__step-dot i{font-size:14px}.wj__step--now .wj__step-dot{border-color:#6d7c41;border-width:2.5px;color:#6d7c41;background:#fff;box-shadow:0 0 0 4px rgba(109,124,65,.08);animation:wj-glow 2.5s ease-in-out infinite}.wj__step--big .wj__step-dot{border-color:#b8860b;color:#b8860b}.wj__step--big .wj__step-dot i{font-size:13px}.wj__step--big.wj__step--done .wj__step-dot{background:linear-gradient(135deg, #B8860B, #DAA520);border-color:#b8860b;color:#fff;box-shadow:0 2px 10px rgba(184,134,11,.3)}.wj__step--big.wj__step--now .wj__step-dot{border-color:#b8860b;color:#b8860b;background:#fff;box-shadow:0 0 0 4px rgba(184,134,11,.08)}@keyframes wj-pop{0%{transform:scale(0.6);opacity:.5}60%{transform:scale(1.15)}100%{transform:scale(1);opacity:1}}@keyframes wj-glow{0%,100%{box-shadow:0 0 0 4px rgba(109,124,65,.08)}50%{box-shadow:0 0 0 6px rgba(109,124,65,.12)}}.wj__step-amt{font-size:14px;font-weight:700;color:#334155;line-height:1}.wj__step--done .wj__step-amt{color:#6d7c41}.wj__step--big .wj__step-amt{color:#b8860b}.wj__step--big.wj__step--done .wj__step-amt{color:#b8860b}.wj__step-wk{font-size:10px;color:#94a3b8;font-weight:500;margin-top:2px}.wj__step--done .wj__step-wk{color:#6d7c41;font-weight:600}.wj__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;margin-top:12px;border-top:1px solid #f1f5f9;background:#fafbfc}.wj__foot-deadline{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.wj__foot-deadline i{color:#d97706;font-size:14px}.wj__foot-deadline strong{color:#0f172a}.wj__foot-cta{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#6d7c41;text-decoration:none;padding:6px 14px;border-radius:9999px;background:rgba(109,124,65,.06);transition:all .15s ease;white-space:nowrap}.wj__foot-cta:hover{background:rgba(109,124,65,.12);color:#4a5530}.wj__foot-cta i{font-size:12px;transition:transform .15s}.wj__foot-cta:hover i{transform:translateX(2px)}.wj__celebrate{display:flex;align-items:center;gap:16px;padding:24px 22px;background:linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%)}.wj__celebrate-badge{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg, #059669, #34d399);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;box-shadow:0 3px 12px rgba(5,150,105,.25);animation:wj-trophy 1s ease-in-out}@keyframes wj-trophy{0%{transform:scale(0) rotate(-20deg)}50%{transform:scale(1.15) rotate(5deg)}70%{transform:scale(0.95) rotate(-2deg)}100%{transform:scale(1) rotate(0)}}.wj__celebrate-text{flex:1;min-width:0}.wj__celebrate-title{font-family:"DM Sans",sans-serif;font-size:18px;font-weight:700;color:#065f46;margin:0 0 4px}.wj__celebrate-sub{font-size:13px;color:#047857;line-height:1.5;margin:0}.wj__celebrate-sub strong{font-weight:600}.wj--sm .wj__head{padding:16px 18px 0}.wj--sm .wj__track{padding:12px 18px 0}.wj--sm .wj__steps{padding:16px 0 2px;margin:0 18px}.wj--sm .wj__steps-rail{top:31px}.wj--sm .wj__foot{padding:12px 18px}.wj--sm .wj__title{font-size:15px}.wj--sm .wj__step-dot{width:30px;height:30px;font-size:11px}.wj--sm .wj__step-amt{font-size:12px}.wj--ocp{margin-top:20px}.sub-delivery__summary-line--discount span:last-child{color:#dc2626;font-weight:600}.sub-delivery__summary-campaign{display:inline-flex;align-items:center;gap:6px}.sum-chip--campaign{color:#b8860b !important;background:rgba(184,134,11,.08) !important;border-color:rgba(184,134,11,.2) !important;font-size:10px;font-weight:700;padding:2px 8px;border-radius:9999px;letter-spacing:.03em;text-transform:uppercase}@media(max-width: 480px){.wj__head{padding:16px 16px 0}.wj__track{padding:12px 16px 0}.wj__steps{padding:16px 0 2px;margin:0 12px}.wj__foot{padding:12px 16px;flex-direction:column;align-items:stretch;gap:10px}.wj__foot-cta{align-self:flex-start}.wj__step-dot{width:30px;height:30px;font-size:11px}.wj__step-amt{font-size:12px}.wj__title{font-size:15px}}.legal-page{padding:3rem 1.5rem;min-height:calc(100vh - 64px - 200px)}.legal-page__inner{max-width:720px;margin:0 auto}.legal-page__title{font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 .5rem}.legal-page__updated{font-size:.875rem;color:#9ca3af;margin:0 0 2rem}.legal-page h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:2rem 0 .75rem;padding-top:1rem;border-top:1px solid #f0f0eb}.legal-page h2:first-of-type{border-top:none;padding-top:0}.legal-page h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:1.5rem 0 .5rem}.legal-page p{font-size:1rem;color:#6b7280;line-height:1.65;margin:0 0 1rem}.legal-page ul,.legal-page ol{margin:0 0 1rem;padding-left:1.5rem;list-style:revert}.legal-page ul li,.legal-page ol li{font-size:1rem;color:#6b7280;line-height:1.65;margin-bottom:.5rem}.legal-page a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.legal-page a:hover{color:#4a5530}.legal-page__callout{background:#fafaf8;border:1px solid #e5e5e0;border-radius:10px;padding:1.25rem 1.5rem;margin:1.5rem 0;font-size:.875rem;color:#6b7280;line-height:1.65}.legal-page__callout strong{color:#1a1a1a}.legal-page__related{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e0}.legal-page__related p{font-size:.875rem;color:#9ca3af}.legal-page__related a{color:#6b7280;font-weight:500}@media(max-width: 640px){.legal-page{padding:2rem 1rem}.legal-page__title{font-size:2.25rem}}.delivery-areas{padding:3rem 1.5rem;min-height:calc(100vh - 64px - 200px)}.delivery-areas__inner{max-width:860px;margin:0 auto}.delivery-areas__hero{text-align:center;margin-bottom:3rem}.delivery-areas__title{font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 .75rem}.delivery-areas__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:540px;margin:0 auto 2rem}.delivery-areas__checker{max-width:420px;margin:0 auto}.delivery-areas__form{display:flex;gap:.5rem}.delivery-areas__input{flex:1;padding:.75rem 1rem;font-size:1rem;font-family:"Inter",sans-serif;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#1a1a1a;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.delivery-areas__input::placeholder{color:#9ca3af}.delivery-areas__input:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.delivery-areas__btn{padding:.75rem 1.5rem;font-size:1rem;font-family:"Inter",sans-serif;font-weight:600;color:#fff;background:#6d7c41;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background 150ms ease,box-shadow 150ms ease}.delivery-areas__btn:hover{background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.delivery-areas__btn:disabled{opacity:.6;cursor:not-allowed}.delivery-areas__result{margin-top:1.5rem;display:none;text-align:left}.delivery-areas__result.is-visible{display:block;animation:resultSlideIn .35s ease}@keyframes resultSlideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.delivery-areas__result-card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.delivery-areas__result-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0eb}.delivery-areas__result-icon{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.delivery-areas__result-icon--local{background:rgba(5,150,105,.1);color:#059669}.delivery-areas__result-icon--carrier{background:rgba(59,130,246,.1);color:#3b82f6}.delivery-areas__result-icon--unavailable{background:rgba(220,38,38,.08);color:#dc2626}.delivery-areas__result-header-text{flex:1;min-width:0}.delivery-areas__result-heading{font-family:"DM Sans",sans-serif;font-weight:700;font-size:1.125rem;color:#1a1a1a;margin:0;line-height:1.2}.delivery-areas__result-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:9999px;margin-top:.25rem}.delivery-areas__result-badge--local{background:rgba(5,150,105,.12);color:#059669}.delivery-areas__result-badge--carrier{background:rgba(59,130,246,.1);color:#3b82f6}.delivery-areas__result-badge--unavailable{background:rgba(220,38,38,.1);color:#dc2626}.delivery-areas__result-body{padding:1.25rem 1.5rem}.delivery-areas__result-rows{display:flex;flex-direction:column;gap:.75rem}.delivery-areas__result-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.65;color:#6b7280}.delivery-areas__result-row svg{flex-shrink:0;margin-top:2px;color:#9ca3af}.delivery-areas__result-row strong{color:#1a1a1a;font-weight:500}.delivery-areas__result-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid #f0f0eb}.delivery-areas a.delivery-areas__result-btn{display:block;text-align:center;padding:.75rem 1.5rem;font-size:.875rem;font-family:"Inter",sans-serif;font-weight:600;color:#fff;background:#6d7c41;border-radius:8px;text-decoration:none;transition:background 150ms ease,box-shadow 150ms ease}.delivery-areas a.delivery-areas__result-btn:hover{color:#fff;background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.delivery-areas a.delivery-areas__result-link{display:block;text-align:center;padding:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none}.delivery-areas a.delivery-areas__result-link:hover{color:#6d7c41}.delivery-areas__section{margin-bottom:3rem;padding-top:2rem;border-top:1px solid #f0f0eb}.delivery-areas__section:last-child{margin-bottom:0}.delivery-areas__section-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.delivery-areas__section-text{font-size:1rem;color:#6b7280;line-height:1.65;margin:0 0 1rem;max-width:680px}.delivery-areas__cities{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:.75rem;margin-top:1.25rem}.delivery-areas a.delivery-areas__city{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e5e0;border-radius:8px;font-size:.875rem;font-weight:500;color:#1a1a1a;text-decoration:none;transition:border-color 150ms ease,box-shadow 150ms ease}.delivery-areas a.delivery-areas__city:hover{color:#6d7c41;border-color:#8a9a5b;box-shadow:0 2px 8px rgba(26,26,26,.06)}.delivery-areas a.delivery-areas__city svg{flex-shrink:0;color:#059669}.delivery-areas__features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.25rem}.delivery-areas__feature{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fafaf8;border-radius:8px}.delivery-areas__feature svg{flex-shrink:0;margin-top:2px;color:#6d7c41}.delivery-areas__feature-label{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.delivery-areas__feature-desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.delivery-areas__cta{text-align:center;margin-top:3rem;padding:2.5rem 1.5rem;background:#fafaf8;border-radius:12px}.delivery-areas__cta-title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.delivery-areas__cta-text{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.delivery-areas a.delivery-areas__cta-btn{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-family:"Inter",sans-serif;font-weight:600;color:#fff;background:#6d7c41;border-radius:8px;text-decoration:none;transition:background 150ms ease,box-shadow 150ms ease}.delivery-areas a.delivery-areas__cta-btn:hover{color:#fff;background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.city-landing{padding:3rem 1.5rem;min-height:calc(100vh - 64px - 200px)}.city-landing__inner{max-width:860px;margin:0 auto}.city-landing__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9ca3af;margin-bottom:1.5rem}.city-landing__breadcrumb a{color:#6b7280;text-decoration:none}.city-landing__breadcrumb a:hover{color:#6d7c41}.city-landing__breadcrumb svg{color:#9ca3af;flex-shrink:0}.city-landing__breadcrumb span{color:#1a1a1a;font-weight:500}.city-landing__hero{text-align:center;margin-bottom:3rem}.city-landing__title{font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 .75rem}.city-landing__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:580px;margin:0 auto 2rem}.city-landing a.city-landing__hero-btn{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-family:"Inter",sans-serif;font-weight:600;color:#fff;background:#6d7c41;border-radius:8px;text-decoration:none;transition:background 150ms ease,box-shadow 150ms ease}.city-landing a.city-landing__hero-btn:hover{color:#fff;background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.city-landing__section{margin-bottom:3rem;padding-top:2rem;border-top:1px solid #f0f0eb}.city-landing__section-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.25rem}.city-landing__section-text{font-size:1rem;color:#6b7280;line-height:1.65}.city-landing__section-text a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.city-landing__section-text a:hover{color:#4a5530}.city-landing__steps{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.city-landing__step{text-align:center;padding:1.5rem 1rem;background:#fafaf8;border-radius:12px}.city-landing__step-num{width:36px;height:36px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;font-size:1.125rem;font-weight:700;color:#6d7c41;background:rgba(109,124,65,.1);border-radius:9999px}.city-landing__step-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.city-landing__step-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.city-landing__benefits{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.city-landing__benefit{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:#fafaf8;border-radius:8px}.city-landing__benefit svg{flex-shrink:0;margin-top:2px;color:#6d7c41}.city-landing__benefit-label{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.city-landing__benefit-desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.city-landing__cta{text-align:center;padding:2.5rem 1.5rem;background:#fafaf8;border-radius:12px;margin-bottom:3rem}.city-landing__cta-title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.city-landing__cta-text{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.city-landing a.city-landing__cta-btn{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-family:"Inter",sans-serif;font-weight:600;color:#fff;background:#6d7c41;border-radius:8px;text-decoration:none;transition:background 150ms ease,box-shadow 150ms ease}.city-landing a.city-landing__cta-btn:hover{color:#fff;background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.city-landing__sibling-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:.75rem;margin-bottom:1rem}.city-landing a.city-landing__sibling-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e5e5e0;border-radius:8px;font-size:.875rem;font-weight:500;color:#1a1a1a;text-decoration:none;transition:border-color 150ms ease,box-shadow 150ms ease}.city-landing a.city-landing__sibling-link:hover{color:#6d7c41;border-color:#8a9a5b;box-shadow:0 2px 8px rgba(26,26,26,.06)}.city-landing a.city-landing__sibling-link svg{flex-shrink:0;color:#8a9a5b}@media(max-width: 640px){.city-landing{padding:2rem 1rem}.city-landing__title{font-size:2.25rem}.city-landing__steps{grid-template-columns:1fr;gap:1rem}.city-landing__benefits{grid-template-columns:1fr}.city-landing__sibling-grid{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))}}.contact-page{padding:3rem 1.5rem;min-height:calc(100vh - 64px - 200px)}.contact-page__inner{max-width:860px;margin:0 auto}.contact-page__hero{text-align:center;margin-bottom:3rem}.contact-page__title{font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 .75rem}.contact-page__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:540px;margin:0 auto}.contact-page__cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-bottom:2.5rem}.contact-page__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#fff;border:1px solid #e5e5e0;border-radius:12px;transition:border-color 150ms ease,box-shadow 150ms ease}.contact-page__card--link{text-decoration:none;color:inherit;cursor:pointer}.contact-page__card:hover{border-color:#8a9a5b;box-shadow:0 12px 28px rgba(26,26,26,.12)}.contact-page__card-icon{width:52px;height:52px;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.contact-page__card-icon--chat{background:rgba(109,124,65,.1);color:#6d7c41}.contact-page__card-icon--email{background:rgba(59,130,246,.1);color:#3b82f6}.contact-page__card-icon--phone{background:rgba(5,150,105,.1);color:#059669}.contact-page__card-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.contact-page__card-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 1.25rem;flex:1}.contact-page__card-btn{padding:.75rem 1.5rem;font-size:.875rem;font-family:"Inter",sans-serif;font-weight:600;color:#fff;background:#6d7c41;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease}.contact-page__card-btn:hover{background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.contact-page__card-detail{font-size:.875rem;font-weight:600;color:#6d7c41}.contact-page__hours{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#6b7280;padding:1rem;background:#fafaf8;border-radius:8px}.contact-page__hours svg{flex-shrink:0;color:#9ca3af}@media(max-width: 640px){.contact-page{padding:2rem 1rem}.contact-page__title{font-size:2.25rem}.contact-page__cards{grid-template-columns:1fr;gap:1rem}}@media(max-width: 640px){.delivery-areas{padding:2rem 1rem}.delivery-areas__title{font-size:2.25rem}.delivery-areas__form{flex-direction:column}.delivery-areas__features{grid-template-columns:1fr}.delivery-areas__cities{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))}}.story-page{padding:3rem 1.5rem;min-height:calc(100vh - 64px - 200px)}.story-page__inner{max-width:800px;margin:0 auto}.story-page__hero{text-align:center;margin-bottom:4rem}.story-page__hero-title{font-family:"DM Sans",sans-serif;font-size:3.5rem;font-weight:700;color:#1a1a1a;line-height:1.1;margin:0}@media(min-width: 768px){.story-page__hero-title{font-size:4rem}}.story-page__hero-subtitle{font-family:"DM Sans",sans-serif;font-size:2.25rem;font-weight:500;color:#6d7c41;line-height:1.2;margin:.5rem 0 1.5rem}@media(min-width: 768px){.story-page__hero-subtitle{font-size:3rem}}.story-page__hero-text{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:600px;margin:0 auto}.story-page__hero-link{display:inline-block;margin-top:1.5rem;font-size:1rem;font-weight:600;color:#6d7c41;text-decoration:none;transition:color 150ms ease}.story-page__hero-link:hover{color:#4a5530}.story-page__pillars{margin-bottom:5rem;padding:4rem 1.5rem;position:relative;width:100vw;left:50%;transform:translateX(-50%);max-width:1200px}.story-page__pillars-header{text-align:center;margin-bottom:3rem}.story-page__pillars-label{display:inline-block;font-size:.75rem;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem}.story-page__pillars-heading{font-family:"DM Sans",sans-serif;font-size:2.25rem;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0;letter-spacing:-0.02em}@media(min-width: 768px){.story-page__pillars-heading{font-size:3rem}}.story-page__pillars-grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width: 768px){.story-page__pillars-grid{grid-template-columns:repeat(3, 1fr);gap:0}}.story-page__pillar{position:relative;text-align:left;padding:2rem 1.5rem}@media(min-width: 768px){.story-page__pillar{padding:2rem}}.story-page__pillar:hover .story-page__pillar-icon{background:#6d7c41;color:#fff}.story-page__pillar:hover .story-page__pillar-num{color:#6d7c41}.story-page__pillar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.story-page__pillar-num{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;color:#9ca3af;letter-spacing:.04em;transition:color 250ms ease}.story-page__pillar-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:rgba(109,124,65,.08);color:#6d7c41;transition:background 250ms ease,color 250ms ease}.story-page__pillar-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;letter-spacing:-0.01em;line-height:1.2}.story-page__pillar-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.story-page__section{margin-bottom:4rem}.story-page__section-heading{font-family:"DM Sans",sans-serif;font-size:2.25rem;font-weight:700;color:#1a1a1a;line-height:1.2;text-align:center;margin:0 0 .75rem}@media(min-width: 768px){.story-page__section-heading{font-size:3rem}}.story-page__section-subheading{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:500;color:#6d7c41;text-align:center;margin:0 0 2rem}.story-page__content{max-width:640px;margin:0 auto}.story-page__content p{font-size:1rem;color:#6b7280;line-height:1.65;margin:0 0 1.25rem}.story-page__content p:last-child{margin-bottom:0}.story-page__facility{text-align:center;padding:2.5rem 2rem;background:rgba(109,124,65,.04);border:1px solid rgba(109,124,65,.12);border-radius:12px;margin-bottom:4rem}.story-page__facility-badge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:9999px;background:rgba(109,124,65,.1);color:#6d7c41;margin-bottom:1.25rem}.story-page__facility-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.story-page__facility-text{font-size:1rem;color:#6b7280;line-height:1.65;max-width:560px;margin:0 auto 1.25rem}.story-page__facility-text strong{color:#1a1a1a;font-weight:600}.story-page__facility-certs{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.story-page__cert{display:inline-block;padding:.25rem 1rem;font-size:.75rem;font-weight:600;color:#4a5530;background:rgba(109,124,65,.1);border-radius:9999px;letter-spacing:.04em;text-transform:uppercase}.story-page__cta{text-align:center;padding:3rem 1.5rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px;margin-bottom:2rem}.story-page__cta-heading{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.story-page__cta-text{font-size:1.125rem;color:#6b7280;line-height:1.65;margin:0 0 2rem}.story-page a.story-page__cta-btn{display:inline-block;padding:1rem 2.5rem;font-size:1rem;font-weight:600;color:#fff;background:#6d7c41;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease}.story-page a.story-page__cta-btn:hover{background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.story-page__packaging-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width: 768px){.story-page__packaging-grid{grid-template-columns:repeat(2, 1fr)}}.story-page__packaging-item{padding:2rem 1.5rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px;text-align:center;transition:box-shadow 250ms ease,transform 250ms ease}.story-page__packaging-item:hover{box-shadow:0 12px 28px rgba(26,26,26,.12);transform:translateY(-2px)}.story-page__packaging-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:12px;background:rgba(109,124,65,.06);color:#6d7c41;margin-bottom:1.25rem}.story-page__packaging-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem}.story-page__packaging-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 1.25rem}.story-page__packaging-badge{display:inline-block;padding:.25rem 1rem;font-size:.75rem;font-weight:600;color:#059669;background:rgba(5,150,105,.08);border-radius:9999px;letter-spacing:.03em}.team-page{padding:4rem 1.5rem 3rem;min-height:calc(100vh - 64px - 200px)}.team-page__inner{max-width:1080px;margin:0 auto}.team-page__hero{text-align:center;margin-bottom:5rem}.team-page__hero-label{display:inline-block;font-size:.75rem;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1.25rem}.team-page__hero-title{font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:#1a1a1a;line-height:1.1;margin:0 0 1.5rem;letter-spacing:-0.02em}@media(min-width: 768px){.team-page__hero-title{font-size:3.5rem}}.team-page__hero-text{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:520px;margin:0 auto}.team-page__hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid #f0f0eb}.team-page__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.team-page__stat-num{font-family:"DM Sans",sans-serif;font-size:2.25rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.02em}.team-page__stat-label{font-size:.75rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em}.team-page__department{margin-bottom:4rem}.team-page__dept-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #1a1a1a}.team-page__dept-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.01em}.team-page__dept-count{font-size:.875rem;color:#9ca3af;font-weight:500}.team-page__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.team-page__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.team-page__grid--two-col{grid-template-columns:repeat(2, 1fr)}}.team-page__card{position:relative;background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden;transition:box-shadow 250ms ease,transform 250ms ease}.team-page__card:hover{box-shadow:0 12px 28px rgba(26,26,26,.12);transform:translateY(-3px)}.team-page__card:hover .team-page__card-photo img{transform:scale(1.04)}.team-page__card--featured .team-page__card-photo{height:240px}.team-page__card--featured .team-page__card-body{padding:1.5rem 1.5rem 2rem}.team-page__card--featured .team-page__card-name{font-size:1.5rem}.team-page__card-photo{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg, rgba(109, 124, 65, 0.06) 0%, rgba(109, 124, 65, 0.12) 100%)}.team-page__card-photo img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 350ms ease}.team-page__card-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:#6d7c41;letter-spacing:.04em}.team-page__card-body{padding:1.25rem 1.25rem 1.5rem}.team-page__card-name{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;letter-spacing:-0.01em}.team-page__card-role{display:block;font-size:.875rem;font-weight:500;color:#6d7c41;margin-bottom:1rem}.team-page__card-bio{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.team-page__empty{text-align:center;padding:4rem 1.5rem}.team-page__empty p{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:480px;margin:0 auto}.team-page__join{margin-top:2rem}.team-page__join-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 2.5rem;background:#1a1a1a;border-radius:12px;flex-wrap:wrap}@media(max-width: 768px){.team-page__join-inner{flex-direction:column;text-align:center}}.team-page__join-text{flex:1;min-width:0}.team-page__join-title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-0.01em}.team-page__join-desc{font-size:1rem;color:hsla(0,0%,100%,.65);line-height:1.65;margin:0}.team-page a.team-page__join-btn{display:inline-block;flex-shrink:0;padding:1rem 2.5rem;font-size:1rem;font-weight:600;color:#1a1a1a;background:#fff;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease}.team-page a.team-page__join-btn:hover{background:hsla(0,0%,100%,.9);box-shadow:0 4px 16px rgba(0,0,0,.2)}.hiw{padding:4rem 1.5rem 3rem;min-height:calc(100vh - 64px - 200px)}.hiw__inner{max-width:960px;margin:0 auto}.hiw__label{display:inline-block;font-size:.7rem;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.18em;padding:.25rem 1rem;border:1px solid rgba(109,124,65,.25);border-radius:9999px;margin-bottom:1.25rem}.hiw__hero{text-align:center;margin-bottom:5rem}.hiw__title{font-family:"DM Sans",sans-serif;font-size:clamp(2.25rem,5vw,4rem);font-weight:700;color:#1a1a1a;line-height:1.08;letter-spacing:-0.03em;margin:0 0 1.5rem}.hiw__title-accent{color:#6d7c41}.hiw__subtitle{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:520px;margin:0 auto}.hiw__steps{display:flex;flex-direction:column;gap:1px;margin-bottom:5rem;border-radius:12px;overflow:hidden;background:#f0f0eb}.hiw__step{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:2rem 2rem;background:#fff;transition:background 250ms ease}@media(max-width: 768px){.hiw__step{grid-template-columns:auto 1fr;gap:1rem;padding:1.5rem 1.25rem}}.hiw__step:hover{background:rgba(109,124,65,.02)}.hiw__step-num{font-family:"DM Sans",sans-serif;font-size:2.5rem;font-weight:700;color:rgba(109,124,65,.15);letter-spacing:-0.04em;line-height:1;min-width:56px;text-align:center;user-select:none}@media(min-width: 768px){.hiw__step-num{font-size:3.5rem;min-width:80px}}.hiw__step-body{min-width:0}.hiw__step-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;letter-spacing:-0.01em}@media(min-width: 768px){.hiw__step-title{font-size:1.5rem}}.hiw__step-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}@media(min-width: 768px){.hiw__step-text{font-size:1rem}}.hiw__step-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(109,124,65,.06);color:#6d7c41;flex-shrink:0}@media(max-width: 768px){.hiw__step-icon{display:none}}.hiw__features{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:5rem}@media(min-width: 768px){.hiw__features{grid-template-columns:1fr 1fr}}.hiw__feature{padding:2.5rem 2rem;border-radius:12px;transition:transform 250ms ease,box-shadow 250ms ease}.hiw__feature:hover{transform:translateY(-2px)}.hiw__feature a{color:inherit;text-decoration:underline;text-underline-offset:2px;transition:opacity 150ms ease}.hiw__feature a:hover{opacity:.75}.hiw__feature--dark{background:#1a1a1a;color:#fff;grid-column:1/-1}.hiw__feature--dark .hiw__feature-tag{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.15)}.hiw__feature--dark .hiw__feature-title{color:#fff}.hiw__feature--dark .hiw__feature-text{color:hsla(0,0%,100%,.65)}.hiw__feature--bordered{background:#fff;border:1px solid #f0f0eb}.hiw__feature--bordered:hover{box-shadow:0 12px 28px rgba(26,26,26,.12)}.hiw__feature-tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#9ca3af;border:1px solid #f0f0eb;border-radius:9999px;padding:.25rem .75rem;margin-bottom:1.5rem}.hiw__feature-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:rgba(109,124,65,.07);color:#6d7c41;margin-bottom:1.25rem}.hiw__feature-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;letter-spacing:-0.01em}@media(min-width: 768px){.hiw__feature-title{font-size:1.875rem}}.hiw__feature-text{font-size:1rem;color:#6b7280;line-height:1.65;margin:0}.hiw__feature-highlights{display:flex;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);flex-wrap:wrap}@media(max-width: 640px){.hiw__feature-highlights{gap:1.5rem}}.hiw__highlight{display:flex;flex-direction:column;gap:2px}.hiw__highlight-num{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#8a9a5b;letter-spacing:-0.02em;line-height:1}.hiw__highlight-label{font-size:.75rem;color:hsla(0,0%,100%,.45);font-weight:500}.hiw__perks-header{text-align:center;margin-bottom:2.5rem}.hiw__perks-title{font-family:"DM Sans",sans-serif;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.02em;margin:0}.hiw__perks{display:grid;grid-template-columns:1fr;gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden;margin-bottom:5rem}@media(min-width: 768px){.hiw__perks{grid-template-columns:1fr 1fr}}.hiw__perk{padding:2rem 2rem;background:#fff;transition:background 250ms ease}.hiw__perk:hover{background:rgba(109,124,65,.02)}.hiw__perk-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:rgba(109,124,65,.07);color:#6d7c41;margin-bottom:1rem}.hiw__perk-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-0.01em}.hiw__perk-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.hiw__cta{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px}.hiw__cta-title{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.02em;margin:0 0 .75rem}.hiw__cta-text{font-size:1.125rem;color:#6b7280;line-height:1.65;margin:0 0 2rem}.hiw a.hiw__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease,transform 150ms ease}.hiw a.hiw__cta-btn svg{transition:transform 150ms ease}.hiw a.hiw__cta-btn:hover{background:rgb(56.6,56.6,56.6);box-shadow:0 4px 20px rgba(0,0,0,.2);transform:translateY(-1px)}.hiw a.hiw__cta-btn:hover svg{transform:translateX(3px)}.ref-public{margin-bottom:3rem}.ref-public__inner{padding:2.5rem 2rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px}.ref-public__title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-0.01em}.ref-public__desc{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.ref-public__link-row{display:flex;gap:1px;border-radius:12px;overflow:hidden;background:#f0f0eb;margin-bottom:1rem}.ref-public__input{flex:1;padding:1rem 1.25rem;font-size:.875rem;font-family:"Inter",sans-serif;color:#1a1a1a;background:#fafaf8;border:none;outline:none;min-width:0}@media(min-width: 768px){.ref-public__input{font-size:1rem}}.ref-public__copy{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;font-family:"Inter",sans-serif;color:#fff;background:#1a1a1a;border:none;cursor:pointer;transition:background 150ms ease;white-space:nowrap}.ref-public__copy:hover{background:rgb(56.6,56.6,56.6)}.ref-public__code{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.ref-public__code strong{color:#1a1a1a;font-family:monospace;letter-spacing:.04em}.ref-public__note{font-size:.75rem;color:#9ca3af;margin:0}.ref-public__note a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.ref-public__terms{margin-bottom:2rem}.ref-public__terms details{background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden}.ref-public__terms details[open] summary svg{transform:rotate(180deg)}.ref-public__terms summary{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;font-size:1rem;font-weight:600;color:#1a1a1a;transition:background 250ms ease}.ref-public__terms summary::-webkit-details-marker{display:none}.ref-public__terms summary::marker{display:none;content:""}.ref-public__terms summary:hover{background:rgba(109,124,65,.02)}.ref-public__terms summary svg{flex-shrink:0;color:#9ca3af;transition:transform 250ms ease}.ref-public__terms-body{padding:0 1.5rem 1.5rem;font-size:.875rem;color:#6b7280;line-height:1.65}.ref-public__terms-body h4{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:1.5rem 0 .5rem}.ref-public__terms-body h4:first-child{margin-top:0}.ref-public__terms-body p{margin:0 0 .75rem}.ref-public__terms-body ul{margin:.75rem 0;padding-left:1.5rem;list-style:revert}.ref-public__terms-body li{margin-bottom:.5rem;list-style:revert}.ref-public__terms-body a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}@keyframes launch-fade-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes launch-scale-in{from{opacity:0;transform:scale(0.96)}to{opacity:1;transform:scale(1)}}@keyframes launch-dot-pulse{0%,100%{opacity:1}50%{opacity:.4}}.launch__hero{position:relative;overflow:hidden;background:#0a0a0a;min-height:600px;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.launch__hero{min-height:80vh}}.launch__hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.25}.launch__hero-bg{position:absolute;inset:0;background:linear-gradient(180deg, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.85) 100%),radial-gradient(ellipse 80% 60% at 50% 0%, rgba(109, 124, 65, 0.15) 0%, transparent 60%)}.launch__hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:120px 1.5rem 100px;text-align:center;animation:launch-fade-up .8s ease both}.launch__date-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:9999px;font-size:12px;font-weight:500;letter-spacing:.4px;color:hsla(0,0%,100%,.7);margin-bottom:2.5rem}.launch__date-badge--dark{background:rgba(26,26,26,.06);border-color:#e5e5e0;color:#6b7280}.launch__date-badge--dark .launch__date-dot{background:#6d7c41}.launch__date-dot{width:6px;height:6px;border-radius:50%;background:#8a9a5b;animation:launch-dot-pulse 2s ease infinite}.launch__hero-title{font-family:"DM Sans",sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;color:#fff;line-height:1;letter-spacing:-0.04em;margin:0 0 1.5rem}.launch__hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.5);line-height:1.7;max-width:540px;margin:0 auto 2.5rem}.launch__hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.launch a.launch__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:.875rem;font-weight:600;font-family:"Inter",sans-serif;border-radius:8px;text-decoration:none;cursor:pointer;transition:all 150ms ease;border:1px solid rgba(0,0,0,0)}.launch a.launch__btn svg{transition:transform 150ms ease}.launch a.launch__btn:hover svg{transform:translateX(3px)}.launch a.launch__btn--white{background:#fff;color:#0a0a0a}.launch a.launch__btn--white:hover{color:#0a0a0a;background:hsla(0,0%,100%,.9);box-shadow:0 0 40px hsla(0,0%,100%,.12)}.launch a.launch__btn--dark{background:#1a1a1a;color:#fff}.launch a.launch__btn--dark:hover{color:#fff;background:rgb(46.4,46.4,46.4);box-shadow:0 4px 24px rgba(0,0,0,.25);transform:translateY(-1px)}.launch a.launch__btn--outline{background:rgba(0,0,0,0);color:#1a1a1a;border-color:#e5e5e0}.launch a.launch__btn--outline:hover{color:#1a1a1a;border-color:#1a1a1a;background:rgba(26,26,26,.03)}.launch__stats{background:#fff;border-bottom:1px solid #f0f0eb}.launch__stats-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr)}@media(max-width: 640px){.launch__stats-inner{grid-template-columns:1fr}}.launch__stat{padding:2.5rem 1.5rem;text-align:center;animation:launch-fade-up .6s ease both}.launch__stat:nth-child(2){animation-delay:.1s}.launch__stat:nth-child(3){animation-delay:.2s}.launch__stat:not(:last-child){border-right:1px solid #f0f0eb}@media(max-width: 640px){.launch__stat:not(:last-child){border-right:none;border-bottom:1px solid #f0f0eb}}.launch__stat-num{display:block;font-family:"DM Sans",sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.03em;line-height:1}.launch__stat-label{display:block;margin-top:.5rem;font-size:.75rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em}.launch__section{padding:6rem 1.5rem}.launch__section--dark{background:#0a0a0a}.launch__section--dark .launch__eyebrow{color:#8a9a5b}.launch__section--dark .launch__heading{color:#fff}.launch__section--dark .launch__desc{color:hsla(0,0%,100%,.5)}.launch__section--dark .launch__grid-item{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.06)}.launch__section--dark .launch__grid-item:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.1)}.launch__section--dark .launch__grid-icon{background:rgba(138,154,91,.1);color:#8a9a5b}.launch__section--dark .launch__grid-title{color:#fff}.launch__section--dark .launch__grid-text{color:hsla(0,0%,100%,.5)}.launch__section--dark .launch__inline-link{color:#8a9a5b}.launch__section--dark .launch__inline-link:hover{color:#fff}.launch__section--muted{background:#fafaf8}.launch__section-inner{max-width:680px;margin:0 auto;text-align:center}.launch__eyebrow{font-size:.7rem;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem}.launch__heading{font-family:"DM Sans",sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#1a1a1a;line-height:1.08;letter-spacing:-0.03em;margin:0 0 1.25rem}.launch__desc{font-size:1.125rem;color:#6b7280;line-height:1.65;max-width:560px;margin:0 auto}.launch__cards{max-width:960px;margin:4rem auto 0;display:grid;gap:1.25rem}.launch__cards--two{grid-template-columns:1fr 1fr}@media(max-width: 768px){.launch__cards--two{grid-template-columns:1fr}}.launch__card{padding:2.5rem 2rem;background:#fff;border:1px solid #f0f0eb;border-radius:16px;transition:box-shadow 250ms ease,transform 250ms ease}.launch__card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(26,26,26,.12)}.launch__card--accent{background:#1a1a1a;border-color:rgba(0,0,0,0);color:#fff}.launch__card--accent .launch__card-eyebrow{color:#8a9a5b}.launch__card--accent .launch__card-title{color:#fff}.launch__card--accent .launch__card-text{color:hsla(0,0%,100%,.6)}.launch__card-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin-bottom:1rem}.launch__card-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.01em;margin:0 0 .75rem}.launch__card-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.launch__grid{max-width:960px;margin:4rem auto 0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media(max-width: 768px){.launch__grid{grid-template-columns:1fr 1fr}}@media(max-width: 640px){.launch__grid{grid-template-columns:1fr}}.launch__grid-item{padding:2rem 1.5rem;background:#fff;border:1px solid #f0f0eb;border-radius:16px;transition:background 250ms ease,border-color 250ms ease,transform 250ms ease}.launch__grid-item:hover{transform:translateY(-2px)}.launch__grid-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(109,124,65,.07);color:#6d7c41;margin-bottom:1.25rem;font-size:16px}.launch__grid-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-0.01em}.launch__grid-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.launch__steps{max-width:720px;margin:4rem auto 0;display:flex;flex-direction:column;gap:1px;border-radius:16px;overflow:hidden;background:#f0f0eb}.launch__step{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2rem;padding:2rem 2rem;background:#fff;transition:background 250ms ease}.launch__step:hover{background:rgba(109,124,65,.02)}@media(max-width: 640px){.launch__step{gap:1.25rem;padding:1.5rem 1.25rem}}.launch__step-num{font-family:"DM Sans",sans-serif;font-size:3rem;font-weight:700;color:rgba(109,124,65,.25);letter-spacing:-0.04em;line-height:1;min-width:72px;text-align:center;user-select:none}@media(max-width: 640px){.launch__step-num{font-size:2.25rem;min-width:48px}}.launch__step-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;letter-spacing:-0.01em}.launch__step-text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}.launch__tiers{max-width:720px;margin:4rem auto 0;display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media(max-width: 640px){.launch__tiers{grid-template-columns:1fr}}.launch__tier{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;border-radius:16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);transition:border-color 250ms ease,transform 250ms ease}.launch__tier:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.12)}.launch__tier--mid{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.08)}.launch__tier--top{background:rgba(138,154,91,.1);border-color:rgba(138,154,91,.2)}.launch__tier--top .launch__tier-amount{color:#8a9a5b}.launch__tier-amount{font-family:"DM Sans",sans-serif;font-size:2.75rem;font-weight:700;color:#fff;letter-spacing:-0.03em;line-height:1}.launch__tier-rule{font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.7);margin-top:.75rem}.launch__tier-note{font-size:.75rem;color:hsla(0,0%,100%,.35);margin-top:.5rem}.launch a.launch__inline-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#8a9a5b;text-decoration:none;transition:color 150ms ease,gap 150ms ease}.launch a.launch__inline-link:hover{color:#fff;gap:.75rem}.launch a.launch__inline-link svg{transition:transform 150ms ease}.launch a.launch__inline-link:hover svg{transform:translateX(3px)}.launch__biz-grid{max-width:800px;margin:4rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#f0f0eb;border-radius:16px;overflow:hidden;border:1px solid #f0f0eb}@media(max-width: 768px){.launch__biz-grid{grid-template-columns:1fr}}.launch__biz-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem;background:#fff;transition:background 250ms ease}.launch__biz-item:hover{background:rgba(109,124,65,.02)}.launch__biz-item>i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(109,124,65,.07);color:#6d7c41;font-size:13px;flex-shrink:0;margin-top:2px}.launch__biz-item strong{display:block;font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;color:#1a1a1a;margin-bottom:2px}.launch__biz-item span{font-size:.875rem;color:#6b7280;line-height:1.65}.launch a.launch__text-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#6d7c41;text-decoration:none;transition:gap 150ms ease}.launch a.launch__text-link:hover{gap:.75rem}.launch a.launch__text-link svg{transition:transform 150ms ease}.launch a.launch__text-link:hover svg{transform:translateX(3px)}.launch__more-grid{max-width:960px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media(max-width: 768px){.launch__more-grid{grid-template-columns:1fr 1fr}}@media(max-width: 640px){.launch__more-grid{grid-template-columns:1fr}}.launch__more-item{padding:2rem 1.5rem;background:#fff;border:1px solid #f0f0eb;border-radius:16px;transition:transform 250ms ease,box-shadow 250ms ease}.launch__more-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(26,26,26,.12)}.launch__more-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:rgba(109,124,65,.07);color:#6d7c41;margin-bottom:1.25rem;font-size:16px}.launch__more-title{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.launch__more-text{font-size:.75rem;color:#6b7280;line-height:1.65;margin:0}.launch__app-badges{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}.launch__app-badge{display:inline-flex;align-items:center;transition:transform 150ms ease}.launch__app-badge:hover{transform:scale(1.05)}.launch__app-badge img{height:54px;width:auto;display:block}.launch__app-badge--gplay img{height:80px}@media(max-width: 640px){.launch__app-badge img{height:46px}.launch__app-badge--gplay img{height:68px}}.launch__cta{padding:6rem 1.5rem;background:#fff;border-top:1px solid #f0f0eb}.launch__cta-inner{max-width:600px;margin:0 auto;text-align:center}.launch__cta-title{font-family:"DM Sans",sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.03em;margin:0 0 .75rem}.launch__cta-text{font-size:1.125rem;color:#6b7280;line-height:1.65;margin:0 0 2.5rem}.launch__cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hc{padding:4rem 1.5rem 3rem;min-height:calc(100vh - 64px - 200px)}.hc__inner{max-width:960px;margin:0 auto}.hc__label{display:inline-block;font-size:.7rem;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.18em;padding:.25rem 1rem;border:1px solid rgba(109,124,65,.25);border-radius:9999px;margin-bottom:1.25rem}.hc__hero{text-align:center;margin-bottom:3rem}.hc__title{font-family:"DM Sans",sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.03em;line-height:1.1;margin:0 0 2rem}.hc__search-wrap{position:relative;max-width:520px;margin:0 auto}.hc__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.hc__search{width:100%;padding:1rem 1.25rem 1rem 3rem;font-size:1rem;font-family:"Inter",sans-serif;color:#1a1a1a;background:#fff;border:1px solid #e5e5e0;border-radius:12px;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.hc__search::placeholder{color:#9ca3af}.hc__search:focus{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.hc__search-kbd{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.75rem;font-family:"Inter",sans-serif;color:#9ca3af;background:#fafaf8;border:1px solid #f0f0eb;border-radius:4px;padding:2px 6px;pointer-events:none}@media(max-width: 768px){.hc__search-kbd{display:none}}.hc__categories{display:grid;grid-template-columns:repeat(2, 1fr);gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden;margin-bottom:4rem}@media(min-width: 768px){.hc__categories{grid-template-columns:repeat(4, 1fr)}}.hc__cat-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem 1.5rem;background:#fff;text-decoration:none;transition:background 250ms ease;cursor:pointer}.hc__cat-card:hover{background:rgba(109,124,65,.02)}.hc__cat-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:rgba(109,124,65,.07);color:#6d7c41;margin-bottom:1rem}.hc__cat-name{font-family:"DM Sans",sans-serif;font-size:.875rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;letter-spacing:-0.01em}@media(min-width: 768px){.hc__cat-name{font-size:1rem}}.hc__cat-count{font-size:.75rem;color:#9ca3af}.hc__featured{margin-bottom:4rem}.hc__section-title{font-family:"DM Sans",sans-serif;font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;margin:0 0 1.25rem}.hc__featured-grid{display:flex;flex-direction:column;gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden}.hc__featured-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:none;cursor:pointer;text-align:left;font-family:"Inter",sans-serif;transition:background 250ms ease}.hc__featured-card:hover{background:rgba(109,124,65,.02)}.hc__featured-card:hover .hc__featured-arrow{transform:translateX(3px);color:#6d7c41}.hc__featured-tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6d7c41;background:rgba(109,124,65,.07);padding:2px .75rem;border-radius:4px;flex-shrink:0;min-width:90px;text-align:center}@media(max-width: 640px){.hc__featured-tag{display:none}}.hc__featured-title{flex:1;font-size:.875rem;font-weight:500;color:#1a1a1a}@media(min-width: 768px){.hc__featured-title{font-size:1rem}}.hc__featured-arrow{flex-shrink:0;color:#9ca3af;transition:transform 150ms ease,color 150ms ease}.hc__category-section{margin-bottom:3rem}.hc__cat-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #1a1a1a}.hc__cat-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#6d7c41}.hc__cat-heading{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-0.01em;flex:1}.hc__cat-header-count{font-size:.875rem;font-weight:500;color:#9ca3af;background:#fafaf8;padding:2px .75rem;border-radius:4px}.hc__articles{display:flex;flex-direction:column;gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden}.hc__article{background:#fff}.hc__article[open] .hc__article-chevron{transform:rotate(180deg)}.hc__article[open] .hc__article-q{font-weight:600}.hc__article-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;transition:background 250ms ease;user-select:none}.hc__article-q::-webkit-details-marker{display:none}.hc__article-q::marker{display:none;content:""}.hc__article-q:hover{background:rgba(109,124,65,.02)}.hc__article-title{font-size:.875rem;font-weight:500;color:#1a1a1a}@media(min-width: 768px){.hc__article-title{font-size:1rem}}.hc__article-chevron{flex-shrink:0;color:#9ca3af;transition:transform 250ms ease}.hc__article-a{padding:0 1.5rem 1.5rem;font-size:.875rem;color:#6b7280;line-height:1.65}@media(min-width: 768px){.hc__article-a{font-size:1rem}}.hc__article-a a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.hc__article-a a:hover{color:#4a5530}.hc__article-a strong{color:#1a1a1a;font-weight:600}.hc__article-a ul,.hc__article-a ol{margin:.75rem 0;padding-left:1.5rem;list-style:revert}.hc__article-a li{margin-bottom:.5rem;list-style:revert}.hc__article-a br+br{display:block;content:"";margin-top:.5rem}.hc__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;flex-wrap:wrap}.hc__breadcrumb a{color:#9ca3af;text-decoration:none;transition:color 150ms ease}.hc__breadcrumb a:hover{color:#6d7c41}.hc__breadcrumb svg{color:#e5e5e0;flex-shrink:0}.hc__breadcrumb span{color:#1a1a1a;font-weight:500}.hc__article-list,.hc__articles{display:flex;flex-direction:column;gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden}.hc__article-link-row{background:#fff}.hc__article-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:#fff;text-decoration:none;transition:background 250ms ease}.hc__article-row:hover{background:rgba(109,124,65,.02)}.hc__article-row:hover svg{transform:translateX(3px);color:#6d7c41}.hc__article-row svg{flex-shrink:0;color:#9ca3af;transition:transform 150ms ease,color 150ms ease}.hc__article-row-title{font-size:.875rem;font-weight:500;color:#1a1a1a}@media(min-width: 768px){.hc__article-row-title{font-size:1rem}}.hc--article-view .hc__inner{max-width:720px}.hc__single{margin-bottom:3rem}.hc__single-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.hc__single-title{font-family:"DM Sans",sans-serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.02em;line-height:1.2;margin:0;flex:1}.hc__edit-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;margin-top:6px}.hc__edit-btn:hover{color:#6d7c41;border-color:#6d7c41;background:rgba(109,124,65,.04)}.hc__edit-btn i{font-size:12px}.hc__single-body{font-size:1rem;color:#6b7280;line-height:1.65}.hc__single-body a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.hc__single-body a:hover{color:#4a5530}.hc__single-body strong{color:#1a1a1a;font-weight:600}.hc__single-body ul,.hc__single-body ol{margin:1rem 0;padding-left:1.5rem;list-style:revert}.hc__single-body li{margin-bottom:.75rem;list-style:revert}.hc__related{margin-bottom:3rem}.hc__related-list{display:flex;flex-direction:column;gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden}.hc__related-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:#fff;text-decoration:none;transition:background 250ms ease}.hc__related-link span{font-size:.875rem;font-weight:500;color:#1a1a1a}@media(min-width: 768px){.hc__related-link span{font-size:1rem}}.hc__related-link svg{flex-shrink:0;color:#9ca3af;transition:transform 150ms ease,color 150ms ease}.hc__related-link:hover{background:rgba(109,124,65,.02)}.hc__related-link:hover svg{transform:translateX(3px);color:#6d7c41}.hc__article-item{background:#fff}.hc__article-toggle{width:100%;border:none;background:none;cursor:pointer;text-align:left;font-family:inherit;text-decoration:none;color:inherit}.hc__article-chevron{flex-shrink:0;color:#9ca3af;transition:transform .25s ease,color .15s ease}.hc__article-item.is-open .hc__article-chevron{transform:rotate(180deg);color:#6d7c41}.hc__article-item.is-open .hc__article-row{background:rgba(109,124,65,.03);border-bottom:1px solid #f0f0eb}.hc__article-item.is-open .hc__article-row-title{color:#6d7c41}.hc__article-expand{padding:1.5rem 2rem;background:#fff;animation:hcExpandIn .25s ease}.hc__article-expand-body{font-size:1rem;color:#6b7280;line-height:1.65}.hc__article-expand-body a{color:#6d7c41;text-decoration:underline;text-underline-offset:2px}.hc__article-expand-body a:hover{color:#4a5530}.hc__article-expand-body strong{color:#1a1a1a;font-weight:600}.hc__article-expand-body ul,.hc__article-expand-body ol{padding-left:1.5rem;margin:.75rem 0;list-style:revert}.hc__article-expand-body li{margin-bottom:.5rem;list-style:revert}.hc__article-expand-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0eb}@keyframes hcExpandIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hc__other-cats{margin-top:4rem;margin-bottom:3rem}.hc__other-cats-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1px;background:#f0f0eb;border-radius:12px;overflow:hidden}@media(min-width: 768px){.hc__other-cats-grid{grid-template-columns:repeat(4, 1fr)}}.hc__other-cat{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.25rem;background:#fff;text-decoration:none;transition:background 250ms ease}.hc__other-cat:hover{background:rgba(109,124,65,.02)}.hc__other-cat-icon{display:inline-flex;color:#6d7c41;flex-shrink:0}.hc__other-cat-name{font-size:.875rem;font-weight:500;color:#1a1a1a}.hc__hero--compact{margin-bottom:2rem}.hc__subtitle{font-size:.875rem;color:#9ca3af;margin:0}.hc__contact-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem;background:#1a1a1a;border-radius:12px;margin-top:2rem;flex-wrap:wrap}@media(max-width: 768px){.hc__contact-cta{flex-direction:column;text-align:center}}.hc__contact-cta-text{flex:1;min-width:0}.hc__contact-cta-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-0.01em}.hc__contact-cta-desc{font-size:1rem;color:hsla(0,0%,100%,.6);line-height:1.65;margin:0}.hc a.hc__contact-cta-btn{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#1a1a1a;background:#fff;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease}.hc a.hc__contact-cta-btn svg{transition:transform 150ms ease}.hc a.hc__contact-cta-btn:hover{background:hsla(0,0%,100%,.9);box-shadow:0 4px 16px rgba(0,0,0,.2)}.hc a.hc__contact-cta-btn:hover svg{transform:translateX(3px)}[data-cat=nutrition-wellness]{--cat-accent: #2D7D6F}[data-cat=healthy-eating-tips]{--cat-accent: #B5871B}[data-cat=meal-prep-planning]{--cat-accent: #3B6B96}[data-cat=ingredient-spotlight]{--cat-accent: #6d7c41}[data-cat=sustainability-food]{--cat-accent: #7A6332}[data-cat=lifestyle]{--cat-accent: #8B4A5A}.blog{padding:4rem 1.5rem 3rem;min-height:calc(100vh - 64px - 200px)}.blog__inner{max-width:1100px;margin:0 auto}.blog__hero{text-align:center;margin-bottom:2.5rem;max-width:1100px;margin-left:auto;margin-right:auto;padding-bottom:2rem}.blog__label{display:inline-block;font-size:.65rem;font-weight:700;color:#6d7c41;text-transform:uppercase;letter-spacing:.25em;margin-bottom:1.25rem}.blog__title{font-family:"DM Sans",sans-serif;font-size:clamp(2.25rem,6vw,4rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.04em;line-height:1.05;margin:0 0 1.25rem}.blog__hero-rule{width:48px;height:3px;background:#6d7c41;margin:0 auto 1.25rem;border-radius:2px}.blog__subtitle{font-size:1rem;color:#9ca3af;line-height:1.65;margin:0;max-width:440px;margin-left:auto;margin-right:auto;font-style:italic}.blog__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;flex-wrap:wrap}.blog__breadcrumb a{color:#9ca3af;text-decoration:none;transition:color 150ms ease}.blog__breadcrumb a:hover{color:#6d7c41}.blog__breadcrumb svg{color:#e5e5e0;flex-shrink:0}.blog__breadcrumb span{color:#1a1a1a;font-weight:500}.blog__categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.blog__cat-pill{display:inline-flex;align-items:center;gap:.5rem;padding:6px 1.25rem;font-size:.875rem;font-weight:500;color:#6b7280;background:rgba(0,0,0,0);border:1px solid #e5e5e0;border-radius:9999px;text-decoration:none;transition:all 150ms ease;white-space:nowrap}.blog__cat-pill:hover{border-color:var(--cat-accent, #6d7c41);color:var(--cat-accent, #6d7c41);background:rgba(109,124,65,.03)}.blog__cat-pill.is-active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.blog__meta-sep{opacity:.3;font-weight:400;margin:0 1px}.blog__meta-dot{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.4;flex-shrink:0}.blog__featured{display:grid;gap:1.25rem;margin-bottom:4rem;max-width:1100px;margin-left:auto;margin-right:auto}@media(min-width: 1024px){.blog__featured{grid-template-columns:1.4fr 1fr}}.blog__featured-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem 2.5rem 2rem;background:#1a1a1a;background-size:cover;background-position:center;text-decoration:none;min-height:380px;border-radius:12px;overflow:hidden;transition:transform 250ms ease}.blog__featured-card::before{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.2) 100%);pointer-events:none}.blog__featured-card:hover{transform:translateY(-2px)}.blog__featured-card:hover .blog__featured-arrow{transform:translate(3px, -3px);opacity:1}.blog__featured-content{position:relative;z-index:1;max-width:480px}.blog__featured-tag{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#8a9a5b;background:rgba(138,154,91,.12);padding:3px .75rem;border-radius:4px;margin-bottom:1.25rem}.blog__featured-title{font-family:"DM Sans",sans-serif;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:#fff;line-height:1.2;letter-spacing:-0.025em;margin:0 0 1rem}.blog__featured-excerpt{font-size:.875rem;color:hsla(0,0%,100%,.55);line-height:1.65;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog__featured-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:hsla(0,0%,100%,.35);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.blog__featured-arrow{position:absolute;top:2rem;right:2rem;color:hsla(0,0%,100%,.3);opacity:.5;transition:transform 250ms ease,opacity 250ms ease}.blog__featured-side{display:flex;flex-direction:column;gap:1.25rem}.blog__featured-side-card{flex:1;display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:#fff;border:1px solid #f0f0eb;border-radius:12px;text-decoration:none;transition:border-color 250ms ease,box-shadow 250ms ease}.blog__featured-side-card:hover{border-color:var(--cat-accent, #6d7c41);box-shadow:0 4px 20px rgba(0,0,0,.04)}.blog__featured-side-card:hover .blog__side-title{color:var(--cat-accent, #6d7c41)}.blog__side-num{font-family:"DM Sans",sans-serif;font-size:2.25rem;font-weight:700;color:#e5e5e0;line-height:1;flex-shrink:0;min-width:36px;letter-spacing:-0.04em}.blog__side-content{flex:1;min-width:0}.blog__side-tag{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cat-accent, #6d7c41);margin-bottom:4px;display:block}.blog__side-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-0.01em;margin:0 0 .5rem;transition:color 150ms ease}.blog__side-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#9ca3af}.blog__divider{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.blog__divider-line{flex:1;height:1px;background:#e5e5e0}.blog__divider-text{font-family:"DM Sans",sans-serif;font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.14em;flex-shrink:0}.blog__grid-section{margin-bottom:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.blog__section-heading{font-family:"DM Sans",sans-serif;font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em;margin:0 0 1.5rem}.blog__grid{display:grid;gap:1.25rem}.blog__grid--wide{grid-template-columns:1fr;margin-bottom:1.25rem}@media(min-width: 768px){.blog__grid--wide{grid-template-columns:repeat(2, 1fr)}}.blog__grid--trio{grid-template-columns:1fr;gap:2.5rem 2rem}@media(min-width: 768px){.blog__grid--trio{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.blog__grid--trio{grid-template-columns:repeat(3, 1fr)}}.blog__card{display:flex;flex-direction:column;background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform 250ms ease,border-color 250ms ease,box-shadow 250ms ease}.blog__card:hover{transform:translateY(-2px);border-color:var(--cat-accent, #E5E5E0);box-shadow:0 6px 24px rgba(0,0,0,.05)}.blog__card:hover .blog__card-title{color:var(--cat-accent, #6d7c41)}.blog__card:hover .blog__card-arrow{transform:translateX(4px);color:var(--cat-accent, #6d7c41)}.blog__card--wide{flex-direction:row;align-items:stretch;background:#fff;border:1px solid #f0f0eb;border-radius:12px;overflow:hidden;transition:border-color 250ms ease,box-shadow 250ms ease,transform 250ms ease}.blog__card--wide:hover{border-color:var(--cat-accent, #E5E5E0);box-shadow:0 8px 32px rgba(0,0,0,.06);transform:translateY(-3px)}.blog__card--wide .blog__card-body{padding:1.5rem 2rem}.blog__card--wide .blog__card-title{font-size:1.25rem}@media(min-width: 768px){.blog__card--wide .blog__card-title{font-size:1.5rem}}.blog__card--wide .blog__card-excerpt{-webkit-line-clamp:3}@media(max-width: 640px){.blog__card--wide{flex-direction:column}}.blog__card-accent{height:2px;background:var(--cat-accent, #6d7c41);opacity:.35;border-radius:1px;margin-bottom:1.25rem;transition:opacity 150ms ease}.blog__card:hover .blog__card-accent{opacity:.8}.blog__card-img{position:relative;overflow:hidden}.blog__card-img img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .5s ease}.blog__card:hover .blog__card-img img{transform:scale(1.04)}.blog__card-img--sm img{height:180px}.blog__card--wide .blog__card-img{flex-shrink:0;width:240px}.blog__card--wide .blog__card-img img{height:100%;min-height:200px}@media(max-width: 640px){.blog__card--wide .blog__card-img{width:100%}.blog__card--wide .blog__card-img img{height:180px}}.blog__card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.blog__card-tag{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cat-accent, #6d7c41);margin-bottom:.75rem}.blog__card-title{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-0.015em;margin:0 0 .75rem;transition:color 150ms ease}@media(min-width: 768px){.blog__card-title{font-size:1.25rem}}.blog__card-excerpt{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 1rem}.blog__card-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#9ca3af;margin-top:auto;padding-top:.75rem;border-top:1px solid #f0f0eb;font-weight:500}.blog__card-arrow{margin-left:auto;color:#9ca3af;transition:transform 150ms ease,color 150ms ease;flex-shrink:0}.blog__empty{text-align:center;padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.blog__empty p{font-size:1.25rem;color:#6b7280;margin:0 0 1.5rem}.blog__cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem;background:#1a1a1a;border-radius:12px;margin-top:3rem;flex-wrap:wrap;position:relative;overflow:hidden}.blog__cta::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 10% 90%, rgba(109, 124, 65, 0.12), transparent 50%);pointer-events:none}@media(max-width: 768px){.blog__cta{flex-direction:column;text-align:center}}.blog__cta-text{flex:1;min-width:0;position:relative;z-index:1}.blog__cta-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;letter-spacing:-0.01em}.blog__cta-desc{font-size:1rem;color:hsla(0,0%,100%,.55);line-height:1.65;margin:0}.blog a.blog__cta-btn{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#1a1a1a;background:#fff;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease;position:relative;z-index:1}.blog a.blog__cta-btn svg{transition:transform 150ms ease}.blog a.blog__cta-btn:hover{background:hsla(0,0%,100%,.92);box-shadow:0 4px 16px rgba(0,0,0,.2)}.blog a.blog__cta-btn:hover svg{transform:translateX(3px)}.blog--post{padding-top:3rem}.blog--post .blog__inner{max-width:1100px}.blog__article{max-width:720px;margin:0 auto 3rem}.blog__article-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #f0f0eb}.blog__article-tag{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--cat-accent, #6d7c41);background:rgba(109,124,65,.06);padding:.25rem 1rem;border-radius:4px;margin-bottom:1.5rem}.blog__article-title{font-family:"DM Sans",sans-serif;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.035em;line-height:1.12;margin:0 0 1.5rem}.blog__article-meta{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#9ca3af;flex-wrap:wrap;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.blog__article-author{font-weight:700;color:#6b7280}.blog__edit-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #e5e5e0;border-radius:8px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .15s ease;margin-top:1rem}.blog__edit-btn:hover{color:#6d7c41;border-color:#6d7c41;background:rgba(109,124,65,.04)}.blog__edit-btn i{font-size:12px}.blog__article-hero{margin-bottom:2.5rem;border-radius:12px;overflow:hidden}.blog__article-hero img{width:100%;height:auto;max-height:460px;object-fit:cover;display:block}.blog__article-body{font-size:1rem;color:#6b7280;line-height:1.85}@media(min-width: 768px){.blog__article-body{font-size:1.0625rem}}.blog__article-body>*:first-child{margin-top:0}.blog__article-body h2{font-family:"DM Sans",sans-serif;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#1a1a1a;letter-spacing:-0.02em;margin:3rem 0 1rem;padding-top:1rem;line-height:1.2;border-top:1px solid #f0f0eb}.blog__article-body>h2:first-child{border-top:none;padding-top:0;margin-top:0}.blog__article-body h3{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;letter-spacing:-0.01em;margin:2rem 0 .75rem}.blog__article-body p{margin:0 0 1.25rem}.blog__article-body a{color:#6d7c41;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(109,124,65,.3);transition:text-decoration-color 150ms ease}.blog__article-body a:hover{color:#4a5530;text-decoration-color:#4a5530}.blog__article-body strong{color:#1a1a1a;font-weight:600}.blog__article-body ul,.blog__article-body ol{margin:1rem 0 1.5rem;padding-left:1.5rem;list-style:revert}.blog__article-body li{margin-bottom:.75rem;list-style:revert}.blog__article-body blockquote{border-left:3px solid #6d7c41;padding:1.25rem 1.5rem;margin:2rem 0;background:rgba(109,124,65,.03);border-radius:0 8px 8px 0;color:#1a1a1a;font-style:italic}.blog__article-footer{padding-top:2rem;margin-top:3rem;border-top:1px solid #f0f0eb}.blog__article-footer-inner{display:flex;align-items:center;gap:.75rem}.blog__article-footer-label{font-size:.875rem;color:#9ca3af}.blog__article-footer-cat{font-size:.875rem;font-weight:600;color:var(--cat-accent, #6d7c41);text-decoration:none;padding:.25rem .75rem;background:rgba(109,124,65,.06);border-radius:4px}.blog__article-footer-cat:hover{background:rgba(109,124,65,.12)}.blog__related{max-width:1100px;margin:0 auto 3rem}.blog__related-inner{max-width:1100px;margin:0 auto}.gc{max-width:1100px;margin:0 auto;padding:0 20px 80px}.gc__hero{text-align:center;padding:60px 0 40px}.gc__title{font-size:2.4rem;font-weight:800;color:#1e293b;margin:0 0 8px}.gc__subtitle{font-size:1.1rem;color:#64748b;margin:0}.gc__container{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}@media(max-width: 860px){.gc__container{grid-template-columns:1fr}}.gc__form-wrap{display:flex;flex-direction:column;gap:0}.gc__section{padding:28px 0;border-bottom:1px solid #f1f5f9}.gc__section:first-child{padding-top:0}.gc__section-title{font-size:1.15rem;font-weight:700;color:#1e293b;margin:0 0 20px;display:flex;align-items:center;gap:12px}.gc__step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#1e293b;color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}.gc__amounts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.gc__amount-btn{padding:10px 20px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;font-size:1rem;font-weight:600;color:#334155;cursor:pointer;transition:all .15s}.gc__amount-btn:hover{border-color:#22c55e;color:#22c55e}.gc__amount-btn--active{border-color:#22c55e;background:#f0fdf4;color:#16a34a}.gc__amount-btn--custom{font-size:.9rem;letter-spacing:.02em}.gc__custom-wrap{margin-bottom:8px}.gc__input-group{display:flex;align-items:center;border:2px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .15s}.gc__input-group:focus-within{border-color:#22c55e}.gc__input-prefix{padding:10px 0 10px 14px;font-size:1.1rem;font-weight:600;color:#64748b;background:#f8fafc}.gc__hint{font-size:.82rem;color:#94a3b8;margin:6px 0 0}.gc__field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media(max-width: 540px){.gc__field-row{grid-template-columns:1fr}}.gc__field{margin-bottom:16px}.gc__label{display:block;font-size:.88rem;font-weight:600;color:#334155;margin-bottom:6px}.gc__optional{font-weight:400;color:#94a3b8}.gc__input{width:100%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#1e293b;background:#fff;transition:border-color .15s;box-sizing:border-box}.gc__input:focus{outline:none;border-color:#22c55e}.gc__input--amount{border:none;padding:10px 14px 10px 4px;background:rgba(0,0,0,0);font-size:1.1rem;font-weight:600}.gc__input--amount:focus{outline:none}.gc__input--textarea{resize:vertical;min-height:80px}.gc__radio-row{display:flex;gap:24px;margin-bottom:12px}.gc__radio{display:flex;align-items:center;gap:6px;font-size:.92rem;color:#475569;cursor:pointer}.gc__radio input{accent-color:#22c55e}.gc__schedule-wrap{max-width:220px}.gc__stripe-mount{padding:16px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;min-height:60px}.gc__card-error{font-size:.88rem;color:#dc2626;margin-top:8px;min-height:1.2em}.gc__secure-note{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#94a3b8;margin-top:12px}.gc__secure-note i{color:#22c55e}.gc__summary{border:2px solid #e2e8f0;border-radius:12px;padding:16px 20px;margin-top:24px}.gc__summary-row{display:flex;justify-content:space-between;font-size:.95rem;color:#475569;padding:6px 0}.gc__summary-row--total{border-top:1px solid #e2e8f0;margin-top:6px;padding-top:10px;font-size:1.1rem;font-weight:700;color:#1e293b}.gc__submit{width:100%;padding:16px;margin-top:20px;border:none;border-radius:12px;background:#22c55e;color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:10px}.gc__submit:hover:not(:disabled){background:#16a34a}.gc__submit:disabled{opacity:.6;cursor:not-allowed}.gc__spinner{width:20px;height:20px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:gc-spin .6s linear infinite}.gc__policy{font-size:.82rem;color:#94a3b8;text-align:center;margin-top:16px}.gc__policy a{color:#22c55e;text-decoration:underline}.gc__preview{position:sticky;top:100px}@media(max-width: 860px){.gc__preview{display:none}}.gc__preview-card{background:linear-gradient(135deg, #1e293b 0%, #0f172a 100%);border-radius:20px;padding:36px 28px 28px;color:#fff;box-shadow:0 25px 50px rgba(0,0,0,.15)}.gc__preview-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8;margin-bottom:20px}.gc__preview-amount{font-size:3rem;font-weight:800;color:#22c55e;margin-bottom:24px;line-height:1}.gc__preview-to,.gc__preview-from{display:flex;justify-content:space-between;padding:8px 0;font-size:.95rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.gc__preview-label{color:#64748b;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px}.gc__preview-msg{margin-top:16px;padding:12px;background:hsla(0,0%,100%,.05);border-radius:8px;font-size:.88rem;color:#cbd5e1;font-style:italic;display:none}.gc__preview-footer{margin-top:24px;text-align:center;font-size:.75rem;color:#64748b;letter-spacing:.5px}.gc-claim{max-width:560px;margin:48px auto;padding:0 20px 80px}.gc-claim__header{text-align:center;margin-bottom:32px}.gc-claim__badge{width:56px;height:56px;border-radius:50%;background:#f0fdf4;border:2px solid #bbf7d0;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.gc-claim__badge i{font-size:22px;color:#22c55e}.gc-claim__badge--warn{background:#fefce8;border-color:#fde68a}.gc-claim__badge--warn i{color:#d97706}.gc-claim__title{font-size:1.8rem;font-weight:800;color:#1e293b;margin:0 0 8px}.gc-claim__subtitle{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.gc-claim__card-wrap{margin-bottom:24px}.gc-claim__giftcard{background:linear-gradient(135deg, #1e293b 0%, #0f172a 100%);border-radius:20px;padding:32px;text-align:center;color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.15);position:relative;overflow:hidden}.gc-claim__giftcard::before{content:"";position:absolute;top:-40%;right:-20%;width:200px;height:200px;border-radius:50%;background:rgba(34,197,94,.06)}.gc-claim__giftcard-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.gc-claim__giftcard-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8}.gc-claim__giftcard-nox{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#475569;background:hsla(0,0%,100%,.06);padding:4px 10px;border-radius:20px}.gc-claim__giftcard-amount{font-size:3.2rem;font-weight:800;color:#22c55e;line-height:1;margin-bottom:8px}.gc-claim__giftcard-balance{font-size:.88rem;color:#94a3b8}.gc-claim__giftcard-footer{margin-top:20px;font-size:.75rem;color:#475569;letter-spacing:.5px}.gc-claim__message{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:20px;margin-bottom:24px}.gc-claim__message-head{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#94a3b8;margin-bottom:8px}.gc-claim__message-head i{color:#cbd5e1;font-size:14px}.gc-claim__message-text{font-size:1rem;color:#1e293b;font-style:italic;line-height:1.6;margin:0}.gc-claim__details{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin-bottom:24px}.gc-claim__detail-row{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #f1f5f9}.gc-claim__detail-row:last-child{border-bottom:none}.gc-claim__detail-label{font-size:.82rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.gc-claim__detail-value{font-size:.95rem;color:#1e293b;font-weight:500}.gc-claim__detail-value--bold{font-weight:700;color:#0f172a}.gc-claim__action{text-align:center}.gc-claim__btns{display:flex;justify-content:center;gap:12px}@media(max-width: 480px){.gc-claim__btns{flex-direction:column}}.gc-claim__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .15s}.gc-claim__btn--primary{background:#22c55e;color:#fff !important}.gc-claim__btn--primary:hover{background:#16a34a;color:#fff !important}.gc-claim__btn--ghost{background:rgba(0,0,0,0);border:2px solid #e2e8f0;color:#334155 !important}.gc-claim__btn--ghost:hover{border-color:#22c55e;color:#22c55e !important}.gc-claim__btn--full{width:100%}.gc-claim__fine{font-size:.82rem;color:#94a3b8;margin:12px 0 0}.gc-claim__auth-text{font-size:.95rem;color:#475569;margin:0 0 16px}.gc-claim__notice{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:10px;font-size:.88rem;margin-bottom:20px;text-align:left}.gc-claim__notice i{flex-shrink:0;font-size:1rem}.gc-claim__notice--success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.gc-claim__notice--warn{background:#fefce8;color:#a16207;border:1px solid #fde68a}.gc-claim__code-reveal{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin-bottom:24px;text-align:center}.gc-claim__code-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;margin:0 0 12px}.gc-claim__code-box{display:inline-flex;align-items:center;gap:12px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:12px 16px}.gc-claim__code-value{font-size:1.3rem;font-weight:700;font-family:"SF Mono","Fira Code","Courier New",monospace;color:#1e293b;letter-spacing:1.5px}.gc-claim__code-copy{padding:6px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;font-size:.82rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s}.gc-claim__code-copy:hover{background:#22c55e;color:#fff;border-color:#22c55e}.gc-claim__code-bal{font-size:.95rem;font-weight:600;color:#16a34a;margin:14px 0 0}.gc-claim__code-hint{font-size:.82rem;color:#94a3b8;margin:8px 0 0}.gc-success{max-width:560px;margin:60px auto;padding:0 20px 80px}.gc-success__header{text-align:center;margin-bottom:32px}.gc-success__check{width:56px;height:56px;border-radius:50%;background:#f0fdf4;border:2px solid #bbf7d0;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.gc-success__check i{font-size:24px;color:#22c55e}.gc-success__title{font-size:1.8rem;font-weight:800;color:#1e293b;margin:0 0 8px}.gc-success__ref{font-size:.88rem;color:#94a3b8;margin:0}.gc-success__card{background:linear-gradient(135deg, #1e293b 0%, #0f172a 100%);border-radius:16px;padding:32px;margin-bottom:24px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.gc-success__card-inner{display:flex;align-items:center;justify-content:space-between}.gc-success__card-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#94a3b8}.gc-success__card-amount{font-size:2.4rem;font-weight:800;color:#22c55e;line-height:1}.gc-success__details{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin-bottom:20px}.gc-success__row{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #f1f5f9}.gc-success__row:last-child{border-bottom:none}.gc-success__row--msg{flex-direction:column;align-items:flex-start;gap:4px}.gc-success__label{font-size:.82rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.gc-success__value{font-size:.95rem;color:#1e293b;font-weight:500}.gc-success__value--bold{font-weight:700;color:#0f172a}.gc-success__value--italic{font-style:italic;color:#475569;font-weight:400}.gc-success__status{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:10px;background:#f0fdf4;border:1px solid #bbf7d0;font-size:.88rem;color:#16a34a;font-weight:600;margin-bottom:28px}.gc-success__status i{font-size:1rem}.gc-success__actions{display:flex;justify-content:center;gap:12px}@media(max-width: 480px){.gc-success__actions{flex-direction:column}}.gc-success__btn{display:inline-block;padding:14px 28px;border-radius:10px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .15s;text-align:center}.gc-success__btn--primary{background:#22c55e;color:#fff !important}.gc-success__btn--primary:hover{background:#16a34a;color:#fff !important}.gc-success__btn--ghost{background:rgba(0,0,0,0);border:2px solid #e2e8f0;color:#334155 !important}.gc-success__btn--ghost:hover{border-color:#22c55e;color:#22c55e !important}@keyframes gc-spin{to{transform:rotate(360deg)}}.paylink{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#fafaf8}.paylink__container{width:100%;max-width:460px}.paylink__card{background:#fff;border-radius:16px;border:1px solid #e5e5e0;padding:2.5rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}@media(max-width: 639px){.paylink__card{padding:2rem 1.25rem}}.paylink__card--status{text-align:center;padding:3rem 2rem}.paylink__app-banner{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:.75rem 1rem;margin-bottom:1rem}.paylink__app-banner-icon{width:36px;height:36px;border-radius:8px;background:#6d7c41;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.paylink__app-banner-body{flex:1;min-width:0}.paylink__app-banner-body strong{display:block;font-size:.875rem;font-weight:600;color:#1a1a1a;line-height:1.2}.paylink__app-banner-body span{font-size:.75rem;color:#6b7280}.paylink__app-banner-btn{flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#6d7c41;background:rgba(109,124,65,.08);border:1px solid rgba(109,124,65,.2);border-radius:9999px;text-decoration:none;transition:background 150ms ease}.paylink__app-banner-btn:hover{background:rgba(109,124,65,.14)}.paylink__skel{background:linear-gradient(90deg, #F0F0EB 25%, rgb(233.4428571429, 233.4428571429, 226.2571428571) 50%, #F0F0EB 75%);background-size:200% 100%;animation:pl-shimmer 1.5s ease-in-out infinite;border-radius:8px}.paylink__skel--icon{width:56px;height:56px;border-radius:9999px;margin:0 auto}.paylink__skel--line{height:14px}.paylink__skel--block{height:140px;border-radius:12px}@keyframes pl-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.paylink__status-icon{font-size:3rem;margin-bottom:1.25rem}.paylink__status-icon--success{color:#059669}.paylink__status-icon--warning{color:#d97706}.paylink__status-icon--error{color:#dc2626}.paylink__status-icon--muted{color:#6b7280}.paylink__status-title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.paylink__status-desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0;max-width:320px;margin-left:auto;margin-right:auto}.paylink__status-link{display:inline-block;margin-top:1.25rem;padding:12px 28px;background:#1a1a1a;color:#fff !important;text-decoration:none;border-radius:12px;font-weight:600;font-size:.875rem;transition:opacity .15s}.paylink__status-link:hover{opacity:.85;color:#fff !important}.paylink__header{text-align:center;margin-bottom:1.5rem}.paylink__logo{margin-bottom:1rem}.paylink__logo-img{height:28px;width:auto}.paylink__title{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.paylink__subtitle{font-size:.875rem;color:#6b7280;margin:0;line-height:1.65}.paylink__order-info{background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem}.paylink__info-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.paylink__info-row+.paylink__info-row{border-top:1px solid #f0f0eb;margin-top:.25rem;padding-top:.5rem}.paylink__info-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.paylink__info-value{font-size:.875rem;font-weight:600;color:#1a1a1a}.paylink__summary{background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:.875rem}.paylink__summary-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.paylink__summary-header{display:grid;grid-template-columns:1fr auto 20px auto;gap:.5rem;align-items:center;padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid #f0f0eb}.paylink__summary-col{font-size:.75rem;font-weight:500;color:#9ca3af;text-align:right;min-width:64px}.paylink__summary-row{display:grid;grid-template-columns:1fr auto 20px auto;gap:.5rem;align-items:center;padding:3px 0;color:#6b7280}.paylink__summary-row--changed{color:#1a1a1a}.paylink__summary-row--total{font-weight:600;color:#1a1a1a}.paylink__summary-label{font-weight:500}.paylink__summary-old,.paylink__summary-new{text-align:right;min-width:64px;font-variant-numeric:tabular-nums}.paylink__summary-old{color:#9ca3af}.paylink__summary-row--changed .paylink__summary-new{font-weight:600}.paylink__summary-arrow{text-align:center;color:#9ca3af;font-size:.75rem}.paylink__summary-divider{height:1px;background:#e5e5e0;margin:.5rem 0}.paylink__points-applied{background:rgba(109,124,65,.04);border:1px solid rgba(109,124,65,.12);border-radius:12px;padding:.75rem 1rem;margin-bottom:.75rem}.paylink__points-applied .paylink__info-row+.paylink__info-row{border-top:1px dashed rgba(109,124,65,.2)}.paylink__amount-box{display:flex;justify-content:space-between;align-items:center;background:rgba(109,124,65,.06);border:1px solid rgba(109,124,65,.15);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:.75rem}.paylink__amount-label{font-size:.875rem;font-weight:500;color:#6b7280}.paylink__amount-value{font-family:"DM Sans",sans-serif;font-size:1.875rem;font-weight:700;color:#4a5530}.paylink__expires{text-align:center;font-size:.75rem;color:#9ca3af;margin-bottom:1.5rem}.paylink__stripe-section{margin-bottom:1.5rem}.paylink__field-label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.paylink__stripe-mount{border:1.5px solid #e5e5e0;border-radius:8px;padding:.75rem 1rem;background:#fff;transition:border-color 150ms ease}.paylink__stripe-mount:focus-within{border-color:#6d7c41;box-shadow:0 0 0 3px rgba(109,124,65,.12),inset 0 1px 2px rgba(0,0,0,.04)}.paylink__stripe-error{color:#dc2626;font-size:.75rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.paylink__pay-btn{display:block;width:100%;padding:1rem 1.5rem;background:#6d7c41;color:#fff;font-family:"Inter",sans-serif;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background 150ms ease,box-shadow 150ms ease,opacity 150ms ease;line-height:1}.paylink__pay-btn:hover:not(:disabled){background:#4a5530;box-shadow:0 4px 14px rgba(109,124,65,.25)}.paylink__pay-btn:active:not(:disabled){transform:translateY(1px)}.paylink__pay-btn:disabled{opacity:.5;cursor:not-allowed}.paylink__secure-note{text-align:center;font-size:.75rem;color:#9ca3af;margin:1rem 0 0}.paylink__secure-note i{margin-right:4px}.rv{min-height:65vh;padding:2rem 1rem 5rem;background:#fafaf8}.rv__wrap{max-width:560px;margin:0 auto}.rv__state{text-align:center;padding:4rem 1.5rem}.rv__state h2{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.rv__state p{color:#6b7280;font-size:1rem;margin:0 0 1.5rem}.rv__state-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}.rv__state-icon--ok{background:rgba(5,150,105,.1);color:#059669}.rv__state-icon--muted{background:#f0f0eb;color:#9ca3af}.rv__state-icon--gold{background:#fef3c7;color:#b45309}.rv__spinner{width:32px;height:32px;border:3px solid #e5e5e0;border-top-color:#6d7c41;border-radius:50%;margin:0 auto 1rem;animation:rv-spin .6s linear infinite}@keyframes rv-spin{to{transform:rotate(360deg)}}.rv__cta{display:inline-block;background:#6d7c41;color:#fff !important;text-decoration:none;font-weight:600;font-size:.875rem;padding:.75rem 2rem;border-radius:9999px;transition:background .2s}.rv__cta:hover{background:#4a5530;color:#fff !important}.rv__header{text-align:center;margin-bottom:1.5rem}.rv__heading{font-family:"DM Sans",sans-serif;font-size:1.625rem;font-weight:700;color:#1a1a1a;margin:0 0 .35rem;letter-spacing:-0.03em;line-height:1.2}.rv__subheading{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem}.rv__progress{margin-bottom:.25rem}.rv__progress-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.rv__progress-label{font-size:.875rem;font-weight:600;color:#6b7280}.rv__progress-pts{font-size:.875rem;font-weight:700;color:#9ca3af}.rv__progress-bar{height:6px;background:#e5e5e0;border-radius:3px;overflow:hidden}.rv__progress-fill{height:100%;width:0;background:#6d7c41;border-radius:3px;transition:width .5s cubic-bezier(0.4, 0, 0.2, 1)}.rv__card{background:#fff;border-radius:16px;border:1px solid #e5e5e0;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 2px 12px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.02);transition:opacity .35s,transform .35s}.rv__card--submitting{opacity:.5;transform:scale(0.98)}.rv__card--done{border-color:rgba(5,150,105,.2);background:#fcfef9;box-shadow:none}.rv__hero{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f0f0eb}.rv__hero-img{width:100%;height:100%;object-fit:cover;display:block}.rv__hero-img--empty{display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#9ca3af}.rv__hero-overlay{position:absolute;bottom:0;left:0;right:0;top:0;padding:0 1.25rem 1rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0.18) 65%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.55) 85%, rgba(0, 0, 0, 0.72) 100%)}.rv__hero-title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#fff;margin:0;line-height:1.3;letter-spacing:-0.01em;text-shadow:0 1px 3px rgba(0,0,0,.3)}.rv__hero-side{font-size:.875rem;color:hsla(0,0%,100%,.75);margin:.05rem 0 0;line-height:1.2}.rv__body{padding:1rem 1.25rem 1.5rem}.rv__stars{display:flex;justify-content:center;gap:.5rem;margin:.5rem 0 .25rem}.rv__star{background:none;border:none;cursor:pointer;font-size:2rem;color:#e5e5e0;padding:.2rem;transition:transform .15s,color .15s;line-height:1}.rv__star:hover{transform:scale(1.15)}.rv__star--lit{color:#f59e0b}.rv__star-label{text-align:center;font-size:.75rem;font-weight:600;color:#b45309;margin:0 0 .75rem;min-height:1.125rem}.rv__tags{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;margin-bottom:1rem}.rv__tag{font-size:12px;font-weight:600;padding:.3rem .7rem;border-radius:100px;border:1px solid #e5e5e0;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s;line-height:1.2}.rv__tag:hover{border-color:#8a9a5b;color:#6d7c41}.rv__tag--on{background:rgba(109,124,65,.08);border-color:#6d7c41;color:#6d7c41}.rv__text{width:100%;min-height:64px;border:1px solid #e5e5e0;border-radius:10px;padding:.625rem .875rem;font-family:"Inter",sans-serif;font-size:.875rem;color:#1a1a1a;resize:vertical;margin-bottom:1rem;transition:border-color .2s}.rv__text::placeholder{color:#9ca3af}.rv__text:focus{outline:none;border-color:#6d7c41}.rv__submit{width:100%;height:48px;display:flex;align-items:center;justify-content:center;background:#6d7c41;color:#fff;border:none;border-radius:9999px;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s,opacity .2s,transform .1s}.rv__submit:hover:not(:disabled){background:#4a5530}.rv__submit:active:not(:disabled){transform:scale(0.98)}.rv__submit:disabled{opacity:.4;cursor:not-allowed}.rv__submit--loading{pointer-events:none;font-size:0}.rv__submit--loading::after{content:"";width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:rv-spin .6s linear infinite}.rv__earn-hint{text-align:center;font-size:.75rem;color:#9ca3af;margin:.5rem 0 0}.rv__earn-hint strong{font-weight:700;color:#6b7280}.rv__done-row{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.125rem}.rv__done-icon{color:#059669;font-size:1.125rem;flex-shrink:0}.rv__done-name{flex:1;font-size:.875rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rv__done-label{font-size:.75rem;font-weight:600;color:#059669}@media(max-width: 600px){.rv{padding:1rem .75rem 4rem}.rv__meal-thumb{width:44px;height:44px;border-radius:8px}.rv__star{font-size:1.75rem}}.onboard{max-width:860px;margin:0 auto;padding:1.5rem 1rem;min-height:60vh}.onboard__loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.onboard__loader{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#6b7280;font-size:.875rem}.onboard__loader-spinner{width:40px;height:40px;border:3px solid #f0f0eb;border-top-color:#6d7c41;border-radius:50%;animation:onboardSpin .7s linear infinite}@keyframes onboardSpin{to{transform:rotate(360deg)}}.onboard__error{text-align:center;padding:2rem 1rem}.onboard__error-icon{font-size:48px;color:#dc2626;margin-bottom:1rem}.onboard__error h2{font-family:"DM Sans",sans-serif;font-size:1.5rem;color:#1a1a1a;margin:0 0 .75rem}.onboard__error p{color:#6b7280;font-size:1rem;max-width:420px;margin:0 auto}.onboard__steps{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 0}.onboard__step{display:flex;align-items:center;gap:.5rem;opacity:.4;transition:opacity .3s}.onboard__step.active{opacity:1}.onboard__step.completed{opacity:.7}.onboard__step-num{width:32px;height:32px;border-radius:50%;background:#f0f0eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;transition:all .3s}.active .onboard__step-num{background:#6d7c41;color:#fff}.completed .onboard__step-num{background:#059669;color:#fff}.onboard__step-label{font-size:.875rem;font-weight:500;color:#6b7280}.active .onboard__step-label{color:#1a1a1a}@media(max-width: 480px){.onboard__step-label{display:none}}.onboard__step-divider{width:60px;height:2px;background:#f0f0eb}@media(max-width: 480px){.onboard__step-divider{width:30px}}.onboard__contract-header{margin-bottom:1.25rem}.onboard__contract-header h1{font-family:"DM Sans",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.onboard__contract-header p{color:#6b7280;font-size:.875rem;margin:0;line-height:1.65}.onboard__contract{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;line-height:1.65;font-size:13px;color:#333;max-height:70vh;overflow-y:auto}@media(max-width: 600px){.onboard__contract{padding:1rem;font-size:12px}}.onboard__contract img{max-width:180px}.onboard__sig{background:#fff;border:1px solid #f0f0eb;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.onboard__sig h3{font-family:"DM Sans",sans-serif;font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.onboard__sig>p{color:#6b7280;font-size:.875rem;margin:0 0 1rem}.onboard__sig-pad-wrap{border:2px solid #e5e5e0;border-radius:8px;background:#fff;overflow:hidden;margin-bottom:.75rem}.onboard__sig-pad-wrap canvas{display:block;width:100%;cursor:crosshair}.onboard__sig-actions{margin-bottom:1rem}.onboard__agree{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:rgba(109,124,65,.04);border:1px solid rgba(109,124,65,.15);border-radius:8px;margin-bottom:1.25rem;cursor:pointer}.onboard__agree input[type=checkbox]{margin-top:3px;width:18px;height:18px;accent-color:#6d7c41;flex-shrink:0}.onboard__agree span{font-size:.875rem;line-height:1.65;color:#1a1a1a}.onboard__form-section{background:#fff;border:1px solid #f0f0eb;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.onboard__form-section h3{font-family:"DM Sans",sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.onboard__form-section h3 i{margin-right:.5rem;color:#6d7c41}.onboard__form-hint{font-size:.75rem;color:#6b7280;margin:-0.5rem 0 1rem;padding:.5rem .75rem;background:rgba(109,124,65,.04);border-radius:4px}.onboard__form-hint i{margin-right:.25rem;color:#6d7c41}.onboard__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media(max-width: 600px){.onboard__form-grid{grid-template-columns:1fr}}.onboard__field{display:flex;flex-direction:column;gap:.25rem}.onboard__field--wide{grid-column:1/-1}.onboard__field label{font-size:.875rem;font-weight:500;color:#1a1a1a}.onboard__field input,.onboard__field select{padding:.5rem .75rem;border:1px solid #e5e5e0;border-radius:8px;font-size:.875rem;font-family:"Inter",sans-serif;color:#1a1a1a;background:#fff;transition:border-color .15s;outline:none}.onboard__field input:focus,.onboard__field select:focus{border-color:#6d7c41}.onboard__req{color:#dc2626}.onboard__note{font-weight:400;color:#6b7280}.onboard__ac-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;background:#fff;border:1px solid #e5e5e0;border-top:none;border-radius:0 0 8px 8px;max-height:240px;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.08)}.onboard__ac-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;font-size:.875rem;cursor:pointer;transition:background .1s}.onboard__ac-item:hover,.onboard__ac-item--active{background:rgba(109,124,65,.08)}.onboard__ac-item--active{color:#6d7c41}.onboard__ac-item--empty{color:#6b7280;cursor:default}.onboard__ac-item--empty:hover{background:none}.onboard__ac-item-name{color:#1a1a1a}.onboard__ac-item-inst{font-size:.75rem;color:#6b7280;font-family:monospace}.onboard__submit-area{text-align:center;padding:1.25rem 0}.onboard__success{text-align:center;padding:2rem 1rem}.onboard__success-icon{font-size:64px;color:#059669;margin-bottom:1rem}.onboard__success h1{font-family:"DM Sans",sans-serif;font-size:1.875rem;color:#1a1a1a;margin:0 0 .75rem}.onboard__success p{color:#6b7280;font-size:1rem;max-width:480px;margin:0 auto .75rem;line-height:1.65}.rsv-swal-popup{border-radius:20px !important;padding:0 !important;max-width:440px !important;overflow:hidden;box-shadow:0 25px 60px -12px rgba(0,0,0,.3),0 0 0 1px rgba(0,0,0,.04) !important}.rsv-swal-popup .swal2-html-container{margin:0 !important;padding:2rem 1.5rem 1rem !important}.rsv-swal-popup .swal2-icon{display:none !important}.rsv-swal-popup .swal2-close{color:#9ca3af !important;font-size:20px !important;top:16px !important;right:16px !important;z-index:2}.rsv-swal-popup .swal2-close:hover{color:#1a1a1a !important}.rsv-swal-popup .swal2-actions{margin:0 !important;padding:1rem 1.5rem 1.5rem !important;gap:.5rem;flex-wrap:wrap;justify-content:center}.rsv-swal-btn{border-radius:8px !important;font-size:.875rem !important;font-weight:600 !important;padding:11px 28px !important;letter-spacing:.01em !important;transition:transform 150ms ease,box-shadow 150ms ease !important}.rsv-swal-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(109,124,65,.25)}.rsv-swal-btn:active{transform:translateY(0)}.rsv-swal-btn-deny{border-radius:8px !important;font-size:.75rem !important;font-weight:500 !important;color:#6b7280 !important;background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none !important;padding:8px 16px !important;transition:color 150ms ease !important}.rsv-swal-btn-deny:hover{color:#dc2626 !important;background:rgba(0,0,0,0) !important}.rsv-swal-btn-cancel{border-radius:8px !important;font-size:.875rem !important;font-weight:500 !important;color:#6b7280 !important;background:#fafaf8 !important;border:1px solid #e5e5e0 !important;padding:11px 24px !important;transition:background 150ms ease,color 150ms ease !important}.rsv-swal-btn-cancel:hover{background:#f0f0eb !important;color:#1a1a1a !important}.rsv-swal-enter{animation:rsvSwalSlideIn .35s cubic-bezier(0.16, 1, 0.3, 1) !important}@keyframes rsvSwalSlideIn{from{opacity:0;transform:scale(0.92) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.rsv-swal{text-align:center}.rsv-swal__badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:5px 14px;border-radius:9999px;margin-bottom:1rem}.rsv-swal__badge i{font-size:10px}.rsv-swal__badge--warning{background:rgba(217,119,6,.1);color:rgb(177.2977578475,97.2278026906,4.9022421525)}.rsv-swal__badge--critical{background:rgba(220,38,38,.1);color:#dc2626;animation:rsvBadgePulse 2s ease-in-out infinite}.rsv-swal__badge--expired{background:rgba(107,114,128,.1);color:#6b7280}@keyframes rsvBadgePulse{0%,100%{opacity:1}50%{opacity:.7}}.rsv-swal__icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 1rem}.rsv-swal__title{font-family:"DM Sans",sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}.rsv-swal__text{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 auto;max-width:360px}.rsv-ctx{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin:1rem auto .25rem;padding:.75rem 1rem;background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;max-width:360px}.rsv-ctx__item{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:500;color:#1a1a1a;white-space:nowrap}.rsv-ctx__item i{color:#6b7280;font-size:11px}.rsv-ctx__sep{width:3px;height:3px;border-radius:50%;background:#9ca3af;flex-shrink:0}.rsv-ring{margin:1.25rem auto .75rem;position:relative;width:120px;height:120px}.rsv-ring__circle{position:absolute;inset:0}.rsv-ring__circle svg{width:100%;height:100%;transform:rotate(-90deg)}.rsv-ring__track{fill:none;stroke:#f0f0eb;stroke-width:5}.rsv-ring__fill{fill:none;stroke:#d97706;stroke-width:5;stroke-linecap:round;transition:stroke-dashoffset 1s linear,stroke .3s ease}.rsv-ring--critical .rsv-ring__fill{stroke:#dc2626}.rsv-ring__value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;font-size:1.75rem;font-weight:700;color:#d97706;font-variant-numeric:tabular-nums;letter-spacing:.02em;padding-bottom:10px}.rsv-ring--critical .rsv-ring__value{color:#dc2626;animation:rsvTimerPulse 1s ease-in-out infinite}.rsv-ring__label{position:absolute;bottom:28px;left:0;right:0;text-align:center;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af}@keyframes rsvTimerPulse{0%,100%{opacity:1}50%{opacity:.5}}.rsv-swal__hint{font-size:11px;color:#9ca3af;line-height:1.5;margin:.5rem auto 0;max-width:320px}.rsv-swal__hint i{font-size:10px;margin-right:2px}.rsv-swal__items{list-style:none;padding:0;margin:1rem auto 0;max-width:300px;text-align:left;background:#fafaf8;border:1px solid #f0f0eb;border-radius:12px;padding:.75rem 1rem}.rsv-swal__items li{font-size:.875rem;color:#1a1a1a;padding:.25rem 0;border-bottom:1px solid #f0f0eb;display:flex;align-items:center;gap:.5rem}.rsv-swal__items li::before{content:"";font-family:"Font Awesome 6 Pro","Font Awesome 6 Free";font-weight:400;font-size:11px;color:#dc2626;flex-shrink:0}.rsv-swal__items li:last-child{border-bottom:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}@media(max-width: 1023px){.d-none--mobile{display:none !important}}@media(min-width: 1024px){.d-none--desktop{display:none !important}}.mt-1{margin-top:0.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.mt-6{margin-top:3rem}.mt-7{margin-top:3.5rem}.mt-8{margin-top:4rem}.mb-1{margin-bottom:0.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mb-6{margin-bottom:3rem}.mb-7{margin-bottom:3.5rem}.mb-8{margin-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}.pt-1{padding-top:0.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pt-5{padding-top:2.5rem}.pt-6{padding-top:3rem}.pt-7{padding-top:3.5rem}.pt-8{padding-top:4rem}.pb-1{padding-bottom:0.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.pb-5{padding-bottom:2.5rem}.pb-6{padding-bottom:3rem}.pb-7{padding-bottom:3.5rem}.pb-8{padding-bottom:4rem}.text-primary{color:#6d7c41}.text-secondary{color:#6b7280}.text-accent{color:#6d7c41}.text-success{color:#059669}.text-error{color:#dc2626}.text-white{color:#fff}.bg-primary{background-color:#6d7c41}.bg-accent{background-color:#6d7c41}.bg-surface{background-color:#fff}.bg-muted{background-color:#fafaf8}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.visually-hidden--focusable:focus{position:fixed;top:0;left:0;width:auto;height:auto;margin:0;padding:12px 24px;overflow:visible;clip:auto;white-space:normal;background:#1a1a2e;color:#fff;font-size:14px;font-weight:600;z-index:99999;text-decoration:none}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;background:rgba(109,124,65,.08);color:#6d7c41;line-height:1.4}.badge--accent{background:rgba(109,124,65,.15);color:rgb(50.1746031746,57.0793650794,29.9206349206)}.badge--success{background:rgba(5,150,105,.1);color:#059669}.badge--error{background:rgba(220,38,38,.1);color:#dc2626}.divider{height:1px;background:#e5e5e0;border:none;margin:1.5rem 0}.chip{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:#6b7280;background:#fafaf8;border:1px solid #e5e5e0;border-radius:9999px;cursor:pointer;transition:background-color 150ms ease,color 150ms ease,border-color 150ms ease;user-select:none}.chip:hover{border-color:#6d7c41;color:#6d7c41}.chip--active{background:#6d7c41;color:#fff;border-color:#6d7c41}.chip--active:hover{background:#4a5530;border-color:#4a5530;color:#fff}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fw-regular{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.swal2-container{z-index:10100 !important}/*# sourceMappingURL=main.min.css.map */
