:root{--bg:#323541;--card:#2a2d3a;--raised:#3a3e4d;--text:#fafafa;--muted:#aeb0b8;--yellow:#facc15;--border:rgba(255,255,255,.09);--danger:#fb7185;--green:#4ade80;--radius:12px;--display:"Unbounded",sans-serif;--body:"Onest",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1160px,calc(100% - 32px));margin:auto}.narrow{max-width:920px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--display);line-height:1.18}h1{font-size:clamp(2rem,5vw,4.4rem);letter-spacing:-.04em}h2{font-size:clamp(1.5rem,3vw,2.35rem)}em{font-style:normal;color:var(--yellow)}.eyebrow{display:block;margin-bottom:.8rem;color:var(--yellow);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;background:rgba(50,53,65,.88);border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--display);font-size:.85rem}.brand img{border-radius:10px}.brand b{color:var(--yellow);font-weight:600}.main-nav{display:flex;align-items:center;gap:1.6rem}.main-nav a,.link-button{color:var(--muted);font-size:.92rem;transition:.2s}.main-nav a:hover,.link-button:hover{color:var(--text)}.main-nav .nav-cta{padding:.58rem 1rem;background:var(--yellow);border-radius:8px;color:#171717;font-weight:700}.count{display:inline-grid;min-width:20px;height:20px;padding:0 5px;place-items:center;margin-left:3px;background:var(--yellow);border-radius:20px;color:#111;font-size:.72rem;font-weight:700}.inline-form{display:inline}.link-button{padding:0;background:none;border:0;cursor:pointer}.menu-button{display:none;background:none;border:0;color:var(--text);font-size:1.5rem}.hero{padding:clamp(5rem,10vw,9rem) 0;background:radial-gradient(circle at 75% 40%,rgba(250,204,21,.15),transparent 27%)}.hero-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:4rem;align-items:end}.hero h1{margin-bottom:1.5rem}.hero p{max-width:640px;color:var(--muted);font-size:1.12rem}.hero-card{display:flex;min-height:260px;flex-direction:column;justify-content:flex-end;padding:1.5rem;background:linear-gradient(145deg,var(--raised),var(--card));border:1px solid rgba(250,204,21,.28);border-radius:var(--radius);box-shadow:0 30px 80px rgba(0,0,0,.25)}.hero-card span{color:var(--yellow);font-size:.8rem}.hero-card strong{margin:.4rem 0;font-family:var(--display);font-size:1.1rem;line-height:1.4}.hero-card small{color:var(--muted)}.catalog-section,.page-section{padding:4.5rem 0 7rem}.page-section{min-height:68vh}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading h2{margin:0}.section-heading.compact{margin-top:3.5rem}.section-heading.compact a{color:var(--yellow)}.search{display:flex;gap:.6rem;width:min(100%,470px)}input,select{width:100%;padding:.85rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:8px;color:var(--text);outline:none}input:focus,select:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(250,204,21,.12)}select option{background:var(--card)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.3rem;background:var(--yellow);border:1px solid var(--yellow);border-radius:8px;color:#171717;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(250,204,21,.18)}.button-small{min-height:44px}.button-secondary{background:transparent;border-color:var(--border);color:var(--text)}.full{width:100%}.chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem}.chips a{padding:.55rem .9rem;background:var(--card);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.88rem}.chips a.active,.chips a:hover{border-color:var(--yellow);color:var(--text)}.chips small{margin-left:.25rem;color:var(--yellow)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.product-card{overflow:hidden;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:transform .25s,border-color .25s}.product-card:hover{transform:translateY(-5px);border-color:rgba(250,204,21,.4)}.product-image{display:grid;min-height:220px;place-items:center;background:linear-gradient(145deg,#3d4150,#252832);overflow:hidden}.product-image img{width:100%;height:220px;object-fit:contain;padding:1rem}.product-image span{display:grid;width:84px;height:84px;place-items:center;background:var(--yellow);border-radius:22px;color:#1b1b1b;font-family:var(--display);font-size:2rem;font-weight:700}.product-body{padding:1.3rem}.product-body>small{color:var(--yellow)}.product-body h3{margin:.45rem 0;font-size:1.15rem}.product-body p{min-height:44px;color:var(--muted);font-size:.88rem}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.1rem}.arrow-link{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--yellow);font-size:1.25rem}.empty{padding:4rem 1.5rem;text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.empty p{color:var(--muted)}.empty .button{margin-top:1rem}.breadcrumbs{display:flex;gap:.65rem;margin-bottom:2rem;color:var(--muted);font-size:.88rem}.breadcrumbs a:hover{color:var(--yellow)}.product-detail{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:start}.detail-image{min-height:480px;border:1px solid var(--border);border-radius:var(--radius)}.detail-image img{height:auto;max-height:480px}.detail-content h1{font-size:clamp(2rem,4vw,3.3rem)}.lead{color:var(--muted);font-size:1.03rem}.buy-box{display:flex;flex-direction:column;gap:.85rem;margin:2rem 0;padding:1.2rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.buy-box .buy-field{display:flex;flex-direction:column;gap:.45rem;min-width:0}.buy-box .buy-field>label{font-size:.82rem;color:var(--muted)}.buy-box .buy-field>select,.buy-box .buy-field>input{width:100%;min-width:0}.buy-box .buy-field-qty{max-width:160px}.buy-box .buy-price-preview{padding:.85rem 1rem;background:rgba(250,204,21,.08);border:1px solid rgba(250,204,21,.28);border-radius:8px}.buy-box .buy-price-value{display:block;margin:.15rem 0;font-family:var(--display);font-size:1.45rem;font-weight:700;color:var(--yellow)}.buy-box .buy-price-hint{display:block;color:var(--muted);font-size:.78rem}.buy-box .check-label{display:flex;align-items:center;gap:.55rem;color:var(--text);font-size:.92rem}.buy-box .check-label input{width:auto}.buy-box .button{width:100%}.buy-box .form-hint{margin:0;color:var(--muted);font-size:.82rem}.detail-content details{padding:1rem 0;border-top:1px solid var(--border);color:var(--muted)}summary{cursor:pointer;color:var(--text);font-weight:600}.terms{padding-top:1rem;font-size:.9rem}.flash-stack{position:relative;z-index:10;padding-top:1rem}.flash{padding:.9rem 1.1rem;border:1px solid var(--border);border-radius:8px;background:var(--card)}.flash+.flash{margin-top:.5rem}.flash-success{border-color:rgba(74,222,128,.4)}.flash-error{border-color:rgba(251,113,133,.5);color:#fecdd3}.cart-list,.order-list{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius)}.cart-row,.order-row{display:grid;grid-template-columns:1fr 100px 140px;gap:1.5rem;align-items:center;padding:1.2rem 1.4rem;background:var(--card);border-bottom:1px solid var(--border)}.cart-row:last-child,.order-row:last-child{border-bottom:0}.cart-row small,.order-row small,.order-item small{display:block;color:var(--muted)}.cart-row>strong,.order-row>b{text-align:right}.cart-row input{text-align:center}.total-row{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:1.05rem}.total-row strong{font-family:var(--display)}.actions{display:flex;justify-content:flex-end;gap:.8rem}.form-hint{margin-top:.8rem;color:var(--muted);font-size:.82rem}.checkout-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.2rem}.panel{padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.panel h2{font-family:var(--body);font-size:1.25rem}.form-card{display:flex;flex-direction:column;gap:.7rem}.form-card label{margin-top:.35rem;color:var(--muted);font-size:.84rem}.form-card .button{margin-top:.8rem}.summary p{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.88rem}.summary b{color:var(--text);white-space:nowrap}.auth-section{display:grid;min-height:calc(100vh - 76px);padding:4rem 1rem;place-items:center;background:radial-gradient(circle at 50% 30%,rgba(250,204,21,.1),transparent 35%)}.auth-card{width:min(100%,460px);padding:2rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 30px 90px rgba(0,0,0,.25)}.auth-brand{margin-bottom:2.2rem}.auth-card h1{font-size:2rem}.auth-switch{margin:1.5rem 0 0;text-align:center;color:var(--muted);font-size:.9rem}.auth-switch a{color:var(--yellow)}.account-meta{display:flex;gap:1rem;color:var(--muted)}.account-meta span+span:before{content:"·";margin-right:1rem}.order-row{grid-template-columns:1fr 180px 120px;transition:background .2s}.order-row:hover{background:var(--raised)}.status{display:inline-flex;width:max-content;padding:.4rem .65rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.78rem;font-weight:600}.status-completed{border-color:rgba(74,222,128,.4);color:#86efac}.status-awaiting_payment{border-color:rgba(250,204,21,.4);color:var(--yellow)}.status-failed,.status-cancelled{border-color:rgba(251,113,133,.4);color:#fda4af}.order-title{display:flex;align-items:center;justify-content:space-between}.order-title h1{margin-bottom:1rem;font-size:2.5rem}.payment-note{margin:1rem 0;padding:1.2rem;border-left:3px solid var(--yellow);background:rgba(250,204,21,.08)}.payment-note p{margin:.3rem 0 0;color:var(--muted)}.order-item{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--border)}.delivery{grid-column:1/-1;margin-top:.5rem;padding:1rem;background:#20232c;border-radius:8px}.delivery span{color:var(--yellow);font-size:.78rem;text-transform:uppercase}.delivery pre{overflow:auto;margin:.7rem 0 0;color:#e4e4e7;font:13px/1.5 ui-monospace,monospace;white-space:pre-wrap;word-break:break-word}.discount{color:#86efac}.grand{border-top:1px solid var(--border);font-size:1.2rem}.site-footer{padding:3rem 0;border-top:1px solid var(--border);color:var(--muted)}.site-footer .container{display:grid;grid-template-columns:1fr auto auto;gap:2rem;align-items:center}.site-footer p{margin:0}.site-footer small{text-align:right}
@media(max-width:850px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid,.product-detail,.checkout-grid{grid-template-columns:1fr}.hero-card{min-height:190px}.detail-image{min-height:340px}.product-detail{gap:2rem}.site-footer .container{grid-template-columns:1fr}.site-footer small{text-align:left}}
@media(max-width:680px){.header-inner{height:66px}.menu-button{display:block}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;flex-direction:column;align-items:stretch;padding:1.25rem;background:var(--card);border-bottom:1px solid var(--border)}.main-nav.open{display:flex}.main-nav .inline-form,.link-button{width:100%;text-align:left}.hero{padding:4rem 0}.hero-grid{gap:2rem}.hero h1{font-size:2.35rem}.section-heading{align-items:stretch;flex-direction:column}.search{width:100%}.product-grid{grid-template-columns:1fr}.catalog-section,.page-section{padding:3rem 0 5rem}.product-detail{grid-template-columns:minmax(0,1fr)}.cart-row{grid-template-columns:1fr 80px}.cart-row>strong{grid-column:1/-1}.actions{flex-direction:column}.actions>*{width:100%}.order-row{grid-template-columns:1fr auto}.order-row>b{grid-column:1/-1;text-align:left}.account-meta{flex-direction:column;gap:.2rem}.account-meta span+span:before{display:none}.order-title{align-items:flex-start;flex-direction:column}.auth-card{padding:1.4rem}.site-footer{padding:2rem 0}}
.catalog-feed{display:grid;min-height:72px;place-items:center;margin-top:1.5rem}.catalog-sentinel{width:100%;height:2px}.catalog-loader,.catalog-error{align-items:center;justify-content:center;gap:.7rem;color:var(--muted)}.catalog-loader:not([hidden]),.catalog-error:not([hidden]){display:flex}.catalog-loader span{width:22px;height:22px;border:3px solid var(--border);border-top-color:var(--yellow);border-radius:50%;animation:catalog-spin .8s linear infinite}.catalog-error{flex-wrap:wrap;color:#fecdd3}.catalog-error .button{min-height:40px;padding:.45rem .9rem}.catalog-end{margin:0;color:var(--muted);text-align:center}.catalog-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.catalog-feed.js-enhanced .catalog-more{display:none}@keyframes catalog-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.catalog-loader span{animation:none}.button,.product-card{transition:none}}
.regional-name{margin:-.35rem 0 1rem;color:var(--muted);font-weight:600}.region-selector{margin:1.1rem 0 1.4rem;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.region-selector>label{display:block;margin-bottom:.45rem;color:var(--muted);font-size:.82rem}.region-selector>div{display:grid;grid-template-columns:1fr;gap:.7rem}.region-selector noscript{display:block}.region-selector .button{min-height:auto}.region-badge{display:inline-flex;margin:0 0 1.4rem;padding:.42rem .7rem;border:1px solid rgba(250,204,21,.35);border-radius:999px;color:var(--yellow);font-size:.82rem;font-weight:600}@media(max-width:680px){.region-selector .button{min-height:48px}}
