:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--border-strong:#cbd5e1;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:700}.main-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:992px){.main-grid{grid-template-columns:8fr 4fr}}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:12px 0}.navbar-custom .navbar-brand{color:var(--text-light) !important;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:8px}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;padding:8px 16px !important;transition:color 0.3s}.navbar-custom .nav-link:hover{color:var(--text-light) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);border-radius:12px;overflow:hidden;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.15)}.hero-section h1{color:var(--text-light);font-size:2.2rem;line-height:1.3}@media (min-width:768px){.hero-section h1{font-size:3rem}}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;border-radius:8px}.content-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-bottom:24px}.content-card h2,.content-card h3{position:relative;padding-left:14px;margin-bottom:20px;font-size:1.5rem}.content-card h2::before,.content-card h3::before{content:'';position:absolute;left:0;top:4px;bottom:4px;width:4px;background-color:var(--accent);border-radius:2px}.stat-badge{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:10px;border-radius:8px;text-align:center}.stat-badge .num{font-size:1.8rem;font-weight:800;display:block}.table-responsive{border-radius:8px;overflow:hidden;border:1px solid var(--border)}.table-custom{margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border)}.table-custom td{vertical-align:middle;color:var(--text-main)}.badge-status{padding:4px 8px;border-radius:4px;font-size:0.8rem;font-weight:600}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.group-box{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:16px}.group-title{background:var(--accent);color:var(--text-light);padding:4px 12px;border-radius:4px;font-weight:700;margin-bottom:12px;display:inline-block}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px;transition:transform 0.2s;text-align:center}.team-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.05)}.team-flag{font-size:2.5rem;margin-bottom:10px}.news-item{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:12px}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-title{font-weight:600;font-size:0.95rem;color:var(--text-main);line-height:1.4;display:block;margin-bottom:4px}.news-date{font-size:0.8rem;color:var(--text-muted)}.accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:48px 0 24px;margin-top:48px;border-top:4px solid var(--accent)}.footer-custom h5{color:var(--text-light);margin-bottom:20px}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--text-light)}