:root{--primary:#0f4c81;--primary-rgb:15,76,129;--secondary:#e02828;--accent:#00a86b;--dark-bg:#0b0f19;--light-bg:#f5f7fa;--card-shadow:0 10px 30px rgba(0,0,0,0.05);--border-color:#e5e9f0;--text-main:#1e293b;--text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-bg);overflow-x:hidden;line-height:1.6}.custom-navbar{background-color:rgba(15,76,129,0.96) !important;backdrop-filter:blur(10px);border-bottom:2px solid var(--secondary);padding:0.8rem 1rem;transition:all 0.3s ease}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{font-weight:800;letter-spacing:0.5px;color:#ffffff !important}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:#ffffff !important;text-shadow:0 0 10px rgba(255,255,255,0.5)}.hero-section{background:linear-gradient(135deg,#0f4c81 0%,#07223d 100%);color:#ffffff;padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--light-bg),transparent);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-title span{color:var(--secondary)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:650px}.hero-img-container img{border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,0.3);border:3px solid rgba(255,255,255,0.1);max-width:100%;height:auto}.section-header{margin-bottom:3rem;text-align:center;position:relative}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--primary);position:relative;display:inline-block;padding-bottom:12px}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--secondary);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1.05rem}.custom-card{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.08)}.score-strip{background:#ffffff;border-radius:10px;border-left:5px solid var(--secondary);padding:1.2rem;margin-bottom:1rem;box-shadow:var(--card-shadow)}.score-status{font-size:0.85rem;font-weight:700;padding:0.2rem 0.6rem;border-radius:4px;text-transform:uppercase}.status-upcoming{background-color:rgba(15,76,129,0.1);color:var(--primary)}.status-live{background-color:rgba(224,40,40,0.1);color:var(--secondary);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-table{width:100%;margin-bottom:1.5rem;border-collapse:separate;border-spacing:0;background:#ffffff;border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow)}.group-table th{background-color:var(--primary);color:#ffffff;font-weight:600;padding:0.8rem;border:none}.group-table td{padding:0.8rem;border-bottom:1px solid var(--border-color);vertical-align:middle}.group-title-banner{background:linear-gradient(90deg,var(--primary),#1a66a6);color:white;padding:0.6rem 1rem;border-radius:8px 8px 0 0;font-weight:700;margin-bottom:0}.team-thumb{width:100%;height:200px;object-fit:cover;border-bottom:1px solid var(--border-color)}.guide-box{padding:2rem;border-radius:12px;background:#ffffff;border:1px solid var(--border-color);height:100%}.guide-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1.2rem}.accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.8rem;overflow:hidden}.accordion-button{font-weight:600;color:var(--primary);background-color:#ffffff}.accordion-button:not(.collapsed){background-color:rgba(15,76,129,0.05);color:var(--primary)}.footer-sec{background-color:var(--dark-bg);color:rgba(255,255,255,0.7);padding:5rem 0 2rem 0;font-size:0.95rem;border-top:5px solid var(--secondary)}.footer-title{color:#ffffff;font-weight:700;margin-bottom:1.5rem;position:relative;padding-bottom:8px}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--secondary)}.footer-links list-style{padding-left:0}.footer-links li{list-style:none;margin-bottom:0.8rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-header h2{font-size:1.8rem}.hero-img-container{margin-top:2rem}}