:root{color-scheme:dark;--bg: #151512;--panel: #22231f;--panel-2: #2c2d27;--text: #f5f1e8;--muted: #b8b2a4;--line: #3e4037;--green: #4fd17b;--yellow: #f0c95a;--red: #ef6f61;--cyan: #79c7d3;--ink: #11110f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:transparent;color:var(--text)}button,input{font:inherit}button,.ghost-link{border:0;border-radius:8px;cursor:pointer;min-height:42px;padding:0 16px;text-decoration:none}button:disabled{cursor:not-allowed;opacity:.45}h1,h2,p{margin:0}h1{font-size:2rem;line-height:1.1}h2{font-size:1rem}.home-shell,.admin-shell{background:var(--bg);min-height:100vh}.home-shell,.admin-shell{display:grid;gap:18px;margin:0 auto;padding:24px}.admin-shell{max-width:1320px}.home-shell{max-width:1180px}.site-nav{align-items:center;display:flex;justify-content:space-between;gap:18px}.site-nav a{color:var(--muted);font-size:.86rem;font-weight:800;margin-left:14px;text-decoration:none;text-transform:uppercase}.site-nav a.active,.site-nav .brand-link{color:var(--yellow)}.site-nav .brand-link{font-size:1rem;margin-left:0}.home-hero{display:grid;gap:18px;max-width:760px;padding:88px 0 42px}.home-hero h1{color:var(--yellow);font-size:clamp(4rem,10vw,8rem)}.home-hero p:last-child{color:var(--muted);font-size:1.2rem;line-height:1.5}.hobby-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.hobby-grid article,.topbar,.control-band,.correction-row,.panel,.stats-grid article{border:1px solid var(--line);background:var(--panel);border-radius:8px}.hobby-grid article{display:grid;gap:10px;min-height:170px;padding:18px}.hobby-grid span,.eyebrow,.label,.stats-grid span,.panel-heading span,.target-cell small,.overlay-title,.overlay-stats span{color:var(--muted);font-size:.78rem;letter-spacing:0;margin:0;text-transform:uppercase}.hobby-grid strong{font-size:1.3rem}.hobby-grid p{color:var(--muted);line-height:1.45}.topbar{align-items:center;display:flex;justify-content:space-between;padding:18px 20px}.status-row,.action-panel,.correction-row,.panel-heading,.toggle-line{align-items:center;display:flex;gap:10px}.status-row{flex-wrap:wrap;justify-content:flex-end}.status-pill{align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--yellow);display:inline-flex;min-height:36px;padding:0 12px}.status-pill.online{color:var(--green)}.status-pill.offline{color:var(--red)}.primary-button{background:var(--green);color:var(--ink);font-weight:800}.secondary-button{background:var(--panel-2);color:var(--text);border:1px solid var(--line)}.danger-button{background:var(--red);color:var(--ink);font-weight:800}.ghost-button,.ghost-link,.text-button{background:transparent;color:var(--text);border:1px solid var(--line)}.ghost-button.active{border-color:var(--yellow);color:var(--yellow)}.text-button{min-height:34px;padding:0 10px}.error-band{border:1px solid var(--red);border-radius:8px;color:var(--red);padding:12px 14px}.control-band{display:grid;gap:16px;grid-template-columns:minmax(0,1fr) auto;padding:18px}.target-panel{display:grid;gap:12px}.target-panel strong{font-size:clamp(3rem,12vw,8rem);line-height:.9}.progress-rail{display:grid;gap:6px;grid-template-columns:repeat(21,minmax(28px,1fr))}.progress-rail span{align-items:center;background:#181916;border:1px solid var(--line);border-radius:6px;color:var(--muted);display:flex;font-size:.78rem;height:30px;justify-content:center}.progress-rail .done{background:color-mix(in srgb,var(--green) 24%,#181916);border-color:var(--green);color:var(--text)}.progress-rail .current{background:color-mix(in srgb,var(--yellow) 32%,#181916);border-color:var(--yellow);color:var(--text)}.action-panel{align-content:stretch;display:grid;grid-template-columns:repeat(2,minmax(120px,1fr))}.correction-row{flex-wrap:wrap;padding:14px}.correction-row label{align-items:center;color:var(--muted);display:flex;gap:10px}.correction-row input{background:#10110f;border:1px solid var(--line);border-radius:8px;color:var(--text);min-height:42px;padding:0 12px;width:110px}.stats-grid{display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}.stats-grid article{display:grid;gap:8px;padding:14px}.stats-grid strong{font-size:2rem}.split-layout{display:grid;gap:18px;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr)}.panel{padding:16px}.panel-heading{justify-content:space-between;margin-bottom:14px}.dart-list,.history-table{display:grid;gap:8px}.dart-row,.history-row{align-items:center;background:#191a17;border:1px solid var(--line);border-radius:6px;display:grid;gap:10px;grid-template-columns:.9fr .9fr 1fr .8fr;min-height:42px;padding:0 12px}.dart-row.hit{border-color:color-mix(in srgb,var(--green) 55%,var(--line))}.dart-row.miss{border-color:color-mix(in srgb,var(--red) 55%,var(--line))}.dart-segment{font-weight:800}.target-grid{display:grid;gap:8px;grid-template-columns:repeat(7,minmax(64px,1fr))}.target-cell{background:#191a17;border:1px solid var(--line);border-radius:6px;display:grid;gap:3px;min-height:72px;padding:8px}.target-cell strong{font-size:1.25rem}.history-row{grid-template-columns:1.2fr 1fr .6fr .6fr .7fr}.history-row.header{background:transparent;color:var(--muted);min-height:28px}.empty{color:var(--muted);padding:12px 0}.overlay-shell{background:#151512db;border:1px solid rgba(245,241,232,.16);border-radius:8px;color:var(--text);display:grid;gap:12px;margin:18px;max-width:1060px;padding:18px}.overlay-shell.current-shell{--overlay-edge: clamp(8px, 1.5vh, 18px);gap:8px;grid-template-rows:auto auto auto minmax(0,1fr) auto;height:calc(100vh - var(--overlay-edge) - var(--overlay-edge));left:50%;margin:0;max-width:none;overflow:hidden;padding:16px;position:fixed;top:var(--overlay-edge);transform:translate(-50%);width:min(calc(100vw - var(--overlay-edge) - var(--overlay-edge)),940px)}.overlay-shell.all-time-shell{max-width:760px}.overlay-header{align-items:center;display:flex;gap:14px;justify-content:space-between;min-width:0}.overlay-header h1{font-size:4rem}.brand-lockup{display:block;min-width:0}.show-title{color:var(--yellow);font-size:1.1rem;font-weight:800;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.show-subtitle{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:0;margin-top:1px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.target-readout{display:grid;justify-items:center;min-height:0}.target-readout h1{font-size:4.1rem;line-height:.95;margin:0;text-align:center}.overlay-header.compact h1{font-size:3rem}.top-totals{display:flex;flex:0 0 auto;gap:16px}.challenge-timer{align-items:end;display:grid;gap:1px;justify-items:end;min-width:78px}.challenge-timer span{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.challenge-timer strong{color:var(--text);font-size:1.65rem;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{background:var(--red);border-radius:999px;height:16px;width:16px}.status-dot.online{background:var(--green)}.overlay-stats{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0}.overlay-stats.all-time,.overlay-stats.current{grid-template-columns:repeat(3,minmax(0,1fr))}.overlay-stats article,.all-time-strip article{background:#22231fe6;border:1px solid var(--line);border-radius:8px;display:grid;gap:4px;min-width:0;padding:10px 12px}.overlay-stats strong{font-size:2rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-shell .overlay-stats article{padding:8px 10px}.current-shell .overlay-stats strong{font-size:1.65rem}.board-stage{align-items:center;container-type:size;display:grid;justify-items:center;min-height:0;overflow:visible}.dartboard{aspect-ratio:1;max-width:100%;width:min(100%,560px)}@supports (width: 100cqh){.dartboard{width:min(100%,100cqh,560px)}}.dartboard svg{display:block;overflow:visible;width:100%}.number-ring{fill:#11110f;stroke:#f5f1e8b3;stroke-width:.012}.board-back{fill:#171913}.number-ring-inner,.number-ring-outer{fill:none;stroke:#f5f1e8b8;stroke-width:.01}.number-ring-separator{stroke:#f5f1e829;stroke-linecap:round;stroke-width:.006}.board-single.light{fill:#e8dfc8}.board-single.dark{fill:#20221e}.board-double.red,.board-triple.red{fill:#c64138}.board-double.green,.board-triple.green{fill:#2f9a5d}.board-single.highlight,.board-double.highlight,.board-triple.highlight{fill:color-mix(in srgb,var(--yellow) 68%,transparent);stroke:var(--yellow);stroke-width:.01}.outer-bull{fill:#2f9a5d;stroke:#ddd4c2;stroke-width:.008}.inner-bull{fill:#c64138;stroke:#ddd4c2;stroke-width:.008}.outer-bull.highlight,.inner-bull.highlight{fill:var(--yellow)}.board-wire{fill:none;stroke:#f5f1e85c;stroke-width:.006}.board-wire.radial{stroke:#f5f1e847;stroke-width:.004}.board-number{dominant-baseline:middle;fill:#d9d1c3;font-size:.083px;font-weight:900;paint-order:stroke;stroke:#11110f;stroke-linejoin:round;stroke-width:.012;text-anchor:middle}.board-number.current{fill:var(--yellow);stroke:#201907}.dart-marker{filter:url(#dartGlow)}.dart-marker circle{fill:var(--cyan);stroke:#071013;stroke-width:.012}.dart-marker.miss circle{fill:var(--red)}.dart-marker text{dominant-baseline:middle;fill:#061013;font-size:.055px;font-weight:900;text-anchor:middle}.all-time-panel{display:grid;gap:0;min-width:0}.all-time-strip{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0}.all-time-strip span{color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.all-time-strip strong{color:var(--text);font-size:1.05rem;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:920px){.site-nav,.topbar,.control-band{align-items:stretch;display:grid;grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout,.hobby-grid{grid-template-columns:1fr}.target-grid{grid-template-columns:repeat(3,minmax(64px,1fr))}.progress-rail{grid-template-columns:repeat(7,minmax(28px,1fr))}.overlay-header{align-items:flex-start;gap:12px}.top-totals{gap:10px}}@media(max-width:700px){.overlay-shell.current-shell{padding:12px;width:calc(100vw - var(--overlay-edge) - var(--overlay-edge))}.overlay-header{align-items:stretch;display:grid;grid-template-columns:1fr}.top-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.challenge-timer{align-items:start;justify-items:start;min-width:0}.challenge-timer strong{font-size:1.35rem}.target-readout h1{font-size:3.4rem}.current-shell .overlay-stats strong{font-size:1.35rem}.all-time-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.overlay-shell.current-shell{gap:7px;padding:10px}.show-title{font-size:.95rem}.show-subtitle{font-size:.68rem}.target-readout h1{font-size:2.8rem}.current-shell .overlay-stats article,.all-time-strip article{padding:7px 8px}.current-shell .overlay-stats strong{font-size:1.15rem}.all-time-strip strong{font-size:.95rem}}@media(max-height:620px){.overlay-shell.current-shell{gap:6px;padding:10px 12px}.show-title{font-size:.95rem}.show-subtitle,.challenge-timer span,.all-time-strip span,.overlay-stats span{font-size:.62rem}.target-readout h1{font-size:2.7rem}.challenge-timer strong,.current-shell .overlay-stats strong{font-size:1.2rem}.current-shell .overlay-stats article,.all-time-strip article{gap:2px;padding:6px 8px}.all-time-strip strong{font-size:.9rem}}@media(max-height:520px)and (min-width:560px){.overlay-shell.current-shell{gap:5px;padding:8px 10px}.overlay-header{align-items:center;display:flex}.top-totals{display:flex;gap:8px}.challenge-timer{align-items:end;justify-items:end;min-width:70px}.target-readout h1{font-size:2.1rem}.challenge-timer strong,.current-shell .overlay-stats strong{font-size:1.05rem}.all-time-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.all-time-strip strong{font-size:.82rem}}
