:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#059669;--accent-2:#d97706;--accent-rgb:5,150,105;--border:#e2e8f0;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-sans);background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}p,li,td{color:#334155}.text-contrast-muted{color:#475569}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover{color:#34d399 !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(5,150,105,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(120deg,#ffffff 60%,#34d399 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);max-width:100%;height:auto;border:4px solid rgba(255,255,255,0.1)}.status-strip{background:#ffffff;border-bottom:1px solid var(--border);padding:15px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.status-item{border-right:1px solid var(--border);padding:0 15px}.status-item:last-child{border-right:none}.section-padding{padding:70px 0}.section-title{font-weight:800;position:relative;padding-bottom:15px;margin-bottom:35px;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.match-card{background:var(--surface);border-radius:12px;border-left:5px solid var(--accent);padding:20px;margin-bottom:15px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.match-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:10px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.match-body{display:flex;align-items:center;justify-content:space-between}.match-team{display:flex;align-items:center;gap:10px;font-weight:600;width:40%}.match-team.team-right{justify-content:flex-end}.match-score{width:20%;text-align:center;font-weight:800;font-size:1.4rem;color:var(--surface-strong)}.match-status{font-size:0.75rem;padding:3px 8px;border-radius:10px;background:#f1f5f9;color:var(--text-muted)}.match-status.live{background:#fee2e2;color:#ef4444;font-weight:bold}.table-responsive-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.group-header{background:var(--surface-strong);color:#ffffff;margin:-20px -20px 15px -20px;padding:10px 20px;font-weight:bold;border-top-left-radius:12px;border-top-right-radius:12px}.stadium-img{width:100%;height:250px;object-fit:cover;border-radius:12px}.accordion-button:not(.collapsed){background-color:rgba(5,150,105,0.1);color:var(--accent)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px 0}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}.footer-custom a:hover{color:#34d399}.footer-bottom{border-top:1px solid #334155;padding-top:20px;margin-top:40px}@media (max-width:991.98px){.hero-section{padding:50px 0}.hero-title{font-size:2.2rem}}