:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1c2541;--text-muted:#4a5568;--text-light:#f8fafc;--accent:#00b4d8;--accent-hover:#0077b6;--accent-2:#e63946;--accent-gold:#ffb703;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(0,0,0,0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.15);padding:0.8rem 1rem}.navbar-brand-img{height:40px;width:auto;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.navbar-custom .nav-link:hover{color:var(--accent)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,0.2)}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#1c2541 100%);color:var(--text-light);padding:5rem 0 6rem;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:#ffffff;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-tag{display:inline-block;background-color:rgba(0,180,216,0.15);color:var(--accent);padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;border:1px solid rgba(0,180,216,0.3);margin-bottom:1rem}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px 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-title-wrap{margin-bottom:2.5rem;position:relative}.section-tag{color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:0.875rem;display:block;margin-bottom:0.5rem}.section-title{font-size:2rem;font-weight:700;color:var(--text-main);position:relative;display:inline-block}.section-title::after{content:'';position:absolute;left:0;bottom:-8px;width:40px;height:4px;background-color:var(--accent);border-radius:2px}.section-padding{padding:5rem 0}.bg-white-block{background-color:var(--surface)}.score-card{background-color:var(--surface);border-radius:10px;box-shadow:var(--card-shadow);border:1px solid var(--border);padding:1.5rem;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.score-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}.score-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:1rem;font-size:0.85rem;color:var(--text-muted)}.match-status{font-weight:600;padding:0.25rem 0.6rem;border-radius:4px;font-size:0.75rem}.status-upcoming{background-color:#f1f5f9;color:var(--text-muted)}.status-live{background-color:rgba(230,57,70,0.1);color:var(--accent-2);animation:pulse-live 2s infinite}.score-body{display:flex;justify-content:space-between;align-items:center}.team-box{display:flex;flex-direction:column;align-items:center;width:35%;text-align:center}.team-flag-placeholder{width:48px;height:48px;border-radius:50%;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:bold;color:var(--text-muted);margin-bottom:0.5rem;border:2px solid #ffffff;box-shadow:0 2px 6px rgba(0,0,0,0.1)}.team-name{font-weight:600;font-size:1rem;color:var(--text-main)}.score-number{font-size:1.75rem;font-weight:800;color:var(--text-main);width:30%;text-align:center}.vs-text{font-size:0.875rem;color:var(--text-muted);font-weight:600;display:block}@keyframes pulse-live{0%{opacity:0.7}50%{opacity:1}100%{opacity:0.7}}.schedule-table-container{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);overflow:hidden}.schedule-table{margin-bottom:0;vertical-align:middle}.schedule-table th{background-color:#f8fafc;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.schedule-table td{padding:1rem;border-bottom:1px solid var(--border)}.group-card{background-color:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:1.5rem}.group-header{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-table{margin-bottom:0;font-size:0.9rem}.group-table th{background-color:#f1f5f9;font-weight:600;color:var(--text-muted);padding:0.5rem 0.75rem}.group-table td{padding:0.6rem 0.75rem;border-bottom:1px solid var(--border)}.team-profile-card{background:var(--surface);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:transform 0.3s ease}.team-profile-card:hover{transform:translateY(-5px)}.team-cover{height:180px;background-size:cover;background-position:center;position:relative}.team-cover-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);padding:1rem;color:#ffffff}.team-detail-list{padding:1.25rem;font-size:0.9rem}.team-detail-item{display:flex;justify-content:space-between;margin-bottom:0.5rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.team-detail-item:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.guide-box{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);overflow:hidden}.guide-content{padding:2rem}.guide-badge{display:inline-block;background-color:rgba(239,68,68,0.1);color:var(--accent-2);padding:0.25rem 0.75rem;border-radius:4px;font-size:0.8rem;font-weight:600;margin-bottom:1rem}.disclaimer-box{background-color:#f1f5f9;border-left:4px solid var(--accent);border-radius:4px;padding:1.5rem;font-size:0.9rem;color:var(--text-muted)}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.accordion-custom .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);border:none}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(0,180,216,0.05);color:var(--accent);box-shadow:none}.accordion-custom .accordion-body{background-color:var(--surface);color:var(--text-muted);font-size:0.95rem;line-height:1.7;border-top:1px solid var(--border)}.footer-dark{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem;font-size:0.9rem}.footer-dark h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem}@media (max-width:991.98px){.hero-section{padding:3rem 0 4rem;text-align:center}.hero-title{font-size:2.25rem}.hero-img-wrapper{margin-top:2.5rem}.section-padding{padding:3.5rem 0}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}