@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--font-family:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--bg-primary:#0a0e14;--bg-secondary:#131920;--bg-surface:#1c2128;--bg-elevated:#22272e;--text-primary:#e6edf3;--text-secondary:#8b949e;--text-muted:#6e7681;--border-color:#30363d;--divider-color:#21262d;--primary-color:#3b82f6;--primary-hover:#2563eb;--primary-gradient:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);--team-highlight:#7dd3fc;--team-highlight-glow:#7dd3fc73;--success-color:#22c55e;--warning-color:#f59e0b;--error-color:#ef4444;--navbar-bg:#0a0e14eb;--table-head-bg:#131920;--table-row-hover:#1c2128;--tooltip-bg:#22272e;--tooltip-border:#30363d;--card-shadow:0 4px 6px -1px #00000026,0 2px 4px -2px #0000001a}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f6f8fa;--bg-surface:#f0f3f6;--bg-elevated:#fff;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#d1d5db;--divider-color:#e5e7eb;--navbar-bg:#ffffffeb;--table-head-bg:#f6f8fa;--table-row-hover:#f0f3f6;--tooltip-bg:#1f2937;--tooltip-border:#374151;--primary-color:#2563eb;--primary-hover:#1d4ed8;--team-highlight:#0ea5e9;--team-highlight-glow:#0ea5e959;--card-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;padding-top:80px;font-size:15px;line-height:1.6;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none;transition:color .15s}a:hover{color:var(--primary-color)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}@media (max-width:768px){body{padding-top:116px;font-size:14px}.container{padding:0 16px}}.section{padding:32px 0}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section-title{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:24px;font-size:1.5rem;font-weight:700;display:flex}.section-title:before{content:"";background:var(--primary-gradient);border-radius:2px;width:4px;height:28px;display:block}.card{background:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:12px;padding:20px}.table-container{border:1px solid var(--border-color);background:var(--bg-secondary);box-shadow:var(--card-shadow);border-radius:12px;overflow:hidden}.table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.875rem}.table th,.table td{text-align:left;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;padding:14px 16px;overflow:hidden}.table th:first-child,.table td:first-child{width:22%}.table th:nth-child(2),.table td:nth-child(2){width:15%}.table th:nth-child(3),.table td:nth-child(3){width:8%}.table th:nth-child(4),.table td:nth-child(4){width:30%}.table th:nth-child(5),.table td:nth-child(5),.table th:nth-child(6),.table td:nth-child(6){width:10%}.table th{background:var(--table-head-bg);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-color);font-size:.75rem;font-weight:600}.table td{border-bottom:1px solid var(--border-color);color:var(--text-primary)}.table tr:last-child td{border-bottom:none}.table tbody tr{transition:background-color .15s}.table tbody tr:hover{background:var(--table-row-hover)}.text-green{color:var(--success-color);font-weight:600}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.team-highlight{color:var(--team-highlight);text-shadow:0 0 8px var(--team-highlight-glow);font-weight:700}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.live-dot{background-color:var(--error-color);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:inline-block;box-shadow:0 0 #ef444466}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.live-minute{color:var(--error-color);margin-left:6px;font-family:monospace;font-weight:700}.modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px;display:flex}.modal-body{padding:20px}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.modal-close:hover{background:var(--bg-surface);color:var(--text-primary)}
