:root{--navy:#0b1120;--navy2:#0f172a;--blue:#2563eb;--blue2:#60a5fa;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{height:78px;position:relative;z-index:20;background:var(--navy);border-bottom:1px solid #1e293b}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:white;font-weight:800;font-size:22px;letter-spacing:-.6px}.brand-mark{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:var(--blue)}.brand em{font-style:normal;color:#3b82f6}.links{display:flex;align-items:center;gap:28px;color:#cbd5e1;font-size:14px;font-weight:600}.links a:hover,.links .active{color:var(--blue2)}.links .cta{background:var(--blue);padding:11px 17px;border-radius:8px;color:white}.article-hero{position:relative;overflow:hidden;background:var(--navy);color:white;padding:78px 0 72px}.article-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(37,99,235,.22);filter:blur(100px);right:-150px;top:-250px}.hero-copy{position:relative;z-index:2;max-width:880px}.breadcrumbs{display:flex;gap:8px;color:#94a3b8;font-size:13px;margin-bottom:30px}.breadcrumbs a:hover{color:#60a5fa}.tag{display:inline-block;padding:6px 10px;border-radius:6px;color:#60a5fa;background:rgba(30,58,138,.35);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.article-hero h1{font-size:clamp(38px,6vw,62px);line-height:1.08;letter-spacing:-.052em;margin:21px 0}.standfirst{max-width:790px;color:#a8b5c8;font-size:20px;line-height:1.65;margin:0}.byline{display:flex;align-items:center;gap:12px;margin-top:30px;color:#94a3b8;font-size:13px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:800}.byline strong{display:block;color:#fff;margin-bottom:3px}.cover{display:block;width:min(1160px,calc(100% - 40px));height:clamp(280px,48vw,585px);margin:-1px auto 0;object-fit:cover;border-radius:0 0 22px 22px;box-shadow:0 28px 70px rgba(15,23,42,.18)}.layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:70px;justify-content:center;padding:72px 0 95px}.content{font-size:17px;line-height:1.82;color:#334155}.content>p:first-child{font-size:20px;line-height:1.72;color:#1e293b}.content h2{color:#0f172a;font-size:30px;line-height:1.25;letter-spacing:-.035em;margin:52px 0 17px}.content h3{color:#0f172a;font-size:21px;margin:32px 0 12px}.content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.content ul,.content ol{padding-left:23px}.content li{padding-left:6px;margin:9px 0}.callout{border-left:4px solid var(--blue);background:#eff6ff;border-radius:0 12px 12px 0;padding:22px 24px;margin:34px 0;color:#1e3a8a}.callout strong{display:block;color:#1d4ed8;margin-bottom:5px}.table-wrap{overflow-x:auto;margin:30px 0}table{width:100%;border-collapse:collapse;font-size:15px;background:white}th,td{padding:14px;border:1px solid var(--line);text-align:left}th{background:#f1f5f9;color:#334155}.sidebar{align-self:start;position:sticky;top:25px}.side-card{background:white;border:1px solid var(--line);border-radius:15px;padding:24px;margin-bottom:20px}.side-card h3{font-size:17px;margin:0 0 13px}.side-card p{font-size:14px;line-height:1.65;color:var(--muted)}.side-card a{display:block;color:var(--blue);font-weight:700;font-size:14px;margin-top:13px}.side-card.primary{background:linear-gradient(145deg,#172554,#0f172a);border:0;color:white}.side-card.primary p{color:#94a3b8}.side-card.primary a{display:inline-block;background:var(--blue);color:white;padding:11px 14px;border-radius:8px}.author-box{display:flex;gap:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;margin-top:55px}.author-box .avatar{flex:0 0 48px;width:48px;height:48px}.author-box strong{display:block;color:#0f172a}.author-box p{font-size:14px;line-height:1.65;margin:4px 0;color:#64748b}.back{display:inline-flex;gap:8px;margin-top:35px;color:var(--blue);font-weight:700}.site-footer{background:var(--navy2);color:#94a3b8;padding:48px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.site-footer p{font-size:13px}.footer-links{display:flex;gap:22px;font-size:13px}.footer-links a:hover{color:#60a5fa}@media(max-width:900px){.layout{grid-template-columns:minmax(0,760px)}.sidebar{display:grid;grid-template-columns:1fr 1fr;position:static}.links a:not(.cta){display:none}}@media(max-width:620px){.wrap{width:min(100% - 28px,1160px)}.article-hero{padding:55px 0}.cover{width:100%;border-radius:0;height:260px}.layout{padding:48px 0 70px}.content{font-size:16px}.content h2{font-size:26px}.sidebar{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}.links .cta{padding:10px 12px}}
