:root{--bg: #0a0a0f;--surface: #14141f;--surface-hover: #1a1a2e;--border: #2a2a3e;--text: #e8e8f0;--text-dim: #8888a0;--accent: #7c5cff;--teal: #00d4aa;--coral: #e07b6e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2rem}.login h1{font-size:1.8rem;font-weight:700}.login form{display:flex;gap:.5rem}.login input{padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;width:280px}.login input:focus{outline:none;border-color:var(--accent)}.login button{padding:.75rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.dashboard{max-width:1000px;margin:0 auto;padding:1.5rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.admin-header h1{font-size:1.4rem}.refresh-hint{font-size:.75rem;color:var(--text-dim)}.error{background:#e07b6e26;border:1px solid var(--coral);color:var(--coral);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.section{margin-bottom:2rem}.section h2{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--teal)}.section h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dim)}.stats-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;min-width:120px;flex:1}.stat-value{font-size:1.5rem;font-weight:800;font-family:Courier New,monospace}.stat-label{font-size:.75rem;color:var(--text-dim);margin-top:.25rem}table{width:100%;border-collapse:collapse;font-size:.85rem}thead{background:var(--surface)}th{text-align:left;padding:.6rem .75rem;font-weight:600;color:var(--text-dim);border-bottom:1px solid var(--border)}td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}tr:hover{background:var(--surface-hover)}.mono{font-family:Courier New,monospace;font-weight:700;letter-spacing:.05em}.status-badge{padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.status-in_progress,.status-playing{background:#00d4aa26;color:var(--teal)}.status-waiting_for_opponent,.status-waiting_for_players,.status-countdown{background:#7c5cff26;color:var(--accent)}.status-finished{background:#8888a026;color:var(--text-dim)}.cancel-game-btn{padding:.25rem .6rem;background:#e07b6e26;border:1px solid var(--coral);border-radius:4px;color:var(--coral);font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s}.cancel-game-btn:hover{background:#e07b6e4d}@media (max-width: 600px){.stats-row{gap:.5rem}.stat-card{min-width:90px;padding:.75rem}.stat-value{font-size:1.2rem}}
