*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#101610;color:#edf6e8}button,input{font:inherit}button{border:1px solid #5a7257;background:#1d2a1d;color:#f2ffe8;border-radius:8px;padding:.55rem .75rem;cursor:pointer}button:hover{background:#263826}button:disabled{opacity:.45;cursor:not-allowed}input{width:100%;background:#0d130d;color:#edf6e8;border:1px solid #5a7257;border-radius:8px;padding:.65rem;margin-top:.25rem}h1,h2,h3{margin:0 0 .75rem}h1{letter-spacing:.04em}.auth-shell,.game-shell{min-height:100vh;padding:1.5rem}.auth-shell{display:grid;place-items:center}.auth-card{width:min(440px,95vw)}.panel{background:#141f14f0;border:1px solid #344c34;border-radius:14px;padding:1rem;box-shadow:0 10px 30px #00000040}.tabs{display:flex;gap:.5rem;margin:1rem 0}.tabs button{flex:1}.tabs .active,.primary{background:#3f6b35;border-color:#82a978}label{display:block;margin:.8rem 0;color:#cfe0c8}.muted{color:#a9bca3}.error{color:#ffb5aa}.banner{margin:.75rem 0}.log{margin:.75rem 0;padding:.75rem 1rem;border-radius:10px;background:#1e2c1c;border:1px solid #527450;color:#dcebd5}header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.layout{display:grid;grid-template-columns:260px minmax(360px,1fr) 320px;gap:1rem;margin-top:1rem;align-items:start}.layout.bottom{grid-template-columns:repeat(3,1fr)}.stat-row{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.hint{background:#26371f;border-radius:8px;padding:.7rem;color:#d7eecb}.grid{display:grid;gap:3px;padding:.5rem;background:#0b0f0b;border-radius:10px;width:max-content;max-width:100%;overflow:auto}.grid.world{grid-template-columns:repeat(14,32px)}.grid.small-grid{grid-template-columns:repeat(5,42px)}.tile{display:grid;place-items:center;height:32px;min-width:32px;border-radius:4px;border:1px solid rgba(255,255,255,.1);font-size:.78rem;color:#0d130d;font-weight:700}.small-grid .tile{height:42px}.t-X{background:#242524;color:#6f756f}.t-F{background:#345f33}.t-G{background:#68a354}.t-Q,.t-C{background:#9b9280}.t-W,.t-P{background:#567aa8}.t-R{background:#a1845a}.t-T,.t-S,.t-I{background:#dfd16c}.t-M,.t-V,.t-B,.t-D{background:#1a1a1a;color:#f6f6f6}.t-A{background:#4f8a38}.t-E{background:#8f5b39}.t-dot{background:#627150;color:#101610}.player{outline:3px solid #ffffff;background:#f2ffe8!important;color:#101610!important}.has-enemy{outline-color:#ff6961}.movement{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.8rem}.actions{display:flex;flex-direction:column;gap:.55rem}.actions h2,.actions h3{margin-top:.2rem}.enemy{display:grid;gap:.25rem;border-radius:10px;padding:.65rem;background:#182218;border:1px solid #536453}.enemy.green{border-color:#5ca55c}.enemy.yellow{border-color:#d8c15a}.enemy.boss{border-color:#b45757}.list{min-height:150px}.list div{padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.08)}@media(max-width:1050px){.layout,.layout.bottom{grid-template-columns:1fr}.grid.world{grid-template-columns:repeat(14,24px)}.tile{height:24px;min-width:24px;font-size:.65rem}}
