:root{color-scheme:dark;font-family:system-ui,sans-serif;--panel: #1d232b;--border: #333c47}body{margin:0;background:#12161b;color:#e6e6e6}#app{max-width:1000px;margin:0 auto;padding:12px;display:flex;flex-direction:column;gap:12px}#topbar{display:flex;justify-content:space-between;align-items:baseline}#topbar h1{font-size:20px;margin:0}.status{font-size:12px;opacity:.7}section,#char-panel,#pokemon-panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:12px}#scene{width:100%;image-rendering:pixelated;background:#0a3410;border-radius:8px}.bar{height:10px;background:#0c0f13;border-radius:5px;overflow:hidden;margin:4px 0}.fill{height:100%;transition:width .3s}.fill.hp{background:#3fbf4a}.fill.exp{background:#4a90d9}#battle-log{height:160px;overflow-y:auto;font-size:13px;line-height:1.5;background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:8px 12px}#hunt-btn{padding:10px;font-size:16px;cursor:pointer;border-radius:8px;border:1px solid var(--border);background:#2a6b34;color:#fff}.starters{display:flex;gap:8px}.starters button,#login-form button,#login-form input{padding:10px 16px;font-size:15px;border-radius:8px;border:1px solid var(--border);background:#232b35;color:#e6e6e6;cursor:pointer}#game-panel{display:flex;flex-direction:column;gap:10px}
