*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#F7F6F2;--surface:#fff;--surface2:#F0EFE9;--text:#1A1916;--muted:#6B6860;--accent:#1B4FD8;--accent2:#1440B3;--border:#E5E3DC}
body{font-family:"Inter",sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column}
header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,0.04)}
.logo{font-family:"Playfair Display",serif;font-size:22px;color:var(--accent);text-decoration:none}.logo em{font-style:italic}
.nav-links{display:flex;gap:1.25rem;align-items:center}.nav-links a{font-size:13px;text-decoration:none;color:var(--muted);font-weight:500}.nav-links a:hover{color:var(--accent)}
@media(max-width:520px){.nav-links a:not(.nav-home){display:none}}
main{flex:1;max-width:880px;margin:0 auto;width:100%;padding:2rem 1.5rem}
.hero{background:linear-gradient(135deg,#1440B3,#1B4FD8);padding:2.5rem 2rem;text-align:center;color:white;border-radius:0 0 20px 20px}
.hero-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.7);margin-bottom:.75rem}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(1.7rem,4.5vw,2.5rem);font-weight:700;line-height:1.15;margin-bottom:.6rem}
.hero p{font-size:14px;color:rgba(255,255,255,.85);font-weight:300;max-width:560px;margin:0 auto}
.hero .updated{font-size:11px;color:rgba(255,255,255,.6);margin-top:1rem}
.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin:1.75rem 0}
.stat-strip div{background:var(--surface);padding:1.1rem .75rem;text-align:center}
.stat-strip .n{font-family:"Playfair Display",serif;font-size:1.5rem;font-weight:700;color:var(--accent)}
.stat-strip .l{font-size:11px;color:var(--muted);margin-top:.25rem;line-height:1.3}
.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:1.5rem}
.card-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:1rem 1.25rem .75rem}
.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:collapse;font-size:13.5px}
th{text-align:left;padding:.6rem .9rem;background:var(--surface2);font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);white-space:nowrap;cursor:pointer;user-select:none}
th:hover{color:var(--accent)}
th .arrow{font-size:9px;opacity:.5;margin-left:2px}
td{padding:.55rem .9rem;border-bottom:1px solid var(--border);white-space:nowrap}
tr:last-child td{border-bottom:none}
td.rank{color:var(--muted);font-size:12px;width:2.5rem}
td.pay{font-family:"Playfair Display",serif;font-weight:700;color:var(--accent);font-size:14.5px}
tr:hover td{background:#FAFAF7}
.ad-block{background:#f9f9f9;border:1px dashed #ddd;border-radius:12px;text-align:center;font-size:11px;color:var(--muted);margin-bottom:1.5rem;min-height:260px;display:flex;align-items:center;justify-content:center}
.content h2{font-family:"Playfair Display",serif;font-size:1.4rem;font-weight:400;margin:1.75rem 0 .75rem}
.content p{font-size:14px;color:#2C2B28;margin-bottom:1rem;line-height:1.7}
.content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.content ul{margin:0 0 1rem 1.1rem}
.content li{font-size:14px;color:#2C2B28;line-height:1.7;margin-bottom:.35rem}
.method-box{background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;margin-bottom:1.5rem;font-size:13px;color:var(--muted);line-height:1.7}
.method-box strong{color:var(--text)}
.related-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}
.related-box h2{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:1rem}
.rlinks{display:flex;flex-wrap:wrap;gap:.5rem}
.rlinks a{padding:.5rem 1rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;color:var(--text)}.rlinks a:hover{border-color:var(--accent);color:var(--accent)}
.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}
.faq-item:last-child{border-bottom:none}
.faq-item h3{font-size:14px;font-weight:600;margin-bottom:.4rem}
.faq-item p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}
.sources{font-size:12px;color:var(--muted);line-height:1.8}
.sources a{color:var(--accent)}
footer{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem 2rem;text-align:center;font-size:12px;color:var(--muted)}
footer a{color:var(--accent);text-decoration:underline}
