:root{
  --ink:#241913;
  --muted:#77665b;
  --paper:#fffaf5;
  --card:#fff;
  --line:#eadfd6;
  --orange:#f77823;
  --orange-dark:#d95b13;
  --soft:#fff0e2;
  --green:#19734f;
  --green-soft:#e9f7f0;
  --shadow:0 24px 70px rgba(87,49,23,.11);
  font-family:Inter,"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
  scroll-behavior:smooth;
}
*{box-sizing:border-box}
body{margin:0;background:linear-gradient(180deg,#fffaf5 0,#fff 48%,#fffaf5 100%)}
a{color:inherit}
.topbar{
  display:flex;align-items:center;justify-content:space-between;
  width:min(1080px,calc(100% - 36px));height:72px;margin:0 auto;
  border-bottom:1px solid var(--line)
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:20px;font-weight:850}
.brand img{width:38px;height:38px}

.hero{
  display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;
  width:min(1080px,calc(100% - 36px));min-height:610px;margin:0 auto;padding:76px 0 70px
}
.eyebrow,.kicker{color:var(--orange-dark);font-size:12px;font-weight:850;letter-spacing:.12em}
.hero h1{max-width:760px;margin:20px 0 22px;font-size:clamp(48px,6vw,78px);line-height:1.04;letter-spacing:-.055em}
.hero h1 em{color:var(--orange);font-style:normal}
.lead{max-width:690px;margin:0;color:var(--muted);font-size:18px;line-height:1.8}
.trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.trust span{padding:8px 11px;border:1px solid var(--line);border-radius:99px;background:#fff;font-size:12px;font-weight:700;color:#6e5b50}
.hero-card{padding:34px;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.9);box-shadow:var(--shadow)}
.hero-card img{width:76px;height:76px}
.hero-card strong{display:block;margin-top:24px;font-size:24px}
.hero-card p{margin:9px 0 0;color:var(--muted);line-height:1.65}
.section{width:min(1080px,calc(100% - 36px));margin:0 auto;padding:84px 0}
.section-head{max-width:690px}
.section-head h2{margin:10px 0 12px;font-size:clamp(34px,4vw,48px);letter-spacing:-.04em}
.section-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.section-head .blocklist-stats{margin-top:8px;font-size:14px}
.blocklist-stats strong{color:var(--text);font-size:18px}
.browsers{border-top:1px solid var(--line)}
.browser-grid,.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.browser-card,.source-card{position:relative;padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--card)}
.browser-card.live{box-shadow:var(--shadow)}
.browser-name{display:flex;align-items:center;gap:13px}
.browser-icon{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--line);border-radius:13px;background:#fff}
.browser-icon img{width:30px;height:30px;display:block}
.browser-name h3{margin:0;font-size:18px}
.browser-name p{margin:4px 0 0;color:var(--muted);font-size:12px}
.status{display:inline-flex;margin:22px 0 16px;padding:6px 9px;border-radius:99px;background:#f1ece8;color:#806e63;font-size:11px;font-weight:800}
.live-status{background:var(--green-soft);color:var(--green)}
.browser-action{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:11px;background:var(--ink);color:#fff;text-decoration:none;font-size:13px;font-weight:800}
.browser-action.disabled{background:#eee8e4;color:#9b8c83}
.sources{padding-top:72px}
.source-card>span{color:var(--orange-dark);font-size:12px;font-weight:850}
.source-card h3{margin:30px 0 8px;font-size:19px}
.source-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.source-action{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:22px 24px;border-radius:18px;background:var(--soft)}
.source-action strong,.source-action span{display:block}
.source-action span{margin-top:5px;color:var(--muted);font-size:13px}
.source-action a{flex:0 0 auto;padding:11px 16px;border-radius:10px;background:var(--orange);color:#fff;text-decoration:none;font-size:13px;font-weight:850}
.site-footer{width:min(1080px,calc(100% - 36px));margin:28px auto 0;padding:28px 0 44px;border-top:1px solid var(--line)}
.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.footer-top>div:first-child strong,.footer-top>div:first-child span{display:block}
.footer-top>div:first-child strong{font-size:16px}
.footer-top>div:first-child span{margin-top:5px;color:var(--muted);font-size:12px}
.footer-links{display:flex;gap:18px}
.footer-links a{color:var(--muted);font-size:12px;text-decoration:none}
.github-footer-link{display:inline-flex;align-items:center;gap:7px}
.github-footer-link img{width:16px;height:16px;display:block}
.compliance{margin-top:26px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted)}
.compliance summary{cursor:pointer;font-size:12px;font-weight:750;color:#6f5f55}
.compliance-copy{max-width:900px;padding-top:10px}
.compliance-copy p{margin:8px 0;font-size:11px;line-height:1.75}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:820px){
  .hero{grid-template-columns:1fr;gap:28px;min-height:auto;padding:70px 0 54px}
  .hero-card{max-width:520px}
  .browser-grid,.source-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .topbar,.hero,.section,.site-footer{width:calc(100% - 28px)}
  .hero{padding-top:54px}
  .hero h1{font-size:46px}
  .lead{font-size:16px}
  .section{padding:64px 0}
  .source-action,.footer-top{align-items:flex-start;flex-direction:column}
  .footer-links{flex-wrap:wrap}
}
