:root{color-scheme:dark;--bg:#07111f;--panel:#0d1828;--panel2:#101f34;--line:#22314a;--ink:#f8fafc;--muted:#9aa9bd;--soft:#64748b;--accent:#38bdf8;--accent2:#34d399;--warn:#fbbf24;--bad:#fb7185}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 24px;border-bottom:1px solid var(--line);background:rgba(7,17,31,.92);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;letter-spacing:0}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#0b2b3e;border:1px solid #1e7496;color:#dff8ff;font-size:13px}.nav-links{display:flex;gap:18px;color:var(--muted);font-size:14px}.nav-links a{text-decoration:none}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:8px;border:1px solid var(--line);background:#101a2b;color:var(--ink);text-decoration:none;font-weight:800;cursor:pointer;white-space:nowrap;font-size:14px}.btn-small{min-height:34px;padding:0 12px;font-size:13px}.btn-primary{background:var(--accent);border-color:var(--accent);color:#03131d}.btn-secondary{background:#0e1728;color:#d9e7f5}.hero{min-height:calc(100vh - 66px);max-height:760px;display:grid;grid-template-columns:minmax(320px,.88fr) minmax(520px,1.12fr);gap:28px;align-items:center;padding:34px 28px 40px;max-width:1320px;margin:0 auto}.hero-copy h1{margin:8px 0 12px;font-size:clamp(34px,4.7vw,62px);line-height:1.02;letter-spacing:0}.eyebrow{margin:0;color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.hero-sub{font-size:20px;line-height:1.35;color:#e2ebf7;margin:0 0 10px}.hero-text,.section-lede{color:var(--muted);font-size:15px;max-width:720px}.hero-actions,.inline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.trust-row span{border:1px solid var(--line);background:#0b1423;color:#b6c7da;border-radius:999px;padding:5px 9px;font-size:12px}.workbench{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden}.workbench-top{height:46px;display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.dot{width:10px;height:10px;border-radius:99px;background:#34d399}.dot.two{background:#fbbf24}.dot.three{background:#60a5fa}.workbench-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:14px;padding:16px}.input-pane,.output-pane{min-width:0}label{display:block;color:var(--muted);font-size:12px;font-weight:750;margin-bottom:6px}textarea,select,input{width:100%;border:1px solid var(--line);border-radius:8px;background:#08111f;color:var(--ink);padding:10px;font:14px inherit}textarea{min-height:128px;resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.output-card{border:1px solid var(--line);border-radius:8px;background:#08111f;padding:14px}.score-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.score-row strong{display:block;font-size:16px}.score-row p{margin:4px 0 0;color:var(--muted);font-size:13px}.score{display:flex;align-items:center;justify-content:center;min-width:58px;height:58px;border-radius:50%;background:#0b2c3f;border:5px solid var(--accent2);font-size:22px;font-weight:900}.receipt-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:8px}.receipt-list li{border:1px solid #1d2b42;background:#0c1728;border-radius:7px;padding:9px;color:#cbd5e1;font-size:13px}.preview-img{margin-top:12px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#06101d}.preview-img img{display:block;width:100%;height:auto}section{max-width:1180px;margin:0 auto;padding:48px 24px}.section-head{margin-bottom:20px}.section-head h2,.page-hero h1{margin:8px 0 8px;font-size:32px;line-height:1.15;letter-spacing:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card,.article-card,.plan,.sidebox,.legal-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:18px}.card h3,.article-card h3,.plan h3{margin:0 0 8px}.card p,.article-card p,.plan p,.legal-card p,.guide-body p,.guide-body li{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;counter-reset:step}.step{border-top:1px solid var(--line);padding-top:12px}.step:before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background:#0b2b3e;color:#c9f4ff;font-weight:850;margin-bottom:8px}.pricing-section{padding-top:36px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.plan{position:relative}.plan.featured{border-color:var(--accent);box-shadow:0 0 0 1px rgba(56,189,248,.32)}.badge{position:absolute;top:14px;right:14px;border-radius:999px;background:#0b2b3e;color:#dff8ff;border:1px solid #1e7496;padding:4px 8px;font-size:11px;font-weight:850}.price{display:flex;align-items:baseline;gap:5px;margin:10px 0}.price strong{font-size:36px}.plan ul{padding-left:18px;color:var(--muted);min-height:88px}.article-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.article-card{text-decoration:none}.page-hero{padding-top:42px;padding-bottom:22px}.pricing-hero{padding-bottom:0}.compact-page{max-width:820px}.content{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.content.single{display:block;max-width:860px}.guide-body{border-top:1px solid var(--line);padding-top:8px}.guide-body h2{margin-top:24px}.codeblock{white-space:pre-wrap;word-break:break-word;background:#050d18;border:1px solid var(--line);border-radius:8px;color:#d8e7f7;padding:14px;font-size:12px;line-height:1.6}.site-footer{display:flex;justify-content:space-between;gap:18px;padding:28px 24px;border-top:1px solid var(--line);color:var(--muted);max-width:1320px;margin:0 auto}.site-footer strong{color:var(--ink)}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.payment-active main,.payment-active header,.payment-active footer{filter:blur(4px);pointer-events:none}.payment-overlay{position:fixed;inset:0;z-index:60;display:none;place-items:center;background:rgba(3,7,18,.62);padding:20px}.payment-active .payment-overlay{display:grid}.payment-card,.notice{border:1px solid var(--line);background:#0d1828;border-radius:8px;padding:22px;max-width:520px;box-shadow:0 24px 80px rgba(0,0,0,.42)}.notice{position:fixed;right:18px;bottom:18px;z-index:70;display:none}.notice.show{display:block}@media(max-width:980px){.hero{grid-template-columns:1fr;max-height:none}.grid-3,.steps,.pricing-grid,.article-list,.content{grid-template-columns:1fr}.workbench-grid{grid-template-columns:1fr}.hero-copy h1{font-size:38px}.site-header{position:relative;align-items:flex-start;flex-wrap:wrap}.nav-links{order:3;width:100%;overflow:auto}.site-footer{display:block}.notice{left:14px;right:14px}}@media(max-width:560px){.hero{padding:22px 14px}.hero-actions .btn,.inline-actions .btn{width:100%}section{padding:34px 14px}.field-row{grid-template-columns:1fr}.site-header{padding:12px}.brand span:last-child{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-small{display:none}.section-head h2,.page-hero h1{font-size:26px}}

/* TrendRadar anti-template diversification - 2026-05-26 */
body.diversified-template{background:
  radial-gradient(circle at 14% 10%, color-mix(in srgb,var(--accent) 13%, transparent), transparent 28%),
  linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--bg) 88%, #000 12%));}
body.theme-paper-lab,body.theme-quiet-white{color-scheme:light;--ink:#172033;--muted:#536170;--soft:#6b7280;--line:#d7dde7;color:var(--ink)}
body.theme-paper-lab{--bg:#f8fafc;--panel:#ffffff;--panel2:#edf5f2;--accent:#0f766e;--accent2:#b45309;--warn:#c2410c;--bad:#b91c1c}
body.theme-quiet-white{--bg:#ffffff;--panel:#f7f9fd;--panel2:#eef3ff;--accent:#2563eb;--accent2:#16a34a;--warn:#ca8a04;--bad:#dc2626}
body.theme-graphite-coral{--bg:#111111;--panel:#1a1a1a;--panel2:#24171a;--accent:#fb7185;--accent2:#fbbf24;--line:#343434}
body.theme-forest-ledger{--bg:#06140f;--panel:#0d1f17;--panel2:#10261c;--accent:#22c55e;--accent2:#86efac;--line:#214033}
body.theme-indigo-protocol{--bg:#0f1024;--panel:#181936;--panel2:#202050;--accent:#818cf8;--accent2:#f472b6;--line:#30325f}
body.theme-amber-ops{--bg:#17120a;--panel:#21180d;--panel2:#2a1e10;--accent:#f59e0b;--accent2:#14b8a6;--line:#43311a}
body.theme-blueprint{--bg:#06172d;--panel:#0b2340;--panel2:#102f55;--accent:#60a5fa;--accent2:#a78bfa;--line:#24466f}
body.diversified-template{--surface:var(--panel);--surface2:var(--panel2);--paper:var(--bg);--hero:color-mix(in srgb,var(--bg) 92%,var(--accent) 8%);--forest:var(--accent);--teal:var(--accent2);--amber:var(--accent);--rose:var(--accent2);--blue:var(--accent);--shadow:0 22px 56px color-mix(in srgb,var(--accent) 16%, transparent);--buttonText:#061014}
body.theme-paper-lab,body.theme-quiet-white{--buttonText:#ffffff}
body.theme-paper-lab .site-header,body.theme-quiet-white .site-header{background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(23,32,51,.08)}
body.theme-graphite-coral .site-header{background:rgba(17,17,17,.92)}
body.theme-forest-ledger .site-header{background:rgba(6,20,15,.92)}
body.theme-indigo-protocol .site-header{background:rgba(15,16,36,.92)}
body.theme-amber-ops .site-header{background:rgba(23,18,10,.92)}
body.theme-blueprint .site-header{background:rgba(6,23,45,.92)}
body.theme-paper-lab .brand-mark,body.theme-quiet-white .brand-mark{background:#fff;color:var(--accent);border-color:color-mix(in srgb,var(--accent) 42%, #fff)}
body.theme-paper-lab textarea,body.theme-paper-lab select,body.theme-paper-lab input,body.theme-quiet-white textarea,body.theme-quiet-white select,body.theme-quiet-white input{background:#fff;color:var(--ink)}
body.theme-paper-lab .workbench,body.theme-paper-lab .output-card,body.theme-paper-lab .preview-img,body.theme-paper-lab .receipt-list li,body.theme-quiet-white .workbench,body.theme-quiet-white .output-card,body.theme-quiet-white .preview-img,body.theme-quiet-white .receipt-list li{background:#fff;color:var(--ink)}
body.theme-paper-lab .btn-secondary,body.theme-quiet-white .btn-secondary{background:#fff;color:var(--ink)}
body.theme-graphite-coral .preview-img img{filter:saturate(1.18) hue-rotate(140deg)}
body.theme-forest-ledger .preview-img img{filter:saturate(1.1) hue-rotate(45deg)}
body.theme-indigo-protocol .preview-img img{filter:saturate(1.12) hue-rotate(235deg)}
body.theme-amber-ops .preview-img img{filter:saturate(1.05) hue-rotate(295deg)}
body.theme-blueprint .preview-img img{filter:saturate(1.15) hue-rotate(190deg)}
body.theme-paper-lab .preview-img img{filter:saturate(.9) hue-rotate(95deg) brightness(1.08)}
body.theme-quiet-white .preview-img img{filter:saturate(.95) hue-rotate(70deg) brightness(1.1)}
body.layout-reverse-console .workbench{order:-1}
body.layout-reverse-console .hero{grid-template-columns:minmax(520px,1.08fr) minmax(320px,.92fr)}
body.layout-docs-ledger .hero{grid-template-columns:minmax(360px,.78fr) minmax(560px,1.22fr);align-items:start;padding-top:72px}
body.layout-docs-ledger .hero-copy h1{font-size:clamp(32px,3.7vw,52px)}
body.layout-docs-ledger .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
body.layout-evidence-board .hero{grid-template-columns:1fr;max-width:1040px;max-height:none;padding-top:58px}
body.layout-evidence-board .workbench-grid{grid-template-columns:1fr 1fr}
body.layout-compact-lab .hero{grid-template-columns:minmax(380px,1fr) minmax(430px,.92fr);max-width:1120px}
body.layout-compact-lab .workbench-grid{grid-template-columns:1fr}
body.layout-compact-lab .preview-img{display:none}
body.layout-casefile .hero{grid-template-columns:minmax(360px,.9fr) minmax(540px,1.1fr);align-items:end}
body.layout-casefile .workbench{border-radius:4px;box-shadow:none}
body.layout-casefile .card,body.layout-casefile .plan,body.layout-casefile .article-card{border-radius:4px}
.geo-proof-card,.geo-faq{border-top:1px solid var(--line)}
.evidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.evidence-item,.faq-item,.decision-panel>div{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:16px}
.evidence-item span{display:block;color:var(--accent);font-size:11px;text-transform:uppercase;font-weight:850;letter-spacing:.1em;margin-bottom:6px}
.evidence-item strong{display:block;font-size:18px;line-height:1.25;margin-bottom:8px}
.evidence-item p,.faq-item p,.decision-panel p,.decision-panel li{color:var(--muted)}
.decision-panel{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:12px}
.decision-panel h3,.faq-item h3{margin:0 0 8px}
.decision-panel ol{margin:0;padding-left:18px}
.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media(max-width:980px){
  body.layout-reverse-console .hero,
  body.layout-docs-ledger .hero,
  body.layout-evidence-board .hero,
  body.layout-compact-lab .hero,
  body.layout-casefile .hero{grid-template-columns:1fr;max-width:760px;max-height:none;align-items:start;padding-top:34px}
  body.layout-reverse-console .workbench{order:0}
  body.layout-evidence-board .workbench-grid,
  body.layout-compact-lab .workbench-grid{grid-template-columns:1fr}
  .evidence-grid,.decision-panel,.faq-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  body.diversified-template .hero{padding-left:14px;padding-right:14px}
  body.diversified-template .workbench{width:100%;max-width:100%}
  body.diversified-template .workbench-grid{grid-template-columns:1fr;padding:12px}
  body.diversified-template .output-card,
  body.diversified-template textarea,
  body.diversified-template select,
  body.diversified-template input{min-width:0}
}
