:root{--page-bg:#070b15;--surface:#0e1628;--surface-strong:#17223b;--text-main:#f1f5f9;--text-muted:#94a3b8;--accent:#10b981;--accent-glow:rgba(16,185,129,0.2);--accent-2:#06b6d4;--border:#1e293b;--border-hover:#334155;--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);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(7,11,21,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:1rem 0;transition:all 0.3s ease}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--text-muted) !important;font-weight:500;transition:color 0.3s ease;font-size:0.95rem}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:8rem 0 4rem 0;background:radial-gradient(circle at top right,rgba(6,182,212,0.1),transparent 50%),radial-gradient(circle at bottom left,rgba(16,185,129,0.1),transparent 50%)}.hero-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.2;background:linear-gradient(135deg,#ffffff 30%,#a5f3fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.5);border:1px solid var(--border)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.section-title{font-size:1.8rem;font-weight:700;position:relative;padding-bottom:0.75rem;margin-bottom:2rem;background:linear-gradient(90deg,#ffffff,var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.sport-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);height:100%;overflow:hidden}.sport-card:hover{transform:translateY(-5px);border-color:var(--accent-2);box-shadow:0 10px 20px rgba(6,182,212,0.1)}.ticker-wrapper{background:var(--surface-strong);border-radius:12px;padding:1.5rem;border:1px solid var(--border)}.match-badge{background:rgba(16,185,129,0.15);color:var(--accent);font-size:0.75rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:30px;text-transform:uppercase}.responsive-table-container{overflow-x:auto;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.custom-table{width:100%;margin-bottom:0;color:var(--text-main);border-collapse:collapse}.custom-table th{background:var(--surface-strong);color:var(--text-muted);font-weight:600;padding:1rem;text-align:left;border-bottom:2px solid var(--border)}.custom-table td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle}.custom-table tr:last-child td{border-bottom:none}.info-list-item{display:flex;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--border)}.info-list-item:last-child{border-bottom:none}.info-icon{font-size:1.5rem;color:var(--accent);margin-right:1rem;flex-shrink:0}.accordion-item{background-color:var(--surface) !important;border:1px solid var(--border) !important;margin-bottom:0.75rem;border-radius:12px !important;overflow:hidden}.accordion-button{background-color:var(--surface) !important;color:var(--text-main) !important;font-weight:600;border:none !important;box-shadow:none !important;padding:1.25rem}.accordion-button:not(.collapsed){color:var(--accent) !important;background-color:var(--surface-strong) !important}.accordion-button::after{filter:invert(1)}.accordion-body{background-color:var(--surface-strong);color:var(--text-muted);border-top:1px solid var(--border);padding:1.25rem;font-size:0.95rem}footer{background-color:#03060b;border-top:1px solid var(--border);color:var(--text-muted);padding:4rem 0 2rem 0;font-size:0.9rem}footer a{color:var(--text-muted);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-section{padding:6rem 0 3rem 0}}