:root{--bg:#fff;--surface:#fff;--surface-2:#f9f9f9;--ink:#111;--muted:#62605a;--line:#e5e5e5;--primary:gold;--primary-dark:#ccac00;--primary-ink:#332b00;--teal:#665600;--gold:gold;--green:#1f7a4d;--danger:#b42318;--shadow:0 16px 45px #332b001a;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}main{min-height:70vh}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8f6f0;justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:14px clamp(18px,5vw,72px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{border-radius:var(--radius);background:var(--ink);place-items:center;width:42px;height:42px;display:grid}.brand-mark img{object-fit:contain;width:30px;height:30px}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.8rem}.site-nav{align-items:center;gap:8px;display:flex}.site-nav>a,.icon-link{border-radius:var(--radius);min-height:42px;color:var(--ink);border:1px solid #0000;justify-content:center;align-items:center;padding:0 12px;font-weight:700;display:inline-flex}.site-nav>a:hover,.icon-link:hover{background:var(--surface);border-color:var(--line)}.icon-link{width:44px;padding:0;position:relative}.cart-count{background:var(--primary);min-width:18px;height:18px;color:var(--primary-ink);border-radius:999px;place-items:center;font-size:.7rem;font-weight:900;line-height:1;display:grid;position:absolute;top:4px;right:4px}.hero{grid-template-columns:minmax(0,1fr) minmax(300px,460px);align-items:center;gap:clamp(24px,5vw,64px);min-height:calc(100vh - 136px);padding:clamp(36px,7vw,84px) clamp(18px,5vw,72px) 28px;display:grid}.hero-copy{max-width:720px}.eyebrow{color:var(--teal);text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.hero h1,.page-heading h1,.product-detail h1,.auth-panel h1,.setup-panel h1{max-width:860px;margin:0;font-size:3.25rem;line-height:1.03}.hero p,.page-heading p,.product-detail-copy>p,.empty-state p,.success-state p{color:var(--muted);font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:800;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.65;transform:none}.button-primary{background:var(--primary);color:var(--primary-ink)}.button-primary:hover{background:var(--primary-dark)}.button-secondary{background:var(--surface);border-color:var(--line);color:var(--ink)}.button-danger{background:var(--danger);color:#fff}.button-full{width:100%}.hero-product{border-radius:var(--radius);background:var(--surface-2);min-height:560px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-product img{object-fit:cover;width:100%;height:560px}.hero-product div{border-radius:var(--radius);background:#ffffffeb;gap:4px;padding:16px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.hero-product span{color:var(--teal);text-transform:uppercase;font-size:.78rem;font-weight:800}.hero-product strong{font-size:1.35rem}.category-band{border-block:1px solid var(--line);background:var(--surface);gap:10px;padding:18px clamp(18px,5vw,72px);display:flex;overflow-x:auto}.category-band a,.filter-row a{white-space:nowrap;border:1px solid var(--line);border-radius:var(--radius);min-height:40px;color:var(--ink);align-items:center;padding:0 14px;font-weight:800;display:inline-flex}.filter-row a.active,.category-band a:hover,.filter-row a:hover{background:var(--ink);border-color:var(--ink);color:#fff}.content-section,.page-shell,.product-detail{width:min(1180px,100% - 36px);margin:0 auto;padding:64px 0}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.section-heading h2,.admin-heading h2{margin:0;font-size:2rem;line-height:1.15}.section-heading a{color:var(--primary);font-weight:800}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:100%;display:grid;overflow:hidden}.product-image-link{aspect-ratio:4/3;background:var(--surface-2);display:block;overflow:hidden}.product-image-link img,.product-detail-image img{object-fit:cover;width:100%;height:100%}.product-card-body{gap:18px;padding:18px;display:grid}.product-card h3{margin:0 0 8px;font-size:1.15rem;line-height:1.25}.product-card p{color:var(--muted);margin:0;line-height:1.55}.product-card-bottom{align-self:end;gap:14px;display:grid}.price-stack{align-items:center;gap:10px;display:flex}.price-stack strong,.detail-price strong{font-size:1.18rem}.price-stack span,.detail-price span{color:var(--muted);text-decoration:line-through}.trust-strip{background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:36px;display:grid}.trust-strip div{background:var(--surface);gap:8px;padding:30px clamp(18px,4vw,52px);display:grid}.trust-strip svg{color:var(--gold)}.trust-strip span{color:var(--muted);line-height:1.5}.page-heading{margin-bottom:28px}.filter-row{gap:10px;margin-bottom:24px;display:flex;overflow-x:auto}.home-product-explorer{gap:22px;display:grid}.home-product-explorer .section-heading{margin-bottom:0}.product-filter-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:14px;padding:16px;display:grid}.product-filter-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.product-search-field{width:min(520px,100%)}.result-summary{color:var(--muted);white-space:nowrap;font-weight:800}.product-filter-controls{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:12px;display:grid}.filter-control{gap:6px;font-size:.9rem}.filter-toggle-group{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.filter-toggle,.filter-clear{border:1px solid var(--line);border-radius:var(--radius);min-height:44px;color:var(--ink);white-space:nowrap;background:#fff;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.filter-toggle.active{border-color:var(--ink);background:var(--ink);color:#fff}.filter-clear{color:var(--danger)}.product-detail{min-height:75vh}.back-link{color:var(--primary);align-items:center;gap:8px;margin-bottom:18px;font-weight:800;display:inline-flex}.product-detail-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:start;gap:42px;display:grid}.product-media{gap:12px;display:grid}.product-detail-image{aspect-ratio:1;border-radius:var(--radius);background:var(--surface-2);border:0;width:100%;padding:0;display:block;overflow:hidden}.product-detail-image:hover,.product-thumbnail:hover{outline:2px solid var(--primary);outline-offset:2px}.product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.product-thumbnail{aspect-ratio:1;border-radius:var(--radius);background:var(--surface-2);border:0;width:100%;padding:0;display:block;overflow:hidden}.product-detail-image img,.product-thumbnail img{object-fit:cover;width:100%;height:100%}.image-lightbox{z-index:60;background:#191b19d1;place-items:center;padding:clamp(16px,4vw,48px);display:grid;position:fixed;inset:0}.image-lightbox-stage{place-items:center;width:min(1100px,100%);max-height:calc(100vh - 64px);display:grid;position:relative}.image-lightbox-stage img{border-radius:var(--radius);object-fit:contain;width:100%;max-height:calc(100vh - 64px)}.lightbox-close,.lightbox-nav{z-index:2;border-radius:var(--radius);width:42px;height:42px;color:var(--ink);background:#ffffffeb;border:1px solid #ffffff38;place-items:center;display:grid;position:absolute}.lightbox-close{top:12px;right:12px}.lightbox-nav.previous{left:12px}.lightbox-nav.next{right:12px}.product-detail-copy{gap:20px;display:grid}.detail-price{align-items:center;gap:12px;display:flex}.detail-panels{gap:12px;margin-top:10px;display:grid}.detail-panels section,.summary-panel,.auth-panel,.admin-panel,.admin-form,.success-state,.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.detail-panels section{padding:18px}.shop-detail-card{gap:6px;display:grid}.shop-detail-card .eyebrow{margin-bottom:0}.detail-panels h2,.summary-panel h2{margin:0 0 8px;font-size:1rem}.detail-panels p{color:var(--muted);margin:0;line-height:1.6}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.cart-lines{gap:12px;display:grid}.cart-line{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:86px minmax(0,1fr) 120px 100px 42px;align-items:center;gap:14px;padding:12px;display:grid}.cart-line img{border-radius:var(--radius);object-fit:cover;width:86px;height:86px}.cart-line a{margin-bottom:8px;font-weight:800;display:inline-block}.cart-line span{color:var(--muted)}.quantity-control{border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:34px 38px 34px;align-items:center;display:inline-grid;overflow:hidden}.quantity-control button,.icon-button{background:var(--surface);min-width:34px;height:34px;color:var(--ink);border:0;place-items:center;display:inline-grid}.quantity-control span{text-align:center}.icon-button{border:1px solid var(--line);border-radius:var(--radius);width:40px;height:40px;color:var(--danger)}.summary-panel{gap:14px;padding:18px;display:grid;position:sticky;top:94px}.summary-items{gap:12px;margin:0;padding:0;list-style:none;display:grid}.summary-item{grid-template-columns:44px 1fr auto;align-items:center;gap:10px;display:grid}.summary-item-image{object-fit:cover;border-radius:6px;width:44px;height:44px}.summary-item-details{gap:2px;min-width:0;display:grid}.summary-item-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.summary-item-meta{color:var(--muted);font-size:.82em}.summary-item-price{color:var(--ink);white-space:nowrap}.summary-divider{background:var(--line);height:1px}.summary-breakdown{gap:10px;display:grid}.summary-row{color:var(--muted);justify-content:space-between;gap:16px;font-size:.92em;display:flex}.summary-row span:last-child{color:var(--ink);text-align:right}.summary-total.grand{color:var(--ink);border-top:none;justify-content:space-between;padding-top:0;font-size:1.05rem;display:flex}.summary-delivery-estimate{color:var(--muted);text-align:center;margin:0;font-size:.82em}.checkout-form{gap:18px;display:grid}fieldset{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:14px;margin:0;padding:18px;display:grid}legend{padding:0 6px;font-weight:800}label{color:var(--ink);gap:7px;font-weight:750;display:grid}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:44px;color:var(--ink);background:#fff;padding:10px 12px}textarea{resize:vertical}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-row{align-items:center;gap:8px;display:flex}.form-row>input{flex:1;min-width:0}.form-row-addon{white-space:nowrap;color:var(--ink-muted,#666);font-size:.85em;font-weight:600}.delivery-zone-field{color:var(--ink);gap:9px;font-weight:750;display:grid}.delivery-zone-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.delivery-zone-option{border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;background:#fff;align-items:center;gap:12px;min-height:74px;padding:14px;display:flex}.delivery-zone-option.selected{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.delivery-zone-option input{width:18px;min-height:18px}.delivery-zone-copy{gap:4px;display:grid}.delivery-station-note{color:var(--muted);margin-top:6px;font-size:.85rem;line-height:1.55;display:block}.delivery-zone-copy small{color:var(--muted);font-weight:750}.align-end{align-items:end}.form-error{color:var(--danger);margin:0;font-weight:800}.form-note{color:var(--muted);margin:0;font-weight:750}.checkout-cancel-notice{text-align:center;color:var(--danger);margin:0;font-size:.85rem;font-weight:800}.phone-verification-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:24px minmax(0,1fr);align-items:flex-start;gap:12px;padding:14px;display:grid}.phone-verification-panel>svg{color:var(--primary);margin-top:2px}.phone-verification-panel.verified{background:color-mix(in srgb, var(--primary) 8%, #fff);align-items:center}.phone-verification-panel.verified div,.phone-verification-content{gap:10px;display:grid}.phone-verification-panel span{color:var(--muted);font-weight:700}.phone-verification-actions{grid-template-columns:max-content minmax(120px,1fr) max-content;align-items:center;gap:10px;display:grid}.success-state,.empty-state{text-align:center;place-items:center;gap:14px;padding:54px 24px;display:grid}.success-state svg{color:var(--green)}.payment-summary{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);gap:4px;min-width:min(320px,100%);padding:14px;display:grid}.payment-summary span{color:var(--muted);text-transform:uppercase;font-size:.82rem;font-weight:800}.payment-summary strong{font-size:1.5rem}.support-copy{max-width:560px}.support-copy a{color:var(--primary-dark);text-underline-offset:3px;font-weight:800;text-decoration:underline}.payment-success,.payment-error{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);max-width:520px;margin:0 auto;overflow:hidden}.payment-success-header,.payment-error-header{text-align:center;place-items:center;gap:10px;padding:40px 24px 24px;display:grid}.payment-success-icon svg{color:var(--green)}.payment-error-icon svg{color:var(--red)}.payment-success-header h1,.payment-error-header h1{margin:0;font-size:1.6rem}.payment-success-thanks{color:var(--muted);align-items:center;gap:6px;font-size:1rem;display:inline-flex}.payment-success-thanks svg{color:var(--red)}.payment-success-body,.payment-error-body{text-align:center;gap:16px;padding:0 24px 24px;display:grid}.payment-success-body .payment-summary{background:var(--bg)}.payment-success-body p,.payment-error-body p{color:var(--muted);margin:0;line-height:1.7}.payment-success-footer,.payment-error-footer{text-align:center;place-items:center;gap:12px;padding:0 24px 36px;display:grid}.payment-success-footer .support-copy,.payment-error-footer .support-copy{margin:0}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.admin-shell{grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 76px);display:grid}.admin-auth-shell{background:linear-gradient(135deg, #0f6a621f, transparent 38%), linear-gradient(315deg, #9f2d201f, transparent 32%), var(--bg);place-items:center;min-height:calc(100vh - 76px);padding:clamp(24px,5vw,72px);display:grid}.admin-sidebar{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:26px;height:calc(100vh - 76px);padding:24px;display:flex;position:sticky;top:76px}.admin-sidebar h1{margin:0;font-size:2rem}.admin-sidebar span{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;display:block}.admin-sidebar nav{gap:8px;display:grid}.admin-sidebar nav button{border-radius:var(--radius);min-height:44px;color:var(--ink);text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:0 12px;font-weight:800;display:flex}.admin-sidebar nav button.active,.admin-sidebar nav button:hover{background:var(--surface-2);border-color:var(--line)}.admin-main{min-width:0;padding:28px}.admin-stack{gap:20px;display:grid}.admin-heading{gap:6px;display:grid}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:10px;min-width:0;min-height:120px;padding:18px;display:grid;overflow:hidden}.metric-card span{color:var(--muted);font-weight:800}.metric-card strong{white-space:nowrap;font-variant-numeric:tabular-nums;align-self:end;max-width:100%;font-size:clamp(.85rem,1.8vw,1.8rem);line-height:1.1}.admin-form{gap:14px;padding:18px;display:grid}.admin-form.compact{max-width:720px}.admin-toolbar{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.admin-toolbar>span{color:var(--muted);white-space:nowrap;font-weight:800}.search-field{width:min(420px,100%);position:relative}.search-field svg{color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-field input{padding-left:38px}.checkbox-label{align-items:center;gap:10px;min-height:44px;display:flex}.checkbox-label input{width:18px;min-height:18px}.file-input{border:1px dashed var(--line);border-radius:var(--radius);background:var(--surface-2);flex-wrap:wrap;align-items:center;gap:10px;min-height:48px;padding:12px;display:flex}.file-input span{color:var(--muted);font-size:.88rem;font-weight:700}.file-input input{background:0 0;border:0;flex-basis:100%;min-height:auto;padding:0}.admin-table{gap:8px;display:grid}.admin-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:1.25fr 1fr .8fr .8fr 120px;align-items:center;gap:12px;min-height:58px;padding:12px 14px;display:grid}.product-row{grid-template-columns:1.25fr 1fr .75fr .75fr 110px 180px}.shop-row{grid-template-columns:minmax(160px,1fr) minmax(180px,1.1fr) minmax(160px,1fr)}.admin-row small{color:var(--muted);margin-top:4px;display:block}.row-actions{justify-content:flex-end;gap:6px;display:flex}.row-action-button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:34px;height:34px;color:var(--ink);place-items:center;display:inline-grid}.row-action-button:hover{background:var(--surface-2)}.row-action-button.danger{color:var(--danger)}.drawer-backdrop{z-index:40;background:#191b1947;justify-content:flex-end;display:flex;position:fixed;inset:0}.product-drawer{border-left:1px solid var(--line);background:var(--surface);width:min(720px,100%);height:100%;box-shadow:var(--shadow);grid-template-rows:auto auto minmax(0,1fr);display:grid;overflow-y:auto}.product-drawer.order-drawer{grid-template-rows:auto minmax(0,1fr)}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.drawer-header>div{gap:8px;display:grid}.drawer-header h3{margin:0;font-size:1.55rem;line-height:1.2}.drawer-status-row{flex-wrap:wrap;gap:8px;display:flex}.drawer-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 22px;display:grid}.drawer-tabs button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:40px;color:var(--ink);font-weight:800}.drawer-tabs button.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-view,.drawer-form{align-content:start;gap:14px;padding:18px 22px 24px;display:grid}.drawer-product-summary{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);grid-template-columns:86px minmax(0,1fr);align-items:center;gap:14px;padding:12px;display:grid}.drawer-product-summary img{border-radius:var(--radius);object-fit:cover;background:var(--surface-2);width:86px;height:86px}.drawer-product-summary div{gap:5px;display:grid}.drawer-product-summary strong{font-size:1.08rem}.drawer-product-summary span{color:var(--muted);font-weight:750}.drawer-section{border-top:1px solid var(--line);gap:14px;padding-top:16px;display:grid}.drawer-section-header{gap:4px;display:grid}.drawer-section-header.inline{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px}.drawer-section-header h4{margin:0;font-size:1rem;line-height:1.25}.drawer-section-header p,.drawer-section-header span{color:var(--muted);margin:0;line-height:1.5}.drawer-section-header span{white-space:nowrap;font-weight:800}.drawer-image-grid,.editable-images{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.drawer-image-grid img,.editable-image img{aspect-ratio:1;border-radius:var(--radius);object-fit:cover;background:var(--surface-2);width:100%}.editable-image{position:relative}.editable-image .row-action-button{background:#ffffffeb;position:absolute;top:6px;right:6px}.detail-list{gap:10px;margin:0;display:grid}.detail-list div{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);gap:4px;padding:12px;display:grid}.detail-list dt{color:var(--muted);text-transform:uppercase;font-size:.8rem;font-weight:800}.detail-list dd{overflow-wrap:anywhere;margin:0;line-height:1.55}.order-detail-list{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-list div:first-child,.order-detail-list div:nth-child(5),.order-detail-list div:last-child:nth-child(7){grid-column:1/-1}.order-lines{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);display:grid;overflow:hidden}.order-line{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.order-line:last-child{border-bottom:0}.order-line span{gap:4px;min-width:0;display:grid}.order-line small{color:var(--muted);font-weight:750}.drawer-actions{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;flex-wrap:wrap;gap:10px;margin:0 -22px -24px;padding:14px 22px;display:flex;position:sticky;bottom:0}.confirm-backdrop{z-index:50;background:#191b196b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.confirm-dialog{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(520px,100%);box-shadow:var(--shadow);gap:16px;padding:22px;display:grid}.confirm-dialog h3{margin:0;font-size:1.4rem}.confirm-dialog p:not(.eyebrow){color:var(--muted);margin:8px 0 0;line-height:1.6}.confirm-icon{border-radius:var(--radius);width:48px;height:48px;color:var(--danger);background:#fff4cc;place-items:center;display:grid}.confirm-icon.success{color:var(--green);background:#eefaf4}.verify-dialog{position:relative}.verify-close{position:absolute;top:14px;right:14px}.confirm-actions{flex-wrap:wrap;gap:10px;display:flex}.status-pill{color:#fff;text-transform:capitalize;border-radius:999px;justify-content:center;min-width:86px;padding:5px 9px;font-size:.78rem;font-weight:800;display:inline-flex}.status-pill.active{background:var(--green)}.status-pill.draft{background:var(--gold);color:var(--primary-ink)}.status-pill.archived{background:var(--muted)}.status-pill.in_progress{background:var(--gold);color:var(--primary-ink)}.status-pill.completed{background:var(--green)}.status-pill.canceled{background:var(--danger)}.status-pill.pending,.status-pill.processing,.status-pill.shipped{background:var(--gold);color:var(--primary-ink)}.status-pill.paid,.status-pill.completed{background:var(--green)}.status-pill.cancelled{background:var(--danger)}.status-pill.withdrawn{background:var(--ink);opacity:.7;text-transform:none;width:24px;min-width:24px;margin-left:4px;padding:4px;font-size:.7rem;line-height:1}.order-status-group{align-items:center;gap:4px;display:flex}.order-row{grid-template-columns:34px minmax(145px,1.1fr) minmax(170px,1.2fr) minmax(110px,.7fr) minmax(100px,.7fr) minmax(150px,.9fr) 42px}.order-row select{min-width:0}.order-select-cell{place-items:center;display:grid}.order-select-cell input{width:18px;min-height:18px}.order-status-control{align-items:center;gap:8px;min-width:0;display:flex}.order-status-control select{flex:1}.order-segments{flex-wrap:wrap;gap:10px;display:flex}.order-segments button{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:42px;color:var(--ink);align-items:center;gap:10px;padding:0 12px;font-weight:800;display:inline-flex}.order-segments button.active,.order-segments button:hover{background:var(--ink);border-color:var(--ink);color:#fff}.order-segments span{background:var(--surface-2);min-width:24px;height:24px;color:var(--ink);border-radius:999px;place-items:center;font-size:.8rem;display:grid}.order-segments button.active span,.order-segments button:hover span{color:#fff;background:#ffffff29}.order-date-filters{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(180px,220px) minmax(180px,220px) auto;align-items:end;gap:12px;padding:14px;display:grid}.order-date-filters .button{min-height:44px}.order-bulk-actions{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(150px,auto) minmax(130px,auto) minmax(190px,220px) auto auto auto;align-items:end;gap:12px;padding:14px;display:grid}.order-bulk-actions label:not(.checkbox-label){color:var(--muted);gap:6px;font-size:.85rem;font-weight:800;display:grid}.order-bulk-actions .button{min-height:44px}.bulk-selection-count{color:var(--muted);align-self:center;font-size:.9rem;font-weight:800}.withdrawal-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.withdrawal-header{border-bottom:1px solid var(--line);padding:14px}.withdrawal-header h3{margin:0;font-size:1rem}.withdrawal-header p{color:var(--muted);margin:2px 0 0;font-size:.85rem}.wd-ineligible-note{color:var(--red);margin:6px 0 0;font-size:.8rem}.withdrawal-breakdown{padding:14px}.wd-row{justify-content:space-between;padding:4px 0;font-size:.9rem;display:flex}.wd-deduction{color:var(--muted)}.wd-total{border-top:2px solid var(--ink);margin-top:6px;padding-top:8px;font-size:1rem;font-weight:800}.withdrawal-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.wd-otp-row{margin-bottom:8px}.wd-otp-row label{color:var(--muted);gap:6px;font-size:.85rem;font-weight:800;display:grid}.wd-otp-row input{border:1px solid var(--line);border-radius:var(--radius);letter-spacing:6px;text-align:center;width:180px;padding:10px 12px;font-size:1.2rem}.wd-empty-note{color:var(--muted);align-self:center;margin:0;font-size:.85rem}.empty-admin-row{border:1px dashed var(--line);border-radius:var(--radius);background:var(--surface);color:var(--muted);padding:18px;font-weight:800}.analytics-date-filters{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-wrap:wrap;align-items:end;gap:10px;padding:14px;display:flex}.analytics-date-filters select{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:44px;padding:0 12px;font-size:.9rem}.analytics-date-filters label{color:var(--muted);gap:4px;font-size:.8rem;font-weight:800;display:grid}.analytics-date-filters input[type=date]{border:1px solid var(--line);border-radius:var(--radius);min-height:44px;padding:0 12px;font-size:.9rem}.profit-positive{color:var(--green)!important}.metric-card-total{border-color:var(--primary)!important;background:color-mix(in srgb, var(--primary) 8%, transparent)!important}.metric-card-total .metric-value{color:var(--primary)!important;font-size:1.4rem!important}.admin-loading{color:var(--muted);align-items:center;gap:10px;padding:18px;font-size:.9rem;display:flex}.withdrawal-row{cursor:pointer;text-align:left;border:1px solid var(--line);width:100%;transition:border-color .15s}.withdrawal-row:hover{border-color:var(--primary)}.withdrawal-row+.wd-order-detail{margin-top:-1px}.wd-status{text-transform:capitalize;font-size:.85rem;font-weight:600}.wd-ref{color:var(--muted);font-family:monospace;font-size:.8rem}.wd-orders{font-size:.85rem}.wd-order-detail{border:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);background:var(--surface);padding:14px}.wd-order-detail strong{text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:.8rem;display:block}.wd-order-list{flex-wrap:wrap;gap:8px;display:flex}.wd-order-link{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);cursor:pointer;padding:6px 14px;font-size:.85rem;font-weight:700;transition:border-color .15s}.wd-order-link:hover{border-color:var(--primary);color:var(--primary)}.admin-toast{z-index:9999;border-radius:var(--radius);background:var(--green);color:#fff;pointer-events:none;padding:14px 28px;font-size:.95rem;font-weight:800;animation:.25s ease-out toastFadeIn;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0003}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.admin-message{border-radius:var(--radius);color:var(--primary-ink);background:#fff9e5;border:1px solid #ffe899;margin-bottom:18px;padding:12px 14px;font-weight:800}.auth-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(960px,100%);box-shadow:var(--shadow);grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr);display:grid;overflow:hidden}.auth-brand-panel{color:#fff;background:#111;flex-direction:column;justify-content:center;gap:18px;min-height:540px;padding:clamp(28px,5vw,54px);display:flex}.auth-brand-panel .eyebrow{color:var(--primary)}.auth-brand-panel h1{max-width:520px;margin:0;font-size:2.7rem;line-height:1.05}.auth-brand-panel p{color:#ffffffb8;max-width:460px;margin:0;line-height:1.65}.auth-lock{border-radius:var(--radius);color:#fff;background:#ffffff1f;place-items:center;width:48px;height:48px;display:grid}.auth-lock.small{background:var(--surface-2);width:42px;height:42px;color:var(--teal)}.auth-checks{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.auth-checks span{border-radius:var(--radius);color:#ffffffd6;border:1px solid #ffffff29;align-items:center;min-height:34px;padding:0 12px;font-weight:800;display:inline-flex}.auth-panel{align-content:center;gap:16px;padding:clamp(24px,5vw,44px);display:grid}.auth-panel-heading{align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.auth-panel h2{margin:0;font-size:1.6rem;line-height:1.15}.setup-panel{width:min(520px,100%);padding:24px}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:18px;padding:28px clamp(18px,5vw,72px);display:flex}.site-footer p{margin:0}.account-auth-shell{place-items:center;min-height:calc(100vh - 76px);padding:clamp(24px,5vw,72px);display:grid}.checkout-auth-shell{min-height:auto;padding:0}.account-auth-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(920px,100%);box-shadow:var(--shadow);grid-template-columns:minmax(0,.85fr) minmax(320px,.7fr);gap:24px;padding:clamp(20px,4vw,34px);display:grid}.account-auth-card h1{margin:0;font-size:2.35rem;line-height:1.08}.account-auth-card p:not(.eyebrow){color:var(--muted);line-height:1.65}.account-auth-form-panel{flex-direction:column;gap:14px;display:flex}.auth-divider{align-items:center;gap:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-divider span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.button-google{background:var(--surface);border-color:var(--line);color:var(--ink)}.button-google:hover{background:var(--surface-2)}.account-shell{grid-template-columns:280px minmax(0,1fr);min-height:calc(100vh - 76px);display:grid}.account-sidebar{border-right:1px solid var(--line);background:var(--surface);flex-direction:column;gap:24px;height:calc(100vh - 76px);padding:24px;display:flex;position:sticky;top:76px}.account-sidebar h1{margin:0;font-size:1.65rem;line-height:1.15}.account-sidebar span{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;display:block}.account-sidebar nav{gap:8px;display:grid}.account-sidebar nav button{border-radius:var(--radius);min-height:44px;color:var(--ink);text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:0 12px;font-weight:800;display:flex}.account-sidebar nav button.active,.account-sidebar nav button:hover{background:var(--surface-2);border-color:var(--line)}.account-main{padding:28px}.account-section{gap:18px;display:grid}.section-heading.compact{align-items:start;margin-bottom:0}.account-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:14px;padding:18px;display:grid}.password-input-wrap{display:block;position:relative}.password-input-wrap input{width:100%;padding-right:46px}.password-visibility-button{width:32px;height:32px;color:var(--muted);background:0 0;border:0;border-radius:6px;place-items:center;display:inline-grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-visibility-button:hover{background:var(--surface-2);color:var(--ink)}.link-button{color:var(--primary);background:0 0;border:0;font-weight:800}.location-grid,.order-card-list{gap:12px;display:grid}.location-card,.order-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:12px;padding:16px;display:grid;position:relative}.location-card>div{align-items:center;gap:10px;display:flex}.location-card span{background:var(--surface-2);min-height:24px;color:var(--teal);border-radius:999px;align-items:center;padding:0 8px;font-size:.78rem;font-weight:800;display:inline-flex}.location-card p{color:var(--muted);margin:0;line-height:1.55}.location-card .row-action-button{position:absolute;top:12px;right:12px}.order-card header,.order-card footer,.order-lines div{justify-content:space-between;align-items:center;gap:14px;display:flex}.order-card header strong{display:block}.order-card header span:not(.status-pill){color:var(--muted);font-size:.9rem}.order-lines{border-top:1px solid var(--line);color:var(--muted);gap:8px;padding-top:10px;display:grid}.order-card footer{border-top:1px solid var(--line);padding-top:10px}.order-filters{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.order-filters button{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.order-filters button span{background:var(--surface-2);border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.72rem;font-weight:800;display:inline-flex}.order-filters button.active,.order-filters button:hover{background:var(--ink);border-color:var(--ink);color:var(--surface)}.order-filters button.active span,.order-filters button:hover span{color:inherit;background:#fff3}.order-detail-view{gap:20px;display:grid}.order-detail-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:20px;padding:20px;display:grid}.order-detail-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.order-detail-header div{align-items:center;gap:12px;display:flex}.order-detail-header strong{font-size:1.1rem}.order-detail-header span:not(.status-pill){color:var(--muted);font-size:.9rem}.order-detail-section{gap:12px;display:grid}.order-detail-section h3{margin:0;font-size:.95rem}.order-detail-actions{border-top:1px solid var(--line);padding-top:12px}code{background:var(--surface-2);border-radius:4px;padding:2px 5px}@media (max-width:980px){.hero,.product-detail-grid,.cart-layout,.checkout-layout,.auth-card,.account-auth-card,.account-shell,.admin-shell{grid-template-columns:1fr}.hero{min-height:auto}.hero h1,.page-heading h1,.product-detail h1,.auth-brand-panel h1,.auth-panel h1,.setup-panel h1{font-size:2.35rem}.hero-product,.hero-product img{height:420px;min-height:auto}.product-grid,.trust-strip,.metric-grid,.product-filter-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-toggle-group{grid-column:1/-1;justify-content:flex-start}.summary-panel{position:static}.admin-sidebar,.account-sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;position:static}.account-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-brand-panel{min-height:auto}.admin-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-row,.order-row,.order-date-filters,.order-bulk-actions{grid-template-columns:1fr 1fr}}@media (max-width:680px){.site-header{flex-direction:column;align-items:flex-start;gap:12px}.site-nav{justify-content:space-between;width:100%}.site-nav>a{padding:0 8px}.hero{padding-top:28px}.hero h1,.page-heading h1,.product-detail h1,.auth-brand-panel h1,.auth-panel h1,.setup-panel h1{font-size:2rem}.hero-product,.hero-product img{height:340px}.section-heading,.site-footer{flex-direction:column;align-items:flex-start}.product-grid,.trust-strip,.metric-grid,.delivery-zone-group,.product-filter-controls,.phone-verification-actions,.form-grid{grid-template-columns:1fr}.product-filter-header{flex-direction:column;align-items:stretch}.result-summary{white-space:normal}.cart-line{grid-template-columns:72px minmax(0,1fr) 42px}.cart-line img{width:72px;height:72px}.cart-line .quantity-control,.cart-line strong{grid-column:2/4}.cart-line .icon-button{grid-area:1/3}.admin-main,.account-main{padding:18px}.admin-sidebar nav,.account-sidebar nav,.admin-row,.order-row,.order-date-filters,.order-bulk-actions{grid-template-columns:1fr}}
