:root{--teal-primary:#14b8a6;--teal-dark:#0d9488;--teal-light:#5eead4;--surface-dark:#1e293b;--background-dark:#0f172a;--row-dark:#141c2c;--row-dark-alt:#101728;--text-muted:#94a3b8;--danger:#f87171;--warning:#f59e0b}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--background-dark);color:#fff;margin:0;font-family:Segoe UI,-apple-system,Roboto,sans-serif}a{color:inherit}::selection{background:var(--teal-dark);color:#fff}.layout{flex-direction:column;min-height:100%;display:flex}.layout__nav{background:var(--surface-dark);border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 32px;display:flex}.layout__brand{color:var(--teal-light);letter-spacing:.02em;font-size:1.2rem;font-weight:700}.layout__nav nav{gap:8px;display:flex}.layout__link{color:var(--text-muted);border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.layout__link:hover{background:var(--row-dark);color:#fff}.layout__link--active{background:var(--teal-dark);color:#fff}.layout__content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:32px}.games-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:24px;display:grid}.game-card{background:var(--row-dark);border:1px solid var(--surface-dark);border-radius:12px;padding:18px}.game-card__stage{color:var(--teal-light);margin-bottom:4px;font-size:1.1rem;font-weight:700}.game-card__row{color:var(--text-muted);justify-content:space-between;margin-top:6px;font-size:.9rem;display:flex}.game-card__row strong{color:#fff;font-weight:600}.empty-state{text-align:center;color:var(--text-muted);padding:60px 0}.live-dot{background:var(--teal-primary);width:8px;height:8px;box-shadow:0 0 6px var(--teal-primary);border-radius:50%;margin-right:8px;display:inline-block}.history-list{flex-direction:column;gap:10px;margin-top:24px;display:flex}.history-row{background:var(--row-dark);border:1px solid var(--surface-dark);color:#fff;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 18px;text-decoration:none;transition:border-color .15s;display:flex}.history-row:hover{border-color:var(--teal-dark)}.history-row__winner{color:var(--teal-light);font-weight:700}.history-row__meta{color:var(--text-muted);font-size:.85rem}.results-table{border-collapse:collapse;background:var(--row-dark);border-radius:12px;width:100%;margin-top:20px;overflow:hidden}.results-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--surface-dark);padding:12px 14px;font-size:.8rem}.results-table td{border-bottom:1px solid var(--surface-dark);padding:12px 14px;font-size:.95rem}.results-table tr:last-child td{border-bottom:none}.player-cell{align-items:center;gap:10px;display:flex}.player-cell img{object-fit:cover;background:var(--surface-dark);border-radius:8px;width:32px;height:32px}.results-table .total-cell{color:var(--teal-light);font-weight:700}.back-link{color:var(--text-muted);font-size:.9rem;text-decoration:none}.back-link:hover{color:#fff}
