:root{--primary-color:#0d3b66;--primary-light:#1e5a94;--secondary-color:#05a8aa;--accent-color:#f4d35e;--accent-green:#2ec4b6;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#1d2d44;--text-muted:#6c757d;--border-color:#e9ecef;--card-shadow:0 8px 24px rgba(13,59,102,0.08);--transition-smooth:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--primary-color);font-weight:700}p,li,td,th{color:#2b3a4a}.navbar-custom{background-color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--bg-white);font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:var(--bg-white);padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(255,255,255,0.05) 10%,transparent 10.01%);background-size:20px 20px}.hero-title{font-size:2.8rem;line-height:1.25;font-weight:800;color:var(--bg-white);text-shadow:0 2px 4px rgba(0,0,0,0.2);margin-bottom:20px}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.02)}.section-padding{padding:70px 0}.section-title{position:relative;margin-bottom:40px;padding-bottom:15px;font-weight:800}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.custom-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(13,59,102,0.15)}.data-badge{display:inline-block;padding:0.25rem 0.75rem;font-size:0.8rem;font-weight:600;border-radius:50px;background-color:rgba(5,168,170,0.1);color:var(--secondary-color)}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.match-row{border-bottom:1px solid var(--border-color);padding:15px;transition:var(--transition-smooth);align-items:center}.match-row:hover{background-color:rgba(5,168,170,0.02)}.team-logo-small{width:24px;height:24px;background-color:#ddd;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:8px}.scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-box{background:var(--bg-white);border:1px solid var(--border-color);border-radius:10px;padding:15px;box-shadow:var(--card-shadow)}.group-header{background-color:var(--primary-color);color:var(--bg-white);font-weight:bold;padding:8px 12px;margin:-15px -15px 15px -15px;border-top-left-radius:9px;border-top-right-radius:9px;display:flex;justify-content:space-between}.group-table{width:100%;font-size:0.9rem}.group-table td{padding:6px 4px}.stadium-card-img{position:relative;height:200px;overflow:hidden}.stadium-card-img img{width:100%;height:100%;object-fit:cover}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:12px;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,59,102,0.05);color:var(--primary-light);box-shadow:none}.footer-custom{background-color:#0b1a27;color:#a0aec0;padding:60px 0 20px;font-size:0.95rem}.footer-custom h5{color:var(--bg-white);font-weight:700;margin-bottom:20px}.footer-custom a{color:#a0aec0;text-decoration:none;transition:var(--transition-smooth)}.footer-custom a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-padding{padding:50px 0}}@media (max-width:575.98px){.hero-title{font-size:1.8rem}.hero-desc{font-size:1rem}}