*{box-sizing:border-box;margin:0}body{font-family:Georgia,serif;background:radial-gradient(ellipse at top,#2a1f3d,#14101f 70%);color:#e8e0d0;min-height:100vh}.game{max-width:1000px;margin:0 auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px}header{display:flex;justify-content:space-between;align-items:baseline}h1{font-size:1.6rem;background:linear-gradient(#ffb347,#d9534f);-webkit-background-clip:text;background-clip:text;color:transparent}.turn{opacity:.7}.stage{display:flex;justify-content:center}.stage canvas{max-width:100%;border-radius:12px;box-shadow:0 10px 40px #00000080}.hud{display:flex;align-items:center;justify-content:space-between}.energy{font-size:20px;font-weight:700;color:#ffd76e}.piles{opacity:.7;font-size:14px}.end-turn{font:inherit;font-weight:700;padding:10px 22px;border-radius:10px;border:2px solid #7a5c2e;background:linear-gradient(#b8862d,#8a5f1c);color:#fff;cursor:pointer}.end-turn:hover:not(:disabled){filter:brightness(1.15)}.end-turn:disabled{opacity:.4;cursor:default}.run-stats{display:flex;gap:16px;align-items:baseline;font-size:15px}.run-stats .hp{color:#ff8a80}.run-stats .xp{color:#d4b6ff;cursor:help}.result .unlock{color:#ffd76e;font-weight:700;margin-top:6px}.run-stats .gold{color:#ffd76e}.run-stats .relics{font-size:18px;cursor:help}.run-setup{display:flex;gap:14px;align-items:center;justify-content:center}.run-setup select{font:inherit;background:#221a30;color:#e8e0d0;border:1px solid #4a3c60;border-radius:6px;padding:2px 6px}.daily-board{margin:12px 0;text-align:left}.daily-board ol{margin:6px 0 0 22px}.welcome{display:flex;flex-direction:column;align-items:center;gap:18px;padding:24px 0 40px}.welcome .tagline{font-style:italic;opacity:.8;font-size:1.05rem}.hero-pick{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.hero-card{display:flex;flex-direction:column;align-items:center;gap:6px;width:240px;padding:18px 16px;font:inherit;color:#e8e0d0;cursor:pointer;background:#221a30;border:2px solid #4a3c60;border-radius:14px}.hero-card:hover{border-color:#b8aed0;transform:translateY(-3px)}.hero-card.selected{border-color:#ffd76e;background:#2c2244;box-shadow:0 0 24px #ffb34740}.hero-card img{height:140px;object-fit:contain}.hero-card .hero-emoji{font-size:40px}.hero-card img+.hero-emoji{display:none}.hero-card strong{font-size:1.15rem}.hero-card .hero-blurb{font-style:italic;font-size:13px;opacity:.8}.hero-card .hero-stats{font-size:14px;color:#ffd76e}.hero-card .hero-relic{font-size:12px;opacity:.65}.asc-pick select{font:inherit;background:#221a30;color:#e8e0d0;border:1px solid #4a3c60;border-radius:6px;padding:3px 8px;max-width:320px}.welcome-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.welcome-actions .big{font-size:1.1rem;padding:12px 28px}.welcome-meta{font-size:14px;color:#d4b6ff}.race-bar{display:flex;gap:18px;justify-content:center;font-size:14px;color:#ffd76e}.race-bar .race-dead{opacity:.5}.map-wrap{display:flex;justify-content:center;max-height:78vh;overflow-y:auto;background:#00000040;border-radius:12px}.map{width:690px;max-width:100%}.map .edge{stroke:#4a3c60;stroke-width:2;stroke-dasharray:4 4}.map .node circle{fill:#221a30;stroke:#4a3c60;stroke-width:2}.map .node text{font-size:18px;opacity:.45}.map .node.open{cursor:pointer}.map .node.open circle{stroke:#ffd76e;stroke-width:3;fill:#35284d}.map .node.open text{opacity:1}.map .node.open:hover circle{fill:#4a3866}.map .node.here circle{stroke:#7ee787;stroke-width:3}.map .node.here text{opacity:1}.panel{background:#221a30;border:2px solid #6b5335;border-radius:14px;padding:24px 28px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.panel h2{font-size:1.3rem}.panel .story{opacity:.85;font-style:italic;max-width:560px}.choice{font:inherit;padding:10px 18px;border-radius:10px;border:2px solid #7a5c2e;background:linear-gradient(#b8862d,#8a5f1c);color:#fff;cursor:pointer}.choice:hover:not(:disabled){filter:brightness(1.15)}.choice:disabled{opacity:.4;cursor:default}.ghost{font:inherit;padding:8px 16px;border-radius:10px;border:1px solid #4a3c60;background:none;color:#b8aed0;cursor:pointer}.ghost:hover{border-color:#b8aed0}.card-grid{display:flex;flex-wrap:wrap;gap:10px}.mini-card{display:flex;flex-direction:column;gap:4px;width:130px;min-height:120px;padding:8px;border-radius:10px;text-align:left;font:inherit;cursor:pointer;border:2px solid #6b5335;background:#2c2140;color:#e8e0d0;position:relative}.mini-card:disabled{cursor:default;opacity:.75}.mini-card:not(:disabled):hover{border-color:#ffd76e;transform:translateY(-3px)}.mini-card.attack{background:#3a2230}.mini-card.skill{background:#22303a}.mini-card .mc-cost{position:absolute;top:-8px;left:-8px;width:24px;height:24px;border-radius:50%;background:#b8862d;color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center}.mini-card .mc-name{font-weight:700;font-size:14px}.mini-card .mc-text{font-size:12px;opacity:.8}.mini-card .mc-art{width:100%;height:52px;object-fit:cover;border-radius:6px}.shop-item{display:flex;flex-direction:column;align-items:center;gap:4px}.shop-potions{display:flex;gap:8px;flex-wrap:wrap}.potions{display:flex;gap:6px}.potion{font-size:20px;padding:4px 8px;border-radius:8px;border:1px solid #6b5335;background:#2c2140;cursor:pointer}.potion:hover:not(:disabled){border-color:#ffd76e}.potion:disabled{opacity:.4;cursor:default}.map-potions{display:flex;gap:14px;align-items:center;font-size:20px}.map-potion{display:inline-flex;gap:4px;align-items:center}.shop-item .price{color:#ffd76e;font-size:13px}.settings{position:relative}.gear{font-size:18px;background:none;border:none;cursor:pointer;opacity:.75}.gear:hover{opacity:1}.settings-pop{position:absolute;right:0;top:30px;z-index:20;background:#221a30;border:1px solid #6b5335;border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;white-space:nowrap;box-shadow:0 8px 24px #00000080}.settings-pop label{display:flex;gap:8px;align-items:center;cursor:pointer}.settings-pop .kbd-hint{font-size:12px;opacity:.6}@media(max-width:720px){.game{padding:8px;gap:8px}h1{font-size:1.2rem}.run-stats{gap:8px;font-size:13px;flex-wrap:wrap}.hud{flex-wrap:wrap;gap:8px}.end-turn{padding:8px 16px}.map-wrap{max-height:65vh}.mini-card{width:104px;min-height:104px}.panel{padding:16px}.admin-body{flex-direction:column}.admin-body aside{width:auto;max-height:180px}}.admin{max-width:1100px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:14px}.admin.login{align-items:center;padding-top:80px;gap:20px}.admin.login input{font:inherit;padding:8px 12px;border-radius:8px;border:1px solid #4a3c60;background:#221a30;color:#e8e0d0}.admin.login button{font:inherit;margin-left:8px;padding:8px 16px;border-radius:8px;border:none;background:#b8862d;color:#fff;cursor:pointer}.admin header{display:flex;justify-content:space-between;align-items:baseline}.admin a{color:#b8aed0}.admin .error{color:#ff8a80}.admin .hint{opacity:.7}.admin-tabs{display:flex;gap:6px}.admin-tabs button{font:inherit;padding:6px 14px;border-radius:8px 8px 0 0;border:1px solid #4a3c60;border-bottom:none;background:#221a30;color:#b8aed0;cursor:pointer}.admin-tabs button.active{background:#35284d;color:#fff;font-weight:700}.admin-body{display:flex;gap:14px;min-height:420px}.admin-body aside{width:210px;overflow-y:auto;max-height:560px;background:#221a30;border-radius:10px;padding:8px}.admin-body aside ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:2px}.admin-body aside button{font:inherit;font-size:13px;width:100%;text-align:left;padding:4px 8px;border-radius:6px;border:none;background:none;color:#d8d0c0;cursor:pointer}.admin-body aside button:hover{background:#35284d}.admin-body aside button.active{background:#4a3866;color:#fff}.admin-body aside .new{color:#ffd76e;margin-bottom:6px}.admin-body main{flex:1;display:flex;flex-direction:column;gap:10px}.admin-body textarea{font-family:Consolas,monospace;font-size:13px;background:#16101f;color:#d8e8d0;border:1px solid #4a3c60;border-radius:10px;padding:12px}.admin-actions{display:flex;gap:10px;align-items:center}.admin-actions button{font:inherit;padding:8px 14px;border-radius:8px;border:1px solid #7a5c2e;background:linear-gradient(#b8862d,#8a5f1c);color:#fff;cursor:pointer}.admin-actions button:disabled{opacity:.4;cursor:default}.admin-actions .status{color:#7ee787;font-size:14px}.preview{display:flex;gap:12px;align-items:center}.art-result pre{white-space:pre-wrap;font-size:12px;color:#b8aed0;background:#16101f;border-radius:8px;padding:10px}.art-result img{max-width:240px;border-radius:10px;border:1px solid #4a3c60}.playtest{border:2px solid #6b5335;border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.playtest-head{display:flex;justify-content:space-between}.playtest-head button{font:inherit;background:none;border:1px solid #4a3c60;color:#b8aed0;border-radius:6px;cursor:pointer}.balance table{border-collapse:collapse}.balance th,.balance td{padding:4px 14px;text-align:left;border-bottom:1px solid #35284d}.balance th{color:#ffd76e}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center}.result{background:#221a30;border:2px solid #6b5335;border-radius:14px;padding:36px 48px;text-align:center}.result h2{margin-bottom:18px}.result button{font:inherit;padding:10px 24px;border-radius:10px;border:none;background:#b8862d;color:#fff;cursor:pointer}
