:root{
  color-scheme:light;
  --page:#f5f6f6;
  --frame:#fff;
  --surface:#fff;
  --surface-soft:#f8faf9;
  --text:#101b22;
  --muted:#68736f;
  --border:#dde4e0;
  --accent:#159957;
  --accent-2:#8dd92f;
  --accent-soft:#edf8f1;
  --bar:#071720;
  --bar-border:#122934;
  --bar-text:#f8fbfa;
  --bar-number:#9adf34;
  --warm-bar-number:#fff2df;
  --shadow:0 12px 35px rgba(18,34,28,.08);
  --hero-tint:#ffffff;
}
html[data-theme="dark"]{
  color-scheme:dark;
  --page:#061015;
  --frame:#07141b;
  --surface:#08161d;
  --surface-soft:#0c1b23;
  --text:#f5f8f7;
  --muted:#a1aea8;
  --border:#203039;
  --accent:#22bd66;
  --accent-2:#8bdc27;
  --accent-soft:#0c2a1d;
  --bar:#07151c;
  --bar-border:#20333c;
  --bar-text:#f7faf8;
  --bar-number:#95dc2d;
  --shadow:0 16px 40px rgba(0,0,0,.28);
  --hero-tint:#07141b;
}
html[data-theme="warm"]{
  color-scheme:light;
  --page:#f6f1e9;
  --frame:#fbf4ea;
  --surface:#fff9f1;
  --surface-soft:#fbf1e5;
  --text:#171c1d;
  --muted:#776c61;
  --border:#e7d7c6;
  --accent:#8b4b1f;
  --accent-2:#8b4b1f;
  --accent-soft:#f5e6d5;
  --bar:#6c3f1e;
  --bar-border:#8a5a32;
  --bar-text:#fff7ee;
  --bar-number:#fff1df;
  --shadow:0 14px 36px rgba(95,61,30,.10);
  --hero-tint:#fbf4ea;
}
*{box-sizing:border-box}
html{background:var(--page);scroll-behavior:smooth}
body{margin:0;background:var(--page);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:background .18s,color .18s}
a{color:inherit}
button,input,summary{font:inherit}
.page-frame{width:min(980px,calc(100% - 28px));margin:20px auto 0;background:var(--frame);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);overflow:visible}
.topbar{height:66px;display:grid;grid-template-columns:200px 1fr auto;gap:18px;align-items:center;padding:0 20px;border-bottom:1px solid var(--border);background:var(--surface);border-radius:14px 14px 0 0;position:relative;z-index:20}
.brand{display:flex;align-items:center;gap:8px;text-decoration:none;min-width:0}.brand-bars{display:flex;gap:2px;align-items:center;height:28px}.brand-bars i{display:block;width:3px;height:23px;background:var(--text);border-radius:2px}.brand-bars i:nth-child(2){height:28px}.brand-bars i:nth-child(4){height:18px;background:var(--accent)}.brand-bars i:nth-child(6){height:25px}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.42rem;font-weight:900;letter-spacing:-.05em}.brand-copy small{margin-top:4px;font-size:.49rem;color:var(--muted);white-space:nowrap}
.main-nav{display:flex;justify-content:center;align-items:center;gap:24px;font-size:.71rem;font-weight:760;white-space:nowrap}.main-nav a{text-decoration:none}.main-nav a:hover{color:var(--accent)}.nav-api{opacity:.86}
.header-actions{display:flex;align-items:center;gap:6px}.header-actions details{position:relative}.header-actions summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:6px;padding:7px 8px;border:0;background:transparent;color:var(--text);font-size:.7rem;font-weight:760}.header-actions summary::-webkit-details-marker{display:none}.theme-icon{font-size:.95rem}.chev{font-size:.66rem;color:var(--muted)}
.theme-menu,.market-menu,.language-menu{position:absolute;right:0;top:calc(100% + 7px);min-width:136px;padding:6px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:var(--shadow)}.theme-menu button,.market-menu button,.language-menu a{display:flex;width:100%;align-items:center;gap:8px;border:0;border-radius:7px;background:transparent;color:var(--text);padding:8px 9px;text-decoration:none;font-size:.72rem;font-weight:760;cursor:pointer}.theme-menu button:hover,.market-menu button:hover,.language-menu a:hover,.theme-menu button[aria-pressed="true"],.market-menu button[aria-pressed="true"]{background:var(--surface-soft)}
.hero{min-height:362px;display:grid;grid-template-columns:minmax(0,1fr) 477px;gap:13px;padding-right:13px;background:var(--surface);overflow:hidden}.hero-copy{padding:34px 10px 28px 13px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hero h1{margin:0 0 13px;font-size:2.9rem;line-height:.92;letter-spacing:-.064em;font-weight:900;max-width:560px}.hero h1 span::after{content:"";display:inline-block;width:.12em;height:.12em;background:var(--accent);border-radius:50%;margin-left:.04em}.hero-copy>p{margin:0 0 22px;color:var(--muted);font-size:.9rem;line-height:1.55;max-width:410px}.alert{margin:0 0 12px;padding:9px 11px;border-radius:8px;background:var(--accent-soft);border:1px solid var(--border);font-size:.75rem;font-weight:700}
.search-form{max-width:410px}.search-box{height:44px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 4px 15px rgba(20,39,31,.05);overflow:hidden}.search-magnifier{width:14px;height:14px;margin-left:10px;border:2px solid #95a0a8;border-radius:50%;position:relative}.search-magnifier::after{content:"";position:absolute;right:-5px;bottom:-3px;width:6px;height:2px;background:#95a0a8;transform:rotate(45deg);border-radius:2px}.search-box input{height:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);padding:0 8px;font-size:.78rem}.search-box input::placeholder{color:#a1a9ad}.search-submit{height:100%;border:0;background:var(--accent);color:#fff;font-size:.75rem;font-weight:820;padding:0 20px;cursor:pointer}.search-submit:hover{filter:brightness(.94)}
.or-divider{max-width:410px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;color:var(--text);font-size:.67rem;font-weight:750;margin:10px 0}.or-divider::before,.or-divider::after{content:"";height:1px;background:var(--border)}.scan-button{max-width:410px;height:39px;border:1px solid var(--accent);border-radius:7px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;color:var(--accent);font-size:.76rem;font-weight:850;background:transparent}.scan-button:hover{background:var(--accent-soft)}.scan-corners{width:20px;height:17px;position:relative}.scan-corners::before,.scan-corners::after{content:"";position:absolute;inset:0;border:2px solid currentColor}.scan-corners::before{clip-path:polygon(0 0,42% 0,42% 12%,12% 12%,12% 42%,0 42%,0 0,100% 0,100% 42%,88% 42%,88% 12%,58% 12%,58% 0)}.scan-corners::after{clip-path:polygon(0 100%,42% 100%,42% 88%,12% 88%,12% 58%,0 58%,0 100%,100% 100%,100% 58%,88% 58%,88% 88%,58% 88%,58% 100%)}
.hero-image{position:relative;width:477px;height:326px;align-self:center;margin:8px 0;overflow:hidden;border-radius:8px;background:#101417}.hero-image img{display:block;width:477px;height:326px;object-fit:cover}
.stats-bar{margin:0 13px 11px;display:grid;grid-template-columns:repeat(4,1fr);background:var(--bar);color:var(--bar-text);border:1px solid var(--bar-border);border-radius:8px;overflow:hidden}.stats-bar article{min-height:80px;display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:center;padding:12px 14px;position:relative}.stats-bar article+article::before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:1px;background:rgba(255,255,255,.13)}.stat-icon{font-size:1.28rem;color:var(--bar-number);line-height:1}.stats-bar strong{display:block;color:var(--bar-number);font-size:1.1rem;line-height:1.08;font-weight:900}.stats-bar b{display:block;margin-top:4px;color:var(--bar-text);font-size:.67rem}.stats-bar small{display:block;margin-top:3px;color:rgba(255,255,255,.72);font-size:.55rem;line-height:1.35}html[data-theme="warm"] .stat-icon,html[data-theme="warm"] .stats-bar strong{color:var(--warm-bar-number)}
.feature-row{margin:0 13px 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feature-row article{min-height:77px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:13px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.feature-row strong{font-size:.68rem;letter-spacing:.02em}.feature-row p{margin:4px 0 0;color:var(--muted);font-size:.61rem;line-height:1.42}.round-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-size:1.1rem;position:relative}.search-mini{border:2px solid var(--accent);background:transparent;width:24px;height:24px;margin-left:4px}.search-mini::after{content:"";position:absolute;width:10px;height:2px;background:var(--accent);right:-8px;bottom:-4px;transform:rotate(45deg);border-radius:2px}.scan-mini{border-radius:8px}.scan-mini::before{content:"⌗";font-weight:900}.tag-mini{font-size:1.25rem;font-weight:800}
.ad-slot{margin:0 13px 16px}.ad-label{margin:0 0 5px 2px;color:var(--muted);font-size:.52rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.ad-placeholder{height:88px;display:grid;place-items:center;border:1px dashed var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted);font-size:.66rem}.categories{padding:0 13px 15px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:0 1px 9px}.section-heading h2{margin:0;font-size:.82rem}.section-heading a{text-decoration:none;color:var(--accent);font-size:.62rem;font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.category-grid .category-card{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9px 6px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.category-grid .category-card>span{font-size:1.22rem;line-height:1;color:var(--accent);margin-bottom:8px}.category-grid strong{font-size:.61rem;line-height:1.3}.category-grid small{margin-top:5px;color:var(--muted);font-size:.49rem}
.trust-bar{margin:0 13px 13px;display:grid;grid-template-columns:repeat(3,1fr);background:var(--bar);color:var(--bar-text);border:1px solid var(--bar-border);border-radius:8px;overflow:hidden}.trust-bar article{min-height:76px;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:12px 16px;position:relative}.trust-bar article+article::before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:1px;background:rgba(255,255,255,.14)}.trust-symbol,.gs1-symbol{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid currentColor;color:var(--bar-number);font-weight:900}.gs1-symbol{background:#fff;color:#0b1c2b;border-color:#fff;font-size:.7rem}.trust-bar strong{display:block;font-size:.66rem}.trust-bar small{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:.56rem;line-height:1.35}html[data-theme="warm"] .trust-symbol{color:var(--warm-bar-number)}
.page-footer{width:min(980px,calc(100% - 28px));margin:12px auto 22px;display:flex;justify-content:flex-end;gap:18px;color:var(--muted);font-size:.64rem}.page-footer a{text-decoration:none}.page-footer a:hover{color:var(--accent)}
.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}
@media(max-width:980px){.page-frame{width:min(760px,calc(100% - 20px))}.topbar{grid-template-columns:1fr auto}.main-nav{display:none}.hero{grid-template-columns:minmax(0,1fr) 390px;gap:9px;padding-right:9px}.hero-image{width:390px;height:266px}.hero-image img{width:390px;height:266px}.hero h1{font-size:2.45rem}.stats-bar article{grid-template-columns:24px 1fr;padding:11px 9px}.category-grid{grid-template-columns:repeat(4,1fr)}.category-grid .category-card:nth-child(n+5){min-height:90px}.page-footer{width:min(760px,calc(100% - 20px))}}
@media(max-width:680px){.page-frame{width:calc(100% - 14px);margin-top:8px;border-radius:11px}.topbar{height:58px;padding:0 12px;border-radius:11px 11px 0 0}.brand-copy strong{font-size:1.15rem}.brand-copy small{display:none}.theme-picker summary>span:nth-child(2){display:none}.hero{grid-template-columns:1fr;min-height:0;padding-right:0;gap:0}.hero-copy{padding:28px 9px 18px}.hero h1{font-size:2.55rem}.hero-copy>p{font-size:.8rem;margin-bottom:17px}.hero-image{width:calc(100% - 18px);height:auto;aspect-ratio:530/362;margin:0 9px 9px}.hero-image img{width:100%;height:100%;object-fit:cover}.stats-bar{grid-template-columns:1fr 1fr;margin:9px}.stats-bar article:nth-child(3)::before{display:none}.stats-bar article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.12)}.feature-row{grid-template-columns:1fr;margin:0 9px 12px}.feature-row article{min-height:66px}.categories{padding:0 9px 11px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-grid .category-card:last-child{grid-column:span 3;min-height:70px}.trust-bar{grid-template-columns:1fr;margin:0 9px 9px}.trust-bar article+article::before{left:14px;right:14px;top:0;bottom:auto;width:auto;height:1px}.page-footer{width:calc(100% - 18px);justify-content:center;flex-wrap:wrap;margin-bottom:16px}}

.brand-copy small{margin-left:3px}

.market-picker summary b{font-size:.62rem;color:var(--accent);letter-spacing:.04em}
.market-menu{min-width:178px}
.market-menu button{justify-content:flex-start}
.market-menu button strong{width:25px;color:var(--accent);font-size:.67rem}
.market-menu button span{color:var(--text);font-weight:680}
.market-icon{font-size:.88rem;color:var(--muted)}

.category-card{color:inherit;text-decoration:none}
.category-card:hover{border-color:var(--accent);background:var(--surface-soft)}


/* V1.3.65 category page */
.category-page{padding:24px 13px 16px}
.category-page-head{margin:0 0 14px}
.category-page-head h1{margin:0 0 6px;font-size:1.7rem;letter-spacing:-.04em}
.category-page-head p{margin:0;max-width:620px;color:var(--muted);font-size:.76rem;line-height:1.55}
.category-button-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.category-button-row .category-link{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);text-decoration:none;color:var(--text)}
.category-button-row .category-link:hover,.category-button-row .category-link.current{border-color:var(--accent);background:var(--surface-soft)}
.category-button-row .category-link .category-symbol{font-size:1.3rem;color:var(--accent);line-height:1;margin-bottom:8px}
.category-button-row .category-link strong{font-size:.72rem;line-height:1.3}
.category-button-row .category-link small{margin-top:5px;color:var(--muted);font-size:.52rem}
.category-page .ad-slot{margin:14px 0}
.category-page-note{margin-top:14px;padding:13px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted);font-size:.64rem;line-height:1.45}
@media(max-width:680px){.category-page{padding:20px 9px 12px}.category-button-row{grid-template-columns:1fr}.category-page .ad-slot{margin:12px 0}}
