@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@500;600;700&display=swap');
@import url('domain.css');
@import url('subpage.css');
:root{--ink:#17221f;--muted:#71807a;--line:#dfe8e2;--paper:#f5f8f5;--white:#fff;--green:#147d5a;--mint:#dff3e9;--amber:#c38326;--red:#c84b46;--blue:#47748b}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}.app-shell{display:flex;min-height:100vh}.sidebar{width:245px;background:#18332c;color:#d9ebe2;padding:28px 20px;display:flex;flex-direction:column}.brand{font-family:'Space Grotesk',sans-serif;font-weight:700;display:flex;align-items:center;gap:10px;font-size:15px}.brand-mark{background:#a6dfc5;color:#18332c;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-weight:700}.sidebar nav{display:grid;gap:7px;margin-top:55px}.sidebar nav a{color:#a9c1b6;text-decoration:none;padding:11px 13px;border-radius:7px;font-size:14px}.sidebar nav a.active,.sidebar nav a:hover{background:#2a5145;color:#fff}.sidebar-note{margin-top:auto;color:#74948a;font-size:12px;line-height:1.6}.main-content{max-width:1280px;width:100%;padding:36px 5vw}.topbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700;color:var(--muted);margin-bottom:8px}.topbar h1{font:600 30px 'Space Grotesk',sans-serif;margin:0}.runtime{font-size:12px;color:var(--muted)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.score-panel,.scan-panel,.panel{background:var(--white);border:1px solid var(--line);border-radius:8px}.score-panel{min-height:214px;padding:29px;display:flex;justify-content:space-between;align-items:center}.score-number{font:600 60px 'Space Grotesk',sans-serif;letter-spacing:-2px}.score-number small{font:500 16px 'DM Sans',sans-serif;color:var(--muted);letter-spacing:0}.status{display:inline-block;font-size:11px;letter-spacing:.1em;font-weight:700;color:var(--green);background:var(--mint);padding:6px 9px;border-radius:4px}.score-ring{width:128px;height:128px;border-radius:50%;background:conic-gradient(var(--green) var(--score),#e7eee9 0);position:relative}.score-ring:after{content:'';position:absolute;inset:12px;background:#fff;border-radius:50%}.scan-panel{padding:29px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.scan-panel h2,.panel h2{font:600 19px 'Space Grotesk',sans-serif;margin:0 0 8px}.scan-panel p{color:var(--muted);font-size:13px;margin:0 0 23px}.scan-panel button{border:0;border-radius:5px;background:var(--green);color:#fff;padding:11px 15px;font:700 13px 'DM Sans',sans-serif;cursor:pointer}.scan-panel button span{font-size:17px;margin-left:12px}.metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:18px 0 28px}.metric{background:#eaf1ec;padding:14px 15px;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.metric span{font-size:12px;color:var(--muted)}.metric strong{font:600 22px 'Space Grotesk',sans-serif}.content-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.panel{padding:24px}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:19px}.count{font-size:12px;color:var(--muted)}.finding{display:flex;gap:12px;padding:14px 0;border-top:1px solid var(--line);align-items:flex-start}.severity{width:7px;height:7px;border-radius:50%;margin-top:6px;background:var(--blue);flex:0 0 auto}.severity-high,.severity-critical{background:var(--red)}.severity-medium{background:var(--amber)}.finding strong{font-size:13px}.finding p{font-size:12px;color:var(--muted);margin:4px 0 7px;line-height:1.4}.finding code{font-size:11px;color:#39735c}.confidence{font-size:10px;color:var(--muted);margin-left:auto}.health-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--line);font-size:12px}.health-state{font-size:10px;color:var(--green);font-weight:700}.health-state i{display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:5px}.state-not-loaded,.state-not-configured,.state-not-implemented{color:var(--amber)}.empty{color:var(--muted);font-size:13px;padding:20px 0}footer{color:var(--muted);font-size:11px;margin-top:28px}.alert{padding:12px 15px;border-radius:6px;margin-bottom:18px;font-size:13px}.error{background:#fde9e7;color:#943a36}@media(max-width:800px){.sidebar{width:68px;padding:20px 10px}.brand span:last-child,.sidebar nav a{font-size:0}.sidebar nav a:before{content:'•';font-size:20px}.sidebar-note{display:none}.main-content{padding:25px 18px}.hero-grid,.content-grid{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}.topbar{align-items:flex-start;gap:15px}.topbar h1{font-size:25px}.runtime{font-size:10px}.score-panel{min-height:180px}}