:root{font-family:Inter,system-ui,sans-serif;color:#e5e7eb;background:#0f172a;line-height:1.4;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#0f172a,#111827)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer;border:0;border-radius:10px;padding:.75rem 1rem;background:#22c55e;color:#052e16;font-weight:700}button.secondary{background:#1f2937;color:#e5e7eb;border:1px solid #374151}button.linkish{background:transparent;color:#93c5fd;padding-left:0}input,select{width:100%;margin-top:.4rem;padding:.75rem;border-radius:10px;border:1px solid #374151;background:#111827;color:#f9fafb}label{display:block}#root{min-height:100vh}.app-shell{max-width:1080px;margin:0 auto;padding:1.25rem}.layout-shell{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr)}.sidebar{border-right:1px solid #1f2937;background:#020617d9;padding:1rem;display:grid;align-content:start;gap:1rem;transition:width .2s ease}.sidebar.collapsed{width:88px}.sidebar-toggle{width:100%}.sidebar-nav{display:grid;gap:1rem}.menu-group{display:grid;gap:.45rem}.menu-group-title{margin:0;font-size:.9rem;color:#9ca3af}.menu-group a{padding:.65rem .8rem;border-radius:10px;background:#111827;border:1px solid #1f2937;color:#cbd5e1}.menu-group a.active{background:#2563eb;border-color:#2563eb;color:#fff}.content-shell{padding:1.25rem}.topbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.nav-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.nav-tabs a{padding:.7rem 1rem;border-radius:999px;background:#1f2937;color:#cbd5e1}.nav-tabs a.active{background:#2563eb;color:#fff}.page-content,.stack{display:grid;gap:1rem}.card{background:#111827e6;border:1px solid #1f2937;border-radius:18px;padding:1rem;box-shadow:0 10px 30px #0000002e}.match-header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.muted{color:#94a3b8}.success{color:#86efac}.error{color:#fca5a5}.warning{color:#fde68a}.pill{display:inline-block;padding:.35rem .7rem;border-radius:999px;font-size:.85rem;text-transform:uppercase;background:#1f2937}.status-scheduled{background:#1d4ed8}.status-finished{background:#166534}.status-live{background:#b45309}.status-cancelled{background:#7f1d1d}.result-box{margin:.8rem 0;padding:.8rem;border-radius:12px;background:#0b1220}.result-box.subtle{background:#101826}.prediction-form{display:grid;gap:.9rem}.score-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.checkbox-row{display:flex;align-items:center;gap:.6rem}.checkbox-row input{width:auto;margin:0}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(460px,100%);background:#111827e6;border:1px solid #1f2937;border-radius:20px;padding:1.4rem}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:.75rem;border-bottom:1px solid #1f2937}.centered{min-height:100vh;display:grid;place-items:center}@media(max-width:720px){.layout-shell{grid-template-columns:1fr}.sidebar,.sidebar.collapsed{width:100%}.topbar,.match-header{flex-direction:column;align-items:stretch}.score-row{grid-template-columns:1fr}}
