:root{--primary-color:#0f2c59;--primary-dark:#071935;--secondary-color:#e31b23;--accent-color:#00a896;--light-bg:#f8fafc;--card-border:#e2e8f0;--text-dark:#1e293b;--text-muted:#64748b;--white:#ffffff;--gold:#f59e0b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--light-bg);line-height:1.6}a{text-decoration:none;transition:all 0.3s ease}.navbar{background-color:var(--primary-color);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand{font-weight:800;letter-spacing:0.5px}.navbar-brand img{max-height:40px}.nav-link{font-weight:500;color:rgba(255,255,255,0.9) !important;padding:0.5rem 1rem !important;border-radius:4px}.nav-link:hover{color:var(--accent-color) !important;background-color:rgba(255,255,255,0.05)}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:var(--white);padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--light-bg),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:var(--white);margin-bottom:1.5rem}.hero-title span{color:var(--accent-color)}.hero-meta-badge{background-color:var(--secondary-color);color:var(--white);font-size:0.85rem;font-weight:700;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-img-wrapper img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-padding{padding:70px 0}.section-title-wrap{margin-bottom:45px;text-align:center}.section-title{font-size:2.2rem;font-weight:800;color:var(--primary-dark);position:relative;display:inline-block;padding-bottom:15px}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:10px;font-size:1.05rem}.live-status-bar{background-color:var(--white);border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,0.05);margin-top:-40px;position:relative;z-index:10;border:1px solid var(--card-border)}.status-item{padding:20px;border-right:1px solid var(--card-border);text-align:center}.status-item:last-child{border-right:none}.custom-card{background-color:var(--white);border:1px solid var(--card-border);border-radius:12px;transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08);border-color:var(--accent-color)}.match-card{border-left:4px solid var(--secondary-color)}.match-badge{font-size:0.75rem;background-color:#f1f5f9;color:var(--text-muted);padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.match-team{font-weight:700;font-size:1.05rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background-color:var(--white);border-radius:10px;border:1px solid var(--card-border)}.group-header{background-color:var(--primary-color);color:var(--white);padding:10px 15px;font-weight:700;border-top-left-radius:9px;border-top-right-radius:9px;display:flex;justify-content:space-between;align-items:center}.group-body{padding:12px 15px}.group-team-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:0.95rem}.group-team-item:last-child{border-bottom:none}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.news-img{height:190px;object-fit:cover;width:100%}.news-date{font-size:0.8rem;color:var(--text-muted)}.faq-accordion .accordion-item{border:1px solid var(--card-border);border-radius:8px !important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--white)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--primary-dark);box-shadow:none}.stadium-card-img{height:240px;object-fit:cover}footer{background-color:var(--primary-dark);color:rgba(255,255,255,0.8);padding:60px 0 30px;font-size:0.95rem}footer a{color:rgba(255,255,255,0.7)}footer a:hover{color:var(--white)}footer h5{color:var(--white);font-weight:700;margin-bottom:20px}@media (max-width:991.98px){.hero-section{padding:60px 0;text-align:center}.hero-title{font-size:2.2rem}.status-item{border-right:none;border-bottom:1px solid var(--card-border)}.status-item:last-child{border-bottom:none}}