:root{--primary-color:#0d6efd;--secondary-color:#0dcaf0;--dark-blue:#0a192f;--mid-blue:#172a45;--light-blue:#30bced;--text-light:#f8fafc;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#f1f5f9;--bg-card:#ffffff;--accent-green:#10b981;--accent-gold:#f59e0b;--border-color:#e2e8f0}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}.navbar-custom{background-color:var(--dark-blue);padding:0.8rem 1rem;border-bottom:2px solid var(--primary-color)}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:var(--text-light);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--secondary-color)}.hero-section{background:linear-gradient(135deg,var(--dark-blue) 0%,var(--mid-blue) 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(13,110,253,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-section h1 span{color:var(--secondary-color)}.hero-section .lead{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem}.hero-img-container{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.stats-badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);padding:1rem;border-radius:10px;text-align:center;transition:transform 0.3s ease}.stats-badge:hover{transform:translateY(-5px);background:rgba(255,255,255,0.12)}.stats-badge .num{font-size:2rem;font-weight:700;color:var(--secondary-color);display:block}.stats-badge .label{font-size:0.85rem;color:#94a3b8}.section-padding{padding:4.5rem 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;position:relative;padding-bottom:0.75rem;color:var(--text-dark)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.bg-white-section{background-color:var(--bg-card)}.match-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;transition:all 0.3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.match-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);border-color:var(--primary-color)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px dashed var(--border-color);padding-bottom:0.5rem}.match-status-badge{font-weight:600;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse-red 2s infinite}.status-finished{background-color:#d1fae5;color:#065f46}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.team-info{display:flex;align-items:center;gap:12px;font-weight:600;font-size:1.05rem}.team-score{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.match-footer{font-size:0.85rem;color:var(--text-muted);margin-top:0.75rem;display:flex;align-items:center;gap:5px}@keyframes pulse-red{0%{opacity:0.7}50%{opacity:1}100%{opacity:0.7}}.group-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-bottom:1.5rem}.group-header{background-color:var(--dark-blue);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:700;display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1.25rem;font-size:0.9rem}.group-table th{font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border-color)}.group-table td{border-bottom:1px solid var(--border-color)}.group-table tr:last-child td{border-bottom:none}.team-profile-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;height:100%;transition:all 0.3s ease}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08);border-color:var(--secondary-color)}.team-profile-header{display:flex;align-items:center;gap:15px;margin-bottom:1.25rem}.team-profile-avatar{width:50px;height:50px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-color);border:2px solid var(--border-color)}.team-profile-title h3{font-size:1.15rem;font-weight:700;margin:0}.team-profile-title span{font-size:0.8rem;color:var(--text-muted)}.team-profile-details p{font-size:0.9rem;color:#475569;margin-bottom:0.5rem}.news-grid-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:all 0.3s ease}.news-grid-item:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);transform:translateY(-3px)}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-tag{align-self:flex-start;font-size:0.75rem;font-weight:600;background:rgba(13,110,253,0.1);color:var(--primary-color);padding:0.25rem 0.5rem;border-radius:4px;margin-bottom:0.75rem}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:1rem;line-height:1.4;color:var(--text-dark)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-top:auto;border-top:1px solid var(--border-color);padding-top:0.75rem;display:flex;justify-content:space-between}.card-custom{border:none;border-radius:12px;overflow:hidden;background-color:var(--bg-card);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.card-custom img{width:100%;height:auto;object-fit:cover}.rule-badge{background-color:var(--mid-blue);color:var(--text-light);border-radius:10px;padding:1.5rem;height:100%}.rule-badge h3{color:var(--secondary-color);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.rule-badge p{font-size:0.9rem;line-height:1.6;margin:0;color:#cbd5e1}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-dark);background-color:var(--bg-card);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--primary-color);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--bg-card);color:#475569;padding:1.25rem;font-size:0.95rem}.source-callout{background-color:rgba(13,110,253,0.05);border-left:5px solid var(--primary-color);padding:2rem;border-radius:0 12px 12px 0}.footer-custom{background-color:var(--dark-blue);color:var(--text-light);padding:4rem 0 2rem;border-top:4px solid var(--primary-color);font-size:0.9rem}.footer-custom a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-custom a:hover{color:var(--secondary-color)}.footer-custom h4{font-size:1.15rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;color:#64748b}.mobile-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-scroll-container::-webkit-scrollbar{height:6px}.mobile-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}