:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--gold: #f0c040;--red: #e74c3c;--green: #2ecc71;--blue: #3498db;--purple: #9b59b6;--dark-bg: #0d1117;--card-bg: #161b22;--border: rgba(255, 255, 255, .1);--text: #e6edf3;--text-muted: rgba(255, 255, 255, .55)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--dark-bg);color:var(--text)}.game-shell{min-height:100vh;display:flex;flex-direction:column}.title-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;background:linear-gradient(180deg,#0d1117,#1a1a2e,#16213e);text-align:center}.title-art{display:flex;flex-direction:column;align-items:center;gap:.5rem}.axe-icon{font-size:5rem;filter:drop-shadow(0 0 20px rgba(240,192,64,.5));animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.title-screen h1{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--gold),#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--text-muted);font-size:1.1rem}.title-form{display:flex;flex-direction:column;align-items:center;gap:1rem}.title-form label{font-size:.9rem;color:var(--text-muted)}.title-form input{padding:.75rem 1.25rem;border:1px solid var(--border);border-radius:.5rem;background:var(--card-bg);color:var(--text);font-size:1rem;width:250px;text-align:center;outline:none}.title-form input:focus{border-color:var(--gold)}.title-lore{max-width:500px;color:var(--text-muted);font-size:.9rem;font-style:italic}.btn{padding:.6rem 1.2rem;border:1px solid var(--border);border-radius:.4rem;background:var(--card-bg);color:var(--text);cursor:pointer;font-size:.9rem;transition:all .15s}.btn:hover:not(:disabled){background:#ffffff14}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--gold),#e67e22);color:#000;border-color:var(--gold);font-weight:600}.btn-primary:hover:not(:disabled){filter:brightness(1.1)}.btn-large{padding:.8rem 2rem;font-size:1.1rem}.btn-small{padding:.3rem .7rem;font-size:.8rem}.btn-attack{background:var(--red);border-color:var(--red);color:#fff;font-weight:600}.btn-skill{background:var(--purple);border-color:var(--purple);color:#fff}.btn-potion{background:var(--green);border-color:var(--green);color:#000;font-weight:600}.btn-flee{background:#555;border-color:#555}.btn-buy{background:var(--gold);border-color:var(--gold);color:#000;font-weight:600}.btn-secondary{background:#ffffff0d}.status-bar{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:var(--card-bg);border-bottom:1px solid var(--border);flex-wrap:wrap}.status-left{display:flex;align-items:center;gap:.5rem}.hero-name-display{font-weight:700;font-size:1rem}.level-badge{background:var(--gold);color:#000;padding:.15rem .5rem;border-radius:.3rem;font-size:.75rem;font-weight:700}.status-center{flex:1;min-width:200px;display:flex;flex-direction:column;gap:.3rem}.bar-group{display:flex;flex-direction:column;gap:.15rem}.bar-label{font-size:.7rem;color:var(--text-muted)}.bar{height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;transition:width .3s ease}.hp-fill{background:linear-gradient(90deg,var(--red),#c0392b)}.hp-fill.enemy-hp{background:linear-gradient(90deg,#e74c3c,#c0392b)}.xp-fill{background:linear-gradient(90deg,var(--blue),#2980b9)}.status-right{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.stat{font-size:.85rem;color:var(--text-muted)}.location-stat{color:var(--gold);font-weight:600}.game-view{display:flex;flex:1;gap:0}.game-main{flex:1;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.location-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem}.location-panel h2{font-size:1.3rem;margin-bottom:.5rem}.location-desc{color:var(--text-muted);margin-bottom:1.25rem;font-style:italic}.explore-actions{display:flex;gap:.75rem;flex-wrap:wrap}.map-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem}.map-panel h3{margin-bottom:1rem;font-size:1rem}.map-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.map-tile{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem .75rem;background:#ffffff08;border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:all .15s;color:var(--text)}.map-tile:hover:not(:disabled){border-color:var(--gold);background:#f0c04014}.map-tile.active{border-color:var(--gold);background:#f0c0401f;box-shadow:0 0 12px #f0c04033}.map-tile.locked{opacity:.4;cursor:not-allowed}.map-emoji{font-size:2rem}.map-name{font-size:.8rem;font-weight:600}.map-req{font-size:.7rem;color:var(--red)}.side-panels{width:280px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 1.5rem 0}.equip-panel,.inventory-panel,.skills-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:1rem}.equip-panel h3,.inventory-panel h3,.skills-panel h3{font-size:.9rem;margin-bottom:.75rem;color:var(--gold)}.equip-slot{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.3rem}.slot-label{color:var(--text-muted)}.empty-text{color:var(--text-muted);font-size:.8rem;font-style:italic}.inventory-list{display:flex;flex-direction:column;gap:.4rem}.inventory-item,.skill-entry{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;padding:.3rem 0;border-bottom:1px solid var(--border)}.skill-entry.locked{opacity:.4}.skill-entry.unlocked .skill-name{color:var(--purple);font-weight:600}.skill-req{font-size:.7rem;color:var(--red)}.combat-view{flex:1;display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}.combat-arena{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem}.combatant{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:180px}.combatant-icon{font-size:4rem}.player-side .combatant-icon{filter:drop-shadow(0 0 15px rgba(52,152,219,.5))}.enemy-side .combatant-icon{filter:drop-shadow(0 0 15px rgba(231,76,60,.5))}.combatant-name{font-weight:700;font-size:1rem}.combatant .hp-text{font-size:.8rem;color:var(--text-muted)}.combatant .combat-stats{font-size:.75rem;color:var(--text-muted)}.combatant .bar{width:100%}.vs{font-size:1.5rem;font-weight:800;color:var(--gold)}.combat-log{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:1rem;min-height:100px;max-height:150px;overflow-y:auto}.log-entry{font-size:.85rem;color:var(--text-muted);padding:.2rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.log-entry:last-child{color:var(--text);border-bottom:none}.combat-actions{display:flex;gap:.75rem;flex-wrap:wrap}.shop-view{flex:1;padding:1.5rem}.shop-view h2{margin-bottom:.5rem}.shop-greeting{color:var(--text-muted);font-style:italic;margin-bottom:.5rem}.shop-gold{color:var(--gold);font-weight:700;margin-bottom:1.25rem}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:1.5rem}.shop-item{background:var(--card-bg);border:1px solid var(--border);border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.4rem}.shop-item-name{font-weight:700;font-size:.95rem}.shop-item-desc{color:var(--text-muted);font-size:.8rem}.shop-item-price{color:var(--gold);font-weight:600;font-size:.9rem}.rest-view{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center}.rest-view p{color:var(--text-muted);font-style:italic;max-width:400px}.rest-info{display:flex;flex-direction:column;gap:.5rem;font-size:1.1rem}.rest-actions{display:flex;gap:1rem}.victory-screen,.gameover-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center}.victory-icon,.gameover-icon{font-size:6rem}.victory-screen h1{font-size:2.5rem;color:var(--gold)}.gameover-screen h1{font-size:2.5rem;color:var(--red)}.victory-text,.gameover-screen p{color:var(--text-muted);max-width:400px;font-size:1.1rem}.victory-stats,.gameover-stats{display:flex;flex-direction:column;gap:.3rem;font-size:1rem;color:var(--text-muted)}@media(max-width:900px){.game-view{flex-direction:column}.side-panels{width:100%;padding:0 1.5rem 1.5rem;flex-direction:row;flex-wrap:wrap}.side-panels>div{flex:1;min-width:200px}.combat-arena{flex-direction:column;gap:1rem}.status-bar{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:600px){.title-screen h1{font-size:1.8rem}.combatant-icon{font-size:3rem}.map-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
