@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#d9d8cc;background:#111713;font-synthesis:none;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 28% 45%,#24302255,transparent 65%),#111713}button,a,summary{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.35}button:focus-visible,summary:focus-visible,#board:focus-visible,a:focus-visible{outline:2px solid #d3ad66;outline-offset:4px}a{color:inherit;text-decoration:none}.shell{max-width:1180px;margin:auto;padding:0 46px 24px}.masthead{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #354034}.brand{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;letter-spacing:2px}.brand span{color:#c7a46b;margin:0 10px}.edition,.eyebrow,.section-label,.board-heading,.board-footer,.page-footer,.record span{font-size:10px;letter-spacing:1.8px;font-weight:600}.edition{color:#889780;display:flex;align-items:center;gap:14px}.edition i{width:6px;height:6px;background:#b1bc7d;border-radius:50%}.heading{display:flex;justify-content:space-between;align-items:center;padding:38px 0 30px}.eyebrow{color:#9ca88b;font-size:9px}h1{font-family:Space Grotesk,sans-serif;font-size:42px;font-weight:500;letter-spacing:-2px;margin:9px 0 0}h1 em{font-style:normal;color:#c5ad79}.title-dot{font-size:15px;vertical-align:middle;margin-left:20px;color:#c5ad79}.record{text-align:right;display:flex;flex-direction:column;gap:8px}.record span{color:#84927d;font-size:8px}.record strong{font-family:Space Grotesk;font-size:24px;color:#cbb483;font-weight:400}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px}.dungeon-panel{align-self:start;background:#191f19;border:1px solid #3a4433;box-shadow:0 14px 60px #0003}.board-heading{display:flex;align-items:center;justify-content:space-between;padding:21px 25px;border-bottom:1px solid #35402f;color:#c7ba92}.board-heading>span:last-child{font-family:Space Grotesk;font-size:20px;letter-spacing:0}.board-heading small{color:#67745e;font-size:12px}#board{width:100%;aspect-ratio:480/500;touch-action:none;background:#151b16;position:relative}canvas{display:block;width:100%;height:100%}.board-footer{display:flex;justify-content:space-between;padding:17px 24px;border-top:1px solid #35402f;font-size:8px;letter-spacing:1px;color:#829075}.legend{display:flex;gap:8px;align-items:center}.legend i{width:5px;height:5px;display:inline-block}.legend .green{background:#a4b76c}.legend .red{background:#ca7e66;margin-left:10px}.sidebar{display:flex;flex-direction:column;gap:21px}.hero-panel,.turn-panel,.enemies-panel{border:1px solid #374130;padding:20px;background:#1b221a55}.section-label{display:flex;justify-content:space-between;color:#96a187;font-size:9px;letter-spacing:1.5px}.section-label span{color:#c7b688}.health{font-size:27px;color:#c47a64;letter-spacing:6px;margin:10px 0 16px}.health .empty{color:#3b4034}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stat{display:flex;align-items:center;gap:7px;font-family:Space Grotesk;font-size:22px}.stat-icon{font-size:21px;color:var(--stat)}.stat small{font-size:9px;color:#819077}.turn-panel h2{font-family:Space Grotesk;font-size:25px;font-weight:500;letter-spacing:-.8px;margin:16px 0}.phase-track{display:flex;gap:5px}.phase-track i{height:3px;background:#37422f;flex:1}.phase-track i.active{background:#b7bf83}#phase-help{min-height:42px;color:#9aab8d;font-size:12px;line-height:1.6;margin:16px 0}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0 0 14px}.slot{min-height:70px;background:#151c15;border:1px dashed #536144;color:#a1ae91;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:9px}.slot b{font-family:Space Grotesk;font-size:22px;color:var(--stat)}.slot.filled{border-style:solid;background:#27301f}.primary{width:100%;min-height:47px;border:1px solid #c1b47b;background:#c7bc85;color:#20291a;text-align:left;padding:12px 16px;font-weight:700;font-size:12px;display:flex;justify-content:space-between;align-items:center}.primary:hover:not(:disabled){background:#ded09b}.primary span{font-size:20px}.enemy{display:flex;align-items:center;gap:12px;margin-top:16px}.enemy-mark{width:34px;height:34px;background:#383323;border:1px solid #635439;display:grid;place-items:center;color:#cf9878;font-size:20px}.enemy-body{flex:1}.enemy-name{display:flex;justify-content:space-between;font-size:11px;color:#c4c8b7}.enemy-values{display:flex;gap:12px;color:#889679;font-size:10px;margin-top:5px}.enemy-values b{font-weight:400;color:#c8b78c}.rules{border-bottom:1px solid #374130;padding-bottom:16px;color:#8d9b7f;font-size:11px}.rules summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;min-height:26px;align-items:center}.rules p{line-height:1.8;font-size:12px}.page-footer{display:flex;justify-content:space-between;color:#627257;font-size:8px;letter-spacing:1.2px;margin-top:28px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background:#080e0be0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal-card{max-width:450px;width:100%;padding:36px;background:#20291e;border:1px solid #7b8057;box-shadow:0 30px 120px #0008}.modal-card h2{font-family:Space Grotesk;font-size:38px;letter-spacing:-1px;font-weight:400;margin:16px 0;color:#d1bd85}.modal-card p{color:#a7b499;line-height:1.7;font-size:13px}.choices{display:grid;gap:8px;margin-top:24px}.choice{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid #536244;background:#2c3825;color:#d3d8bf;min-height:48px}.choice:hover{background:#3c4a2e}.summary-stats{letter-spacing:5px;color:#d4be85;padding:15px 0}.hint{font-size:10px!important;color:#748667!important}@media(min-width:1250px){.shell{padding-top:12px}.heading{padding-top:45px;padding-bottom:34px}.game-layout{grid-template-columns:minmax(0,1fr) 310px}}@media(max-width:760px){.shell{padding:0 18px 24px}.masthead{height:58px}.edition{font-size:8px;letter-spacing:1px}.heading{padding:26px 0 23px}h1{font-size:30px;letter-spacing:-1.5px}.title-dot{display:none}.eyebrow,.record span{font-size:7px;letter-spacing:1px}.record strong{font-size:20px}.game-layout{grid-template-columns:1fr;gap:17px}.sidebar{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-panel{grid-column:1/-1;padding:15px;display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.hero-panel .section-label{grid-column:1/-1}.health{margin:12px 0 0;font-size:24px;letter-spacing:4px}.stats{margin-top:12px}.stat{font-size:20px;gap:4px}.turn-panel{grid-column:1/-1;grid-row:2;padding:17px}.turn-panel h2{font-size:22px;margin:12px 0}#phase-help{min-height:0}.slots{margin-bottom:13px}.slot{min-height:61px}.enemies-panel,.rules{grid-column:1/-1}.page-footer{font-size:6px;letter-spacing:.7px;gap:15px}.board-heading{padding:16px 19px}.board-footer{padding:15px}.modal-card{padding:26px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
