:root{color-scheme:dark;--bg:#080b0a;--bg-2:#0d1210;--surface:#101614;--surface-2:#151c19;--text:#eef2ec;--text-strong:#f7f8f4;--muted:#aab6ae;--dim:#758077;--line:#eef2ec24;--line-strong:#8fc7a061;--green:#8fc7a0;--blue:#75a7c4;--stone:#c3b48a;--danger:#d5a093;--mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-height:100vh;color:var(--text);font-family:var(--sans);text-rendering:optimizelegibility;background:linear-gradient(#eef2ec07 1px,#0000 1px) 0 0/64px 64px,linear-gradient(90deg,#eef2ec07 1px,#0000 1px) 0 0/64px 64px,linear-gradient(#080b0a 0%,#0b100f 48%,#080b0a 100%);margin:0}body:before{z-index:-1;content:"";background:linear-gradient(135deg,#8fc7a01c,#0000 28%),linear-gradient(315deg,#75a7c414,#0000 34%);position:fixed;inset:0}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}img,svg{max-width:100%;display:block}.skip-link{z-index:10;background:var(--text);color:var(--bg);padding:.75rem 1rem;position:absolute;top:1rem;left:1rem;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(var(--max), calc(100% - 40px));margin:0 auto}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1.25rem;min-height:80px;display:flex}.brand{color:var(--text-strong);align-items:center;gap:.8rem;font-weight:780;text-decoration:none;display:inline-flex}.brand-mark{border:1px solid var(--line-strong);width:40px;height:40px;color:var(--text);font-family:var(--mono);background:#8fc7a014;place-items:center;font-size:.86rem;font-weight:760;display:inline-grid}.brand-name{font-size:1.04rem}.nav-links{color:#eef2eca3;font-family:var(--mono);text-transform:uppercase;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;font-size:.72rem;display:flex}.nav-links a{text-decoration:none}.nav-links a:hover,.nav-links a:focus{color:var(--text)}.hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr);align-items:center;gap:3.25rem;min-height:calc(100vh - 80px);padding:5.5rem 0 4rem;display:grid}.hero-copy{min-width:0}.hero h1,.page-hero h1,.article h1,.section-title{color:var(--text-strong);letter-spacing:0;margin:0;font-weight:760}.hero h1{max-width:760px;font-size:5.7rem;line-height:.95}.hero .lede{color:#eef2ecdb;max-width:780px;margin:1.4rem 0 0;font-size:1.45rem;line-height:1.36}.hero .support{color:#eef2ec9e;max-width:680px;margin:1rem 0 0;font-size:1.02rem;line-height:1.7}.actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.button{min-height:44px;font-family:var(--mono);text-transform:uppercase;border:1px solid #8fc7a061;justify-content:center;align-items:center;padding:0 1rem;font-size:.75rem;font-weight:720;text-decoration:none;display:inline-flex}.button-primary{background:var(--text);color:var(--bg)}.button-secondary{color:var(--text);background:#8fc7a012}.hero-visual{background:#ffffff06;border:1px solid #eef2ec24;min-width:0;box-shadow:0 24px 80px #00000052}.hero-visual img{width:100%;height:auto}.section{padding:5.5rem 0 0}.section-head{max-width:760px;margin-bottom:1.8rem}.section-title,.page-hero h1,.article h1{font-size:3.9rem;line-height:1}.section-head p,.page-hero p,.article-intro,.plain-copy{color:#eef2ecad;line-height:1.7}.kicker,.label{color:var(--green);font-family:var(--mono);text-transform:uppercase;margin:0 0 .8rem;font-size:.72rem;font-weight:700}.topic-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.topic-card,.use-card,.related-card,.guide-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff06}.topic-card,.use-card,.guide-card{min-height:178px;padding:1.2rem;text-decoration:none}.topic-card:hover,.guide-card:hover,.related-card:hover{background:#8fc7a012}.topic-card h3,.use-card h3,.guide-card h2,.related-card span{color:var(--text-strong);letter-spacing:0;margin:0 0 .62rem;font-size:1.15rem;line-height:1.15}.topic-card p,.use-card p,.guide-card p,.guide-card small,.related-card small{color:#eef2ec9e;margin:0;line-height:1.58}.statement{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.1fr .9fr;gap:2rem;margin-top:5.5rem;padding:2.4rem 0;display:grid}.statement p{color:#eef2ecbd;margin:0;font-size:1.08rem;line-height:1.72}.use-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.table-wrap{border:1px solid var(--line);background:#ffffff06;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #eef2ec1c;padding:1rem;line-height:1.55}th{color:#eef2ec9e;font-family:var(--mono);text-transform:uppercase;font-size:.72rem}td{color:#eef2eca8}td:first-child{color:var(--text);font-weight:740}tr:last-child td{border-bottom:0}.guide-list,.guide-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);display:grid}.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-list a{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:.34fr .66fr;gap:1.4rem;padding:1.1rem;text-decoration:none;display:grid}.guide-list span{color:var(--text-strong);font-weight:760}.guide-list small{color:#eef2ec94;font-size:.92rem;line-height:1.5}.contact-panel{background:#8fc7a014;border:1px solid #8fc7a047;margin:5.5rem 0 0;padding:2rem}.contact-panel h2{max-width:860px;color:var(--text-strong);letter-spacing:0;margin:0;font-size:2.6rem;line-height:1.08}.contact-panel a{color:var(--text);margin-top:1rem;display:inline-block}.site-footer{border-top:1px solid var(--line);color:#eef2ec70;font-family:var(--mono);justify-content:space-between;gap:1rem;margin-top:4rem;padding:2rem 0;font-size:.7rem;display:flex}.site-footer p{margin:0}.page-hero{padding:4.8rem 0 3rem}.page-hero p{max-width:740px;margin:1rem 0 0;font-size:1.08rem}.article{grid-template-columns:minmax(0,1fr) 260px;gap:3.25rem;padding:3.5rem 0 5rem;display:grid}.article-main{min-width:0}.breadcrumbs{color:#eef2ec75;flex-wrap:wrap;gap:.45rem;margin-bottom:2.2rem;font-size:.86rem;display:flex}.breadcrumbs a{text-decoration:none}.article h1{margin-bottom:1rem}.article-intro{max-width:780px;margin:0;font-size:1.18rem}.notice,.toc{color:#eef2ecb3;background:#8fc7a012;border:1px solid #8fc7a03d;line-height:1.62}.notice{margin:2rem 0 0;padding:1rem}.toc{align-self:start;padding:1rem;font-size:.9rem;position:sticky;top:1rem}.toc strong{color:var(--text);font-family:var(--mono);text-transform:uppercase;margin-bottom:.75rem;font-size:.72rem;display:block}.toc ol{margin:0;padding-left:1.15rem}.toc li{color:#eef2ec9e;margin:.5rem 0}.article-section{padding-top:2.4rem}.article-section h2{color:var(--text-strong);letter-spacing:0;margin:0 0 .85rem;font-size:2.15rem;line-height:1.08}.article-section p{color:#eef2ecb0;margin:0 0 1rem;line-height:1.76}.article-section ul{color:#eef2ecb3;margin:0 0 1rem;padding-left:1.2rem;line-height:1.72}details{border-top:1px solid var(--line);padding:1rem 0}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;color:var(--text-strong);font-weight:740}details p{margin:.7rem 0 0}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.related-card{gap:.4rem;padding:1rem;text-decoration:none;display:grid}.legal-note{color:#eef2ec85;margin-top:2.5rem;font-size:.94rem;line-height:1.6}.not-found{align-content:center;min-height:calc(100vh - 80px);padding:5rem 0;display:grid}.not-found h1{color:var(--text-strong);letter-spacing:0;margin:0 0 1rem;font-size:4.6rem;line-height:1}.not-found p{color:#eef2eca8;max-width:620px;line-height:1.7}@media (width<=1080px){.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{max-width:720px}.topic-grid,.use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article{grid-template-columns:1fr}.toc{order:-1;position:static}}@media (width<=760px){.shell{width:min(100% - 28px, var(--max))}.site-header{flex-direction:column;justify-content:center;align-items:flex-start;padding:1rem 0}.nav-links{justify-content:flex-start;font-size:.68rem}.hero{gap:2rem;padding:4rem 0 3rem}.hero h1{font-size:3.35rem}.hero .lede{font-size:1.18rem}.section-title,.page-hero h1,.article h1{font-size:2.65rem}.contact-panel h2{font-size:2rem}.topic-grid,.use-grid,.guide-grid,.related-grid,.statement{grid-template-columns:1fr}.guide-list a{grid-template-columns:1fr;gap:.35rem}.site-footer{flex-direction:column}}@media (width<=440px){.hero h1{font-size:2.75rem}.button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
