:root{color-scheme:dark;--bg:#080808;--panel:#101010;--line:#262626;--text:#f5f5f3;--muted:#a1a19b;--max:1120px;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}main,footer{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.skip-link{position:fixed;top:12px;left:12px;z-index:10;padding:10px 14px;border-radius:10px;background:#fff;color:#000;transform:translateY(-160%);transition:transform .2s}.skip-link:focus{transform:none}
.hero{min-height:78svh;display:flex;flex-direction:column;justify-content:center;padding:96px 0 72px}.eyebrow{margin:0 0 18px;color:var(--muted);font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase}
h1,h2,p{margin-top:0}h1{max-width:960px;margin-bottom:28px;font-size:clamp(3.25rem,9vw,7.4rem);line-height:.92;letter-spacing:-.065em;font-weight:650}h2{font-size:clamp(2.25rem,5vw,4.1rem);line-height:1.02;letter-spacing:-.045em;font-weight:600}.lede{max-width:650px;margin-bottom:28px;color:#c9c9c4;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.55}.text-link{width:fit-content;text-decoration:none;border-bottom:1px solid #5a5a5a;padding-bottom:3px}.text-link:hover,.text-link:focus-visible{border-color:#fff}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel)}.stats article{min-height:150px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line)}.stats article:last-child{border-right:0}.stats strong{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.05em;font-weight:600;font-variant-numeric:tabular-nums}.stats span{color:var(--muted);font-size:.875rem}
.rules,.ledger,.support{padding:112px 0;border-bottom:1px solid var(--line)}.rules>h2{margin-bottom:48px}.rule-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.rule-grid p{margin:0;padding:24px 0;border-bottom:1px solid var(--line);font-size:1.25rem}.rule-grid p:nth-child(odd){padding-right:28px}.rule-grid p:nth-child(even){padding-left:28px}.rule-grid span{display:inline-block;min-width:48px;color:var(--muted);font-size:.8125rem}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:40px}.section-head h2{margin-bottom:0}.section-head>p{margin-bottom:6px;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.table-wrap:focus-visible{outline:2px solid #fff;outline-offset:4px}table{width:100%;border-collapse:collapse;min-width:680px}th,td{padding:20px 22px;text-align:left;border-bottom:1px solid var(--line)}th{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500}td{font-size:.9375rem}tbody tr:last-child td{border-bottom:0}.status{display:inline-flex;align-items:center;gap:7px;text-transform:capitalize}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:#6f6f6f}.status.yes:before{background:#e9e9e5}.status.pending:before{background:#7b7b73}.status.rejected:before,.status.no-reply:before{background:#4b4b47}.loading{color:var(--muted);text-align:center}
.support{max-width:780px}.support h2{margin-bottom:18px}.support>p:not(.eyebrow){color:var(--muted);font-size:1.125rem;line-height:1.6}.button{display:inline-flex;margin-top:12px;padding:13px 17px;border-radius:999px;background:var(--text);color:#090909;text-decoration:none;font-weight:600}.button:hover{background:#d8d8d3}.button:focus-visible,.text-link:focus-visible,footer a:focus-visible{outline:2px solid #fff;outline-offset:4px}
footer{display:flex;justify-content:space-between;padding:32px 0 max(48px,env(safe-area-inset-bottom));color:var(--muted);font-size:.875rem}footer a{text-decoration:none}footer a:hover{color:var(--text)}
@media(max-width:760px){main,footer{width:min(calc(100% - 28px),var(--max))}.hero{min-height:72svh;padding:72px 0 56px}h1{font-size:clamp(3rem,15vw,4.75rem)}.stats{grid-template-columns:repeat(2,1fr)}.stats article{min-height:124px;padding:22px}.stats article:nth-child(2){border-right:0}.stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.rules,.ledger,.support{padding:82px 0}.rule-grid{grid-template-columns:1fr}.rule-grid p:nth-child(n){padding-inline:0}.section-head{display:block}.section-head>p{margin-top:14px}footer{gap:24px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skip-link{transition:none}}