body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.tab-active { background:#06124D; color:#fff; }
.login-visual { background: linear-gradient(120deg, rgba(6,18,77,.9), rgba(24,65,245,.58)), url("https://images.unsplash.com/photo-1566577739112-5180d4bf9390?auto=format&fit=crop&w=1600&q=80") center/cover; }
.login-rule { background: linear-gradient(90deg, #F46A0C 0 34%, #1841F5 34% 68%, rgba(255,255,255,.65) 68% 100%); }
.team-logo-mark { display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; width:3rem; height:3rem; border-radius:.75rem; border:1px solid rgba(15,23,42,.1); background:linear-gradient(180deg,#fff,#f8fafc); box-shadow:inset 0 0 0 3px rgba(255,255,255,.7); }
.team-logo-mark img { width:2.35rem; height:2.35rem; object-fit:contain; }
.team-badge { display:inline-flex; align-items:center; justify-content:center; width:2.25rem; height:2.25rem; border-radius:.5rem; background:#06124D; color:#fff; font-size:.75rem; font-weight:800; }
.team-logo-mark .team-badge { width:2.35rem; height:2.35rem; }
.team-badge-fallback { display:none; }
.score-input { appearance:textfield; }
.score-input::-webkit-outer-spin-button, .score-input::-webkit-inner-spin-button { appearance:none; margin:0; }
@media print { .no-print { display:none!important; } body { background:#fff; } }
