:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--secondary-color:#198754;--accent-color:#dc3545;--dark-color:#212529;--light-bg:#f8f9fa;--card-border:#e9ecef;--text-main:#212529;--text-muted:#6c757d}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:#ffffff;line-height:1.6}a{text-decoration:none;transition:color 0.2s ease}.navbar-brand img{max-height:40px}.nav-link{font-weight:500;color:var(--dark-color)}.nav-link:hover{color:var(--primary-color)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(13,110,253,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:50px;font-size:0.9rem;display:inline-block;margin-bottom:20px}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:20px}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:30px}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.section-padding{padding:70px 0}.section-title{position:relative;margin-bottom:40px;font-weight:700}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--primary-color);margin-top:10px}.section-title-center{text-align:center}.section-title-center::after{margin:10px auto 0}.live-ticker{background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:12px 0;font-size:0.875rem}.ticker-item{display:inline-flex;align-items:center;margin-right:30px;white-space:nowrap}.badge-live{background-color:var(--accent-color);color:white;padding:2px 6px;border-radius:4px;font-size:0.75rem;font-weight:bold;margin-right:8px;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.custom-card{border:1px solid var(--card-border);border-radius:12px;background-color:#ffffff;transition:transform 0.2s,box-shadow 0.2s;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.group-table{margin-bottom:0}.group-table th{background-color:#f8fafc;font-weight:600}.schedule-row{border-bottom:1px solid #e2e8f0;padding:15px 0;align-items:center}.schedule-row:last-child{border-bottom:none}.team-flag-mini{width:24px;height:16px;object-fit:cover;margin-right:8px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.guide-box{background-color:var(--light-bg);border-radius:12px;padding:30px;height:100%}.accordion-button:not(.collapsed){background-color:#e6f0fa;color:var(--primary-dark)}.footer-dark{background-color:#0f172a;color:#94a3b8;padding:60px 0 30px}.footer-dark h5{color:#ffffff;margin-bottom:20px;font-weight:600}.footer-dark a{color:#94a3b8}.footer-dark a:hover{color:#ffffff}