:root{--dtw-red:#e10202;--dtw-red-hover:#e7131a;--dtw-red-dark:#a30000;--dtw-gold:#ffb800;--dtw-dark:#070708;--dtw-dark-2:#0c0c0e;--dtw-surface:#111113;--dtw-surface-2:#17171b;--dtw-border:rgba(255,255,255,.08);--dtw-text:#f5f5f7;--dtw-text-muted:#b0b0b7;--bg:var(--dtw-dark);--surface:var(--dtw-surface);--surface-2:var(--dtw-surface-2);--text:var(--dtw-text);--muted:var(--dtw-text-muted);--line:var(--dtw-border);--red:var(--dtw-red);--gold:var(--dtw-gold);--radius:14px;--shadow:0 8px 24px rgba(0,0,0,.35);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:inherit}button,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;z-index:50;left:1rem;top:-5rem;background:var(--gold);color:#181100;font-weight:800;padding:.65rem 1rem;border-radius:0 0 8px 8px}.skip-link:focus{top:0}.shell{width:min(1120px,calc(100% - 2rem));margin:auto}.narrow{width:min(820px,calc(100% - 2rem));margin:auto}.eyebrow{margin:0 0:.55rem;color:var(--gold);font-size:.75rem;letter-spacing:.12em;font-weight:850}.lead{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--muted);max-width:720px}.button{border:1px solid transparent;border-radius:9px;padding:.68rem 1rem;font-weight:800;line-height:1.2;transition:.18s transform,.18s border-color,.18s background}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button-primary{background:var(--red);color:white}.button-primary:hover{background:#bd0000}.button-gold{background:var(--gold);color:#1b1200}.button-ghost{background:transparent;border-color:#49494f;color:var(--text)}.button-ghost:hover{border-color:var(--gold);background:#242116}.small{font-size:.84rem;padding:.5rem .7rem}.status{margin:0;color:var(--gold);font-size:.9rem;font-weight:700}@media(min-width:700px){.shell{width:min(1120px,calc(100% - 4rem))}}