body{margin:0;font-family:Verdana;background:#071218;color:#e9f6ef} .hidden{display:none} .panel{background:#0b2b22;padding:12px;border-radius:8px} .charGrid{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.charCard{width:140px;padding:8px;background:rgba(255,255,255,0.02);border-radius:8px;text-align:center;cursor:pointer}.btn{padding:8px 10px;border-radius:8px;border:none;background:#274d39;color:#fff;cursor:pointer}.hud{position:fixed;left:12px;top:12px;width:300px}.barWrap{width:150px;height:16px;background:#022;border-radius:6px;overflow:hidden}.bar{height:100%}.hp{background:#d9534f}.mana{background:#5bc0de}.#controls{position:fixed;right:12px;bottom:12px;display:flex;gap:12px}.#joystick{width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,0.03);border:2px solid rgba(255,255,255,0.04);position:relative}#stick{width:50px;height:50px;border-radius:50%;background:#6dd3b3;position:absolute;left:30px;top:30px} .action{width:70px;height:70px;border-radius:10px;border:none;background:#7a2f2f;color:#fff} .modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.6)} .modal.hidden{display:none} .modalBox{background:#0b2b22;padding:12px;border-radius:8px;width:320px;text-align:center} canvas{max-width:calc(100vw - 32px);border-radius:6px}