:root{color-scheme:light;--bg: #f7f7f2;--surface: #ffffff;--surface-strong: #f1f5f4;--ink: #18211f;--muted: #63716d;--line: #dce5df;--teal: #0f766e;--teal-dark: #115e59;--gold: #d97706;--rose: #be123c;--blue: #2563eb;--shadow: 0 18px 50px rgba(20, 35, 32, .08)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(15,118,110,.14);background:#f7f7f2eb;backdrop-filter:blur(18px)}.nav{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:var(--teal);color:#fff;font-size:18px}.nav-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.nav-links a,.button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:8px 12px;color:var(--muted);font-weight:700}.nav-links a:hover{color:var(--ink);background:#0f766e14}.language-select{min-height:38px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);font-weight:700;padding:8px 34px 8px 12px;cursor:pointer}.button{border:1px solid transparent;background:var(--teal);color:#fff;box-shadow:0 10px 22px #0f766e29}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--ink);box-shadow:none}.button:hover{background:var(--teal-dark)}.button.secondary:hover{border-color:var(--teal);background:var(--surface-strong)}main{min-height:70vh}.hero{padding:48px 0 28px}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:28px;align-items:start}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--teal);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.1;letter-spacing:0}h1{max-width:820px;font-size:clamp(38px,7vw,72px)}h2{font-size:clamp(26px,4vw,42px)}h3{font-size:20px}.lead{max-width:760px;margin:18px 0 0;color:var(--muted);font-size:19px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.stat{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px}.stat strong{display:block;font-size:24px;line-height:1}.stat span{color:var(--muted);font-size:13px}.panel,.card,.provider-card,.table-wrap{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.panel{padding:18px}.section{padding:34px 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-header p{max-width:680px;margin:8px 0 0;color:var(--muted)}.controls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(170px,220px);gap:10px;margin-bottom:16px}.input,.select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:10px 12px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-card{display:flex;min-height:100%;flex-direction:column;padding:18px}.provider-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.provider-title{display:flex;align-items:center;gap:10px}.provider-icon{display:grid;width:42px;height:42px;flex:none;place-items:center;border-radius:8px;background:#e5f4f1;color:var(--teal);font-weight:900}.score-badge{display:inline-flex;min-width:56px;height:36px;align-items:center;justify-content:center;border-radius:8px;background:#fff7ed;color:#9a3412;font-weight:900}.meta,.tag-row{display:flex;flex-wrap:wrap;gap:8px}.meta{margin:8px 0 0}.tag{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--muted);font-size:12px;font-weight:800;padding:4px 8px}.tag.good{border-color:#0f766e3d;background:#e5f4f1;color:var(--teal-dark)}.tag.warn{border-color:#d977063d;background:#fff7ed;color:#9a3412}.provider-card p{margin:14px 0 0;color:var(--muted)}.provider-card .spacer{flex:1}.score-list{display:grid;gap:10px;margin-top:16px}.score-row{display:grid;grid-template-columns:130px 1fr 28px;gap:10px;align-items:center;color:var(--muted);font-size:13px;font-weight:700}.bar{height:8px;overflow:hidden;border-radius:999px;background:#e6ebe8}.bar span{display:block;height:100%;border-radius:inherit;background:var(--teal)}.table-wrap{overflow:auto}table{width:100%;min-width:860px;border-collapse:collapse}th,td{border-bottom:1px solid var(--line);padding:14px;text-align:left;vertical-align:top}th{background:var(--surface-strong);color:var(--muted);font-size:12px;text-transform:uppercase}tr:last-child td{border-bottom:0}.rank{color:var(--gold);font-weight:900}.prose{max-width:820px}.prose p,.prose li{color:var(--muted)}.prose a{color:var(--teal-dark);font-weight:800}.prose h2{margin-top:32px;font-size:30px}.panel.prose h2:first-child{margin-top:0}.prose h3{margin-top:24px}.prose pre{overflow:auto;border-radius:8px;background:#10211f;color:#eefbf8;padding:16px}.split{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.callout{border-left:4px solid var(--gold);border-radius:8px;background:#fff7ed;padding:16px}.compact-list{margin:14px 0 0;padding-left:20px;color:var(--muted)}.compact-list li+li{margin-top:10px}.meta-line{margin-bottom:0;font-weight:700}.site-footer{margin-top:48px;border-top:1px solid var(--line);padding:26px 0;color:var(--muted);font-size:14px}.footer-grid{display:flex;justify-content:space-between;gap:16px}@media(max-width:920px){.hero-grid,.split,.grid,.grid.two{grid-template-columns:1fr}}@media(max-width:680px){.shell{width:min(100% - 22px,1180px)}.nav{align-items:flex-start;flex-direction:column;padding:12px 0}.nav-links{justify-content:flex-start}.hero{padding-top:30px}.controls,.stat-strip{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column}}
