:root{color-scheme:dark;--bg: #0f1218;--bg-elevated: #171c26;--border: #2a3344;--text: #e8edf5;--muted: #8b98ad;--accent: #e85d2a;--accent-dim: #b8471f;--success: #3dd68c;--danger: #f07178;font-family:Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--accent);text-decoration:none}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);padding:.5rem .85rem;border-radius:6px}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.45;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover:not(:disabled){background:var(--accent-dim)}input{font:inherit;width:100%;padding:.55rem .65rem;border-radius:6px;border:1px solid var(--border);background:#0c0f14;color:var(--text)}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.35rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg-elevated)}.brand{font-weight:700;letter-spacing:.02em}.brand span{color:var(--accent)}.content{flex:1;padding:1.25rem;max-width:1400px;margin:0 auto;width:100%}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.grid-servers{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.server-tile{display:block;padding:1rem;border-radius:8px;border:1px solid var(--border);background:#121722;color:inherit;transition:border-color .15s}.server-tile:hover{border-color:var(--accent)}.admin-layout{display:grid;grid-template-columns:1fr 320px;gap:1rem;min-height:70vh}@media(max-width:900px){.admin-layout{grid-template-columns:1fr}}.map-panel{position:relative;min-height:480px}.map-canvas{width:100%;height:100%;min-height:480px;border-radius:8px;border:1px solid var(--border);background:#0a0e14}.player-list{list-style:none;margin:0;padding:0;max-height:280px;overflow:auto}.player-list li{padding:.5rem .65rem;border-bottom:1px solid var(--border);cursor:pointer}.player-list li.selected{background:#e85d2a26;border-left:3px solid var(--accent)}.actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.muted{color:var(--muted);font-size:.9rem}.error{color:var(--danger);font-size:.9rem}.login-form{max-width:420px;margin:4rem auto;display:flex;flex-direction:column;gap:.85rem}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.toolbar,.map-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.map-toolbar{margin-bottom:.75rem}button.active{border-color:var(--accent);background:#e85d2a1f}.map-3d{min-height:480px}.audit-panel{margin-top:1rem}.audit-list{list-style:none;margin:0;padding:0;font-size:.85rem;max-height:240px;overflow:auto}.audit-list li{padding:.35rem 0;border-bottom:1px solid var(--border)}.status-line{margin:.5rem 0 0;font-size:.8rem;color:var(--muted);display:flex;align-items:center;gap:.35rem}.dot{width:8px;height:8px;border-radius:50%;background:#555;display:inline-block}.dot.online{background:var(--success)}.player-list.sleepers li{opacity:.85}
