@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{color-scheme:dark;--green-500:#4bff88;--green-600:#25d86a;--green-700:#17a353;--white:#ffffff;--ink-950:#0a0d0b;--ink-900:#0f1411;--ink-800:#141c18;--ink-700:#1b241f;--ink-600:#2a332d;--theme-bg:radial-gradient(circle at top,#1b2c1f 0%,#0c100e 42%,#070a08 100%);--theme-text:#ffffff;--theme-muted:rgba(255,255,255,0.7);--theme-muted-strong:rgba(255,255,255,0.6);--theme-muted-soft:rgba(255,255,255,0.5);--theme-border:rgba(255,255,255,0.08);--theme-border-strong:rgba(255,255,255,0.18);--theme-header-bg:rgba(10,13,11,0.75);--theme-grid:rgba(75,255,136,0.2);--theme-card:var(--ink-800);--theme-card-soft:rgba(255,255,255,0.05);--theme-card-ghost:rgba(255,255,255,0.08);--theme-panel:linear-gradient(160deg,rgba(75,255,136,0.2),rgba(10,13,11,0.5));--theme-panel-border:rgba(75,255,136,0.2);--theme-deal:linear-gradient(135deg,rgba(75,255,136,0.12),rgba(255,255,255,0.02));--theme-deal-border:rgba(75,255,136,0.25);--theme-featured-bg:linear-gradient(135deg,#1b3a2a,#0b0f0c);--theme-orbit:rgba(255,255,255,0.3);--theme-pill-text:var(--green-500);--theme-pill-ghost-bg:rgba(255,255,255,0.08);--theme-pill-ghost-text:rgba(255,255,255,0.7);--theme-tile:rgba(10,13,11,0.6);--theme-badge-bg:rgba(255,255,255,0.18);--theme-badge-text:var(--theme-text);--theme-shadow:0 28px 60px rgba(0,0,0,0.45);--glass:rgba(10,13,11,0.06);--shadow:var(--theme-shadow);--radius-lg:24px;--radius-md:16px;--radius-sm:12px}[data-theme=light]{color-scheme:light;--theme-bg:#ffffff;--theme-text:var(--ink-950);--theme-muted:rgba(10,13,11,0.65);--theme-muted-strong:rgba(10,13,11,0.6);--theme-muted-soft:rgba(10,13,11,0.5);--theme-border:rgba(10,13,11,0.08);--theme-border-strong:rgba(10,13,11,0.2);--theme-header-bg:rgba(255,255,255,0.88);--theme-grid:rgba(10,13,11,0.16);--theme-card:#f4f7f3;--theme-card-soft:rgba(10,13,11,0.04);--theme-card-ghost:rgba(10,13,11,0.06);--theme-panel:linear-gradient(160deg,rgba(75,255,136,0.18),rgba(255,255,255,0.96));--theme-panel-border:rgba(75,255,136,0.35);--theme-deal:linear-gradient(135deg,rgba(75,255,136,0.18),rgba(255,255,255,0.9));--theme-deal-border:rgba(75,255,136,0.35);--theme-featured-bg:linear-gradient(135deg,#dff7e7,#ffffff);--theme-orbit:rgba(10,13,11,0.25);--theme-pill-text:var(--green-700);--theme-pill-ghost-bg:rgba(10,13,11,0.06);--theme-pill-ghost-text:rgba(10,13,11,0.6);--theme-tile:rgba(10,13,11,0.04);--theme-badge-bg:rgba(10,13,11,0.7);--theme-badge-text:#ffffff;--theme-shadow:0 18px 40px rgba(10,13,11,0.12);--shadow:var(--theme-shadow)}*{box-sizing:border-box;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{font-family:Space Grotesk,Segoe UI,sans-serif;background:var(--theme-bg);color:var(--theme-text);min-height:100vh;overflow-x:hidden}.progress-bar{position:fixed;top:0;left:0;height:4px;width:100%;background:linear-gradient(90deg,#25d86a,#4bff88);transform-origin:left;transform:scaleX(0);opacity:0;transition:transform .2s ease,opacity .2s ease;z-index:100;pointer-events:none;box-shadow:0 0 12px rgba(75,255,136,.6)}.progress-bar.active{opacity:1}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;border:none;background:none;cursor:pointer}.ambient-grid{position:fixed;inset:0;background-image:radial-gradient(circle,var(--theme-grid) 1px,transparent 1px);background-size:36px 36px;opacity:.4;pointer-events:none;z-index:-1}.site-header{position:-webkit-sticky;position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--theme-header-bg);border-bottom:1px solid var(--theme-border);z-index:10}.nav{max-width:1200px;margin:0 auto;padding:20px 24px;gap:24px}.logo,.nav{display:flex;align-items:center}.logo{font-family:Bebas Neue,Space Grotesk,sans-serif;font-size:34px;letter-spacing:1px;gap:12px}.logo.small{font-size:22px}.logo-mark{width:32px;height:32px;border-radius:6px;object-fit:contain}.nav-search{flex:1 1;max-width:none;position:relative}.nav-search-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--theme-border-strong);background:var(--theme-card-soft)}.nav-search-icon{width:16px;height:16px;border:2px solid;border-radius:50%;position:relative}.nav-search-icon:after{content:"";position:absolute;width:8px;height:2px;background:currentColor;right:-6px;bottom:-2px;transform:rotate(45deg);border-radius:999px}.nav-search-panel{width:100%}.nav-search-input{width:100%;padding:10px 14px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-card-soft);color:var(--theme-text);font-size:.9rem}.nav-search-input::placeholder{color:var(--theme-muted)}.nav-search-input:focus{outline:2px solid rgba(75,255,136,.25);border-color:rgba(75,255,136,.5)}.nav-search-results{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-gap:10px;gap:10px}.search-overlay{position:fixed;top:96px;left:0;right:0;bottom:0;background:rgba(5,8,6,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:24px;z-index:30}.search-overlay-panel{max-width:700px;margin:0 auto;background:var(--theme-card);border-radius:var(--radius-lg);border:1px solid var(--theme-border);padding:20px;box-shadow:var(--theme-shadow);display:grid;grid-gap:12px;gap:12px}.search-overlay-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.nav-search-item{display:flex;gap:12px;align-items:center;padding:10px;border-radius:14px;border:1px solid var(--theme-border);background:var(--theme-card-soft)}.nav-search-item:hover{border-color:rgba(75,255,136,.45);background:var(--theme-card-ghost)}.nav-search-thumb{width:52px;height:52px;border-radius:10px;object-fit:cover;background:var(--theme-card);border:1px solid var(--theme-border)}.nav-search-text{display:flex;flex-direction:column;gap:4px}.nav-search-title{font-weight:600}.nav-search-empty{margin-top:12px;padding:12px;border-radius:14px;border:1px dashed var(--theme-border);color:var(--theme-muted);font-size:.85rem}.nav-links{display:flex;gap:18px;color:var(--theme-muted);font-weight:500}.nav-links a:hover{color:var(--theme-text)}.nav-menu{display:flex;align-items:center;gap:12px}.nav-toggle{display:none;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;border:1px solid var(--theme-border-strong);background:var(--theme-card-soft);font-weight:600}.nav-toggle-bars{width:18px;height:2px;background:currentColor;position:relative;display:inline-block}.nav-toggle-bars:after,.nav-toggle-bars:before{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor}.nav-toggle-bars:before{top:-6px}.nav-toggle-bars:after{top:6px}.nav-actions{margin-left:auto;display:flex;gap:12px}.nav-actions-menu{margin-left:auto;position:relative;display:flex;align-items:center}.nav-actions-toggle{display:none;align-items:center;gap:6px;padding:8px;border-radius:999px;border:1px solid var(--theme-border-strong);background:var(--theme-card-soft);font-weight:600}.nav-actions-icon{width:12px;height:12px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);display:inline-block}.nav-actions-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:12px;border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-card);box-shadow:var(--theme-shadow);display:none;z-index:20}.nav-actions-panel .nav-actions{margin-left:0;flex-direction:column;align-items:stretch}.nav-actions-panel .btn{width:100%;justify-content:center}.nav-actions-panel.open{display:block}.nav-actions-desktop{display:flex}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.btn.small{padding:8px 16px;font-size:.9rem}.btn.primary{background:linear-gradient(135deg,var(--green-500),var(--green-700));color:var(--ink-950);box-shadow:0 14px 28px rgba(75,255,136,.35)}.btn.primary:hover{transform:translateY(-2px)}.btn.outline{border:1px solid var(--theme-border-strong)}.btn.ghost{color:var(--theme-muted)}.theme-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--theme-border-strong);background:var(--theme-card-soft)}.theme-toggle:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--green-500);box-shadow:0 0 12px rgba(75,255,136,.6)}main{max-width:1200px;margin:0 auto;padding:40px 24px 80px;display:flex;flex-direction:column;gap:64px}.hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:32px;gap:32px;align-items:center}.hero-content h1{font-family:Bebas Neue,Space Grotesk,sans-serif;font-size:clamp(2.8rem,5vw,4.6rem);line-height:1;margin-bottom:16px}.kicker{color:var(--green-500);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.subhead{color:var(--theme-muted);font-size:1.05rem;margin-bottom:24px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px}.hero-stats{display:flex;gap:24px}.hero-stats div{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:1.3rem;font-weight:700}.stat-label{color:var(--theme-muted-strong);font-size:.9rem}.hero-panel{background:var(--theme-panel);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--theme-panel-border);box-shadow:var(--theme-shadow)}.featured{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:20px;gap:20px}.featured-carousel{display:flex;flex-direction:column;gap:16px}.featured-art{position:relative;border-radius:var(--radius-md);background:var(--theme-featured-bg);min-height:200px;overflow:hidden}.featured-art .featured-image,.featured-art img{width:100%;height:100%;display:block;object-fit:cover}.featured-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--theme-muted-strong);background:var(--theme-card-soft)}.featured-info h3{font-size:1.4rem;margin:8px 0}.featured-price{margin-bottom:12px;font-weight:600}.meta{color:var(--theme-muted-strong);font-size:.85rem}.pill-row{display:flex;gap:10px;margin:12px 0 18px}.pill{padding:6px 12px;border-radius:999px;background:rgba(75,255,136,.2);color:var(--theme-pill-text);font-weight:600;font-size:.5rem}.pill.ghost{background:var(--theme-pill-ghost-bg);color:var(--theme-pill-ghost-text)}.highlight-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:20px}.carousel-controls{display:flex;justify-content:space-between;align-items:center;gap:16px}.carousel-dots{display:flex;gap:8px}.carousel-dot{width:10px;height:10px;border-radius:999px;border:1px solid var(--theme-border-strong);background:transparent;cursor:pointer}.carousel-dot.active{background:var(--green-500);box-shadow:0 0 8px rgba(75,255,136,.6);border-color:transparent}.highlight-card{background:var(--theme-card-soft);border-radius:var(--radius-sm);padding:16px;border:1px solid var(--theme-border)}.highlight-card h4{margin-top:6px;font-size:1rem}.shelf{display:flex;flex-direction:column;gap:24px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.section-title h2{font-size:1.5rem}.filters{gap:10px;flex-wrap:wrap}.filters,.filters-desktop{display:flex}.see-all-mobile{display:none}.section-title.inline{flex-wrap:nowrap}.chip{padding:8px 16px;border-radius:999px;border:1px solid var(--theme-border-strong);color:var(--theme-muted);font-weight:600;background:transparent}.chip.active{background:rgba(75,255,136,.18);color:var(--green-500);border-color:rgba(75,255,136,.4)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px}.card-grid-split .card-row{display:contents}.game-card{background:var(--theme-card);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--theme-border);transition:transform .2s ease,border-color .2s ease;display:block}.game-card:hover{transform:translateY(-6px);border-color:rgba(75,255,136,.5)}.card-art{height:200px;position:relative;overflow:hidden}.card-art img{width:100%;height:100%;display:block;object-fit:cover}.card-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.green-1{background:radial-gradient(circle at top,#48ff9a,#0a2f1d 65%)}.green-2{background:radial-gradient(circle at top,#2efc76,#101912 70%)}.green-3{background:radial-gradient(circle at top,#3eea7c,#0c2418 70%)}.green-4{background:radial-gradient(circle at top,#6bff8f,#0e1f15 65%)}.badge{position:absolute;top:14px;left:14px;background:var(--theme-badge-bg);color:var(--theme-badge-text);padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-discount{top:46px;background:var(--green-500);color:var(--ink-950)}.card-info{padding:16px}.card-info h3{font-size:1.15rem;margin-bottom:6px}.card-info p{color:var(--theme-muted-strong);font-size:.9rem}.card-meta{display:flex;justify-content:space-between;margin-top:14px;font-weight:600}.rating{color:var(--green-500)}.deal-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:24px;gap:24px;background:var(--theme-deal);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--theme-deal-border)}.deal-panel h2{font-size:2.2rem;margin:8px 0 12px}.deal-panel p{color:var(--theme-muted);margin-bottom:20px}.deal-actions{display:flex;gap:16px;flex-wrap:wrap}.deal-timer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:center}.timer-block{background:var(--theme-tile);border-radius:var(--radius-sm);padding:10px;text-align:center;border:1px solid var(--theme-border)}.timer-block span{display:block;font-size:2rem;font-weight:700;margin-bottom:4px}.timer-block small{color:var(--theme-muted-soft);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.row-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);grid-gap:16px;gap:16px;overflow-x:auto;padding-bottom:10px}.mini-card{display:flex;align-items:center;gap:16px;background:var(--theme-card);border-radius:var(--radius-md);padding:16px;border:1px solid var(--theme-border);min-width:220px}.product-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:20px;gap:20px;align-items:center}.product-hero-art{border-radius:var(--radius-md);overflow:hidden;height:240px;background:var(--theme-featured-bg);border:1px solid var(--theme-border)}.product-hero-art img{width:100%;height:100%;object-fit:cover;display:block}.product-hero-info ul{list-style:none;padding-left:0;margin:12px 0 0;display:grid;grid-gap:8px;gap:8px;color:var(--theme-muted-strong)}.product-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.steps{margin:10px 0 0;padding-left:18px;color:var(--theme-muted-strong);display:grid;grid-gap:6px;gap:6px}.product-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.option-card{display:flex;gap:12px;align-items:flex-start;border-radius:var(--radius-sm);border:1px solid var(--theme-border);background:var(--theme-card-soft);padding:12px 14px;cursor:pointer}.option-card input{accent-color:var(--green-500)}.option-card.active{border-color:rgba(75,255,136,.6);box-shadow:0 0 0 2px rgba(75,255,136,.15)}.option-title{display:block;font-weight:600}.option-price{font-size:.9rem}.option-price,.summary-inline{color:var(--theme-muted-strong)}.summary-inline{font-weight:600}.summary-card{gap:20px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;color:var(--theme-muted-strong)}.summary-grid span{display:block}.summary-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-muted-soft)}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:var(--radius-sm);background:var(--theme-card-soft);border:1px solid var(--theme-border);font-size:1.1rem}.mini-art{width:54px;height:54px;border-radius:14px}.mini-card h4{margin-bottom:4px}.mini-card p{color:var(--theme-muted-strong);font-size:.85rem}.community{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:24px;gap:24px}.community-card{background:var(--theme-card-soft);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--theme-border)}.community-card h2{font-size:2rem;margin-bottom:12px}.community-card p{color:var(--theme-muted);margin-bottom:20px}.community-list{display:flex;flex-direction:column;gap:16px}.community-list-mobile{display:flex}.list-item{background:var(--theme-tile);border-radius:var(--radius-md);padding:18px;border:1px solid var(--theme-border)}.list-item h4{margin-bottom:6px}.list-item p{color:var(--theme-muted-strong);font-size:.9rem}.dashboard-shell{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start;width:100%;max-width:1200px;margin:0 auto}.dashboard-nav{background:var(--theme-card-soft);border-radius:var(--radius-lg);border:1px solid var(--theme-border);padding:20px;display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%}.dashboard-nav-header h2{font-size:1.3rem}.dashboard-links{display:flex;flex-direction:column;gap:8px}.dashboard-link{padding:10px 12px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--theme-muted);font-weight:600}.dashboard-link:hover{border-color:rgba(75,255,136,.4);color:var(--theme-text);background:var(--theme-card-ghost)}.dashboard-nav-footer{margin-top:auto}.dashboard-content{display:flex;flex-direction:column;gap:24px;min-width:0;width:100%;max-width:100%}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.dashboard-kpi{background:var(--theme-card-soft);border-radius:var(--radius-md);border:1px solid var(--theme-border);padding:18px;display:flex;flex-direction:column;gap:6px}.kpi-label{color:var(--theme-muted);font-weight:600;font-size:.85rem}.kpi-value{font-size:1.7rem}.dashboard-orders{display:grid;grid-gap:16px;gap:16px}.order-row{display:flex;justify-content:space-between;gap:16px;align-items:center}.order-card{border:1px solid var(--theme-border);border-radius:var(--radius-md);background:var(--theme-card-soft);padding:16px}.order-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;list-style:none}.order-summary::-webkit-details-marker{display:none}.order-details{margin-top:12px;display:grid;grid-gap:6px;gap:6px;color:var(--theme-muted-strong)}.admin-shell{background:transparent;border-radius:var(--radius-lg);padding:12px}.admin-content{padding:12px;min-width:0}.admin-content,.admin-nav{width:100%;max-width:100%}.admin-grid,.admin-kpi-grid{grid-template-columns:1fr}.admin-grid{display:grid;grid-gap:16px;gap:16px}.admin-panel{background:var(--theme-card-soft);border-radius:var(--radius-md);border:1px solid var(--theme-border);padding:16px;display:grid;grid-gap:12px;gap:12px}.admin-panel-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.chart-box{background:var(--theme-card);border-radius:var(--radius-md);border:1px solid var(--theme-border);padding:12px;display:grid;grid-gap:10px;gap:10px}.chart-svg{width:100%;height:160px}.chart-point{fill:#4bff88;stroke:#0a0d0b;stroke-width:1px;cursor:pointer}.chart-point:hover{r:6}.chart-bar{transition:opacity .2s ease,transform .2s ease;transform-origin:center;transform-box:fill-box;cursor:pointer}.chart-bar:hover{opacity:.75;transform:translateY(-2px) scaleY(1.05)}.chart-slice{transition:stroke-width .2s ease;cursor:pointer}.chart-slice:hover{stroke-width:22px}.chart-legend{display:flex;flex-wrap:wrap;gap:12px;color:var(--theme-muted);font-size:.85rem}.footer{max-width:1200px;margin:0 auto;padding:32px 24px 60px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--theme-border);gap:20px}.footer p{color:var(--theme-muted-strong);margin-top:10px;max-width:320px}.footer-contact{line-height:1.6;max-width:none}.footer-links,.footer-social{display:flex;gap:16px;color:var(--theme-muted)}.footer-social{margin-top:16px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-card-soft)}.footer-social a:hover{border-color:rgba(75,255,136,.45)}.footer-social-icon{width:18px;height:18px;object-fit:contain}.footer-language{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer-label{font-size:.85rem;color:var(--theme-muted);font-weight:600}.language-dropdown{position:relative}.language-trigger{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--theme-border);background:var(--theme-card-soft);padding:8px 14px;font-size:.9rem;color:var(--theme-text);cursor:pointer}.language-trigger:after{content:"▾";font-size:.8rem;color:var(--theme-muted)}.language-select{position:absolute;inset:0;opacity:0;cursor:pointer}.language-flag{width:18px;height:12px;border-radius:2px;object-fit:cover}.form-wrap{display:flex;justify-content:center;padding:20px 0}.form-card{width:100%;max-width:620px;padding:clamp(20px,4vw,36px);border-radius:var(--radius-lg);border:1px solid var(--theme-border);background:var(--theme-card);box-shadow:var(--theme-shadow)}.form-card,.form-card form{display:grid;grid-gap:16px;gap:16px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px;font-weight:600}.form-field label{font-size:.85rem;color:var(--theme-muted-strong)}.form-input{padding:12px 14px;border-radius:12px;border:1px solid var(--theme-border);background:var(--theme-card-soft);color:var(--theme-text);font-size:.95rem}.form-input:focus{outline:2px solid rgba(75,255,136,.35);border-color:rgba(75,255,136,.6)}.form-actions{display:flex;gap:16px;flex-wrap:wrap}.form-note{color:var(--theme-muted-strong);font-size:.85rem}.form-consent{display:flex;align-items:flex-start;gap:10px;margin-top:12px}.form-consent input{margin-top:3px}.form-consent a{color:var(--theme-text);text-decoration:underline}.form-error{margin-top:8px;color:#ff9fa0}.reveal{opacity:0;transform:translateY(18px);animation:fadeUp .8s ease forwards}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}.delay-4{animation-delay:.48s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.filters-desktop{display:none}.see-all-mobile{display:inline-flex}.community,.deal-panel,.hero{grid-template-columns:1fr}.hero-stats-home,.hero-subhead{display:none}.nav-menu{width:100%;flex-direction:column;align-items:flex-start}.nav-toggle{display:inline-flex}.nav-links{width:100%;flex-direction:column;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--theme-border);background:var(--theme-card-soft);display:none}.nav-links.open{display:flex}.nav-actions-menu{margin-left:auto}.nav-actions-toggle{display:inline-flex}.nav-actions-desktop{display:none}.search-overlay{top:120px;padding:16px}.featured{grid-template-columns:1fr}.featured-art{min-height:180px}.product-details,.product-hero{grid-template-columns:1fr}.orbit{width:130px;height:130px}.hero-stats,.nav{flex-wrap:wrap}.dashboard-shell,.highlight-row{grid-template-columns:1fr}.dashboard-links{flex-direction:row;overflow-x:auto;padding-bottom:4px}.dashboard-link{white-space:nowrap}.community-list-mobile{display:none}}@media (max-width:465px){.order-row{flex-direction:column;align-items:flex-start}.card-grid-split{display:flex;flex-direction:column;gap:16px}.card-grid-split .card-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(200px,1fr);grid-gap:20px;gap:20px;overflow-x:auto;padding:20px;scrollbar-width:none}.card-grid-row::-webkit-scrollbar,.card-grid-split .card-row::-webkit-scrollbar,.row-scroll::-webkit-scrollbar{display:none}.card-grid-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(200px,1fr);grid-gap:20px;gap:20px;overflow-x:auto;padding:20px;scrollbar-width:none}.card-grid-row.card-grid-row-two{grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column}.row-scroll{padding-bottom:0;scrollbar-width:none}.card-grid-split .card-art{height:160px}.card-grid-split .card-info{padding:18px}.card-grid-split .card-info h3{font-size:1.05rem}.card-grid-split .card-info p{font-size:.85rem}.card-grid-row .card-art{height:160px}.card-grid-row .card-info{padding:18px}.card-grid-row .card-info h3{font-size:1.05rem}.card-grid-row .card-info p{font-size:.85rem}.product-hero-art{height:200px}.product-options,.summary-grid{grid-template-columns:1fr}.chip{padding:6px 12px;font-size:.8rem}.badge{padding:4px 8px;font-size:.7rem}.pill{padding:4px 10px;font-size:.5rem}.hero-panel{padding:16px;border-radius:18px}.featured{gap:14px}.featured-info h3{font-size:1.2rem}.highlight-row{gap:12px;display:none}.carousel-controls{justify-content:center}.highlight-card{padding:12px}.featured-art{min-height:150px}.carousel-controls{flex-direction:column;align-items:flex-start}.nav-actions{width:100%;justify-content:flex-start}.hero-actions{width:100%}.section-title{flex-direction:column;align-items:flex-start}.section-title.inline{flex-direction:row;align-items:center}.footer{flex-direction:column;align-items:flex-start}.footer,.footer p,.footer-links{font-size:.85rem}.form-row{grid-template-columns:1fr}.form-card{max-width:100%}}