:root { --ink:#101827; --paper:#f8f6f0; --soft:#e9e7de; --blue:#335eea; --lime:#c9ed73; --red:#d44b3d; --muted:#657080; --line:rgba(16,24,39,.16); --mono:"DM Mono",monospace; --sans:"Manrope",Arial,sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:var(--sans); -webkit-font-smoothing:antialiased; }
button,input { font:inherit; }
button { cursor:pointer; }
.shell { width:min(1180px, calc(100% - 48px)); margin-inline:auto; }
.grain { position:fixed; inset:0; pointer-events:none; z-index:10; opacity:.25; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E"); mix-blend-mode:multiply; }
.nav { min-height:92px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; color:inherit; text-decoration:none; }
.brand img { display:block; width:218px; height:auto; max-height:52px; object-fit:contain; object-position:left center; }
.nav-note { color:var(--muted); font:500 10px var(--mono); letter-spacing:.04em; text-transform:uppercase; }
.nav-note i { width:7px; height:7px; display:inline-block; margin-right:7px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 3px rgba(201,237,115,.35); }
.hero { padding:94px 0 68px; }
.eyebrow { margin:0 0 18px; color:var(--blue); font:500 11px var(--mono); letter-spacing:.085em; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:70px; align-items:end; }
h1,h2,h3,p { margin-top:0; }
h1 { max-width:820px; margin-bottom:24px; font-size:clamp(48px, 7.2vw, 101px); line-height:.93; letter-spacing:-.075em; font-weight:800; }
h1 em,h2 em { color:var(--blue); font-style:normal; }
.hero-copy { max-width:640px; color:#404b59; font-size:18px; line-height:1.55; }
.hero-aside { align-self:stretch; display:flex; flex-direction:column; justify-content:flex-end; padding:22px; border:1px solid var(--ink); background:var(--lime); }
.hero-aside span,.hero-aside small { font:500 10px var(--mono); letter-spacing:.06em; text-transform:uppercase; }
.hero-aside strong { margin:38px 0 15px; font-size:17px; line-height:1.27; letter-spacing:-.04em; }
.hero-aside small { color:#475226; line-height:1.45; }
.scan-form { max-width:970px; margin-top:58px; }
.lead-grid,.channels-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 26px; }
.channels-grid { grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:18px; }
.scan-form label { display:block; margin-bottom:10px; color:var(--ink); font:500 11px var(--mono); text-transform:uppercase; letter-spacing:.05em; }
.scan-form label small { color:var(--muted); font-size:9px; }
.scan-form input:not([type="checkbox"]) { width:100%; margin-top:8px; padding:12px 0; border:0; border-bottom:1px solid var(--ink); outline:0; color:var(--ink); background:transparent; font:600 16px var(--sans); letter-spacing:-.025em; }
.scan-form input:not([type="checkbox"])::placeholder { color:#9da4ac; font-weight:500; }
.scan-form input:not([type="checkbox"]):focus { border-color:var(--blue); box-shadow:0 2px 0 var(--blue); }
.consent { display:flex!important; align-items:flex-start; gap:10px; max-width:800px; margin:22px 0 18px!important; color:var(--muted)!important; font:500 11px/1.5 var(--sans)!important; text-transform:none!important; letter-spacing:0!important; }
.consent input { flex:none; width:16px; height:16px; margin:1px 0 0; accent-color:var(--blue); }
.consent a { color:inherit; text-decoration-color:var(--blue); text-underline-offset:3px; }
.scan-row { display:flex; border-bottom:2px solid var(--ink); }
.scan-row button { display:flex; align-items:center; gap:35px; border:0; padding:13px 5px 13px 0; color:var(--ink); background:transparent; font-size:15px; font-weight:800; }
.scan-row button b { display:grid; width:33px; height:33px; place-items:center; border-radius:50%; background:var(--ink); color:var(--lime); font-size:18px; transition:transform .2s ease; }
.scan-row button:hover b { transform:translate(3px,-3px); }
.scan-row button:disabled { color:#8b929a; cursor:wait; }
.form-note,.form-error { margin:12px 0 0; font-size:12px; color:var(--muted); }
.form-error { min-height:18px; color:#b32e21; font-weight:700; }
.method-strip { display:flex; flex-wrap:wrap; gap:10px 26px; margin-top:65px; padding-top:18px; border-top:1px solid var(--line); color:#58626d; font-size:11px; }
.method-strip b { margin-right:7px; color:var(--blue); font-family:var(--mono); }
.principles { padding:83px 0; border-top:1px solid var(--ink); }
.principles h2,.scope h2 { max-width:800px; font-size:clamp(35px,4.5vw,62px); line-height:.98; letter-spacing:-.065em; }
.principles-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:68px; border-top:1px solid var(--line); }
.principles article { min-height:234px; padding:23px 30px 20px 0; border-right:1px solid var(--line); }
.principles article+article { padding-left:29px; }
.principles article:last-child { border:0; }
.principles article>span { color:var(--blue); font:500 12px var(--mono); }
.principles h3 { margin:47px 0 9px; font-size:19px; letter-spacing:-.045em; }
.principles p { max-width:290px; color:var(--muted); font-size:14px; line-height:1.55; }
.scope { padding:75px 0 90px; border-top:1px solid var(--ink); }
.scope-head { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:50px; align-items:end; }
.scope-head>p { margin-bottom:7px; color:var(--muted); font-size:14px; line-height:1.55; }
.scope-list { display:grid; grid-template-columns:repeat(5,1fr); gap:0; margin-top:60px; border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); }
.scope-list div { min-height:200px; padding:18px 16px; border-right:1px solid var(--line); }
.scope-list div:first-child { padding-left:0; }.scope-list div:last-child { border:0; }
.scope-list b { display:block; margin-bottom:34px; color:var(--blue); font:500 13px var(--mono); }.scope-list span { display:block; font-size:16px; font-weight:800; letter-spacing:-.045em; }.scope-list small { display:block; margin-top:8px; color:var(--muted); font-size:11px; line-height:1.45; }
.report { padding:83px 0 100px; border-top:1px solid var(--ink); }.hidden { display:none; }
.report-top { display:flex; justify-content:space-between; gap:36px; align-items:flex-end; }.report-top h2 { margin-bottom:5px; font-size:clamp(34px,5vw,68px); line-height:1; letter-spacing:-.07em; overflow-wrap:anywhere; }.muted { margin:0; color:var(--muted); font:12px var(--mono); }
.score-orbit { position:relative; width:151px; height:151px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:12px solid var(--blue); border-radius:50%; background:#e7edff; }.score-orbit span { font-size:48px; font-weight:800; line-height:.85; letter-spacing:-.08em; }.score-orbit small { color:var(--muted); font:10px var(--mono); }.score-orbit b { position:absolute; bottom:-25px; width:max-content; padding:5px 8px; background:var(--lime); font:500 9px var(--mono); letter-spacing:.02em; text-transform:uppercase; }
.report-intro { display:flex; align-items:center; justify-content:space-between; gap:25px; margin:55px 0 38px; padding:20px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.report-intro p { max-width:650px; margin:0; color:#4f5964; font-size:14px; line-height:1.55; }.print-button { flex:0 0 auto; border:1px solid var(--ink); padding:11px 14px; background:transparent; color:var(--ink); font-size:12px; font-weight:800; }.print-button:hover { background:var(--ink); color:var(--lime); }
.score-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }.score-card { padding:25px; border:1px solid var(--line); background:#fbfaf6; }.score-card-top { display:flex; justify-content:space-between; gap:15px; align-items:baseline; }.group-label { font-size:15px; font-weight:800; letter-spacing:-.04em; }.group-score { color:var(--blue); font:500 27px var(--mono); }.score-bar { height:4px; margin:18px 0 13px; overflow:hidden; background:#e0e2e5; }.score-bar i { display:block; height:100%; background:var(--blue); }.group-note { min-height:34px; margin-bottom:18px; color:var(--muted); font-size:11px; line-height:1.45; }.score-card details { border-top:1px solid var(--line); }.score-card summary { display:flex; justify-content:space-between; padding:13px 0 0; list-style:none; font-size:12px; font-weight:800; }.score-card summary::-webkit-details-marker { display:none; }.score-card details[open] summary span { transform:rotate(45deg); }.checks { padding:0; margin:8px 0 0; list-style:none; }.checks li { display:flex; justify-content:space-between; gap:14px; padding:11px 0; border-top:1px solid #e8e8e3; }.checks li>div { display:flex; flex-direction:column; gap:3px; }.checks b { font-size:12px; }.checks span,.checks small { color:var(--muted); font-size:11px; line-height:1.35; }.checks small { font-family:var(--mono); }.checks em { flex:none; height:min-content; padding:3px 5px; font:500 8px var(--mono); font-style:normal; text-transform:uppercase; white-space:nowrap; }.checks .ok em { background:#d7efaa; color:#354a09; }.checks .warning em { background:#ffe8ae; color:#765600; }.checks .critical em { background:#ffd9d4; color:#7d241b; }
.report-columns { display:grid; grid-template-columns:1.4fr .8fr; gap:60px; margin-top:58px; }.priorities,.sources { padding-top:22px; border-top:2px solid var(--ink); }.priorities ol { padding:0; margin:25px 0 0; list-style:none; }.priorities li { display:grid; grid-template-columns:40px 1fr; gap:15px; padding:15px 0; border-top:1px solid var(--line); }.priorities li>span { color:var(--blue); font:500 11px var(--mono); }.priorities small { display:block; margin-bottom:4px; color:var(--blue); font:500 9px var(--mono); letter-spacing:.04em; text-transform:uppercase; }.priorities b { display:block; font-size:15px; letter-spacing:-.03em; }.priorities p { margin:5px 0 0; color:var(--muted); font-size:12px; line-height:1.45; }.sources ul { padding:0; margin:25px 0 22px; list-style:none; }.sources li { display:grid; grid-template-columns:8px 1fr auto; gap:9px; align-items:center; padding:10px 0; border-top:1px solid var(--line); font-size:12px; }.sources li>b { width:7px; height:7px; border-radius:50%; background:#f0af29; }.sources li>b.source-ok { background:#86b920; }.sources li small { color:var(--muted); font:9px var(--mono); text-transform:uppercase; }.source-note { color:var(--muted); font-size:11px; line-height:1.55; }
.footer { display:flex; justify-content:space-between; padding:26px 0; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }.footer a { color:inherit; }
@media (max-width:740px) { .shell { width:min(100% - 32px,1180px); }.nav { min-height:75px; }.brand img { width:190px; max-height:45px; }.nav-note { display:none; }.hero { padding:62px 0 45px; }.hero-grid,.scope-head,.report-columns,.lead-grid,.channels-grid { grid-template-columns:1fr; gap:22px; }.hero-aside { min-height:155px; }.scan-form { margin-top:38px; }.scan-row { display:block; }.scan-row button { padding:11px 0 14px; }.method-strip { margin-top:42px; }.principles,.scope,.report { padding:58px 0; }.principles-grid,.scope-list { grid-template-columns:1fr; margin-top:36px; }.principles article,.principles article+article,.scope-list div,.scope-list div:first-child { min-height:0; padding:20px 0; border-right:0; border-bottom:1px solid var(--line); }.principles h3 { margin-top:28px; }.scope-list div:last-child { border-bottom:0; }.scope-list b { margin-bottom:14px; }.report-top,.report-intro { align-items:flex-start; flex-direction:column; }.score-orbit { width:120px; height:120px; border-width:9px; }.score-grid { grid-template-columns:1fr; }.report-columns { gap:35px; }.footer { gap:16px; flex-direction:column; } }
@media print { .nav,.hero,.principles,.scope,.footer,.grain,.print-button { display:none!important; }.report { display:block!important; padding:0; border:0; }.shell { width:100%; }.score-card { break-inside:avoid; }.score-grid { gap:8px; }.report-intro { margin-top:20px; }.score-orbit { print-color-adjust:exact; -webkit-print-color-adjust:exact; } }
