/* ================================================================
   REDACTED — public site. Ink on paper. Colour only where it carries meaning
   (teams, online, errors). Type: stencil for titles, typewriter for the voice
   of the document, mono for data.
   ================================================================ */
@font-face { font-family: "Barlow"; font-weight: 400; font-display: swap; src: url("../fonts/Barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 500; font-display: swap; src: url("../fonts/Barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 600; font-display: swap; src: url("../fonts/Barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Saira Condensed"; font-weight: 800; font-display: swap; src: url("../fonts/SairaCondensed-800.woff2") format("woff2"); }
@font-face { font-family: "Saira Stencil One"; font-weight: 400; font-display: swap; src: url("../fonts/SairaStencilOne-400.woff2") format("woff2"); }
@font-face { font-family: "Special Elite"; font-weight: 400; font-display: swap; src: url("../fonts/SpecialElite-400.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-weight: 500; font-display: swap; src: url("../fonts/JetBrainsMono-500.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-weight: 600; font-display: swap; src: url("../fonts/JetBrainsMono-600.woff2") format("woff2"); }

:root {
	--paper: #E6E6E4; --paper-2: #F1F1EF; --paper-3: #DADAD7;
	--ink: #0E0E0E; --ink-2: #3A3A38; --ink-3: #6E6E69; --rule: #0E0E0E; --hair: rgba(14, 14, 14, .18);
	--ok: #1F7A3A; --bad: #B3261E; --warn: #8A5A00;
	--red: #C8413A; --blu: #2B6FC4; --grn: #3C9442; --amber: #C98A12; --stamp: #B3261E;
	--tri: linear-gradient(90deg, var(--red) 0 33.33%, var(--blu) 33.33% 66.66%, var(--grn) 66.66% 100%);
	--stencil: "Saira Stencil One", "Saira Condensed", Impact, sans-serif; --type: "Special Elite", "Courier New", monospace;
	--mono: "JetBrains Mono", Consolas, monospace; --sans: "Barlow", "Segoe UI", system-ui, sans-serif; --cond: "Saira Condensed", "Barlow", sans-serif;
	--texture: url("../img/brand/paper.webp");
	--wrap: 1180px;
	color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; background: var(--paper) var(--texture) 0 0 / 480px; color: var(--ink); font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a.pname:hover, .foot a:hover, .strip-sub a:hover { color: var(--stamp); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.mono { font-family: var(--mono); font-size: .88em; font-variant-numeric: tabular-nums; }
.dim { color: var(--ink-3); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* the black bar: text that is there but struck from the record */
.redact { background: var(--ink); color: transparent; border-radius: 1px; padding: 0 .15em; -webkit-box-decoration-break: clone; box-decoration-break: clone; transition: background .25s, color .25s; cursor: help; }
.redact:hover, .redact:focus { background: rgba(14, 14, 14, .1); color: var(--ink); }
.bar { display: inline-block; height: .78em; background: var(--ink); vertical-align: baseline; border-radius: 1px; }

/* ------------------------------------------------ header */
.top { border-bottom: 3px solid var(--rule); background: rgba(230, 230, 228, .82); backdrop-filter: blur(6px); position: sticky; top: 0; z-index: 30; }
.top-in { display: flex; align-items: center; gap: 18px; min-height: 60px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.logo-mark { width: 46px; height: 29px; background: var(--ink); -webkit-mask: url("../img/brand/mark.webp") center / contain no-repeat; mask: url("../img/brand/mark.webp") center / contain no-repeat; }
.logo-word { font-family: var(--stencil); font-size: 21px; letter-spacing: .28em; line-height: 1; padding-top: 2px; }
.nav { display: flex; gap: 2px; margin-left: auto; flex-wrap: wrap; }
.nav a { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; padding: 8px 10px; border-radius: 2px; }
.nav a:hover { background: rgba(14, 14, 14, .08); box-shadow: inset 0 -3px 0 var(--stamp); }
.nav a.active { background: var(--ink); color: var(--paper-2); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid var(--ink); background: transparent; color: var(--ink); padding: 9px 18px; font-family: var(--mono); font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; cursor: pointer; border-radius: 2px; transition: background .12s, color .12s, transform .06s; }
.btn:hover { background: var(--ink); color: var(--paper-2); }
.btn:active { transform: translateY(1px); }
.btn.solid { background: var(--ink); color: var(--paper-2); }
.btn.solid:hover { background: var(--ink-2); border-color: var(--ink-2); }
.btn.small { padding: 6px 12px; font-size: 11.5px; }
.btn:disabled { opacity: .4; cursor: not-allowed; background: transparent; color: var(--ink); }
.btn svg { width: 18px; height: 18px; fill: currentColor; flex: 0 0 auto; }
.menu-btn { display: none; margin-left: auto; }

/* ------------------------------------------------ hero */
.hero { position: relative; border-bottom: 3px solid var(--rule); background: var(--paper) right center / auto 100% no-repeat; min-height: 0; display: flex; align-items: center; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(230, 230, 228, .96) 0%, rgba(230, 230, 228, .9) 44%, rgba(230, 230, 228, 0) 60%); pointer-events: none; }
.hero-in { position: relative; z-index: 1; padding-top: 34px; padding-bottom: 30px; }
.stamp { display: inline-block; font-family: var(--mono); font-size: 11.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; border: 2px solid var(--stamp); color: var(--stamp); padding: 3px 9px; transform: rotate(-1.2deg); margin-bottom: 12px; }
.hero-in > * { max-width: min(100%, 540px); }
.hero h1 { font-family: var(--stencil); font-weight: 400; font-size: clamp(30px, 3.9vw, 50px); line-height: 1.16; letter-spacing: .03em; text-transform: uppercase; margin: 0; overflow-wrap: anywhere; }
.hero h1 .hl { display: inline-block; background: var(--ink); color: var(--paper-2); padding: .06em .18em 0; margin: .14em 0 0 -.04em; line-height: 1.08; }
.hero p { font-family: var(--type); font-size: clamp(14px, 1.25vw, 16.5px); margin: 12px 0 0; color: var(--ink-2); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hero-cta .btn.solid { background: var(--stamp); border-color: var(--stamp); } .hero-cta .btn.solid:hover { background: var(--ink); border-color: var(--ink); }

/* ------------------------------------------------ status strip */
.strip { border-bottom: 1px solid var(--hair); background: rgba(241, 241, 239, .6); }
.strip-in { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 0; }
.strip-cell { padding: 16px 20px 14px 0; min-width: 0; }
.strip-cell + .strip-cell { padding-left: 20px; border-left: 1px solid var(--hair); }
.label { font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.strip-val { font-family: var(--cond); font-weight: 800; font-size: 26px; line-height: 1.1; text-transform: uppercase; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.strip-sub { font-size: 13px; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--ink-3); margin-right: 7px; vertical-align: 1px; }
.dot.on { background: var(--ok); box-shadow: 0 0 0 3px rgba(31, 122, 58, .18); } .dot.off { background: var(--bad); }
.scorebars { display: flex; flex-direction: column; gap: 4px; margin-top: 7px; }
.scorebar { display: grid; grid-template-columns: 84px 1fr 28px; gap: 8px; align-items: center; font-size: 12px; }
.scorebar span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scorebar i { display: block; height: 7px; background: var(--paper-3); position: relative; }
.scorebar i b { position: absolute; left: 0; top: 0; bottom: 0; }

/* ------------------------------------------------ front page boxes */
main { flex: 1 0 auto; }
.section { padding: 32px 0; }
.section + .section { border-top: 1px solid var(--hair); }
.section-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.section-head h2 { font-family: var(--stencil); font-weight: 400; font-size: 24px; letter-spacing: .08em; text-transform: uppercase; margin: 0; }
.section-head .rule { flex: 1; height: 8px; background: var(--ink); align-self: center; }
.boxes { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.box { grid-column: span 2; position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 168px; padding: 18px 20px 16px; --c: var(--ink); border: 3px solid var(--ink); border-top: 9px solid var(--c); background: rgba(241, 241, 239, .72); text-decoration: none; overflow: hidden; transition: background .15s, color .15s, transform .15s, box-shadow .15s; box-shadow: 6px 6px 0 var(--ink); }
.box:nth-child(4), .box:nth-child(5) { grid-column: span 3; }
.box.c-red { --c: var(--red); } .box.c-blu { --c: var(--blu); } .box.c-grn { --c: var(--grn); } .box.c-amber { --c: var(--amber); } .box.vote { --c: var(--stamp); }
.box .box-no { color: var(--c); } .box.c-amber .box-no { color: #8A5A00; }
.box:hover, .box:focus-visible { background: var(--ink); color: var(--paper-2); transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--c); }
.box-no { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .2em; }
.box:hover .box-no { color: rgba(241, 241, 239, .7); }
.box h3 { font-family: var(--stencil); font-weight: 400; font-size: clamp(26px, 2.8vw, 36px); line-height: 1; letter-spacing: .04em; text-transform: uppercase; margin: 8px 0 0; }
.box p { font-family: var(--type); font-size: 14px; margin: 10px 0 0; max-width: 30em; }
.box-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.box-foot .arrow { font-size: 20px; line-height: 1; transition: transform .15s; }
.box:hover .arrow { transform: translateX(5px); }
.box.vote { background: var(--ink); color: var(--paper-2); }
.box.vote .box-no { color: #FF8A80; }
.box.vote:hover { background: var(--paper-2); color: var(--ink); }
.box.vote:hover .box-no { color: var(--ink-3); }
.box.off { opacity: .5; pointer-events: none; box-shadow: none; }
.about { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr); gap: 40px; align-items: start; }
.about.solo { grid-template-columns: minmax(0, 760px); }
.about-text { font-family: var(--type); font-size: 16.5px; line-height: 1.75; }
.about-text p { margin: 0 0 1.1em; }
.discord { border-top: 9px solid #5865F2 !important; border: 3px solid var(--ink); padding: 24px; background: var(--ink); color: var(--paper-2); box-shadow: 6px 6px 0 var(--ink-3); }
.discord h3 { font-family: var(--stencil); font-weight: 400; font-size: 28px; letter-spacing: .06em; text-transform: uppercase; margin: 6px 0 8px; line-height: 1.05; }
.discord p { margin: 0 0 18px; font-size: 14.5px; color: rgba(241, 241, 239, .8); }
.discord .label { color: rgba(241, 241, 239, .6); }
.discord .btn { border-color: var(--paper-2); color: var(--ink); background: var(--paper-2); width: 100%; }
.discord .btn:hover { background: transparent; color: var(--paper-2); }

/* ------------------------------------------------ inner pages */
.page-head { padding: 30px 0 20px; border-bottom: 3px solid var(--rule); margin-bottom: 26px; position: relative; }
.page-head .label { color: var(--stamp); }
.page-head .label a { text-decoration: none; } .page-head .label a:hover { text-decoration: underline; }
.page-head h1 { font-family: var(--stencil); font-weight: 400; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: .04em; text-transform: uppercase; margin: 8px 0 0; overflow-wrap: anywhere; }
.page-head p { font-family: var(--type); color: var(--ink-2); margin: 12px 0 0; max-width: 46em; }
.page-body { padding-bottom: 70px; }
.tabs { display: flex; flex-wrap: wrap; gap: 0; border: 2px solid var(--ink); width: fit-content; max-width: 100%; margin-bottom: 18px; }
.tabs button { border: 0; background: transparent; padding: 8px 16px; font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.tabs button + button { border-left: 2px solid var(--ink); }
.tabs button.active { background: var(--ink); color: var(--paper-2); box-shadow: inset 0 -4px 0 var(--stamp); }
.tabs button:hover:not(.active) { background: rgba(14, 14, 14, .08); }
.sheet { border: 2px solid var(--ink); background: rgba(241, 241, 239, .78); }
.sheet + .sheet, .sheet + .grid2, .grid2 + .sheet { margin-top: 20px; }
.sheet-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 16px; border-bottom: 2px solid var(--ink); }
.sheet-head h2 { font-family: var(--mono); font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; margin: 0; }
.sheet-pad { padding: 16px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
th { font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--hair); white-space: nowrap; }
td { padding: 10px 14px; border-bottom: 1px solid var(--hair); vertical-align: middle; }
tr:last-child td { border-bottom: 0; }
th.num, td.num { text-align: right; font-family: var(--mono); font-size: 13px; font-variant-numeric: tabular-nums; white-space: nowrap; }
tbody tr.link { cursor: pointer; } tbody tr.link:hover td { background: rgba(14, 14, 14, .06); }
td.rank { font-family: var(--cond); font-weight: 800; font-size: 20px; width: 54px; }
tr.top1 td.rank, tr.top2 td.rank, tr.top3 td.rank { font-size: 26px; }
tr.top1 td { background: rgba(201, 138, 18, .13); } tr.top1 td.rank { color: #A06A00; box-shadow: inset 5px 0 0 var(--amber); }
tr.top2 td.rank { color: #6B7280; box-shadow: inset 5px 0 0 #9CA3AF; } tr.top3 td.rank { color: #9A5B2E; box-shadow: inset 5px 0 0 #B87333; }
.lead-val { color: var(--stamp); }
tr.me td { background: var(--ink); color: var(--paper-2); }
.pname { font-weight: 600; text-decoration: none; } a.pname:hover { text-decoration: underline; }
.lead-val { font-weight: 600; font-size: 14.5px !important; }
.tag { display: inline-block; font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 2px 6px; border: 1px solid currentColor; border-radius: 2px; vertical-align: 2px; margin-left: 8px; white-space: nowrap; }
.tag.on { color: var(--ok); } .tag.live { background: var(--ink); color: var(--paper-2); border-color: var(--ink); } .tag.warn { color: var(--warn); }
.fdot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; vertical-align: 0; }
.empty { padding: 34px 16px; text-align: center; font-family: var(--type); color: var(--ink-3); }
.note { font-family: var(--type); font-size: 14px; color: var(--ink-2); border-left: 4px solid var(--ink); padding: 8px 14px; background: rgba(14, 14, 14, .05); margin: 0; }
.pager { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-top: 1px solid var(--hair); font-size: 13px; }
.pager .grow { flex: 1; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.grid2 > .sheet { margin-top: 0; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 2px solid var(--ink); background: rgba(241, 241, 239, .78); margin-bottom: 20px; }
.stat { padding: 14px 16px; border-right: 1px solid var(--hair); border-bottom: 1px solid var(--hair); min-width: 0; }
.stat-val { font-family: var(--cond); font-weight: 800; font-size: 34px; line-height: 1.05; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stat-sub { font-size: 12.5px; color: var(--ink-3); }

/* forms */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field > span:first-child { font-family: var(--mono); font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.field small { color: var(--ink-3); font-size: 13px; }
input[type="text"], input[type="search"], select, textarea { width: 100%; background: var(--paper-2); border: 2px solid var(--ink); border-radius: 2px; padding: 11px 13px; outline: none; font-size: 16px; }
input:focus, select:focus, textarea:focus { box-shadow: 4px 4px 0 var(--ink); }
textarea { resize: vertical; min-height: 120px; font-family: var(--type); line-height: 1.5; }
.search-big { position: relative; }
.search-big input { font-size: 19px; padding: 15px 16px; font-family: var(--type); }
.results { border: 2px solid var(--ink); border-top: 0; background: var(--paper-2); max-height: 380px; overflow-y: auto; }
.result { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px 14px; border: 0; border-bottom: 1px solid var(--hair); background: transparent; text-align: left; cursor: pointer; text-decoration: none; }
.result:last-child { border-bottom: 0; }
.result:hover, .result:focus-visible { background: var(--ink); color: var(--paper-2); }
.result:hover .dim, .result:focus-visible .dim { color: rgba(241, 241, 239, .65); }
.result-main { flex: 1; min-width: 0; }
.result-name { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.result-sub { font-size: 12.5px; }
.picked { display: flex; align-items: center; gap: 14px; border: 2px solid var(--ink); background: var(--ink); color: var(--paper-2); padding: 12px 14px; }
.picked .dim { color: rgba(241, 241, 239, .65); }
.picked .btn { border-color: var(--paper-2); color: var(--paper-2); margin-left: auto; }
.picked .btn:hover { background: var(--paper-2); color: var(--ink); }
.picked .tag.on { color: #7CE29A; }
.form-msg { font-family: var(--type); margin: 0 0 14px; padding: 10px 14px; border: 2px solid var(--bad); color: var(--bad); background: rgba(179, 38, 30, .06); }
.done { text-align: center; padding: 46px 20px; }
.done h2 { font-family: var(--stencil); font-weight: 400; font-size: 36px; letter-spacing: .06em; text-transform: uppercase; margin: 14px 0 8px; }
.done p { font-family: var(--type); max-width: 34em; margin: 0 auto 22px; color: var(--ink-2); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* vote */
.ballot { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.opt { position: relative; border: 3px solid var(--ink); background: rgba(241, 241, 239, .78); padding: 20px; display: flex; flex-direction: column; box-shadow: 6px 6px 0 var(--ink); min-width: 0; }
.opt { --c: var(--ink); border-top: 10px solid var(--c); } .opt.leading { --c: var(--stamp); }
.opt.leading .label { color: var(--stamp); } .opt.leading .opt-track > span { background: var(--stamp); } .opt.leading:not(.mine) { box-shadow: 6px 6px 0 var(--stamp); }
.opt.mine.leading .label { color: #FF8A80; }
.stat-val.is-open { color: var(--ok); } .stat-val.is-closed { color: var(--stamp); }
.team { font-weight: 600; } .stat-val .team { font-weight: inherit; }
.opt.mine { background: var(--ink); color: var(--paper-2); box-shadow: 6px 6px 0 var(--ink-3); }
.opt.mine .dim, .opt.mine .label { color: rgba(241, 241, 239, .65); }
.opt h3 { font-family: var(--stencil); font-weight: 400; font-size: 36px; line-height: 1; letter-spacing: .04em; text-transform: uppercase; margin: 8px 0 12px; overflow-wrap: anywhere; }
.opt dl { display: grid; grid-template-columns: max-content 1fr; gap: 3px 12px; margin: 0 0 16px; font-size: 14px; }
.opt dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); padding-top: 3px; } .opt.mine dt { color: rgba(241, 241, 239, .6); }
.opt dd { margin: 0; }
.opt-count { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.opt-count b { font-family: var(--cond); font-weight: 800; font-size: 40px; line-height: 1; }
.opt-track { height: 10px; background: rgba(14, 14, 14, .12); margin: 8px 0 16px; } .opt.mine .opt-track { background: rgba(241, 241, 239, .2); }
.opt-track > span { display: block; height: 100%; background: currentColor; transition: width .4s; }
.opt .btn { width: 100%; } .opt.mine .btn { border-color: var(--paper-2); color: var(--paper-2); } .opt.mine .btn:disabled { opacity: .8; }
.opt-lead { position: absolute; top: -18px; right: 14px; background: var(--stamp); color: var(--paper-2); border: 2px solid var(--paper-2); outline: 2px solid var(--ink); font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: 3px 9px; }
.opt.mine .opt-lead { background: var(--paper-2); color: var(--ink); border-color: var(--ink); outline-color: var(--paper-2); }

/* charts */
.chart svg { width: 100%; height: auto; display: block; }
.chart .grid { stroke: var(--hair); stroke-width: 1; }
.chart .axis { font-family: var(--mono); font-size: 11px; fill: var(--ink-3); }
.legend { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.legend button, .legend span.item { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--hair); background: transparent; padding: 4px 9px; font-size: 13px; border-radius: 2px; }
.legend button { cursor: pointer; color: var(--ink-3); } .legend button.on { border-color: var(--ink); color: var(--ink); }
.legend .key { width: 12px; height: 4px; display: inline-block; }
.finals { display: flex; flex-direction: column; gap: 8px; }
.final { display: grid; grid-template-columns: 130px 1fr 40px; gap: 12px; align-items: center; }
.final i { display: block; height: 14px; background: rgba(14, 14, 14, .1); position: relative; } .final i b { position: absolute; inset: 0 auto 0 0; }
.final .mono { text-align: right; font-weight: 600; }

/* footer */
.foot { border-top: 3px solid var(--rule); padding: 18px 0 22px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; color: var(--ink-3); background: rgba(230, 230, 228, .7); }
.foot-in { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.foot-in .grow { flex: 1; }
.foot a { text-decoration: none; } .foot a:hover { text-decoration: underline; }

/* 404 */
.nf { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; }
.nf h1 { font-family: var(--stencil); font-weight: 400; font-size: clamp(80px, 18vw, 190px); line-height: .9; margin: 0; letter-spacing: .04em; }
.nf h2 { font-family: var(--mono); font-size: 13px; letter-spacing: .24em; text-transform: uppercase; margin: 16px 0 10px; }
.nf p { font-family: var(--type); color: var(--ink-2); margin: 0 auto 24px; max-width: 30em; }

@media (max-width: 900px) {
	.boxes { grid-template-columns: 1fr 1fr; } .box, .box:nth-child(4), .box:nth-child(5) { grid-column: span 1; } .box:nth-child(5) { grid-column: span 2; }
	.about, .grid2 { grid-template-columns: 1fr; } .stats { grid-template-columns: repeat(2, 1fr); }
	.menu-btn { display: inline-flex; } .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper-2); border-bottom: 3px solid var(--ink); padding: 8px 12px; flex-direction: column; margin: 0; }
	.nav.open { display: flex; } .nav a { padding: 12px 10px; }
	.top-in .discord-btn { display: none; }
	.hero { background-size: cover; } .hero::after { background: rgba(230, 230, 228, .88); }
}
@media (max-width: 560px) {
	.boxes { grid-template-columns: 1fr; } .box:nth-child(5) { grid-column: span 1; } .box { min-height: 0; }
	.strip-cell + .strip-cell { border-left: 0; padding-left: 0; border-top: 1px solid var(--hair); }
	.hide-s { display: none; } td, th { padding: 9px 10px; } .logo-word { font-size: 17px; letter-spacing: .2em; }
	.final { grid-template-columns: 90px 1fr 34px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
