@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#f7f9ff;--app-text:#181c20;--muted-text:#3e4850;--text-strong:var(--app-text);--text-muted:var(--muted-text);--text-soft:#6e7881;--text-subtle:#55616d;--surface-0:#fff;--surface-1:#f7f9ff;--surface-2:#f1f4fa;--surface-3:#e5e8ee;--surface-raised:#fffffff5;--surface-overlay:#f7f9ffd6;--surface-backdrop:#090e1473;--border-subtle:#bec8d173;--border-soft:#bec8d18c;--border-default:#bec8d1b3;--border-strong:#bec8d1cc;--border-heavy:#bec8d1e6;--border-faint:#bec8d126;--accent:#00628b;--accent-hover:#007cae;--accent-contrast:#004c6c;--accent-soft-bg:#00628b1a;--accent-softest-bg:#00628b0f;--accent-border:#00628b59;--text-on-accent:#fff;--status-positive-bg:#dcfce7;--status-positive-text:#166534;--status-positive-border:#86efac;--status-info-bg:#dbeafe;--status-info-text:#1d4ed8;--status-info-border:#93c5fd;--status-danger-bg:#fee2e2;--status-danger-text:#b91c1c;--status-danger-border:#fca5a5;--status-warning-bg:#f59e0b1f;--status-warning-text:#92400e;--status-warning-border:#f59e0b59;--consent-card-bg:#ffffffeb;--consent-card-border:#bec8d180;--consent-card-logo-bg:#f1f4faf2;--consent-card-logo-border:#bec8d199;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--font-size-label:12px;--font-size-body:14px;--font-size-title:clamp(24px, 2.4vw, 36px);--focus-ring-color:#00628bb8;--focus-ring-offset:2px;background:var(--app-bg);color:var(--app-text);min-height:100vh;margin:0;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-bg:#0f1318;--app-text:#e6edf6;--muted-text:#c4ced9;--text-strong:#e6edf6;--text-muted:#c4ced9;--text-soft:#99a8b8;--text-subtle:#89a;--surface-0:#151b22;--surface-1:#1a222c;--surface-2:#202a35;--surface-3:#2b3744;--surface-raised:#1a222cf5;--surface-overlay:#111821db;--surface-backdrop:#040a10a8;--border-subtle:#7c92a85c;--border-soft:#7c92a880;--border-default:#7c92a89e;--border-strong:#7c92a8bd;--border-heavy:#7c92a8e0;--border-faint:#7c92a83d;--accent:#58b4dc;--accent-hover:#73c4e8;--accent-contrast:#8fd2ef;--accent-soft-bg:#58b4dc29;--accent-softest-bg:#58b4dc1f;--accent-border:#58b4dc73;--text-on-accent:#072433;--status-positive-bg:#22c55e33;--status-positive-text:#86efac;--status-positive-border:#4ade8080;--status-info-bg:#3b82f638;--status-info-text:#bfdbfe;--status-info-border:#60a5fa80;--status-danger-bg:#f8717133;--status-danger-text:#fecaca;--status-danger-border:#f8717173;--status-warning-bg:#f59e0b33;--status-warning-text:#fcd34d;--status-warning-border:#fbbf2480;--consent-card-bg:#1a222ceb;--consent-card-border:#7c92a88c;--consent-card-logo-bg:#202a35f2;--consent-card-logo-border:#7c92a89e}*{box-sizing:border-box}body{background:var(--app-bg);color:var(--app-text);margin:0}#root{min-height:100vh}.layout{flex-direction:column;min-height:100vh;display:flex}.page{gap:32px;width:100%;max-width:1440px;margin:0 auto;padding:32px 24px 64px;display:grid}.hero{gap:20px;display:grid}.hero__badge{color:var(--accent-contrast);background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 12px;font-weight:600;display:inline-flex}.hero__title{font-size:var(--font-size-title);margin:0;line-height:1.1}.hero__lead{max-width:640px;font-size:var(--font-size-body);color:var(--text-muted);margin:0}.section-header{justify-content:space-between;gap:var(--space-md);flex-wrap:wrap;align-items:flex-start;display:flex}.section-header__body{gap:var(--space-xs);display:grid}.section-header__title{letter-spacing:-.02em;margin:0;font-size:clamp(22px,2vw,30px)}.section-header__subtitle{color:var(--text-muted);font-size:var(--font-size-body);margin:0}.section-header__action{align-items:center;min-height:44px;display:inline-flex}.panel-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.panel-stack{gap:16px;display:grid}.home-page{gap:28px;display:grid}.home-hero{grid-template-columns:minmax(0,1fr) minmax(360px,46%);align-items:stretch;gap:20px;display:grid}.home-hero__content{align-content:center;gap:14px;display:grid}.home-hero__title{letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,62px);line-height:.98}.home-hero__lead{color:var(--text-muted);max-width:52ch;margin:0;line-height:1.5}.home-hero__media{border:1px solid var(--border-default);background:var(--surface-3);border-radius:16px;min-height:300px;overflow:hidden;box-shadow:0 22px 40px #181c2024}.home-hero__media img{object-fit:cover;width:100%;height:100%;display:block}.home-hero__media-fallback{background:radial-gradient(circle at 78% 20%,#0369a173,#0000 50%),linear-gradient(145deg,#0f172a,#1e293b 64%,#334155);height:100%;min-height:300px}.home-section{gap:14px;display:grid}.home-section__view-link{color:var(--accent);font-size:14px;font-weight:600;text-decoration:none}.home-section__view-link:hover{text-decoration:underline}.home-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.home-feature-card{align-content:start;gap:10px;display:grid}.home-feature-card__image,.home-feature-card__image-fallback{object-fit:cover;border-radius:12px;width:100%;height:172px}.home-feature-card__image-fallback{background:linear-gradient(135deg,#0f172ab3,#0284c759)}.home-feature-card__body{gap:8px;display:grid}.home-feature-card__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.home-feature-card__header h3{margin:0;font-size:16px}.home-feature-card__header span{color:var(--accent);font-weight:700}.home-feature-card__body p{color:var(--text-soft);min-height:40px;margin:0;line-height:1.45}.home-feature-card__cta{width:fit-content}.home-feature-card--empty{place-content:center;min-height:180px}.home-library{gap:12px;display:grid}.auth-shell{justify-items:center;display:grid}.auth-panel{gap:14px;width:min(100%,720px);display:grid}.auth-panel--compact{width:min(100%,560px)}.auth-shell__split{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-hub{gap:24px;display:grid}.customer-hub__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.customer-hub__title-block h1,.customer-hub__title-block p{margin:0}.customer-hub__title-block h1{letter-spacing:-.03em;font-size:clamp(34px,4.2vw,50px)}.customer-hub__title-block p{color:var(--text-muted);max-width:66ch;margin-top:8px}.customer-hub__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.customer-hub__layout{grid-template-columns:minmax(240px,290px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.customer-hub__rail,.customer-hub__content{gap:14px;display:grid}.customer-hub-rail-card{border:1px solid var(--border-default);background:var(--surface-0);border-radius:12px;gap:12px;padding:14px;display:grid;box-shadow:0 12px 30px #181c200d}.customer-hub-rail-card h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:15px}.customer-hub-section{border:1px solid var(--border-default);background:var(--surface-0);border-radius:12px;gap:14px;padding:18px;display:grid;box-shadow:0 12px 30px #181c200d}.customer-hub-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.customer-hub-section__header h2,.customer-hub-section__header p{margin:0}.customer-hub-section__header h2{letter-spacing:-.02em;font-size:28px}.customer-hub-section__header p{color:var(--text-muted);margin-top:6px}.customer-hub-link-list{gap:6px;display:grid}.customer-hub-link-list a,.customer-hub-link-list button{background:var(--surface-2);width:100%;color:var(--text-strong);text-align:left;font:inherit;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;text-decoration:none;display:inline-flex}.customer-hub-link-list a:hover,.customer-hub-link-list button:hover{background:var(--surface-3)}.customer-hub-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.customer-hub-kpi{background:var(--surface-2);border-radius:10px;gap:4px;padding:10px;display:grid}.customer-hub-kpi strong{font-size:20px}.customer-hub-kpi span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.customer-hub-row-list{gap:8px;display:grid}.customer-hub-row{border:1px solid var(--border-default);background:var(--surface-1);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.customer-hub-row strong{font-size:14px}.customer-hub-row small{color:var(--text-muted)}.customer-hub-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.customer-hub-empty-state{background:var(--surface-2);text-align:center;border:1px dashed #bec8d1f2;border-radius:10px;gap:10px;padding:24px 18px;display:grid}.customer-hub-empty-state h3,.customer-hub-empty-state p{margin:0}.delivery-page{gap:20px;display:grid}.delivery-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.delivery-page__title-block h1,.delivery-page__title-block p{margin:0}.delivery-page__title-block h1{letter-spacing:-.03em;font-size:clamp(36px,4.4vw,52px)}.delivery-page__title-block p{color:var(--text-muted);max-width:64ch;margin-top:8px}.delivery-page__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.delivery-page__content{gap:14px;display:grid}.delivery-section{gap:12px;padding:16px;display:grid}.delivery-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.delivery-section__header h2,.delivery-section__header p{margin:0}.delivery-section__header h2{letter-spacing:-.02em;font-size:30px}.delivery-section__header p{color:var(--text-muted);margin-top:6px}.delivery-row{border:1px solid var(--border-default);background:var(--surface-1);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.delivery-row__leading{gap:4px;display:grid}.delivery-row__trailing{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.delivery-empty-state{background:var(--surface-2);text-align:center;border:1px dashed #bec8d1f2;border-radius:10px;gap:10px;padding:20px 16px;display:grid}.delivery-empty-state h3,.delivery-empty-state p{margin:0}.content-surface{gap:24px;display:grid}.content-surface__hero{grid-template-columns:minmax(0,1fr) minmax(300px,36%);align-items:start;gap:18px;display:grid}.content-surface__hero-main{gap:10px;display:grid}.content-surface__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin:0;font-size:11px;font-weight:700}.content-surface__hero-main h1{letter-spacing:-.03em;margin:0;font-size:clamp(36px,4.6vw,58px);line-height:1.02}.content-surface__subtitle{color:var(--text-muted);max-width:66ch;margin:0}.content-surface__actions{flex-wrap:wrap;gap:10px;display:flex}.content-surface__hero-side{min-height:180px}.content-surface__body{gap:16px;display:grid}.content-surface-section{gap:12px;display:grid}.content-surface-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.content-surface-section__header h2,.content-surface-section__header p{margin:0}.content-surface-section__header h2{letter-spacing:-.02em;font-size:24px}.content-surface-section__header p{color:var(--text-muted);margin-top:6px}.content-surface-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.content-surface-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.content-surface-grid--one{grid-template-columns:1fr}.content-surface-card{gap:10px;min-height:130px;display:grid}.content-surface-card__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.content-surface-card__header h3,.content-surface-card__header p{margin:0}.content-surface-card__header h3{letter-spacing:-.01em;font-size:15px}.content-surface-card__header p{color:var(--text-soft);margin-top:4px;font-size:12px}.content-surface-card--positive{background:linear-gradient(180deg, #10b9810f, var(--surface-0));border-color:#10b98173}.content-surface-card--warning{background:linear-gradient(180deg, #f59e0b14, var(--surface-0));border-color:#f59e0b73}.content-surface-card--danger{background:linear-gradient(180deg, #dc262614, var(--surface-0));border-color:#dc262673}.content-surface-media{border:1px solid var(--border-strong);background:radial-gradient(circle at 78% 18%,#0369a152,#0000 55%),linear-gradient(160deg,#0f172a,#1e293b 58%,#334155);border-radius:12px;min-height:180px;overflow:hidden}.content-surface-media img{object-fit:cover;width:100%;height:100%;display:block}.content-surface-list{gap:10px;display:grid}.content-surface-list-item{border-bottom:1px solid var(--border-subtle);padding-bottom:10px}.content-surface-list-item:last-child{border-bottom:none;padding-bottom:0}.content-surface-list-item h4,.content-surface-list-item p{margin:0}.content-surface-list-item p{color:#4f5861;margin-top:6px}.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wishlist-page__tip-text{color:var(--text-muted)}.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout--auth{background:var(--surface-1)}.page--auth{justify-content:center;align-items:center;max-width:1240px;min-height:100vh;padding:36px 24px;display:flex}.page--auth .page-transition{width:min(100%,1040px)}.auth-experience{gap:24px;width:100%;display:grid}.auth-login{grid-template-columns:minmax(320px,460px) minmax(340px,420px);justify-content:center;align-items:center}.auth-login__visual{background:linear-gradient(160deg, var(--surface-3), var(--surface-2) 62%, var(--surface-3));border-radius:8px;min-height:560px;display:grid;position:relative;overflow:hidden}.auth-login__visual-art{background:radial-gradient(circle at 48%,#ffffff6b,#0000 34%),linear-gradient(90deg,#0000 0%,#ffffff4d 48%,#0000 100%);position:absolute;inset:0}.auth-login__visual-copy{z-index:1;position:absolute;bottom:24px;left:24px;right:24px}.auth-login__visual-copy h2,.auth-login__visual-copy p{color:var(--text-strong);margin:0}.auth-login__visual-copy h2{letter-spacing:-.02em;font-size:30px}.auth-login__visual-copy p{color:var(--text-muted);margin-top:8px}.auth-login__content{gap:14px;display:grid}.auth-login__header h1,.auth-login__header p{margin:0}.auth-login__header h1{letter-spacing:-.03em;font-size:44px}.auth-login__header p{color:var(--text-muted);margin-top:8px}.auth-login__form{border:1px solid var(--border-strong);background:var(--surface-raised);border-radius:10px;gap:12px;padding:18px;display:grid}.auth-login__password-field{position:relative}.auth-login__forgot-link{color:var(--text-soft);font-size:12px;text-decoration:none;position:absolute;top:9px;right:0}.auth-login__forgot-link:hover{text-decoration:underline}.auth-login__remember{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;display:inline-flex}.auth-login__social{gap:8px;display:grid}.auth-login__social p{text-align:center;color:var(--text-soft);margin:0;font-size:13px}.auth-login__social-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.auth-login__social-btn{border:1px solid var(--border-strong);background:var(--surface-1);color:var(--text-strong);cursor:pointer;border-radius:8px;min-height:40px;font-weight:600;transition:border-color .14s,background .14s,color .14s,box-shadow .14s,transform .14s}.auth-login__social-btn:hover:not(:disabled){border-color:var(--accent-border);background:var(--surface-2);color:var(--accent);transform:translateY(-1px);box-shadow:0 10px 24px #181c2014}.auth-login__social-btn:disabled{cursor:not-allowed}.auth-login__social-btn:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.auth-signup{grid-template-columns:minmax(280px,360px) minmax(360px,560px);align-items:stretch;min-height:620px}.auth-signup__left{background:radial-gradient(circle at 20% 10%, #fff9, transparent 58%), var(--surface-3);border-radius:8px;grid-template-rows:auto auto 1fr auto;gap:18px;padding:26px 20px;display:grid}.auth-signup__brand{font-size:12px;font-weight:700}.auth-signup__left h1,.auth-signup__left p{margin:0}.auth-signup__left h1{letter-spacing:-.04em;max-width:7ch;font-size:42px;line-height:.94}.auth-signup__left p{color:var(--text-muted);max-width:31ch;font-size:13px}.auth-signup__left-footer{color:var(--text-muted);justify-content:space-between;align-self:end;gap:12px;font-size:11px;display:flex}.auth-signup__right{align-content:start;gap:18px;display:grid}.auth-signup__header h2,.auth-signup__header p{margin:0}.auth-signup__header p{color:var(--text-muted);margin-top:8px}.auth-signup__form{border:1px solid var(--border-strong);background:var(--surface-raised);border-radius:10px;gap:12px;padding:16px;display:grid}.auth-signup__tos{color:var(--text-muted);align-items:flex-start;gap:8px;font-size:12px;display:inline-flex}.auth-signup__tos a,.auth-signup__signin a{color:var(--accent);text-decoration:none}.auth-signup__tos a:hover,.auth-signup__signin a:hover{text-decoration:underline}.auth-signup__signin{text-align:center;color:var(--text-muted);margin:0;font-size:12px}.auth-signup__welcome{border:1px solid var(--border-strong);background:var(--surface-raised);border-radius:12px;gap:12px;margin-top:8px;padding:22px;display:grid}.auth-signup__welcome h3,.auth-signup__welcome p{margin:0}.auth-signup__welcome h3{letter-spacing:-.02em;font-size:28px}.auth-signup__welcome p{color:var(--text-muted)}.auth-signup__welcome-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.auth-signup__welcome-cards>div{border:1px solid var(--border-soft);background:var(--surface-1);border-radius:8px;gap:6px;padding:10px;display:grid}.auth-signup__welcome-cards strong{font-size:14px}.auth-signup__welcome-cards p{font-size:12px}.storefront-shell{gap:14px;display:grid}.storefront-shell__content{grid-template-columns:minmax(220px,280px) 1fr;gap:16px;display:grid}.storefront-toolbar{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.storefront-toolbar__search{min-width:0}.storefront-toolbar__controls{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:inline-flex}.storefront-toolbar__sort{color:var(--text-muted);align-items:center;gap:8px;min-width:0;font-size:13px;display:inline-flex}.storefront-toolbar__sort .input{min-width:200px}.button.storefront-toolbar__filters-toggle{white-space:nowrap;align-items:center;gap:8px;display:none}.storefront-toolbar__filters-count{min-width:20px;height:20px;color:var(--status-info-text);background:var(--status-info-bg);border:1px solid var(--status-info-border);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.storefront-results{align-content:start;align-items:start;gap:12px;display:grid}.storefront-results__summary{color:var(--text-soft);font-size:14px}.storefront-results__load-more{justify-content:center;display:flex}.filter-rail-shell{position:relative}.filter-rail{gap:12px;height:fit-content;display:grid}.filter-rail__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.filter-rail h2{margin:0}.button.filter-rail__mobile-close{display:none}.filter-rail__body{gap:14px;display:grid}.filter-rail-shell__backdrop{display:none}.filter-group{gap:8px;display:grid}.filter-group h3{font-size:var(--font-size-body);margin:0}.filter-group__body{gap:8px;display:grid}.filter-category-list,.filter-price-list{gap:6px;display:grid}.price-range-slider{gap:10px;display:grid}.price-range-slider__selected{color:var(--text-strong);justify-content:space-between;gap:10px;font-weight:600;display:flex}.price-range-slider__track-wrap{height:20px;position:relative}.price-range-slider__track,.price-range-slider__track-active{border-radius:999px;height:4px;position:absolute;top:50%;transform:translateY(-50%)}.price-range-slider__track{background:var(--surface-3);left:0;right:0}.price-range-slider__track-active{background:var(--accent)}.price-range-slider__input{appearance:none;pointer-events:none;background:0 0;width:100%;height:20px;margin:0;position:absolute;top:0;left:0}.price-range-slider__input::-webkit-slider-thumb{appearance:none;border:2px solid var(--accent);background:var(--surface-0);cursor:pointer;pointer-events:auto;width:16px;height:16px;box-shadow:0 0 0 2px var(--accent-border);border-radius:50%}.price-range-slider__input::-moz-range-thumb{border:2px solid var(--accent);background:var(--surface-0);cursor:pointer;pointer-events:auto;width:16px;height:16px;box-shadow:0 0 0 2px var(--accent-border);border-radius:50%}.price-range-slider__limits{color:var(--text-soft);justify-content:space-between;display:flex}.filter-category-option{border:1px solid var(--border-strong);background:var(--surface-1);color:var(--text-muted);cursor:pointer;text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;display:flex}.filter-category-option small{color:var(--text-soft);font-size:12px}.filter-category-option--active{border-color:var(--accent-border);background:var(--accent-soft-bg);color:var(--accent-contrast)}.filter-option{color:var(--text-muted);align-items:center;gap:8px;display:inline-flex}.filter-option input{margin:0}.filter-option>span{line-height:1.3}.toggle-chip-group{flex-wrap:wrap;gap:8px;display:flex}.toggle-chip.toggle-chip--active{border-color:var(--status-info-border);background:var(--status-info-bg);color:var(--status-info-text)}.toggle-chip{border-color:var(--border-strong);background:var(--surface-2);color:var(--text-subtle)}.toggle-chip:disabled{background:var(--surface-3);color:var(--text-soft);border-color:var(--border-strong);opacity:1}.active-filter-bar{border:1px solid var(--border-soft);background:var(--surface-1);border-radius:12px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:8px 10px;display:flex}.active-filter-bar__chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.active-filter-chip{border:1px solid var(--border-strong);background:var(--surface-1);border-radius:999px;padding:6px 12px}.active-filter-bar__clear{flex-shrink:0;min-height:34px;padding:6px 10px;font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.product-grid__empty{grid-column:1/-1}.shop-item-page{gap:18px;display:grid}.shop-item-page__back{width:fit-content}.shop-item-hero{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:start;gap:16px;display:grid}.shop-item-gallery{gap:10px;display:grid}.shop-item-gallery__main{border:1px solid var(--border-default);border-radius:12px;width:100%;min-height:300px;overflow:hidden}.shop-item-gallery__main img{object-fit:cover;width:100%;height:100%;display:block}.shop-item-gallery__main-button{cursor:zoom-in;background:0 0;border:0;width:100%;min-height:300px;padding:0;display:block;position:relative}.shop-item-gallery__main-button:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:-2px}.shop-item-gallery__zoom-indicator{color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ac7;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600;position:absolute;bottom:14px;right:14px}.shop-item-gallery__main-fallback{background:linear-gradient(135deg,#0f172a,#1e293b 66%,#0ea5e9);min-height:300px}.shop-item-gallery__thumbs{gap:8px;display:flex}.shop-item-gallery__thumb{border:1px solid var(--border-strong);background:var(--surface-1);cursor:pointer;border-radius:8px;width:84px;height:54px;padding:0;overflow:hidden}.shop-item-gallery__thumb img,.shop-item-gallery__thumb span{object-fit:cover;background:linear-gradient(120deg,#94a3b859,#64748b4d);width:100%;height:100%;display:block}.shop-item-gallery__lightbox{z-index:90;place-items:center;padding:clamp(16px,3vw,32px);display:grid;position:fixed;inset:0}.shop-item-gallery__lightbox-backdrop{background:var(--surface-backdrop);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:0;position:absolute;inset:0}.shop-item-gallery__lightbox-panel{z-index:1;gap:12px;width:min(100%,1120px);display:grid;position:relative}.shop-item-gallery__lightbox-close{border:1px solid var(--border-default);background:var(--surface-raised);color:var(--text-strong);font:inherit;cursor:pointer;border-radius:999px;justify-self:end;padding:10px 14px;font-weight:600}.shop-item-gallery__lightbox-frame{background:var(--surface-raised);border:1px solid var(--border-default);border-radius:20px;padding:clamp(10px,1.6vw,16px);box-shadow:0 32px 80px #070b1047}.shop-item-gallery__lightbox-image{object-fit:contain;background:linear-gradient(120deg,#94a3b82e,#64748b1f);border-radius:14px;width:100%;max-height:calc(100vh - 120px);display:block}.shop-item-purchase{align-content:start;gap:14px;display:grid}.shop-item-purchase__header{gap:8px;display:grid}.shop-item-purchase__header h1{letter-spacing:-.03em;margin:0;font-size:clamp(30px,3.8vw,44px);line-height:.98}.shop-item-purchase__header p{color:var(--text-muted);margin:0}.shop-item-purchase__meta-badges{flex-wrap:wrap;gap:8px;display:flex}.shop-item-purchase__actions{flex-wrap:wrap;gap:10px;display:flex}.shop-item-purchase__specs{border-top:1px solid var(--border-subtle);gap:6px;padding-top:6px;display:grid}.shop-item-purchase__spec-row{color:var(--text-muted);justify-content:space-between;gap:10px;display:flex}.shop-item-section{gap:12px;display:grid}.shop-item-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.shop-item-feature-card{gap:8px;display:grid}.shop-item-feature-card__image{aspect-ratio:16/9;object-fit:cover;background:var(--surface-3);border-radius:6px;width:100%;display:block}.shop-item-feature-card h3{margin:0;font-size:16px}.shop-item-feature-card p{color:var(--text-soft);margin:0;line-height:1.45}.shop-item-reviews{gap:12px;display:grid}.shop-item-reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.shop-item-review-card{gap:10px;display:grid}.shop-item-review-card__header{align-items:center;gap:10px;display:inline-flex}.shop-item-review-card__avatar,.shop-item-review-card__avatar-fallback{border-radius:999px;flex-shrink:0;width:40px;height:40px}.shop-item-review-card__avatar{object-fit:cover;border:1px solid var(--border-default)}.shop-item-review-card__avatar-fallback{border:1px solid var(--border-default);color:var(--text-strong);background:var(--surface-2);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.shop-item-review-card blockquote{color:var(--text-muted);margin:0;line-height:1.5}.shop-item-content{padding-top:4px}.store-card-wrapper{position:relative}.store-card-wrapper--owned{cursor:pointer}.store-card{gap:12px;height:100%;display:grid}.store-card__media img,.store-card__media-fallback{object-fit:cover;border-radius:12px;width:100%;height:180px}.store-card__media-fallback{background:linear-gradient(135deg,#94a3b840,#bec8d133)}.store-card__body{align-content:start;gap:10px;display:grid}.store-card__header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.store-card__title-link{color:inherit;text-decoration:none}.store-card__title-link h3{margin:0}.store-card__body p{color:var(--text-muted);margin:0}.store-card__badges{flex-wrap:wrap;gap:8px;display:flex}.store-card__actions{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.store-card__footer{justify-content:flex-end;display:flex}.store-card-wrapper--owned .store-card__body,.store-card-wrapper--owned .store-card__media{opacity:.72}.product-card{flex-direction:column;width:100%;max-width:340px;padding:14px;display:flex}.product-card__image{object-fit:cover;border-radius:10px;width:100%;height:180px;margin-bottom:12px}.product-card__body{flex-direction:column;flex:1;gap:10px;display:flex}.product-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto;display:flex}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.panel{background:var(--surface-0);border:1px solid var(--border-faint);border-radius:16px;padding:20px;box-shadow:0 20px 40px #181c200f}.panel--outlined{background:var(--surface-1);border-color:var(--border-subtle);box-shadow:none}.panel--elevated{border-color:#0000;box-shadow:0 24px 42px #181c2014}.panel h3{margin:0 0 12px}.form{gap:12px;display:grid}.form__row{gap:6px;display:grid}.input{border:1px solid var(--border-soft);background:var(--surface-0);width:100%;color:var(--text-strong);border-radius:10px;padding:10px 12px}.input:focus{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.input--readonly{background:var(--surface-2);color:var(--text-soft);border-style:dashed}.button--ghost{border:1px solid var(--border-default);color:var(--accent-contrast);box-shadow:none;background:0 0}.auth-authorize{place-items:center;width:100%;display:grid}.auth-authorize__card{border:1px solid var(--border-heavy);background:var(--surface-raised);border-radius:12px;gap:14px;width:min(100%,540px);padding:28px;display:grid}.auth-authorize__card h1,.auth-authorize__card p{margin:0}.auth-authorize__icon{border:1px solid var(--border-heavy);background:var(--surface-2);width:34px;height:34px;color:var(--accent);border-radius:8px;place-items:center;font-weight:700;display:grid}.auth-authorize__subtitle{color:var(--text-muted)}.auth-authorize__legal{color:var(--text-muted);border:1px solid var(--border-soft);background:var(--surface-1);border-radius:8px;padding:10px;font-size:12px}.auth-authorize__actions{justify-content:flex-end;gap:10px;display:flex}.consent-request-card{border:1px solid var(--consent-card-border);background:var(--consent-card-bg);border-radius:8px;gap:12px;margin:6px 0 0;padding:12px;display:grid}.consent-request-card__header{align-items:center;gap:12px;display:flex}.consent-request-card__logo-frame{border:1px solid var(--consent-card-logo-border);background:var(--consent-card-logo-bg);border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.consent-request-card__logo{object-fit:cover;width:100%;height:100%}.consent-request-card__logo-fallback{color:var(--accent-contrast);letter-spacing:.08em;font-size:12px;font-weight:700}.consent-request-card__app-name{display:block}.consent-request-card__publisher{color:var(--muted-text);font-size:14px}.consent-request-card__description{margin:0}.consent-request-card__section{gap:8px;display:grid}.consent-request-card__section-title{display:block}.consent-request-card__scope-list{gap:6px;margin:0;padding-left:18px;display:grid}.consent-request-card__muted-message{color:var(--muted-text);margin:0}.nav-shell{z-index:30;border-bottom:1px solid var(--border-subtle);background:var(--surface-overlay);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);position:sticky;top:0;box-shadow:0 20px 40px #181c200a}.nav-shell__inner{justify-content:space-between;align-items:center;gap:24px;width:min(100%,1440px);margin:0 auto;padding:14px 24px;display:flex}.nav__identity{align-items:center;display:flex}.nav__brand{color:var(--text-strong);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;max-width:min(52vw,460px);font-size:28px;font-weight:700;text-decoration:none;overflow:hidden}.nav{justify-content:center;align-items:center;display:flex}.nav__desktop-links,.nav__desktop-utilities{align-items:center;display:flex}.nav__desktop-links{gap:18px}.nav__mobile-backdrop,.nav__mobile-panel-header,.avatar-button.nav__mobile-toggle,.nav__mobile-panel{display:none}.nav__links{align-items:center;gap:18px;display:flex}.nav__links--mobile{width:100%}.nav__link{height:40px;color:var(--text-muted);border-bottom:2px solid #0000;border-radius:0;align-items:center;padding:0 2px;font-weight:500;text-decoration:none;transition:color .14s,border-color .14s;display:inline-flex}.nav__link:hover{color:var(--accent)}.nav__link--active{color:var(--accent);border-color:var(--accent)}.nav__desktop-theme{align-items:center;margin-left:14px;display:inline-flex}.nav__theme-toggle{border:1px solid var(--border-strong);background:var(--surface-0);min-height:36px;color:var(--text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:10px;padding:0 8px 0 12px;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.nav__theme-toggle:hover{border-color:var(--accent-border);background:var(--surface-1)}.nav__theme-toggle:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.nav__theme-toggle-label{font-size:12px;font-weight:600}.nav__theme-toggle-indicator{border:1px solid var(--border-strong);background:var(--surface-2);min-width:34px;min-height:24px;color:var(--text-subtle);border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:700;line-height:1;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.nav__theme-toggle[aria-checked=true]{border-color:var(--accent-border);color:var(--accent)}.nav__theme-toggle[aria-checked=true] .nav__theme-toggle-indicator{border-color:var(--accent-border);background:var(--accent-soft-bg);color:var(--accent)}.nav__utilities,.nav__desktop-utilities{align-items:center;gap:10px;display:flex}.nav__locale{align-items:center;gap:8px;display:inline-flex}.nav__locale-label{color:var(--text-subtle);font-size:12px;font-weight:600}.nav__locale-select{border:1px solid var(--border-strong);background:var(--surface-0);min-width:118px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:10px;padding:0 30px 0 10px;font-size:13px;font-weight:600}.nav__locale-select:focus-visible{outline-offset:1px;outline:2px solid #00628b73}.nav__search-trigger{border:1px solid var(--border-strong);background:var(--surface-0);min-width:220px;height:38px;color:var(--text-muted);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:10px;padding:0 10px;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.nav__search-trigger:hover{border-color:var(--accent-border);background:var(--surface-1);color:var(--accent)}.nav__search-trigger svg{fill:currentColor;flex-shrink:0;width:16px;height:16px}.nav__search-trigger span{color:var(--text-soft);white-space:nowrap;font-size:13px}.nav__search-shortcut{border:1px solid var(--border-strong);color:var(--text-subtle);background:var(--surface-1);border-radius:6px;margin-left:auto;padding:1px 6px;font-family:JetBrains Mono,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.5}.nav__avatar{align-items:center;gap:10px;display:inline-flex;position:relative}.avatar-button{border:1px solid var(--border-strong);background:var(--surface-0);width:44px;height:44px;color:var(--accent);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.avatar-button:hover{border-color:var(--accent-border);background:var(--surface-2);color:var(--accent-hover)}.avatar-button svg{fill:currentColor;width:18px;height:18px}.avatar-button--quiet{color:var(--text-muted);background:0 0;border-color:#0000;width:36px;height:36px}.avatar-button--quiet:hover{border-color:var(--border-default);background:var(--surface-0);color:var(--accent)}.nav__mobile-toggle svg{fill:currentColor;width:18px;height:18px}.nav__mobile-actions,.nav__mobile-account-links,.nav__mobile-auth-actions{gap:8px;display:grid}.nav__mobile-section{gap:10px;display:grid}.nav__mobile-locale{gap:8px;display:grid}.nav__locale-select--mobile{width:100%;min-height:46px;font-size:14px}.nav__mobile-section--account,.nav__mobile-section--auth{border-top:1px solid var(--border-soft);padding-top:6px}.nav__mobile-action,.nav__mobile-sub-link{border:1px solid var(--border-heavy);background:var(--surface-0);min-height:48px;color:var(--text-muted);border-radius:14px;align-items:center;gap:10px;padding:0 14px;text-decoration:none;display:flex}.nav__mobile-action{cursor:pointer}.nav__mobile-action svg,.nav__mobile-sub-link svg{fill:currentColor;flex-shrink:0;width:18px;height:18px}.nav__mobile-action:hover,.nav__mobile-sub-link:hover{color:var(--accent);border-color:var(--accent-border);background:var(--surface-1)}.nav__mobile-theme-toggle{text-align:left;justify-content:space-between;width:100%}.nav__mobile-action-count{background:var(--accent);min-width:22px;height:22px;color:var(--surface-0);text-align:center;border-radius:999px;margin-left:auto;padding:0 6px;font-size:12px;font-weight:700;line-height:22px}.nav__mobile-account-header{align-items:center;gap:10px;display:flex}.nav__mobile-logout{width:100%}.nav__cart-button{position:relative}.nav__cart-count{background:var(--accent);min-width:18px;height:18px;color:var(--surface-0);text-align:center;border-radius:999px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px;position:absolute;top:-6px;right:-8px}.cart-summary{align-items:center;gap:12px;margin-bottom:14px;display:flex}.cart-list{gap:10px;display:grid}.cart-item{border:1px solid var(--border-soft);border-radius:12px;justify-content:space-between;gap:16px;padding:12px;display:flex}.cart-item h3{margin:0 0 6px}.cart-item p{color:var(--text-muted);margin:0}.cart-item__totals{justify-items:end;gap:4px;display:grid}.cart-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.cart-checkout-error{color:var(--status-danger-text);font-weight:600}.checkout-compliance-notice{border:1px solid var(--border-subtle);background:var(--surface-overlay);border-radius:14px;margin-top:16px;padding:16px}.checkout-compliance-notice h3,.checkout-compliance-notice p{margin:0}.checkout-compliance-notice p+p,.checkout-compliance-notice p+ul,.checkout-compliance-notice h3+p{margin-top:10px}.checkout-compliance-notice__links{gap:6px;margin:10px 0 0;padding-left:20px;display:grid}.orders-list{gap:10px;display:grid}.orders-item{border:1px solid var(--border-soft);border-radius:12px;justify-content:space-between;gap:16px;padding:12px;display:flex}.orders-item__main h3{margin:0 0 8px}.orders-item__main p{color:var(--text-muted);margin:0 0 4px}.orders-item__meta{align-content:start;justify-items:end;gap:6px;display:grid}.orders-item__status{border:1px solid var(--accent-border);background:var(--accent-softest-bg);color:var(--accent);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600}.payments-list{gap:10px;display:grid}.payments-item{border:1px solid var(--border-soft);border-radius:12px;justify-content:space-between;gap:16px;padding:12px;display:flex}.payments-item__main h3{margin:0 0 8px}.payments-item__main p{color:var(--text-muted);margin:0 0 4px}.payments-item__meta{align-content:start;justify-items:end;gap:6px;display:grid}.payments-item__status{border:1px solid var(--accent-border);background:var(--accent-softest-bg);color:var(--accent);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600}.checkout-session-card{border:1px solid var(--border-soft);border-radius:12px;justify-content:space-between;gap:16px;padding:12px;display:flex}.checkout-session-card__main h3{margin:0 0 8px}.checkout-session-card__main p{color:var(--text-muted);margin:0 0 4px}.checkout-session-card__meta{align-content:start;justify-items:end;gap:6px;display:grid}.checkout-session-card__status{border:1px solid var(--accent-border);background:var(--accent-softest-bg);color:var(--accent);border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600}.checkout-session-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.nav__signin-cta{min-height:36px;padding:8px 14px;font-size:13px}.nav__menu{background:var(--surface-0);border:1px solid var(--border-soft);z-index:10;border-radius:14px;min-width:220px;padding:12px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 36px #181c201f}.nav__menu-card{gap:10px;display:grid}.nav__menu-header{align-items:center;gap:10px;display:flex}.nav__menu-avatar{background:linear-gradient(135deg, var(--accent), var(--accent-hover));width:40px;height:40px;color:var(--text-on-accent);border-radius:12px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.nav__menu-avatar svg{fill:currentColor;width:20px;height:20px}.nav__menu-name{color:var(--text-strong);font-weight:600}.nav__menu-sub{color:var(--text-soft);font-size:12px}.nav__menu-actions{gap:8px;display:flex}.nav__menu-link{color:var(--text-muted);border-radius:8px;margin:-3px -6px;padding:3px 6px;font-size:13px;text-decoration:none;transition:color .14s,background .14s}.nav__menu-link:hover{color:var(--accent);background:var(--surface-1)}.nav__menu-button{text-align:center;background:var(--surface-2);border:1px solid var(--border-strong);color:var(--accent-contrast);cursor:pointer;border-radius:10px;flex:1;padding:8px 10px;text-decoration:none;transition:border-color .14s,background .14s,color .14s,box-shadow .14s,transform .14s}.nav__menu-button--ghost{background:0 0}.nav__menu-button:hover{border-color:var(--accent-border);background:var(--surface-3);transform:translateY(-1px);box-shadow:0 10px 24px #181c2014}.status-pill{background:var(--status-positive-bg);color:var(--status-positive-text);border:1px solid var(--status-positive-border);-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-weight:600;display:inline-flex}.status-pill--positive{background:var(--status-positive-bg);color:var(--status-positive-text);border-color:var(--status-positive-border)}.status-pill--info{background:var(--status-info-bg);color:var(--status-info-text);border-color:var(--status-info-border)}.status-pill--error{background:var(--status-danger-bg);color:var(--status-danger-text);border-color:var(--status-danger-border)}.status-pill--warn{background:var(--status-warning-bg);color:var(--status-warning-text);border-color:var(--status-warning-border)}.status-pill--verify-alert{background:var(--status-warning-bg);color:var(--status-warning-text);border-color:var(--status-warning-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:12px 0;display:flex}.status-pill--verify-alert .status-pill__actions{align-items:center;gap:8px;display:flex}.status-pill--verify-alert .button.button--ghost{color:var(--status-warning-text);border-color:var(--status-warning-border);background:var(--surface-raised)}.status-pill--verify-alert .button.button--ghost:hover{color:var(--status-warning-text);background:var(--surface-0)}.status{color:var(--text-soft);align-items:center;gap:8px;font-size:14px;display:flex}.status__dot{background:var(--status-positive-text);width:12px;height:12px;box-shadow:0 0 0 6px var(--status-positive-bg);border-radius:50%}.pill{background:var(--accent-soft-bg);color:var(--accent-contrast);border:1px solid var(--accent-border);-webkit-user-select:none;user-select:none;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.pill--price{white-space:nowrap;min-width:max-content;font-weight:700}.pill--version-count{white-space:nowrap;justify-content:center;align-items:center;min-width:7.25rem;line-height:1.2}.store-card__header .pill--price{flex-shrink:0}.pill--info{background:#2563eb2e;border-color:#2563eb73}.pill--positive{background:#10b98129;border-color:#10b98152}.pill--warn{border-color:var(--status-warning-border);background:#f59e0b21}.features{gap:12px;margin:0;padding:0;list-style:none;display:grid}.feature{gap:6px;display:grid}.page-view{gap:12px;display:grid}.page-view__error{color:var(--status-danger-text)}.page-view__title{margin:0;font-size:28px;line-height:1.2}.page-view__content{color:var(--text-strong);line-height:1.6}.page-view__content h1,.page-view__content h2,.page-view__content h3{margin:1.4em 0 .4em}.page-view__content p{margin:.8em 0}.page-view__content ul,.page-view__content ol{padding-left:1.25em}.page-view__content code{background:var(--surface-2);border-radius:6px;padding:.1em .3em}.account-page__status-message{color:var(--text-muted)}.account-page__error-text,.account-page__error-message,.download-detail__error-message{color:var(--status-danger-text)}.cta-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-transition{animation:.24s fadeInUp}.search-palette{z-index:80;place-items:start center;padding:72px 16px 24px;display:grid;position:fixed;inset:0}.search-palette__backdrop{background:var(--surface-backdrop);cursor:pointer;border:none;position:absolute;inset:0}.search-palette__panel{z-index:1;border:1px solid var(--border-strong);background:var(--surface-0);border-radius:14px;grid-template-rows:auto 1fr;width:min(860px,100%);max-height:min(72vh,720px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #1018283d}.search-palette__input-row{border-bottom:1px solid var(--border-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.search-palette__input-row svg{width:18px;height:18px;fill:var(--text-subtle)}.search-palette__input{color:var(--text-strong);background:0 0;border:none;outline:none;font-size:15px;line-height:1.4}.search-palette__close{border:1px solid var(--border-strong);background:var(--surface-1);color:var(--text-muted);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600}.search-palette__body{gap:8px;padding:10px;display:grid;overflow:auto}.search-palette__hint{color:var(--text-soft);margin:0;padding:8px;font-size:14px}.search-palette__hint--error{color:var(--status-danger-text)}.search-palette__group{gap:6px;display:grid}.search-palette__group h2{color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em;margin:0;padding:6px 8px 2px;font-size:12px}.search-palette__group-items{gap:4px;display:grid}.search-palette__result{background:var(--surface-0);width:100%;color:var(--text-strong);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:10px;gap:4px;padding:10px 12px;display:grid}.search-palette__result strong{font-size:14px;font-weight:650}.search-palette__result span{color:var(--text-soft);font-size:13px}.search-palette__result:hover,.search-palette__result--selected{border-color:var(--accent-border);background:var(--accent-softest-bg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.footer{border-top:1px solid var(--border-subtle);background:var(--surface-2);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);flex-shrink:0;width:100%;margin-top:auto}.footer__main{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;max-width:1440px;margin:0 auto;padding:56px 24px 28px;display:grid}.footer__main--no-newsletter{grid-template-columns:repeat(3,minmax(0,1fr))}.footer__column{align-content:start;gap:10px;display:grid}.footer__column h3,.footer__column h4{color:var(--text-strong);letter-spacing:-.01em;margin:0}.footer__column h3{font-size:20px}.footer__column h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:14px}.footer__column p{color:var(--text-soft);margin:0;line-height:1.5}.footer__newsletter{align-items:center;gap:8px;display:flex}.footer__newsletter .input{flex:1;min-width:0}.footer__newsletter .button{white-space:nowrap}.footer__content{max-width:1440px;color:var(--text-muted);width:100%;margin:0 auto;padding:0 24px 24px;line-height:1.5}.footer__meta{max-width:1440px;color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px 18px;margin:0 auto;padding:0 24px 8px;display:flex}.footer__meta a{color:var(--accent);text-decoration:none}.footer__meta a:hover{text-decoration:underline}.footer__meta small{color:var(--text-soft)}.footer__links{justify-items:start;gap:8px;display:grid}.footer__links a,.footer__links a:visited{color:var(--text-muted);text-decoration:none}.footer__links a:hover{color:var(--accent);text-decoration:underline}.footer__social-row{border-top:1px solid var(--border-subtle);align-items:center;gap:10px;max-width:1440px;margin:0 auto;padding:8px 24px 18px;display:flex}.footer__column--newsletter{justify-content:space-between}.footer__social-link{width:34px;height:34px;color:var(--text-muted);border:1px solid var(--border-default);background:var(--surface-0);border-radius:50%;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.footer__social-link:hover{color:var(--accent);border-color:var(--accent-border);background:var(--surface-1)}.footer__social-link svg{fill:currentColor;width:16px;height:16px}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button{border:1px solid var(--accent-border);background:linear-gradient(135deg, var(--accent), var(--accent-hover));color:var(--text-on-accent);box-shadow:0 10px 24px var(--accent-border);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:700;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex}.button:hover{box-shadow:0 12px 28px var(--accent-border);transform:translateY(-1px)}.button.button--ghost{background:var(--surface-2);border:1px solid var(--border-heavy);color:var(--text-strong);box-shadow:none}.button.button--ghost:hover{background:var(--surface-3);border-color:var(--border-strong);color:var(--text-strong)}.button.button--ghost:disabled{background:var(--surface-3);color:var(--text-soft);border-color:var(--border-strong);opacity:1;cursor:not-allowed}.nav__brand:focus-visible,.nav__link:focus-visible,.avatar-button:focus-visible,.nav__menu-link:focus-visible,.nav__menu-button:focus-visible,.button:focus-visible,.footer__links a:focus-visible,.footer__social-link:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.button--compact{padding:6px 12px;font-weight:600}.button--icon{border-radius:50%;width:40px;height:40px;padding:0}.clickable-card{cursor:pointer;display:block}.clickable-card *{cursor:inherit}.product-card--owned .product-card__body,.product-card--owned .product-card__image{opacity:.5}.product-card--owned .button,.product-card--owned .button.button--ghost{filter:grayscale(.2)}.button--disabled{cursor:not-allowed!important;opacity:.5!important;box-shadow:none!important}.product-card__overlay{pointer-events:none;border-radius:16px;place-items:center;display:grid;position:absolute;inset:0}.product-card__overlay-label{color:#fffc;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 4px 14px #00000073;border:none;padding:10px 18px;font-size:32px;font-weight:800;display:inline-flex;transform:rotate(-20deg)}@media (width<=840px){.nav-shell{background:var(--surface-raised);-webkit-backdrop-filter:none;backdrop-filter:none}.nav-shell__inner{gap:10px;padding:12px 18px;position:relative}.nav{pointer-events:none;display:block;position:absolute;top:calc(100% + 8px);left:0;right:0}.nav--mobile-open{pointer-events:auto}.nav__desktop-links,.nav__desktop-utilities,.nav__desktop-theme{display:none}.nav__mobile-backdrop{background:var(--surface-backdrop);cursor:pointer;opacity:0;pointer-events:none;border:none;transition:opacity .16s;display:block;position:fixed;inset:0}.nav__mobile-panel{z-index:4;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--border-strong);background:var(--surface-raised);opacity:0;border-radius:18px;gap:12px;max-height:calc(100vh - 120px);margin:0 18px;padding:14px;transition:opacity .16s,transform .16s;display:grid;position:relative;overflow:auto;transform:translateY(-8px);box-shadow:0 20px 40px #181c2029}.nav--mobile-open .nav__mobile-panel{opacity:1;transform:translateY(0)}.nav--mobile-open .nav__mobile-backdrop{opacity:1;pointer-events:auto}.nav__mobile-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.nav__mobile-panel-title{color:var(--text-strong);letter-spacing:.02em;text-transform:uppercase;font-size:14px;font-weight:700}.nav__mobile-close{border:1px solid var(--border-strong);background:var(--surface-1);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.nav__mobile-close span{font-size:26px;line-height:1}.nav__links--mobile{gap:8px;display:grid}.nav__link--mobile{border:1px solid var(--border-heavy);background:var(--surface-0);border-bottom:1px solid var(--border-heavy);border-radius:14px;align-items:center;min-height:48px;padding:0 14px;display:flex}.nav__link--mobile.nav__link--active{border-color:var(--accent-border);background:var(--accent-soft-bg)}.nav__brand{max-width:min(70vw,320px);font-size:20px}.nav__identity,.nav__utilities{z-index:5;position:relative}.nav__utilities{margin-left:auto}.avatar-button.nav__mobile-toggle{border:1px solid var(--border-strong);background:var(--surface-0);width:44px;height:44px;color:var(--text-muted);display:inline-flex}.avatar-button.nav__mobile-toggle:hover,.nav__mobile-close:hover{color:var(--accent);border-color:var(--accent-border);background:var(--surface-1)}}@media (width<=720px){body.storefront-mobile-filters-open{overflow:hidden}.page{padding:32px 18px 48px}.avatar-button--quiet.nav__cart-button{border:1px solid var(--border-strong);background:var(--surface-0);width:44px;height:44px;color:var(--text-muted)}.avatar-button--quiet.nav__cart-button:hover{color:var(--accent)}.shop-item-purchase__actions{grid-template-columns:1fr;gap:8px;display:grid}.shop-item-purchase__actions .button{width:100%;min-height:44px}.shop-item-purchase__actions .cart-checkout-error{margin:0}.nav__menu{min-width:0;max-width:none;position:fixed;top:72px;left:18px;right:18px}.nav__menu-actions{flex-direction:column}.footer__main{grid-template-columns:1fr;padding:36px 18px 18px}.footer__content,.footer__meta,.footer__social-row{padding-left:18px;padding-right:18px}.footer__newsletter{flex-wrap:wrap}.panel-grid,.home-hero,.home-featured-grid,.auth-shell__split{grid-template-columns:1fr}.page--auth{padding:20px 14px 30px}.auth-login,.auth-signup,.customer-hub__layout,.customer-hub-card-grid,.wishlist-grid,.inventory-grid{grid-template-columns:1fr}.delivery-page__header{align-items:flex-start}.content-surface__hero,.content-surface-grid,.content-surface-grid--two{grid-template-columns:1fr}.auth-login__visual{min-height:320px}.auth-login__header h1{font-size:34px}.auth-login__social-actions,.auth-signup__welcome-cards{grid-template-columns:1fr}.auth-signup__left{min-height:260px}.auth-signup__left h1{max-width:none;font-size:34px}.auth-signup__left-footer{justify-content:flex-start}.auth-authorize__card{padding:18px}.storefront-shell__content,.shop-item-hero,.shop-item-feature-grid,.shop-item-reviews__grid{grid-template-columns:1fr}.storefront-toolbar{grid-template-columns:1fr;gap:10px}.storefront-toolbar__controls{justify-content:space-between;gap:10px;width:100%}.button.storefront-toolbar__filters-toggle{flex-shrink:0;display:inline-flex}.storefront-toolbar__sort{flex:1}.storefront-toolbar__sort .input{min-width:0}.filter-rail-shell[data-mobile-open=false] .filter-rail,.filter-rail-shell[data-mobile-open=false] .filter-rail-shell__backdrop{display:none}.filter-rail-shell[data-mobile-open=true]{z-index:260;pointer-events:none;position:fixed;inset:0}.filter-rail-shell[data-mobile-open=true] .filter-rail-shell__backdrop{pointer-events:auto;background:#0f172a59;border:0;margin:0;padding:0;display:block;position:absolute;inset:0}.filter-rail-shell[data-mobile-open=true] .filter-rail{pointer-events:auto;border-radius:0;align-content:start;width:min(100%,380px);max-width:100%;margin:0;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:0 20px 50px #0f172a59}.filter-rail-shell[data-mobile-open=true] .button.filter-rail__mobile-close{display:inline-flex}}
