:root{--primary-color:#0d5ca6;--primary-dark:#073866;--accent-color:#e21a22;--accent-green:#009a44;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:#f5f7fb;line-height:1.6}.navbar{box-shadow:0 2px 10px rgba(0,0,0,0.08);background:var(--bg-white) !important;padding:0.8rem 1rem}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{font-weight:800;color:var(--primary-color);font-size:1.25rem}.nav-link{font-weight:600;color:var(--text-dark) !important;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link:hover{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:var(--bg-white);padding:4rem 0;position:relative;overflow:hidden}.hero-title{font-weight:800;font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.1rem;opacity:0.95;margin-bottom:2rem;max-width:650px}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.25);transition:var(--transition-smooth)}.hero-img:hover{transform:scale(1.02)}.section-header{margin-bottom:2.5rem;text-align:center}.section-title{font-weight:800;color:var(--primary-dark);position:relative;display:inline-block;padding-bottom:10px;margin-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent-color),var(--primary-color));border-radius:2px}.custom-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.12)}.match-card{border-left:4px solid var(--primary-color)}.match-header{font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:0.5rem;margin-bottom:0.75rem}.team-name{font-weight:700;font-size:1.05rem}.score-box{background:#f1f5f9;font-weight:800;padding:4px 12px;border-radius:6px;color:var(--primary-dark)}.status-badge{font-size:0.75rem;padding:3px 8px;border-radius:20px;font-weight:600}.badge-upcoming{background-color:#e2e8f0;color:var(--text-dark)}.badge-live{background-color:var(--accent-color);color:white;animation:pulse 1.5s infinite}.group-table{background:var(--bg-white);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.group-header{background:linear-gradient(90deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:var(--bg-white);font-weight:700;padding:10px 15px;font-size:1.1rem}.table-responsive{margin:0}.group-table table{margin-bottom:0}.group-table th{font-weight:600;font-size:0.85rem;color:var(--text-muted);background-color:#f8fafc}.group-table td{vertical-align:middle;font-size:0.95rem}.schedule-timeline{position:relative;padding-left:20px;border-left:2px dashed var(--border-color)}.schedule-item{position:relative;margin-bottom:1.5rem}.schedule-item::before{content:'';position:absolute;left:-26px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--accent-color);border:2px solid var(--bg-white)}.accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button{font-weight:600;color:var(--primary-dark)}.accordion-button:not(.collapsed){background-color:#f0f7ff;color:var(--primary-color)}footer{background-color:var(--primary-dark);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.95rem}footer h5{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--bg-white)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}@media (max-width:768px){.hero-section{text-align:center;padding:3rem 0}.hero-title{font-size:1.8rem}.hero-img{margin-top:2rem}}