:root{--bg:#fafafa;--surface:#fff;--surface-2:#f5f5f5;--text:#0f172a;--muted:#64748b;--border:rgba(15,23,42,.1);--shadow:0 12px 30px rgba(15,23,42,.08);--brand:#b91c1c;--brand-2:#ea580c;--radius:16px}*{box-sizing:border-box}body,html{height:100%}body{margin:0;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px}.main{flex:1 1;padding:28px 0 60px}.announce{background:linear-gradient(90deg,rgba(185,28,28,.12),rgba(234,88,12,.1));border-bottom:1px solid var(--border);color:rgba(15,23,42,.92);font-size:13px}.announce .container{display:flex;align-items:center;justify-content:space-between;padding:10px 18px}.ticker{margin:14px 0 18px;border:1px solid var(--border);background:hsla(0,0%,100%,.72);border-radius:999px;box-shadow:0 10px 22px rgba(15,23,42,.05);overflow:hidden}.tickerInner{display:flex;align-items:center;gap:12px;padding:10px 12px}.tickerLabel{display:inline-flex;align-items:center;white-space:nowrap;padding-left:6px}.tickerLabelText{font-weight:750;letter-spacing:-.01em;font-size:13px;color:rgba(15,23,42,.85)}.tickerViewport{position:relative;flex:1 1;overflow:hidden}.tickerTrack{display:flex;align-items:center;gap:10px;width:max-content;animation:tickerMarquee 28s linear infinite}.tickerViewport:hover .tickerTrack{animation-play-state:paused}.tickerItem{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.65);font-size:13px}.tickerItem:hover{text-decoration:none;box-shadow:0 10px 20px rgba(15,23,42,.1)}.tickerImg{width:26px;height:26px;border-radius:9px;border:1px solid var(--border);background:#fff;object-fit:cover}.tickerTitle{font-weight:700;letter-spacing:-.01em}.tickerDot{color:rgba(100,116,139,.85)}.tickerPrice{color:rgba(100,116,139,.95);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@keyframes tickerMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.tickerTrack{animation:none}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,98%,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.headerInner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;padding:14px 0}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}.brandMark{width:34px;height:34px;border-radius:11px;background:radial-gradient(circle at 30% 20%,rgba(234,88,12,.95),rgba(185,28,28,.95));box-shadow:0 10px 22px rgba(185,28,28,.18)}.nav{display:flex;align-items:center;justify-content:center;gap:18px;font-size:14px;color:rgba(15,23,42,.86)}.nav a{padding:8px 10px;border-radius:999px}.nav a:hover{background:rgba(15,23,42,.05);text-decoration:none}.headerRight{display:flex;justify-content:flex-end}.authArea,.headerRight{align-items:center;gap:10px}.authArea{display:inline-flex}.authNote{display:block;text-align:right;line-height:1.12;max-width:190px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.authTitle{font-size:12px;font-weight:750;color:rgba(15,23,42,.92)}.authSub{font-size:12px;color:rgba(100,116,139,.92)}@media (max-width:899px){.authSub{display:none}}.authUser{display:none;align-items:center;gap:8px;padding:6px 8px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:hsla(0,0%,100%,.6)}.authAvatar{width:26px;height:26px;border-radius:999px;border:1px solid var(--border);background:rgba(15,23,42,.05);object-fit:cover}.authName{font-size:13px;font-weight:700;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:900px){.authUser{display:inline-flex}}.search{display:none}@media (min-width:900px){.search{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.7);min-width:260px}.search input{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--text)}.search input::placeholder{color:rgba(100,116,139,.9)}}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:10px 14px;border-radius:12px;font-size:14px;font-weight:650;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btnSm{padding:9px 12px;border-radius:999px;font-size:13px}.btn:hover{box-shadow:0 10px 24px rgba(15,23,42,.1);transform:translateY(-1px)}.btnPrimary{border:0;color:#fff;background:linear-gradient(90deg,var(--brand),var(--brand-2))}.btnPrimary:hover{box-shadow:0 14px 32px rgba(185,28,28,.22)}.btnGhost{border:0;background:transparent;color:rgba(15,23,42,.85)}.hero{border-radius:28px;background:radial-gradient(1200px 400px at 20% 10%,rgba(234,88,12,.14),transparent 55%),radial-gradient(900px 420px at 80% 0,rgba(185,28,28,.12),transparent 55%),linear-gradient(180deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.35));border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.heroInner{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:18px;gap:18px;padding:26px}@media (max-width:900px){.heroInner{grid-template-columns:1fr}}.hEyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:rgba(15,23,42,.78)}.badge{font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;background:rgba(185,28,28,.1);border:1px solid rgba(185,28,28,.18)}.hTitle{margin:12px 0 0;letter-spacing:-.035em;font-size:44px;line-height:1.05}@media (max-width:520px){.hTitle{font-size:36px}}.hDesc{margin:12px 0 0;color:var(--muted);font-size:16px;line-height:1.6}.hActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.heroCard{border:1px solid var(--border);border-radius:22px;background:hsla(0,0%,100%,.65);padding:16px}.heroCardTitle{font-weight:800;margin:0 0 8px}.heroMiniGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.miniThumb{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface);aspect-ratio:1.25/1}.section{margin-top:24px}.sectionHeader{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:26px 0 14px}.sectionHeader h2{margin:0;font-size:18px;letter-spacing:-.02em}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:14px;gap:14px}.card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);box-shadow:0 10px 22px rgba(15,23,42,.06)}.pCard{display:flex;flex-direction:column;overflow:hidden;transition:transform .14s ease,box-shadow .14s ease}.pCard:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(15,23,42,.12)}.pMedia{aspect-ratio:4/3;background:#f3f4f6}.pBody{padding:14px;display:grid;grid-gap:10px;gap:10px}.pTitle{font-weight:750;letter-spacing:-.015em;line-height:1.25}.pPrice{font-weight:800}.pMetaRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.list{list-style:none;padding:0;margin:0;grid-gap:10px}.cartRow,.list{display:grid;gap:10px}.cartRow{grid-template-columns:1fr auto;grid-gap:10px;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:hsla(0,0%,100%,.7)}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;padding:4px 8px;border-radius:10px;border:1px solid var(--border);background:hsla(0,0%,100%,.8)}.footer{border-top:1px solid var(--border);padding:22px 0;color:rgba(100,116,139,.95);font-size:13px}.footerInner{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.cartLink{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.7);font-size:14px;font-weight:650;transition:transform .12s ease,box-shadow .12s ease}.cartLink:hover{text-decoration:none;box-shadow:0 10px 24px rgba(15,23,42,.1);transform:translateY(-1px)}.cartBadge{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:12px;font-weight:800;color:#fff;background:linear-gradient(90deg,var(--brand),var(--brand-2));box-shadow:0 10px 20px rgba(185,28,28,.22)}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}