:root{--primary-color:#0d1b2a;--primary-light:#1b263b;--accent-color:#00b4d8;--accent-hover:#0077b6;--accent-green:#2ec4b6;--text-main:#212529;--text-muted:#6c757d;--bg-light:#f8f9fa;--bg-white:#ffffff;--border-color:#e9ecef;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--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-main);background-color:var(--bg-light);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--primary-color);border-bottom:2px solid var(--accent-color);padding:0.8rem 1rem;transition:var(--transition-smooth)}.navbar-custom .navbar-brand{font-weight:800;color:var(--bg-white);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.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)}.navbar-custom .btn-custom{background-color:var(--accent-color);color:var(--primary-color);font-weight:600;border-radius:20px;padding:0.5rem 1.25rem;border:none;transition:var(--transition-smooth)}.navbar-custom .btn-custom:hover{background-color:var(--accent-hover);color:var(--bg-white)}section{padding:5rem 0;position:relative}.section-title-wrap{margin-bottom:3.5rem;text-align:center}.section-title-wrap h2{font-weight:800;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:12px;margin-bottom:15px}.section-title-wrap h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-title-wrap p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:var(--bg-white);padding:7rem 0;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:var(--bg-white)}.hero-title span{color:var(--accent-color)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover;transition:var(--transition-smooth)}.hero-img-wrap:hover img{transform:scale(1.03)}.hero-badge{background-color:rgba(0,180,216,0.15);border:1px solid var(--accent-color);color:var(--accent-color);padding:6px 16px;border-radius:30px;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-stats-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;backdrop-filter:blur(10px)}.hero-stat-num{font-size:2rem;font-weight:800;color:var(--accent-color)}.live-score-section{background-color:var(--bg-white);box-shadow:0 10px 30px rgba(0,0,0,0.03);margin-top:-3rem;padding:2.5rem 0;border-radius:12px;z-index:10}.score-card{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem;transition:var(--transition-smooth);position:relative;overflow:hidden}.score-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow);border-color:var(--accent-color)}.score-card-status{font-size:0.8rem;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:20px;display:inline-block;margin-bottom:1rem}.status-live{background-color:rgba(220,53,69,0.1);color:#dc3545}.status-upcoming{background-color:rgba(13,110,253,0.1);color:#0d6efd}.status-ended{background-color:rgba(108,117,125,0.1);color:#6c757d}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}.team-name{font-weight:600;font-size:1rem;color:var(--primary-color)}.team-score{font-size:1.4rem;font-weight:800;color:var(--primary-color)}.schedule-tab{background-color:var(--bg-white);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow)}.nav-pills-custom .nav-link{color:var(--text-main);font-weight:600;border-radius:8px;padding:10px 20px;transition:var(--transition-smooth)}.nav-pills-custom .nav-link.active,.nav-pills-custom .nav-link:hover{background-color:var(--primary-color) !important;color:var(--bg-white) !important}.schedule-list-item{display:grid;grid-template-columns:1.5fr 2fr 1.5fr;align-items:center;padding:1.25rem;border-bottom:1px solid var(--border-color);transition:var(--transition-smooth)}.schedule-list-item:last-child{border-bottom:none}.schedule-list-item:hover{background-color:rgba(0,180,216,0.03)}.match-info-meta{font-size:0.85rem;color:var(--text-muted)}.group-card{background-color:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);overflow:hidden;transition:var(--transition-smooth)}.group-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.group-header{background-color:var(--primary-color);color:var(--bg-white);padding:1rem;font-weight:700;text-align:center;border-bottom:3px solid var(--accent-color)}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.8rem;color:var(--text-muted);font-weight:600;text-align:center;padding:8px;background-color:var(--bg-light)}.group-table td{font-size:0.9rem;padding:10px 8px;text-align:center;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-table td.team-cell{text-align:left;font-weight:600;padding-left:15px}.team-profile-card{background-color:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);transition:var(--transition-smooth);height:100%}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:var(--accent-color)}.team-flag-header{height:8px;background:linear-gradient(90deg,#ff0000 0%,#ffffff 50%,#0000ff 100%)}.team-profile-body{padding:1.5rem}.team-badge-icon{font-size:2.2rem;color:var(--accent-color);margin-bottom:1rem}.team-stat-item{font-size:0.85rem;border-bottom:1px dashed var(--border-color);padding:8px 0}.team-stat-item:last-child{border-bottom:none}.news-card{background-color:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;transition:var(--transition-smooth);height:100%;border:1px solid var(--border-color)}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.news-content{padding:1.5rem}.news-tag{background-color:rgba(0,180,216,0.1);color:var(--accent-color);padding:3px 10px;border-radius:4px;font-size:0.75rem;font-weight:700;display:inline-block;margin-bottom:0.75rem}.news-title{font-size:1.15rem;font-weight:700;color:var(--primary-color);margin-bottom:0.75rem;line-height:1.4}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.news-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between}.guide-section{background-color:var(--primary-color);color:var(--bg-white)}.guide-section .section-title-wrap h2{color:var(--bg-white)}.guide-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:2rem;height:100%;transition:var(--transition-smooth)}.guide-card:hover{background:rgba(255,255,255,0.08);transform:translateY(-5px)}.guide-icon{font-size:2.5rem;color:var(--accent-color);margin-bottom:1.5rem}.guide-card h3{font-weight:700;font-size:1.3rem;margin-bottom:1rem}.guide-card p{color:rgba(255,255,255,0.8);font-size:0.95rem}.history-card{background-color:var(--bg-white);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow);border-left:5px solid var(--accent-green);height:100%}.history-card h3{font-weight:700;color:var(--primary-color);margin-bottom:1rem}.about-section{background-color:var(--bg-white)}.about-box{background-color:var(--bg-light);border-radius:12px;padding:2.5rem;border:1px solid var(--border-color)}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,180,216,0.05);color:var(--accent-hover)}.faq-accordion .accordion-body{padding:1.25rem;color:var(--text-muted);background-color:var(--bg-white)}footer{background-color:var(--primary-color);color:rgba(255,255,255,0.75);padding:4rem 0 2rem 0;border-top:4px solid var(--accent-color);font-size:0.9rem}footer h5{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--accent-color);padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.schedule-list-item{grid-template-columns:1fr;gap:10px;text-align:center}.match-team-section{margin:10px 0}}