:root{--primary:#0a1931;--primary-light:#15305b;--accent:#0084ff;--accent-green:#00b4d8;--secondary:#ffb703;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar{background-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:var(--bg-white) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--secondary) !important}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--bg-white);padding:5rem 0;position:relative;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:2rem}.hero-stats{background:rgba(255,255,255,0.08);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.1);border-radius:var(--card-radius);padding:1.5rem}.hero-img-wrap img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);width:100%;height:auto;object-fit:cover}.live-score-strip{background-color:var(--primary-light);padding:1rem 0;border-bottom:4px solid var(--accent)}.score-card{background:rgba(255,255,255,0.06);border-radius:8px;padding:0.8rem 1.2rem;min-width:260px;color:var(--bg-white);border-left:3px solid var(--secondary)}.section-title{font-weight:800;position:relative;padding-bottom:0.8rem;margin-bottom:2rem;color:var(--primary)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.custom-card{background:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:var(--primary);color:var(--bg-white);font-weight:600;padding:0.75rem}.group-table td{padding:0.75rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-badge{font-size:0.85rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.schedule-row{display:flex;align-items:center;padding:1rem;border-bottom:1px solid var(--border-color);background:var(--bg-white);border-radius:8px;margin-bottom:0.8rem}.schedule-date{font-weight:700;color:var(--accent);min-width:100px}.schedule-team-vs{display:flex;align-items:center;justify-content:center;flex-grow:1;gap:15px;font-weight:600}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{padding:0.8rem 1rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.sidebar-list li:last-child{border-bottom:none}.faq-item{border-bottom:1px solid var(--border-color);padding:1.2rem 0}.faq-question{font-weight:700;color:var(--primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:0.5rem}footer{background-color:var(--primary);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.95rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--secondary)}footer h5{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}.scroll-container{overflow-x:auto;white-space:nowrap;display:flex;gap:15px;padding-bottom:10px}.scroll-container::-webkit-scrollbar{height:6px}.scroll-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.15);border-radius:3px}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:3rem 0}.schedule-row{flex-direction:column;align-items:flex-start;gap:10px}.schedule-team-vs{justify-content:flex-start;width:100%}}