:root{--primary-color:#0d233a;--secondary-color:#00b4d8;--accent-color:#ffb703;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-speed:0.3s}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}.navbar{background-color:var(--primary-color) !important;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand,.nav-link{color:#ffffff !important;transition:color var(--transition-speed)}.nav-link:hover{color:var(--secondary-color) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#1a3a5f 100%);color:#ffffff;padding:80px 0;overflow:hidden}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}section{padding:60px 0;border-bottom:1px solid var(--border-color)}.section-title{position:relative;padding-bottom:15px;margin-bottom:40px;font-weight:700;color:var(--primary-color)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:10px;box-shadow:var(--card-shadow);transition:transform var(--transition-speed),box-shadow var(--transition-speed);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.1)}.match-card{background-color:var(--bg-white);border-left:5px solid var(--secondary-color);border-radius:8px;padding:20px;margin-bottom:15px;box-shadow:var(--card-shadow)}.match-status{font-size:0.85rem;font-weight:600;padding:4px 10px;border-radius:20px;display:inline-block}.status-upcoming{background-color:#e9ecef;color:#495057}.status-tbd{background-color:#ffe8cc;color:#d9480f}.group-table th{background-color:var(--primary-color);color:#ffffff}.group-badge{font-size:1rem;padding:5px 12px;border-radius:4px;background-color:var(--secondary-color);color:#ffffff;font-weight:bold}.stadium-img{height:220px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:rgba(13,180,216,0.1);color:var(--primary-color)}footer{background-color:var(--primary-color);color:#ffffff;padding:60px 0 20px 0}footer a{color:#adb5bd;text-decoration:none;transition:color var(--transition-speed)}footer a:hover{color:var(--secondary-color)}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:10px}