:root{--page-bg:#f4f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-green:#10b981;--accent-red:#ef4444;--accent-gold:#f59e0b;--border:#e2e8f0;--nav-bg:rgba(15,23,42,0.95)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}a{color:var(--accent);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--accent-gold)}.header-navbar{background-color:var(--nav-bg);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.header-navbar .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.header-navbar .navbar-brand img{max-height:40px;object-fit:contain}.header-navbar .nav-link{color:var(--text-light);font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:all 0.2s}.header-navbar .nav-link:hover,.header-navbar .nav-link:focus{color:var(--accent-gold);background-color:rgba(255,255,255,0.05)}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.hero-section{position:relative;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:6rem 0 5rem 0;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left: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.8rem;line-height:1.25;margin-bottom:1.5rem;color:var(--text-light)}.hero-title span{color:var(--accent-gold)}.hero-description{font-size:1.15rem;color:#94a3b8;margin-bottom:2rem;max-width:650px}.hero-img-wrapper img{border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.stats-strip{background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02)}.stat-item{text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-number{font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:0.25rem}.stat-label{font-size:0.9rem;color:var(--text-muted);font-weight:600}.schedule-badge{font-size:0.8rem;padding:0.25rem 0.6rem;border-radius:50px;font-weight:600}.badge-live{background-color:rgba(239,68,68,0.1);color:var(--accent-red)}.badge-upcoming{background-color:rgba(2,132,199,0.1);color:var(--accent)}.badge-finished{background-color:rgba(100,116,139,0.1);color:var(--text-muted)}.match-card{background:var(--surface);border-left:4px solid var(--accent);border-radius:8px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.match-team{font-weight:700;font-size:1.05rem}.match-score{font-size:1.4rem;font-weight:800;color:var(--surface-strong);width:45px;text-align:center}.group-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.group-table{width:100%;min-width:320px;border-collapse:collapse}.group-table th,.group-table td{padding:0.75rem;text-align:center;border-bottom:1px solid var(--border)}.group-table th{background-color:rgba(15,23,42,0.03);font-weight:600;color:var(--surface-strong)}.section-padding{padding:5rem 0}.section-dark{background-color:var(--surface-strong);color:var(--text-light)}.section-dark h2,.section-dark h3{color:var(--text-light)}.section-title{font-size:2rem;margin-bottom:1rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-title.center{text-align:center}.section-title.center::after{left:50%;transform:translateX(-50%)}.section-intro{color:var(--text-muted);max-width:700px;margin:0 auto 3rem auto;font-size:1.05rem}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.accordion-button:focus{box-shadow:0 0 0 0.25rem rgba(2,132,199,0.25)}footer{background-color:#0b0f19;color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--accent)}footer h5{color:var(--text-light);margin-bottom:1.5rem;font-size:1.15rem}footer p,footer li{font-size:0.9rem}footer a{color:#94a3b8}footer a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-section{padding:4rem 0 3rem 0;text-align:center}.hero-title{font-size:2.2rem}.hero-description{margin-left:auto;margin-right:auto}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.stat-item:last-child{border-bottom:none}}