:root{--primary:#0a1931;--primary-light:#15305b;--accent:#0081c9;--accent-rgb:0,129,201;--secondary:#ffc93c;--success:#10b981;--light-bg:#f4f6f9;--white:#ffffff;--text-main:#1f2937;--text-muted:#4b5563;--border-color:#e5e7eb}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--white);line-height:1.6}.navbar-custom{background-color:var(--primary);padding:1rem 0;border-bottom:3px solid var(--secondary)}.navbar-brand img{max-height:45px;margin-right:10px}.navbar-brand span{color:var(--white);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 8px;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--secondary) !important}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--white);padding:5rem 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-tag{background:rgba(255,201,60,0.2);color:var(--secondary);border:1px solid var(--secondary);padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.stat-card{background:rgba(255,255,255,0.08);border-left:3px solid var(--accent);padding:1rem;border-radius:8px}.stat-val{font-size:1.5rem;font-weight:700;color:var(--secondary)}.stat-label{font-size:0.8rem;color:rgba(255,255,255,0.7)}section{padding:5rem 0}.section-light{background-color:var(--light-bg)}.section-header{margin-bottom:3.5rem;text-align:center}.section-header h2{font-size:2rem;font-weight:700;color:var(--primary);position:relative;padding-bottom:1rem;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.75rem;font-size:1.05rem}.live-score-container{margin-top:-30px;position:relative;z-index:10}.score-slider-wrapper{background:var(--white);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08);padding:1.5rem}.match-badge{background:var(--light-bg);border-radius:6px;padding:1rem;text-align:center;border:1px solid var(--border-color);transition:all 0.3s ease}.match-badge:hover{border-color:var(--accent);transform:translateY(-2px)}.match-status{font-size:0.75rem;font-weight:600;padding:2px 8px;border-radius:12px;display:inline-block;margin-bottom:0.5rem}.status-upcoming{background:#e0f2fe;color:#0369a1}.match-teams{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:0.95rem}.match-team{flex:1}.match-vs{color:var(--text-muted);font-weight:400;font-size:0.8rem;margin:0 0.5rem}.schedule-card{background:var(--white);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;margin-bottom:1rem;transition:box-shadow 0.3s ease}.schedule-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.05)}.schedule-meta{font-size:0.85rem;color:var(--text-muted);border-bottom:1px dashed var(--border-color);padding-bottom:0.75rem;margin-bottom:1rem;display:flex;justify-content:space-between}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.group-header{background:var(--primary);color:var(--white);padding:1rem;font-weight:700;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.9rem}.group-table tbody tr:nth-child(even){background-color:var(--light-bg)}.team-card{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);transition:all 0.3s ease;height:100%}.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,0.08)}.team-info{padding:1.5rem}.team-name{font-size:1.2rem;font-weight:700;color:var(--primary);margin-bottom:0.5rem}.team-details{font-size:0.85rem;color:var(--text-muted);margin-bottom:0}.stadium-item{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);display:flex;flex-direction:column;height:100%}.stadium-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.news-card{background:var(--white);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;height:100%;transition:border-color 0.3s ease}.news-card:hover{border-color:var(--accent)}.news-tag{font-size:0.75rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.5rem;display:inline-block}.news-title{font-size:1.15rem;font-weight:700;color:var(--primary);margin-bottom:0.75rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.news-meta{font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border-color);padding-top:0.75rem;display:flex;justify-content:space-between}.guide-card{background:var(--white);border-radius:12px;padding:2rem;border-left:4px solid var(--accent);box-shadow:0 4px 15px rgba(0,0,0,0.02);height:100%}.guide-card h3{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.guide-list{padding-left:0;list-style:none;margin-bottom:0}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;font-size:0.925rem;color:var(--text-muted)}.guide-list li::before{content:"\f270";font-family:"bootstrap-icons";position:absolute;left:0;top:0;color:var(--accent)}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary);background-color:var(--white);padding:1.25rem 1.5rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:var(--light-bg);box-shadow:none}.faq-accordion .accordion-body{padding:1.25rem 1.5rem;color:var(--text-muted);background-color:var(--white);font-size:0.95rem;line-height:1.7}footer{background-color:var(--primary);color:rgba(255,255,255,0.7);padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--secondary)}footer h4{color:var(--white);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--secondary)}footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;text-align:center;font-size:0.8rem}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:991px){.hero-section{padding:4rem 0;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-stats{max-width:500px;margin:2rem auto 0}.hero-img-box{margin-top:3rem}section{padding:4rem 0}}