:root{color-scheme:dark;--bg: #14110e;--panel: #1f1a16;--ink: #f3eadb;--muted: #b5a896;--line: #3a322b;--accent: #d46a2e;--ok: #7aa85a;--bad: #c45a4c;--warn: #c9a227;--room: #2a241e;--cell: 64px;--tap: 2.75rem;--page-pad-x: 1.5rem;--page-pad-y: 1.25rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{margin:0;min-height:100%;max-width:100%;overflow-x:clip;background:var(--bg);color:var(--ink);font-family:Iowan Old Style,Palatino Linotype,Palatino,serif}button,select,input{font:inherit}button:not(.cell):not(.level-card){touch-action:manipulation}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app{max-width:1180px;margin:0 auto;padding:max(var(--page-pad-y),env(safe-area-inset-top,0px)) max(var(--page-pad-x),env(safe-area-inset-right,0px)) max(2.5rem,env(safe-area-inset-bottom,0px)) max(var(--page-pad-x),env(safe-area-inset-left,0px))}.app h1{margin:0 0 .25rem;font-size:1.75rem;letter-spacing:.02em;overflow-wrap:anywhere}.lede,.honesty,.hint{color:var(--muted);line-height:1.45;overflow-wrap:break-word}.lede,.honesty{max-width:70ch}a{color:var(--accent)}.honesty{border-left:3px solid var(--warn);padding:.4rem .75rem;margin:.75rem 0 1.25rem}.honesty summary{cursor:pointer;font-weight:600;color:var(--ink)}.honesty p{margin:.55rem 0 0}.how-to{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:.85rem 1rem;margin:.85rem 0 1rem}.how-to h2{margin:0 0 .35rem;font-size:1.05rem}.how-to ol{margin:.4rem 0 .65rem 1.2rem;color:var(--ink);line-height:1.5}.learn-link{margin:.35rem 0 0;font-weight:700}.learn-link a{color:var(--accent)}.start-here{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.1rem}.start-here .cta{background:var(--accent);color:#14110e;border:1px solid var(--accent);border-radius:8px;padding:.65rem .95rem;font-weight:700;cursor:pointer}.start-here .cta-secondary{background:var(--room);color:var(--ink);border-color:var(--accent)}.start-here .cta:disabled{opacity:.45;cursor:not-allowed}.section-label{margin:.85rem 0 .55rem;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.badge-start{align-self:flex-start;background:var(--accent);color:#14110e;border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:700}.level-card.start-here-card{border-color:var(--accent)}.layout{display:grid;grid-template-columns:220px 1fr 280px;gap:1rem}.layout>*{min-width:0}@media (max-width: 900px){.layout{grid-template-columns:1fr}}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:.85rem;max-width:100%}.panel h2{margin:0 0 .6rem;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.generate{margin-top:1.5rem}.tray{display:flex;flex-direction:column;gap:.45rem}button:not(.cell):not(.level-card){background:var(--room);color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:.45rem .6rem;cursor:pointer;text-align:left}.tray button.selected,.orient button.selected,.filters button.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}button:disabled{opacity:.45;cursor:not-allowed}.orient{display:flex;flex-wrap:wrap;gap:.35rem;margin:.5rem 0 .75rem}.btn-block{width:100%;text-align:center}.board-wrap{overflow:auto;max-width:100%;max-height:min(70vh,36rem);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-x pan-y}.board{display:grid;gap:4px;justify-content:center}.cell{width:var(--cell);height:var(--cell);min-width:var(--cell);min-height:var(--cell);border:1px dashed var(--line);border-radius:6px;background:#181410;color:var(--ink);cursor:pointer;padding:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;touch-action:manipulation}.cell.filled{border-style:solid;background:var(--room)}.cell.hero{outline:2px solid var(--accent)}.cell .kind{font-weight:700;font-size:1.1rem}.cell .meta{display:block;font-size:.7rem;color:var(--muted)}.cell.selected-room{box-shadow:inset 0 0 0 2px var(--accent)}.cell.preview{border-style:dashed;border-color:var(--accent);background:#2a2118}.cell.anchor .kind{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:2px}.tray-hatch{display:block;margin-top:.15rem;font-size:.72rem;color:var(--accent);font-weight:400}.hatch-compass{display:grid;grid-template:1.15rem 1.15rem 1.15rem / 1.15rem 1.15rem 1.15rem;place-items:center;width:fit-content;margin:.35rem 0 .55rem;color:var(--muted);font-size:.85rem}.hatch-compass .live{color:var(--accent);font-weight:700}.hatch-mark{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hatch-notch{position:absolute;background:#181410}.hatch-notch.east{right:0;top:50%;width:7px;height:12px;transform:translateY(-50%);border-radius:2px 0 0 2px}.hatch-notch.west{left:0;top:50%;width:7px;height:12px;transform:translateY(-50%);border-radius:0 2px 2px 0}.hatch-notch.north{top:0;left:50%;width:12px;height:7px;transform:translate(-50%);border-radius:0 0 2px 2px}.hatch-notch.south{bottom:0;left:50%;width:12px;height:7px;transform:translate(-50%);border-radius:2px 2px 0 0}.hatch-notch.primary{background:var(--accent)}.hatch-arrow{position:absolute;color:var(--accent);font-size:1.15rem;font-weight:700;line-height:1;text-shadow:0 0 4px #14110e}.hatch-arrow.east{right:6px;top:50%;transform:translateY(-50%)}.hatch-arrow.west{left:6px;top:50%;transform:translateY(-50%)}.hatch-arrow.north{top:2px;left:50%;transform:translate(-50%)}.hatch-arrow.south{bottom:2px;left:50%;transform:translate(-50%)}.issues{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.issues li{font-size:.85rem;color:var(--bad);overflow-wrap:break-word}.ok{color:var(--ok);font-size:.9rem}.controls{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0}.log{max-height:280px;overflow:auto;margin:0;padding:.4rem .6rem;background:#181410;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;line-height:1.45;-webkit-overflow-scrolling:touch;overflow-wrap:anywhere}.hp{margin:.4rem 0;font-size:.9rem;overflow-wrap:anywhere;display:flex;flex-direction:column;gap:.28rem}.hp-head{margin:0}.hero-icon{display:inline-block;width:28px;height:28px;vertical-align:middle;flex-shrink:0;border-radius:6px;background:#0d1117;box-shadow:0 0 0 1px var(--line)}.hero-icon-sm{width:22px;height:22px}.hero-icon-md{width:28px;height:28px}.hero-icon-lg{width:40px;height:40px}.hero-type-row,.hero-roster{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .55rem}.hero-roster{margin:0 0 .55rem}.hero-type-chip,.hero-roster-item,.choix-label{display:inline-flex;align-items:center;gap:.3rem}.hero-roster-item{font-size:.85rem}.hero-roster-item.dead{opacity:.5}.hero-roster-item.active{color:var(--accent)}.hero-legend{margin:.65rem 0 .75rem;padding-top:.45rem;border-top:1px solid var(--line)}.hero-legend .hint{margin:0 0 .35rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.cell-heroes{display:flex;gap:2px;justify-content:center;margin-bottom:1px;z-index:1}.cell .hero-icon{width:min(20px,calc(var(--cell) * .38));height:min(20px,calc(var(--cell) * .38))}.issues span{color:var(--bad);font-size:.85rem}.filters{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .85rem}.filters button{border-radius:999px;padding:.3rem .7rem;text-align:center}.level-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:.75rem;margin-top:.85rem}.level-card{display:flex;flex-direction:column;gap:.25rem;width:100%;background:var(--room);color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:.7rem .8rem;cursor:pointer;text-align:left;touch-action:manipulation;overflow-wrap:anywhere}.level-card.selected{border-color:var(--accent)}@media (hover: hover){.level-card:hover:not(:disabled){border-color:var(--accent)}}.level-card:disabled{opacity:.55;cursor:not-allowed}.level-card .title{font-weight:700}.level-card .meta,.level-card .reason{font-size:.8rem;color:var(--muted)}.level-card .reason{color:var(--warn)}.level-card .hero-type-row{margin-top:.15rem}.level-card .hero-type-chip{font-size:.78rem;color:var(--muted)}.banner{border-radius:8px;padding:.65rem .8rem;margin:.5rem 0;font-weight:700;overflow-wrap:break-word}.banner.win{background:#24331c;color:var(--ok)}.banner.loss{background:#3a1f1c;color:var(--bad)}.banner.stalemate{background:#332b16;color:var(--warn)}.setup{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1rem}.setup label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--muted)}.setup select,.setup input{background:#181410;color:var(--ink);border:1px solid var(--line);border-radius:6px;padding:.45rem .55rem;min-height:var(--tap);width:100%;max-width:100%;font-size:1rem}.toggle{display:flex;align-items:flex-start;gap:.6rem;min-height:var(--tap);padding:.35rem 0;color:var(--muted);line-height:1.45;max-width:100%}.toggle input{width:1.25rem;height:1.25rem;margin:.2rem 0 0;flex-shrink:0;accent-color:var(--accent)}.topbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:0 0 .75rem;position:sticky;top:0;z-index:8;background:var(--bg);padding:.35rem 0 .55rem}.play-title{margin:0;font-size:1.35rem;flex:1 1 10rem;min-width:0;overflow-wrap:anywhere}@media (max-width: 720px){:root{--page-pad-x: 1rem;--page-pad-y: 1rem;--cell: 56px}.app h1{font-size:1.55rem}.lede,.honesty{max-width:none;font-size:.98rem;line-height:1.5}.honesty{padding:.55rem .75rem}.panel{padding:.75rem}.tray{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.tray button,.controls button,.orient button,.topbar button,.btn-block,.filters button,.level-card{min-height:var(--tap)}.orient button{flex:1 1 calc(50% - .35rem);text-align:center}.filters button{padding:.5rem .85rem}.controls button{flex:1 1 calc(50% - .4rem);text-align:center}.play-title{font-size:1.2rem}.cell .kind{font-size:1rem}.board-wrap{max-height:min(62vh,28rem)}}@media (max-width: 480px){:root{--page-pad-x: .75rem;--page-pad-y: .85rem;--cell: 48px}.app h1{font-size:1.4rem}.lede,.honesty,.hint{font-size:.95rem}.panel h2,.section-label{font-size:.92rem}.tray{grid-template-columns:1fr}.tray-hatch{font-size:.68rem}.cell .kind{font-size:.92rem}.cell .meta{font-size:.62rem}.hatch-arrow{font-size:.95rem}.play-title{font-size:1.1rem;flex-basis:100%}.topbar button{min-height:var(--tap)}.board{gap:3px}.board-wrap{max-height:min(58vh,24rem)}.log{max-height:12rem;font-size:.7rem}}
