:root{color-scheme:light;--bg: #f7f8f7;--surface: #fff;--surface-sunk: #eef1f0;--surface-sunk-alt: #f4f6f5;--text: #1a1a1a;--text-body: #232323;--muted: #5f6866;--muted-light: #9aa39f;--border: #e2e6e4;--border-light: #ecefed;--border-dashed: #c9d2cd;--accent: #ffc107;--accent-hover: #d9a300;--authority: #215257;--support: #2e6e6a;--support-bg: #eaf3f2;--support-border: #bfd9d6;--info: #4a90e2;--font-body: "Poppins", system-ui, sans-serif;--measure: 680px;--measure-wide: 900px;--container: 1040px;--radius: 4px;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 24px;--s6: 32px;--s7: 48px;--s8: 64px;--s9: 96px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text-body);font-family:var(--font-body);font-size:17px;line-height:1.6}a{color:var(--authority);text-decoration:none}a:hover{color:var(--accent-hover);text-underline-offset:3px;text-decoration:underline}p{text-wrap:pretty}.site-header-bar{border-bottom:1px solid var(--border);background:var(--bg)}.site-header{max-width:var(--container);margin:0 auto;height:84px;padding:0 var(--s6);display:flex;align-items:center;justify-content:space-between}.site-header .brand{display:flex;align-items:center;gap:var(--s3)}.site-header .brand img{height:40px;width:auto;display:block}.site-header .brand-section{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-left:1px solid var(--border);padding-left:var(--s3)}.site-nav{display:flex;align-items:center;gap:var(--s6)}.site-nav a{color:var(--text-body);font-size:14px;font-weight:600;white-space:nowrap}.site-nav a:hover{color:var(--authority);text-decoration:underline;text-underline-offset:3px}@media(max-width:720px){.site-nav{display:none}}.breadcrumb{max-width:var(--measure);margin:0 auto;padding:var(--s6) var(--s5) 0;color:var(--muted);font-size:13px}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--authority)}.breadcrumb .sep{color:var(--muted-light);padding:0 4px}.article-body,.hub-body{max-width:var(--measure);margin:0 auto;padding:var(--s6) var(--s5) var(--s8);display:flex;flex-direction:column;gap:var(--s5)}.hub-body{max-width:var(--container)}.article-body h1,.hub-body h1{font-family:var(--font-body);font-weight:700;letter-spacing:-.02em;color:var(--authority);font-size:40px;line-height:1.15;margin:0}.hub-body>h1{font-size:44px}.article-body h2,.hub-body h2{font-family:var(--font-body);font-weight:600;color:var(--authority);font-size:25px;line-height:1.3;margin:var(--s6) 0 0}.article-body h3,.hub-body h3{font-family:var(--font-body);font-weight:600;color:var(--text);font-size:19px;line-height:1.35;margin:var(--s5) 0 0}.article-body p,.hub-body p{color:var(--text-body);margin:0;font-size:18px;line-height:1.7}.hub-body p{font-size:17px;line-height:1.6}.article-body ul,.hub-body ul{color:var(--text-body);margin:0;padding-left:1.4rem;font-size:18px;line-height:1.6}.article-body li,.hub-body li{margin-bottom:.5rem}.article-body strong,.hub-body strong{font-weight:700}.tl-byline{color:var(--muted);font-size:14px;margin:-8px 0 0}.tl-direct-answer{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:var(--s5) var(--s6);font-size:18px;line-height:1.6;margin:0}.tl-sources{margin-top:var(--s3);padding-top:var(--s4);border-top:1px solid var(--border);display:flex;align-items:flex-start;gap:var(--s3);color:var(--muted);font-size:14px;line-height:1.65}.tl-sources:before{content:"Sources";flex:none;margin-top:3px;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700;color:var(--support);background:var(--support-bg);border:1px solid var(--support-border);border-radius:var(--radius);padding:3px 7px}.tl-sources ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.tl-sources a{color:var(--authority)}.tl-hub-lede{font-size:20px;line-height:1.6;color:var(--text-body);max-width:var(--measure)}.tl-section-label{letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700;color:var(--muted)}.tl-domain-grid{display:grid;grid-template-columns:1fr;gap:var(--s5)}@media(min-width:720px){.tl-domain-grid--planned{grid-template-columns:1fr 1fr}}.tl-domain-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--s6)}.tl-domain-card h2{margin-top:0}.tl-domain-card ul{list-style:none;margin:var(--s4) 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.tl-domain-card ul a{font-weight:600}.tl-domain-card--planned{background:transparent;border:1px dashed var(--border-dashed);border-radius:var(--radius);padding:var(--s5) var(--s6);display:flex;align-items:center;justify-content:space-between;color:var(--text)}.tl-planned-chip{color:var(--muted-light);font-size:12px;letter-spacing:.04em;border:1px solid var(--border-dashed);border-radius:999px;padding:3px 10px}.tl-hub-note{color:var(--muted);font-size:14px;font-style:italic}.site-footer-bar{background:var(--surface-sunk);margin-top:var(--s8);border-top:1px solid var(--border)}.site-footer{max-width:var(--container);margin:0 auto;padding:var(--s7) var(--s6) var(--s6)}.tl-footer-grid{display:grid;grid-template-columns:1fr;gap:var(--s6)}@media(min-width:560px){.tl-footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:900px){.tl-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.tl-footer-grid>div:first-child{grid-column:1 / -1}@media(min-width:900px){.tl-footer-grid>div:first-child{grid-column:auto}}.tl-footer-brand img{height:32px;width:auto;display:block;margin-bottom:var(--s3)}.tl-footer-brand p{color:var(--muted);font-size:14px;line-height:1.6;margin:var(--s3) 0 0;max-width:34ch}.tl-footer-heading{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700;color:var(--muted);margin:0 0 var(--s3)}.tl-footer-grid ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.tl-footer-grid ul a{color:var(--text-body);font-size:14px}.tl-footer-grid ul a:hover{color:var(--authority)}.tl-footer-bottom{max-width:var(--container);margin:var(--s7) auto 0;padding:var(--s5) var(--s6) 0;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--s3);color:var(--muted);font-size:13px}.tl-footer-bottom a{color:var(--muted)}.tl-footer-bottom a:hover{color:var(--authority)}
