:root{--primary-color:#0d1e3d;--primary-accent:#1d4ed8;--secondary-color:#0f766e;--highlight-color:#e11d48;--gold-accent:#d97706;--light-bg:#f8fafc;--card-bg:#ffffff;--text-dark:#0f172a;--text-muted:#475569;--border-color:#e2e8f0;--success-color:#10b981}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--light-bg);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:45px;width:auto}.navbar-custom .nav-link{color:#e2e8f0;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#38bdf8}.hero-section{background:linear-gradient(135deg,#0d1e3d 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--light-bg),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-subtitle{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem}.hero-badge{background-color:var(--highlight-color);color:#ffffff;font-weight:700;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.2rem;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);max-width:100%;height:auto}section{padding:4.5rem 0}.section-title{position:relative;font-weight:800;color:var(--primary-color);margin-bottom:2.5rem;text-align:center}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--primary-accent);margin:0.75rem auto 0;border-radius:2px}.custom-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;transition:all 0.3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.match-ticker-box{background:#ffffff;border-radius:10px;border-left:5px solid var(--highlight-color);padding:1.2rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#f1f5f9;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.group-card{background:#ffffff;border-radius:10px;padding:1.25rem;border-top:4px solid var(--secondary-color)}.group-header{font-weight:700;font-size:1.1rem;color:var(--primary-color);border-bottom:1px solid var(--border-color);padding-bottom:0.5rem;margin-bottom:0.75rem}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.4rem 0;font-size:0.9rem;border-bottom:1px dashed #f1f5f9}.group-team-item:last-child{border-bottom:none}.accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--secondary-color)}.accordion-button:focus{box-shadow:none;border-color:var(--secondary-color)}.footer-custom{background-color:#0b132b;color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-custom a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-custom a:hover{color:#38bdf8}.footer-bottom{border-top:1px solid #1e293b;margin-top:3rem;padding-top:1.5rem;text-align:center}