:root{color-scheme:dark;font-family:system-ui,sans-serif;background:#171f23;color:#ece5cc}*{box-sizing:border-box}body{margin:0}main{max-width:1240px;margin:auto;padding:28px}nav{display:flex;align-items:center;justify-content:space-between;gap:18px}nav span,.eyebrow{font-size:11px;letter-spacing:.2em;color:#b9c99c}a{color:#d6c58b}button,select{font:inherit;color:inherit;background:#27342f;border:1px solid #637353;padding:10px 16px;cursor:pointer}header{padding:60px 0 28px}h1{font:clamp(38px,6vw,72px) Georgia,serif;margin:12px 0}h2{font:28px Georgia,serif}p,footer{color:#b3bcae;line-height:1.65}#freshness{font-size:13px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:15px 0 40px}.metric{padding:24px;border:1px solid #46534b;background:#202c2b}.metric strong{display:block;font:40px Georgia,serif;color:#d9cb91;margin-bottom:10px}.metric span{font-size:13px;color:#bcc8af}.columns{display:grid;grid-template-columns:minmax(0,3fr) minmax(220px,1fr);gap:36px}section{margin-bottom:36px}.table{overflow:auto;margin-top:20px}table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}th{color:#b6c79e;font-size:12px;font-weight:500}td,th{padding:16px 10px;border-bottom:1px solid #35433b;vertical-align:top}td small{display:block;color:#a7b09e;margin-top:5px}td:first-child{min-width:145px}.role{margin:17px 0}.role label{display:flex;justify-content:space-between;font-size:13px;margin-bottom:7px}.bar{height:6px;background:#35433b}.bar i{display:block;height:100%;background:#a7bd8b}footer{padding:28px 0;border-top:1px solid #46534b;font-size:13px}#errors td:last-child{font-family:monospace}button:disabled{opacity:.5}@media(max-width:700px){main{padding:18px}.metrics{grid-template-columns:repeat(2,1fr)}.columns{display:block}nav span{display:none}header{padding-top:36px}.metric{padding:18px}.metric strong{font-size:32px}}
.columns .table{max-height:620px}.columns thead{position:sticky;top:0;background:#202c2b}@media(max-width:700px){.columns .table{max-height:60vh}}

.run-replay { min-height:44px; text-align:left; cursor:pointer; }
#replay-lightbox { width:min(1100px,calc(100vw - 24px));max-width:none;max-height:calc(100dvh - 24px);padding:16px;border:1px solid #67745a;background:#10181d;color:#eee8d0; }
#replay-lightbox::backdrop { background:#060d12df; }
#replay-lightbox header { display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:0; }
#replay-lightbox h2 { margin:0;font-size:22px; }
#replay-lightbox button { min-height:44px; }
#replay-lightbox neohack-world { height:min(65dvh,650px);min-height:320px; }
#replay-lightbox p { margin:10px 0 0;font-size:13px; }
#embed-code { width:100%;min-height:100px;background:#17201c;color:#eee8d0; }
#ledger-error { padding: 18px; border: 1px solid #b99968; background: #342d24; color: #f0d5ac; font-size: 17px; }

/* Dense ledger rows; names remain text and playback is an explicit action. */
#runs td { padding: 7px 10px; vertical-align: middle; font-size: 13px; }
#runs td small { margin-top: 2px; font-size: 11px; }
#runs td:first-child { min-width: 120px; }
.replay-cell { width: 110px; white-space: nowrap; }
.run-replay { min-height: 36px; padding: 6px 10px; font-size: 12px; }
.replay-cell > span { color: #8d9b92; }
.error-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin: -16px 0 28px; padding: 16px 18px; border: 1px solid #d09560; border-left: 4px solid #e5a36b; background: #382b26; color: #f5d6b3; text-decoration: none; min-height: 52px; }
.error-summary[hidden] { display: none; }
.error-summary strong { font-size: 17px; }
.error-summary span { font-size: 13px; }
.error-summary span:last-child { margin-left: auto; text-decoration: underline; text-underline-offset: 3px; }
#dungeon-health { scroll-margin-top: 76px; }
#dungeon-health h2 { color: #efbd91; }
@media(max-width:700px) { .run-replay { min-height: 44px; } .error-summary { margin-top: 0; } }
