:root{--game-map-font-size: 1rem;--effect-duration-scale: 1;color:#d8e2d2;background:#050708;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-synthesis:none}:root[data-font-scale=small]{--game-map-font-size: .85rem}:root[data-font-scale=large]{--game-map-font-size: 1.15rem}:root.high-contrast{color:#fff;background:#000}:root.high-contrast body,:root.high-contrast .terminal,:root.high-contrast dialog{color:#fff;background:#000}:root.high-contrast .cell.visible,:root.high-contrast #map{color:#fff;text-shadow:none}:root.high-contrast .cell.explored{color:#929292}:root.high-contrast .status-warning{color:#ffe08a}:root.high-contrast .status-danger,:root.high-contrast .effect-damage{color:#ff9b8d}*{box-sizing:border-box}html,body{min-height:100%}[hidden]{display:none!important}body{margin:0;min-width:320px;background:radial-gradient(circle at top,#152019 0%,transparent 38rem),#050708;overflow-x:hidden;overflow-y:auto}#app{min-height:100vh;min-height:100dvh}button{border:1px solid #627265;border-radius:2px;padding:.55rem .8rem;color:#d8e2d2;background:#111714;font:inherit;cursor:pointer;min-height:2.75rem}.panel{width:min(38rem,100%);margin:clamp(2rem,10vh,7rem) auto;border:1px solid #536056;padding:clamp(1rem,5vw,3rem);background:#080b0df2;box-shadow:0 1.5rem 4rem #000c;text-align:center}.title-logo{overflow:hidden;margin:0 0 1.5rem;text-align:center;color:#e8f5bd;font-size:clamp(.72rem,3.5vw,1rem);line-height:1.5}.screen-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.25rem}.meta{color:#819087;font-size:.78rem}button:hover:not(:disabled),button:focus-visible{border-color:#b7ce91;color:#efffcf;outline:none}button:disabled{cursor:not-allowed;opacity:.38}.game-shell{width:min(100%,92rem);min-width:0;min-height:100vh;min-height:100dvh;margin:0 auto;padding:1.5rem}.game-menu{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.75rem}.game-menu-title{flex:0 0 auto;color:#e8f5bd;font-size:.9rem;font-weight:600;letter-spacing:.12em}header{justify-content:flex-end}h1{margin:0;color:#e8f5bd;font-size:clamp(1.55rem,3vw,2.5rem);letter-spacing:.13em;text-shadow:0 0 1rem #8caa5c55}.eyebrow{margin:0 0 .3rem;color:#708078;font-size:.68rem;letter-spacing:.25em}.actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.terminal{border:1px solid #536056;border-radius:3px;background:#080b0d;box-shadow:0 1.5rem 4rem #000c,inset 0 0 3rem #0008}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-template-areas:"main sidebar";min-width:0;align-items:start}.game-layout.environment-shake{animation:environment-shake .22s ease-out}@keyframes environment-shake{0%,to{transform:translate(0)}30%{transform:translate(-2px)}65%{transform:translate(2px)}}@media(prefers-reduced-motion:reduce){.game-layout.environment-shake,.game-layout.combat-shake{animation:none}.map-effect{animation:none;transition:none}}.game-main{grid-area:main;display:flex;flex-direction:column;min-width:0;min-height:0}#map-scroll{position:relative;overflow-x:auto;overflow-y:hidden;padding:1rem}#effect-overlay{position:absolute;inset:1rem;width:80ch;font-size:var(--game-map-font-size);line-height:1.08;pointer-events:none}.map-effect{position:absolute;z-index:2;min-width:1ch;height:1.08em;color:#f0c080;font:inherit;line-height:1.08;white-space:nowrap;pointer-events:none;text-shadow:0 0 .35rem #000;animation:effect-pop .1s ease-out}.effect-damage,.effect-death,.effect-status,.effect-miss{color:#ef9b83}.effect-heal{color:#a8d49d}.effect-damage,.effect-heal,.effect-status,.effect-miss{transform:translate(.6ch,-.65em)}@keyframes effect-pop{0%{opacity:.7;transform:scale(.96)}to{opacity:1}}.game-layout.combat-shake{animation:combat-shake .14s ease-out}@keyframes combat-shake{0%,to{transform:translate(0)}45%{transform:translate(-1px)}75%{transform:translate(1px)}}#map{width:max-content;min-width:80ch;color:#dce8ca;font-size:var(--game-map-font-size);line-height:1.08;-webkit-user-select:none;user-select:none}.map-line{height:1.08em;white-space:pre}.cell{display:inline-block;width:1ch}.cell.explored{color:#566059}.cell.visible{color:#dce8ca;text-shadow:0 0 .35rem #aeca8580}.cell.sensed-monster{color:#93a69a;opacity:.72;text-shadow:none}.status-sidebar{grid-area:sidebar;min-width:0;min-height:0;border-left:1px solid #303834;padding:.85rem;color:#b9c5bd;white-space:pre-wrap;line-height:1.45}.sidebar-game-title{margin:0 0 .85rem;border-bottom:1px solid #303834;padding-bottom:.55rem;color:#d8e2d2;font-size:.82rem;font-weight:600;letter-spacing:.12em}#status{overflow-wrap:anywhere}.status-normal{color:inherit}.status-warning{color:#e0bd72}.status-danger{color:#ef8f78}.status-effect{border-left:2px solid #e0bd72;padding-left:.4rem;color:#e0bd72}.status-compact{display:none}.connection-status{display:grid;gap:.25rem;margin-top:1rem;border-top:1px solid #303834;padding-top:.65rem;color:#6f7d75;font-size:.7rem;line-height:1.35;overflow-wrap:anywhere}.sound-settings{display:grid;gap:.4rem;margin-top:.75rem;font-size:.7rem;text-align:left}.sound-settings button{min-height:2.25rem;padding:.35rem .5rem}.sound-settings label{display:grid;grid-template-columns:auto auto;justify-content:space-between;gap:.2rem .5rem}.sound-settings input[type=range]{grid-column:1 / -1;width:100%;max-width:100%}.title-screen>.sound-settings{width:min(18rem,100%);margin:1rem auto 0}dialog>.sound-settings{margin-top:1rem}.game-over{border-top:1px solid #8b4238;padding:1rem;color:#b9c5bd;line-height:1.55;text-align:left}.game-over>:first-child{margin-bottom:.35rem;font-weight:700;text-align:center}.inventory-overlay{border-top:1px solid #718164;padding:1rem;color:#dce8ca;background:#0b100d}.inventory-overlay h2{margin:0 0 .75rem;color:#e8f5bd}#ground-item-list{display:grid;gap:.35rem;min-height:2rem;white-space:pre-wrap;overflow-wrap:anywhere}.inventory-summary{margin:0 0 .75rem;color:#b9c5bd}.inventory-overlay p{margin:.75rem 0 0;color:#718078}.input-prompt{padding:.75rem 1rem;color:#efffcf;background:#101812;overflow-wrap:anywhere}.message-area{min-width:0;min-height:0;border-top:1px solid #303834}.messages{min-height:4.35rem;max-height:6.5rem;overflow-y:auto;padding:.75rem 1rem;color:#9ca9a0;line-height:1.45;overflow-wrap:anywhere}.messages.compact{min-height:2.8rem;max-height:4.25rem}.settings-panel{display:grid;gap:.8rem;margin-top:1rem;text-align:left}.settings-panel fieldset{display:grid;min-width:0;gap:.6rem;border:1px solid #536056;padding:.75rem}.settings-panel legend{color:#e8f5bd}.settings-panel label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.5rem}.settings-panel input[type=range],.settings-panel select{grid-column:1 / -1;width:100%;min-height:2.4rem;font:inherit}dialog{position:fixed;inset:0;z-index:1000;width:min(68rem,calc(100vw - 2rem));border:1px solid #7b8c79;border-radius:3px;color:#d8e2d2;background:#0c110f;box-shadow:0 2rem 5rem #000;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem);overflow-x:hidden;overflow-y:auto}html:has(dialog:modal),body:has(dialog:modal){overflow:hidden}dialog::backdrop{background:#000b}.help-header{display:flex;align-items:center;justify-content:space-between}.help-header h2{margin:0;color:#e8f5bd}.help-header button{border:0;font-size:1.5rem}dl{display:grid;grid-template-columns:minmax(9rem,1fr) 2fr;gap:.7rem 1rem;margin-bottom:0}dt{color:#b7ce91}dd{margin:0;color:#9ca9a0}.dialog-content{max-width:100%;overflow:auto;color:#b9c5bd;font:inherit;line-height:1.55;white-space:pre-wrap}.help-layout,.history-grid,.knowledge-content{min-width:0}.help-columns,.inventory-columns,.history-grid,.knowledge-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.9rem 1.5rem;align-items:start}.help-objective{margin-bottom:.9rem}.help-column{display:grid;min-width:0;gap:.9rem;align-content:start}.help-layout section{min-width:0}.help-layout h3{margin:0 0 .25rem;color:#b7ce91;font-size:1rem}.knowledge-grid section{min-width:0}.knowledge-grid h3{margin:0 0 .5rem;color:#b7ce91;font-size:1rem}.knowledge-list{display:grid;gap:.45rem;margin:0;padding-left:1.4rem}.knowledge-list li{overflow-wrap:anywhere}.inventory-column{display:grid;min-width:0;gap:.4rem;align-content:start}.inventory-item{min-width:0;overflow-wrap:anywhere}.dialog-prompt{margin:.9rem 0 0;color:#9ca9a0;overflow-wrap:anywhere}.end-message{display:grid;gap:.9rem;padding:1rem 0;overflow-wrap:anywhere}.end-message p{margin:0}.end-message-headline,.end-message-closing{color:#e8f5bd;font-weight:700}.history-grid ol{min-width:0;margin:0;padding-left:2rem}.history-grid li{margin-bottom:.4rem;overflow-wrap:anywhere}.ending-history{display:grid;gap:1rem;min-width:0}.ending-results{border-top:1px solid #303834;padding-top:.75rem}.ending-results summary{width:fit-content;cursor:pointer;color:#b7ce91}.ending-result-lines{margin-top:.75rem}.history-navigation{margin-top:1rem}.game-dialog-actions{display:grid;gap:.65rem;margin-top:1rem}.game-dialog-actions button{display:grid;justify-items:start;gap:.2rem;width:100%;text-align:left}.game-dialog-actions span{color:#9ca9a0;font-size:.82rem}#game-dialog,#confirm-dialog{width:min(30rem,calc(100vw - 2rem))}#game-dialog-error:empty{display:none}@media(min-width:900px){.inventory-columns,.help-columns,.history-grid,.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-columns{grid-template-columns:minmax(0,1.5fr) minmax(16rem,1fr);gap:2rem}.ending-history .history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}#copy-fallback{width:100%;min-height:11rem;margin-top:1rem;color:#d8e2d2;background:#050708;font:inherit}@media(max-width:767px){:root{--game-map-font-size: .72rem}:root[data-font-scale=small]{--game-map-font-size: .62rem}:root[data-font-scale=large]{--game-map-font-size: .84rem}.game-shell{padding:.75rem}.game-menu{align-items:start;flex-direction:column}.actions{justify-content:flex-start}.actions button,.screen-actions button{flex:1 1 7rem}.game-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"main" "sidebar"}.status-sidebar{padding:0;border:0}.sidebar-game-title,.status-sidebar #status{display:none}.connection-status{display:flex;flex-wrap:wrap;gap:.25rem 1rem;margin:0;border-top:1px solid #303834;padding:.4rem .65rem;font-size:.68rem}.status-compact{display:block;padding:.55rem .65rem;border-bottom:1px solid #303834;color:#b9c5bd;font-size:.78rem;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere}#map-scroll{padding:.5rem}#effect-overlay{inset:.5rem}#map{font-size:var(--game-map-font-size)}.messages{min-height:4rem;max-height:5.5rem;padding:.55rem .65rem;font-size:.82rem}.input-prompt{padding:.55rem .65rem;font-size:.82rem}}@media(max-width:420px){.game-shell{padding:.45rem}.game-menu{gap:.5rem}.game-menu-title{font-size:.8rem}h1{font-size:1.3rem}.actions{gap:.3rem}.actions button{min-height:2.35rem;padding:.4rem .5rem;font-size:.72rem}}
