:root{--page-bg:#090d16;--surface:#121824;--surface-strong:#1a2336;--text-main:#f8fafc;--text-muted:#94a3b8;--accent-green:#10b981;--accent-red:#ef4444;--accent-blue:#3b82f6;--accent-gold:#f59e0b;--border:#1e293b;--border-hover:#334155;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{color:var(--accent-blue);text-decoration:none;transition:all 0.25s ease}a:hover{color:var(--accent-gold)}.navbar-custom{background-color:rgba(9,13,22,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{font-weight:700;font-size:1.25rem;letter-spacing:0.5px;color:var(--text-main)}.nav-link-custom{color:var(--text-muted) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.nav-link-custom:hover,.nav-link-custom.active{color:var(--text-main) !important}.hero-section{padding:5rem 0 4rem;background:radial-gradient(circle at 80% 20%,rgba(59,130,246,0.15) 0%,rgba(16,185,129,0.08) 50%,transparent 100%);border-bottom:1px solid var(--border)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff 30%,#94a3b8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-img-container{border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,0.5)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.stat-badge{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1rem 1.25rem;text-align:center}.stat-badge .num{font-size:1.75rem;font-weight:700;color:var(--accent-gold);display:block}.stat-badge .label{font-size:0.85rem;color:var(--text-muted)}section{padding:4.5rem 0;border-bottom:1px solid var(--border)}.section-title{font-size:1.85rem;font-weight:700;margin-bottom:2.5rem;position:relative;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--accent-green),var(--accent-red));border-radius:2px}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;height:100%;transition:transform 0.2s ease,border-color 0.2s ease}.custom-card:hover{transform:translateY(-4px);border-color:var(--border-hover)}.scrollable-x{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.scrollable-x::-webkit-scrollbar{height:6px}.scrollable-x::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}.match-ticker-card{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-strong) 100%);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem;min-width:280px}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600;background-color:rgba(59,130,246,0.15);color:var(--accent-blue)}.match-badge.live{background-color:rgba(239,68,68,0.15);color:var(--accent-red)}.team-row{display:flex;align-items:center;justify-content:space-between;margin:0.5rem 0}.team-name{font-weight:600;font-size:0.95rem}.team-score{font-weight:700;font-size:1.1rem;color:var(--accent-gold)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.group-box{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem}.group-header{font-weight:700;border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem;color:var(--accent-gold);display:flex;justify-content:space-between;align-items:center}.group-teams-list{list-style:none;padding:0;margin:0}.group-teams-list li{padding:0.35rem 0;font-size:0.9rem;border-bottom:1px solid rgba(255,255,255,0.03);display:flex;justify-content:space-between}.group-teams-list li:last-child{border-bottom:none}.news-tag{font-size:0.75rem;color:var(--accent-green);text-transform:uppercase;font-weight:700;margin-bottom:0.5rem;display:block}.news-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:0.75rem;color:var(--text-main)}.news-desc{font-size:0.85rem;color:var(--text-muted);line-height:1.5}.stadium-card{border-radius:var(--card-radius);overflow:hidden;background-color:var(--surface);border:1px solid var(--border)}.stadium-img{width:100%;height:200px;object-fit:cover}.stadium-body{padding:1.25rem}.accordion-item-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.accordion-button-custom{background-color:var(--surface);color:var(--text-main) !important;font-weight:600;border:none;padding:1.25rem;box-shadow:none !important}.accordion-button-custom:not(.collapsed){background-color:var(--surface-strong);color:var(--accent-gold) !important}.accordion-body-custom{background-color:var(--surface-strong);color:var(--text-muted);padding:1.25rem;border-top:1px solid var(--border)}.footer-section{background-color:#05080e;border-top:2px solid var(--border);padding:4rem 0 2rem;color:var(--text-muted);font-size:0.9rem}.footer-title{color:var(--text-main);font-weight:700;margin-bottom:1.25rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--text-main)}