*{box-sizing:border-box}body{margin:0;font-family:Avenir Next,Segoe UI,system-ui,-apple-system,sans-serif;background:#2b2118;color:#f5efe0}#root{min-height:100vh;display:flex;flex-direction:column}.screen{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;max-width:560px;margin:0 auto;width:100%}.center{justify-content:center;font-size:1.3rem}h1{font-size:2.2rem;margin:8px 0;color:#e9c46a}.big-input,.big-button{font-size:1.25rem;padding:14px 20px;border-radius:14px;border:2px solid #6b5638;width:100%;min-height:56px}.big-input{background:#f5efe0;color:#2b2118}.big-button{background:#6b5638;color:#f5efe0;cursor:pointer}.big-button.primary{background:#2a9d8f;border-color:#2a9d8f}.big-button:disabled{opacity:.45;cursor:default}.join-row{display:flex;gap:10px;width:100%}.code-input{text-transform:uppercase;letter-spacing:.3em;text-align:center}.room-code{font-size:3rem;letter-spacing:.4em;padding:12px 24px 12px 36px;background:#453626;border-radius:16px;color:#e9c46a}.share-hint,.hint{color:#cbbfa5;margin:0}.player-list{list-style:none;padding:0;margin:0;width:100%;font-size:1.3rem}.player-list li{display:flex;align-items:center;gap:12px;padding:10px 6px}.player-dot{width:20px;height:20px;border-radius:50%;display:inline-block}.host-badge{color:#cbbfa5;font-size:1rem}.away-badge{color:#e9967a;font-size:.95rem}.player-list li.away,.player-chip.away{opacity:.5}.reconnect-ribbon{position:fixed;top:0;left:0;right:0;z-index:20;text-align:center;padding:6px;background:#b8860b;color:#2b2118;font-weight:700}.hero-pick{color:#e9c46a;font-size:1.05rem}.hero-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;width:100%}.hero-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:14px;border:3px solid #6b5638;background:#453626;color:#f5efe0;cursor:pointer;font-size:1rem}.hero-card.mine{border-color:#2a9d8f;background:#1e5a54}.hero-card:disabled{opacity:.45;cursor:default}.hero-glyph{font-size:2rem}.hero-name{font-weight:700}.hero-ability{font-size:.85rem;color:#cbbfa5}.hero-taken{font-size:.8rem;color:#e9c46a}.game{max-width:900px}.turn-banner{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;padding:12px 18px;border-radius:14px;border:3px solid;background:#453626}.turn-banner.my-turn{background:#1e5a54;animation:my-turn-glow 1.6s ease-in-out infinite}@keyframes my-turn-glow{0%,to{box-shadow:0 0 #2a9d8f00}50%{box-shadow:0 0 18px #2a9d8fcc}}.board{width:100%;max-height:65vh;touch-action:manipulation}.tile-floor{fill:#d9c49a}.tile-wall{stroke:#4a3826;stroke-width:6;stroke-linecap:square}.hero-initial{fill:#fff;font-size:15px;font-weight:700;pointer-events:none}.move-target{fill:#2a9d8f59;stroke:#2a9d8f;stroke-width:3;stroke-dasharray:8 6;cursor:pointer}.move-target:hover{fill:#2a9d8f8c}.explore-target rect{fill:#e9c46a2e;stroke:#e9c46a;stroke-width:3;stroke-dasharray:8 6;cursor:pointer}.explore-target text{fill:#e9c46a;font-size:36px;font-weight:700;pointer-events:none}.explore-target:hover rect{fill:#e9c46a59}.teleport-target{fill:#9d4edd4d;stroke:#9d4edd;stroke-width:3;stroke-dasharray:8 6;cursor:pointer}.teleport-target:hover{fill:#9d4edd80}.fireball-target{cursor:pointer}.fireball-target circle{fill:#e63946d9;stroke:#7a1f1f;stroke-width:3}.fireball-target text{font-size:18px;pointer-events:none}.pending-cell{fill:#e9c46a4d;stroke:#e9c46a;stroke-width:3}.tile-floor.room{fill:#c4a36e}.tile-floor.start{fill:#b8c9a3}.fountain-stone{fill:#9aa5b1;stroke:#5f6b78;stroke-width:3}.feature-fountain{fill:#4cc9f0;stroke:#1d7fa8;stroke-width:2}.fountain-ripple{fill:none;stroke:#e6f7ff;stroke-width:2;stroke-linecap:round}.feature-portal{fill:#2b1a3d;stroke:#9d4edd;stroke-width:4}.portal-swirl{fill:none;stroke:#c77dff;stroke-width:3;stroke-linecap:round}.placement-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10}.placement-panel{background:#453626;border-radius:20px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;width:min(90vw,360px)}.placement-panel h2{margin:0;color:#e9c46a}.tile-preview{width:180px;height:180px}.placement-buttons{display:flex;gap:12px;width:100%}.item-glyph{font-size:34px;pointer-events:none}.item-actions{width:100%;display:flex;flex-direction:column;gap:10px;align-items:center}.player-bar{width:100%;display:flex;flex-wrap:wrap;gap:8px}.player-chip{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:12px;background:#453626;border:2px solid transparent;font-size:1rem}.player-chip.active{border-color:#e9c46a}.player-chip .player-dot{width:14px;height:14px}.player-chip-stats{display:flex;gap:6px;align-items:center}.chip-bonus{color:#e9c46a;font-weight:700}.monster-strength{fill:#fff;font-size:13px;font-weight:800;pointer-events:none}.monster-sprite{vertical-align:middle;filter:drop-shadow(0 2px 3px rgba(0,0,0,.35))}.combat-banner{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px;border-radius:14px;border:3px solid;animation:combat-pop .35s ease-out}@keyframes combat-pop{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.combat-banner.win{background:#1e5a2f;border-color:#4caf50}.combat-banner.tie{background:#4a4426;border-color:#e9c46a}.combat-banner.lose{background:#5a1e1e;border-color:#e63946}.combat-panel{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px;border-radius:14px;border:3px solid #e9c46a;background:#453626;animation:combat-pop .35s ease-out}.combat-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.combat-actions .big-button{width:auto}.big-button.danger{background:#8c2f39;border-color:#e63946}.combat-loot{font-size:1.1rem;color:#e9c46a}.icon{vertical-align:-3px}.player-chip-name,.player-chip-stats,.chip-gems{display:inline-flex;align-items:center;gap:4px}.chip-hearts{display:inline-flex;gap:0}.big-button .icon{vertical-align:-3px;margin-right:2px}.hero-pick{display:inline-flex;align-items:center;gap:5px}.victory-list{list-style:none;padding:0;margin:0;width:100%;font-size:1.25rem;display:flex;flex-direction:column;gap:10px}.victory-list li{display:flex;align-items:center;gap:10px}.victory-list li.winner{font-weight:800;color:#e9c46a}.token-choice{border-width:4px}.combat-heading{font-size:1.15rem}.combat-roll{display:flex;align-items:center;gap:10px}.die{width:44px;height:44px}.die rect{fill:#f5efe0;stroke:#2b2118;stroke-width:4}.die circle{fill:#2b2118}.combat-vs{font-size:1.4rem;font-weight:700;display:flex;align-items:center;gap:8px}.combat-monster-chip{padding:2px 10px;border-radius:10px;font-size:1.05rem}.combat-bonus{font-size:1.2rem;font-weight:700;color:#e9c46a}.combat-outcome{font-size:1.3rem;font-weight:800}.game-footer{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px}.game-footer .big-button{width:auto}.round{color:#cbbfa5}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#e63946;color:#fff;padding:14px 22px;border-radius:14px;font-size:1.15rem;box-shadow:0 4px 16px #0006;cursor:pointer}
