:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-light:#f8fafc;--text-muted:#64748b;--accent-blue:#0284c7;--accent-red:#e11d48;--accent-green:#16a34a;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -2px rgba(0,0,0,0.05);transition:var(--transition)}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}.navbar-custom{background:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent-blue);padding:1rem 0}.navbar-brand img{max-height:40px;width:auto}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--text-light) !important;background-color:rgba(255,255,255,0.1);border-radius:6px}#hero{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:6rem 0 4rem 0;position:relative;overflow:hidden}#hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.3;letter-spacing:normal}.hero-badge{background:linear-gradient(90deg,var(--accent-red),var(--accent-blue));color:var(--text-light);padding:0.4rem 1rem;border-radius:20px;font-size:0.85rem;display:inline-block;font-weight:600;margin-bottom:1.5rem}.section-header{margin-bottom:2.5rem;border-left:5px solid var(--accent-blue);padding-left:1rem}.section-title{font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem}.live-ticker{background:var(--surface-strong);color:var(--text-light);border-radius:var(--card-radius);padding:1rem;margin-top:-2rem;position:relative;z-index:10;box-shadow:0 10px 25px -5px rgba(0,0,0,0.2)}.ticker-item{border-right:1px solid rgba(255,255,255,0.1);padding:0.5rem 1.5rem}.ticker-item:last-child{border-right:none}.match-card{border-left:4px solid var(--accent-blue)}.match-vs{font-size:1.25rem;font-weight:700}.group-table{background:var(--surface);border-radius:10px;overflow:hidden;border:1px solid var(--border)}.group-table th{background:#f1f5f9;color:var(--text-main);font-weight:600}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.guide-box{border-top:4px solid var(--accent-red)}.accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent-blue)}footer{background:#0f172a;color:#94a3b8;font-size:0.9rem;padding:4rem 0 2rem;border-top:4px solid var(--accent-blue)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--text-light)}@media (max-width:991.98px){#hero{padding:4rem 0 3rem 0}.hero-title{font-size:2rem}.live-ticker{margin-top:1rem}.ticker-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding:1rem 0}.ticker-item:last-child{border-bottom:none}}