:root{--color-background:#e9eef3;--color-surface:#fff;--color-surface-muted:#f4f8fb;--color-surface-elevated:#fff;--color-border:#c5d2de;--color-text:#102131;--color-text-muted:#3f5569;--color-primary:#0d9488;--color-primary-strong:#0f766e;--color-accent:#0f172a;--color-muted:#6b7f92;--color-footer-background:#0d1b2a;--color-footer-text:#d7e5f3;--color-success:#15803d;--color-warning:#b45309;--color-danger:#b91c1c;--shadow-soft:0 16px 30px rgba(12,38,58,.12);--radius:16px;--content-width:1240px}:root[data-theme=dark]{--color-background:#0b1120;--color-surface:#111827;--color-surface-muted:#172033;--color-surface-elevated:#1a2438;--color-border:#2d3a52;--color-text:#f3f8ff;--color-text-muted:#b0bfd8;--color-primary:#4bc7bb;--color-primary-strong:#7de6db;--color-accent:#d6e4ff;--color-muted:#93a7c4;--color-footer-background:#090f1a;--color-footer-text:#c7d8ef;--color-success:#48d89a;--color-warning:#fbbf24;--color-danger:#f87171;--shadow-soft:0 20px 45px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:Space Grotesk,IBM Plex Sans,Trebuchet MS,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(var(--content-width),calc(100% - 32px));margin:0 auto}.surface{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.grid{display:grid;grid-gap:1.1rem;gap:1.1rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,rgba(13,27,42,.95),rgba(18,38,57,.93));border-bottom:1px solid hsla(0,0%,100%,.12)}:root[data-theme=dark] .nav{background:linear-gradient(180deg,rgba(9,15,26,.95),rgba(15,23,42,.92))}.topbar{display:grid;grid-template-columns:auto auto minmax(180px,1fr) auto;min-height:68px;grid-gap:.65rem;gap:.65rem;padding:.55rem 0;min-width:0}.brand,.topbar{align-items:center}.brand{display:flex;gap:.75rem;font-weight:700;color:#f2f8ff;letter-spacing:.01em}.brand-wrap{display:flex;flex:0 0 auto;min-width:0}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(140deg,var(--color-primary),#14b8a6);color:#fff;border-radius:9px;font-size:.9rem}.nav-links{display:flex;gap:.35rem;min-width:0}.primary-nav{flex:0 1 auto}.nav-link{color:rgba(226,236,247,.88);font-size:.97rem;line-height:1;padding:.56rem .76rem;border-radius:10px;border:1px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.nav-link:hover{background:hsla(0,0%,100%,.15);color:#fff}.nav-link-active{background:rgba(13,148,136,.2);border-color:rgba(92,248,232,.45);color:#fff}.button:focus-visible,.language-button:focus-visible,.nav-link:focus-visible,.theme-toggle:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.theme-toggle{border:1px solid rgba(216,233,250,.28);background:hsla(0,0%,100%,.08);color:#ebf4ff;border-radius:10px;padding:.55rem .7rem;cursor:pointer}.theme-compact{width:36px;min-width:36px;text-align:center;font-weight:700}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:nowrap}.button-compact{padding:.56rem .72rem;font-size:.88rem}.language-switch{display:inline-flex;align-items:center}.language-label{color:rgba(226,236,247,.8);font-size:.82rem}.language-trigger{color:rgba(226,236,247,.9);padding:.38rem .52rem;min-width:78px;display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem}.language-trigger:hover,.language-trigger[aria-expanded=true]{background:rgba(13,148,136,.24);border-color:rgba(92,248,232,.45);color:#fff}.language-menu{top:calc(100% + .45rem);width:190px;border-radius:12px;box-shadow:0 16px 30px rgba(0,0,0,.2);z-index:50}.language-option{display:block;padding:.42rem .55rem;font-size:.9rem}.language-option-active,.language-option:hover{color:var(--color-primary-strong)}.auth-actions{gap:.4rem}.page-shell{padding:1.2rem 0 3rem}.hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);grid-gap:1.5rem;gap:1.5rem;padding:.8rem 0 .4rem}.hero-copy,.hero>*{min-width:0}.hero-copy{padding:2rem}.hero-copy-primary{background:linear-gradient(180deg,#f8fdff,#eff9fd)}:root[data-theme=dark] .hero-copy-primary{background:linear-gradient(180deg,#152235,#182a43)}.hero-copy-secondary{background:var(--color-surface-muted)}.hero-copy h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;margin:0 0 1rem;max-width:100%;overflow-wrap:anywhere}.hero-copy p{color:var(--color-text-muted);font-size:1.07rem;line-height:1.65}.hero-actions{display:flex;gap:.85rem;margin-top:1.5rem;flex-wrap:wrap}.button{border:1px solid transparent;border-radius:12px;padding:.82rem 1.15rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.button-primary{background:var(--color-primary);color:#fff;box-shadow:0 12px 20px rgba(13,148,136,.24)}.button-primary:hover{background:var(--color-primary-strong);transform:translateY(-1px)}.button-secondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.button-secondary:hover{border-color:var(--color-primary);color:var(--color-primary-strong)}.cards,.metrics,.state-grid{display:grid;grid-gap:1rem;gap:1rem}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.5rem}.card,.metric,.state-card{padding:1.25rem}.metric strong{display:block;font-size:1.9rem;margin-bottom:.35rem}.metric span{color:var(--color-text-muted)}.cards{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.card h3,.state-card h3{margin-top:0;margin-bottom:.5rem}.card p,.state-card p{color:var(--color-text-muted);margin:0;line-height:1.6}.badge{display:inline-block;padding:.32rem .6rem;background:var(--color-surface-muted);color:var(--color-primary-strong);border-radius:999px;font-size:.82rem;margin-bottom:.8rem;font-weight:700}.catalog-layout{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:300px minmax(0,1fr)}.catalog-sidebar{align-self:start;position:-webkit-sticky;position:sticky;top:88px}.catalog-grid,.catalog-list{display:grid;grid-gap:.9rem;gap:.9rem}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.catalog-list{grid-template-columns:1fr}.catalog-filters label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.96rem;color:var(--color-text)}.catalog-filters input,.catalog-filters select{border:1px solid var(--color-border);border-radius:10px;padding:.55rem .65rem;background:var(--color-surface);color:var(--color-text)}.storefront-search-form{display:flex;gap:.65rem;align-items:center;flex-wrap:nowrap;min-width:0}.storefront-search-form input{min-width:0;flex:1 1 auto;border:1px solid var(--color-border);border-radius:12px;padding:.68rem .82rem;background:var(--color-surface);color:var(--color-text)}.storefront-search-form-compact{min-width:0}.storefront-search-form-compact input{padding:.58rem .74rem;font-size:.92rem}.topbar-search{width:min(34vw,380px);min-width:180px;max-width:380px;justify-content:flex-start}.marketplace-main-search input{min-height:40px;background:hsla(0,0%,100%,.95)}.marketplace-main-search .button{white-space:nowrap}.marketplace-hero-search input{min-height:48px;font-size:1rem}.marketplace-hero-search{width:100%;min-width:0}.marketplace-footer{background:var(--color-footer-background);color:var(--color-footer-text);border-radius:18px;border:1px solid rgba(189,220,255,.14);padding:1.5rem;display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:1.5fr repeat(5,minmax(0,1fr))}.marketplace-footer-wrap{margin-top:1.2rem}.marketplace-footer h4{margin:0 0 .52rem;font-size:1rem;color:#fff}.marketplace-footer h3{color:#fff}.marketplace-footer-copy{margin:.3rem 0;color:var(--color-footer-text);font-size:.96rem}.marketplace-footer .nav-link{display:block;padding-left:0;color:var(--color-footer-text);font-size:.95rem}.marketplace-footer .nav-link:hover{color:#fff;background:transparent}.marketplace-footer-legal{grid-column:1/-1;margin:.4rem 0 0;padding-top:.8rem;border-top:1px solid rgba(189,220,255,.16);color:rgba(215,229,243,.82);font-size:.93rem}.marketplace-mini-grid{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.marketplace-mini-card{padding:.9rem;display:block}.marketplace-product-card{transition:transform .2s ease,box-shadow .2s ease}.marketplace-product-card:hover{transform:translateY(-2px);box-shadow:0 20px 32px rgba(11,37,57,.16)}.marketplace-pill-list{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.8rem}.marketplace-pill{padding:.38rem .7rem;border-radius:999px;border:1px solid #9fb4c7;background:#eaf3f8;font-size:.88rem;color:#274258;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.marketplace-pill:hover{background:#dceef7;color:#112f47;border-color:#7ea5c3}.mobile-nav-panel,.mobile-nav-toggle{display:none}.cart-link{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.cart-count{min-width:1.5rem;text-align:center;padding:.15rem .4rem;border-radius:999px;background:rgba(13,148,136,.23);color:#fff;font-size:.8rem;font-weight:700}.home-main{gap:1.2rem}.home-section-alt{background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface-muted))}.auth-required-card{border-width:2px}.search-hero{display:grid;grid-gap:1rem;gap:1rem;padding:1.25rem;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end}.search-page-form{justify-content:stretch}.product-detail-page{display:grid;grid-gap:1rem;gap:1rem}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:.65rem;color:var(--color-text-muted);font-size:.95rem}.product-breadcrumbs span:last-child{color:var(--color-text);font-weight:600}.product-breadcrumbs a:not(:first-child):before,.product-breadcrumbs span:before{content:"/";margin-right:.65rem;color:var(--color-border)}.product-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);grid-gap:1rem;gap:1rem;padding:1.25rem}.product-feature-card h3,.product-hero-copy h1,.product-section h2{margin-top:0}.product-hero-badges{display:flex;gap:.6rem;flex-wrap:wrap}.product-detail-copy,.product-feature-card p,.product-hero-summary,.product-info-card p,.product-package-summary p,.product-panel-help,.product-price-note,.product-seller-card p,.product-support-block p,.product-taxonomy-list p,.product-version-block p{color:var(--color-text-muted);line-height:1.7}.add-to-cart-block{display:grid;grid-gap:.65rem;gap:.65rem}.cart-control{display:grid;grid-gap:.35rem;gap:.35rem}.cart-control input,.cart-control select{border:1px solid var(--color-border);border-radius:10px;padding:.55rem .65rem;background:var(--color-surface);color:var(--color-text)}.product-meta-strip{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0;color:var(--color-text-muted);font-size:.94rem}.product-cover-card,.product-gallery-card{overflow:hidden;border-radius:16px;border:1px solid var(--color-border);background:var(--color-surface-muted)}.product-cover-image,.product-gallery-image{width:100%;display:block;object-fit:cover}.product-cover-image{max-height:420px}.product-gallery-image{aspect-ratio:16/10}.product-buy-panel{padding:1.1rem;align-self:start;position:-webkit-sticky;position:sticky;top:88px}.product-panel-label{margin-top:0;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:var(--color-text-muted)}.product-price{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:.5rem}.product-price-note{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:0}.product-price-strike{text-decoration:line-through}.product-action-list{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:1rem}.product-action-list .button{text-align:center}.product-panel-stats,.product-spec-grid{display:grid;grid-gap:.75rem;gap:.75rem}.product-panel-stats{margin:1rem 0 0}.product-panel-stats dt,.product-spec-row dt{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.product-panel-stats dd,.product-spec-row dd{margin:.2rem 0 0;font-weight:600}.product-detail-layout{grid-template-columns:minmax(0,1.3fr) minmax(300px,.8fr)}.product-detail-layout,.product-main-stack,.product-side-stack{display:grid;grid-gap:1rem;gap:1rem}.product-section{padding:1.25rem}.product-feature-grid,.product-gallery-grid,.product-info-grid{display:grid;grid-gap:.85rem;gap:.85rem}.product-feature-grid,.product-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-info-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-feature-card,.product-info-card,.product-package-summary,.product-seller-card,.product-spec-row,.product-support-block,.product-version-block{padding:1rem;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface-muted)}.product-gallery-card figcaption{padding:.75rem;color:var(--color-text-muted);font-size:.9rem}.product-detail-empty{color:var(--color-text-muted);margin:0}.cart-page-layout,.checkout-layout{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr)}.cart-main,.cart-summary,.checkout-main,.checkout-summary{padding:1.25rem}.cart-items{display:grid;grid-gap:.75rem;gap:.75rem}.cart-item-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.8rem;gap:.8rem;border:1px solid var(--color-border);border-radius:14px;padding:.9rem;background:var(--color-surface-muted)}.cart-item-row h2{margin:0 0 .45rem;font-size:1.05rem}.cart-item-row p{margin:.2rem 0;color:var(--color-text-muted)}.cart-item-meta{display:grid;grid-gap:.35rem;gap:.35rem;justify-items:end;align-content:start}.cart-summary dl,.checkout-summary dl{display:grid;grid-gap:.55rem;gap:.55rem}.cart-summary dl div,.checkout-summary dl div{display:flex;justify-content:space-between;gap:.75rem}.cart-warning{color:var(--color-danger);margin:.2rem 0}.cart-note{color:var(--color-text-muted);margin:.2rem 0}.cart-empty{display:grid;grid-gap:.75rem;gap:.75rem;justify-items:start}.cart-issues{display:grid;grid-gap:.35rem;gap:.35rem;margin:.8rem 0}@media (max-width:900px){.catalog-layout,.hero{grid-template-columns:1fr}.catalog-sidebar{position:static}.cart-page-layout,.checkout-layout,.product-detail-layout,.product-hero,.search-hero{grid-template-columns:1fr}.product-buy-panel{position:static}.cards,.marketplace-footer,.metrics,.state-grid{grid-template-columns:1fr 1fr}.topbar{grid-template-columns:1fr auto}.primary-nav{display:none}.mobile-nav-toggle{display:inline-flex;justify-self:end}.mobile-nav-panel{display:block}.topbar-search{grid-column:1/-1;width:100%;max-width:none}.topbar-actions{grid-column:1/-1;justify-content:space-between;flex-wrap:wrap}.auth-hide-md{display:none}}@media (max-width:640px){.cards,.metrics,.nav-links,.state-grid{grid-template-columns:1fr;display:grid}.nav{position:static}.mobile-nav-panel{display:block}.topbar{grid-template-columns:1fr auto;align-items:center}.topbar-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.language-switch{align-items:flex-start}.language-menu{left:0;right:auto;max-width:calc(100vw - 24px)}.language-option{min-width:0}.language-trigger{min-width:70px}.language-label{display:none}.storefront-search-form,.storefront-search-form input,.topbar-search{width:100%}.marketplace-footer{grid-template-columns:1fr}}.marketplace-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:center}.topbar-center{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,1fr);grid-gap:.55rem;gap:.55rem;align-items:center}.topbar-center .primary-nav,.topbar-center .storefront-search-form,.topbar-center .storefront-search-form input,.topbar-center .topbar-search{min-width:0}.primary-nav .nav-link{white-space:nowrap}.topbar-center .primary-nav{flex-wrap:wrap}.topbar-search{width:100%;max-width:420px;justify-content:stretch}.marketplace-main-search.storefront-search-form-compact input{min-width:0;width:100%}.topbar-actions{min-width:0;gap:.4rem}.auth-actions{display:inline-flex;align-items:center;gap:.35rem;min-width:0}.language-switch{position:relative}.language-trigger{border:1px solid rgba(216,233,250,.26);background:hsla(0,0%,100%,.06);color:rgba(226,236,247,.95);border-radius:8px;padding:.4rem .55rem;font-size:.84rem;font-weight:700;cursor:pointer}.language-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:40;min-width:220px;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:10px;box-shadow:var(--shadow-soft);padding:.35rem;display:grid;grid-gap:.2rem;gap:.2rem}.language-option{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:.4rem;gap:.4rem;padding:.38rem .5rem;border-radius:8px;color:var(--color-text);text-decoration:none}.language-option-active,.language-option:hover{background:var(--color-surface-muted)}@media (max-width:1500px){.marketplace-topbar{grid-template-columns:auto auto;grid-template-areas:"brand actions" "center center"}.marketplace-topbar .brand-wrap{grid-area:brand}.marketplace-topbar .topbar-actions{grid-area:actions;margin-left:auto}.marketplace-topbar .topbar-center{grid-area:center;grid-template-columns:minmax(0,1fr) minmax(150px,1fr)}.marketplace-topbar .topbar-search{max-width:360px}}@media (max-width:1280px){.marketplace-topbar .topbar-center{grid-template-columns:1fr}}@media (max-width:640px){.marketplace-topbar{grid-template-columns:1fr;grid-template-areas:"brand" "actions" "center"}.marketplace-topbar .topbar-actions{justify-content:flex-start;flex-wrap:wrap}.marketplace-topbar .topbar-search{max-width:100%}}.app-shell-variant-admin,.app-shell-variant-buyer,.app-shell-variant-seller{background:radial-gradient(circle at top left,rgba(13,148,136,.08),transparent 28%),radial-gradient(circle at top right,rgba(15,23,42,.06),transparent 26%),var(--color-background)}.app-shell-variant-admin .hero-actions,.app-shell-variant-buyer .hero-actions,.app-shell-variant-seller .hero-actions{gap:.7rem}.app-shell-variant-admin .hero-actions .button,.app-shell-variant-buyer .hero-actions .button,.app-shell-variant-seller .hero-actions .button{flex:1 1 180px;justify-content:center}.app-shell-variant-admin .surface,.app-shell-variant-buyer .surface,.app-shell-variant-seller .surface{overflow:clip;box-shadow:0 18px 34px rgba(12,38,58,.1)}.app-shell-variant-admin .container,.app-shell-variant-buyer .container,.app-shell-variant-seller .container{width:min(var(--content-width),calc(100% - 24px))}.app-shell-variant-admin label,.app-shell-variant-buyer label,.app-shell-variant-seller label{display:grid;grid-gap:.35rem;gap:.35rem;align-items:start}.app-shell-variant-admin input,.app-shell-variant-admin select,.app-shell-variant-admin textarea,.app-shell-variant-buyer input,.app-shell-variant-buyer select,.app-shell-variant-buyer textarea,.app-shell-variant-seller input,.app-shell-variant-seller select,.app-shell-variant-seller textarea{width:100%;min-width:0;border:1px solid var(--color-border)!important;border-radius:12px!important;padding:.78rem .88rem!important;background:var(--color-surface)!important;color:var(--color-text)}.app-shell-variant-admin textarea,.app-shell-variant-buyer textarea,.app-shell-variant-seller textarea{min-height:120px;resize:vertical}.app-shell-variant-admin .surface>h1,.app-shell-variant-admin .surface>h2,.app-shell-variant-admin .surface>h3,.app-shell-variant-buyer .surface>h1,.app-shell-variant-buyer .surface>h2,.app-shell-variant-buyer .surface>h3,.app-shell-variant-seller .surface>h1,.app-shell-variant-seller .surface>h2,.app-shell-variant-seller .surface>h3{letter-spacing:-.02em}.app-shell-variant-admin table,.app-shell-variant-buyer table,.app-shell-variant-seller table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.app-shell-variant-admin td,.app-shell-variant-admin th,.app-shell-variant-buyer td,.app-shell-variant-buyer th,.app-shell-variant-seller td,.app-shell-variant-seller th{padding:.72rem .82rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);text-align:left;vertical-align:top}.app-shell-variant-admin .button,.app-shell-variant-buyer .button,.app-shell-variant-seller .button{min-height:44px}@media (max-width:900px){.app-shell-variant-admin .hero-actions,.app-shell-variant-buyer .hero-actions,.app-shell-variant-seller .hero-actions{display:grid;grid-template-columns:1fr}}