:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-green:#059669;--accent-gold:#d97706;--border:#e2e8f0;--border-light:#f1f5f9}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}.custom-navbar{background-color:var(--surface-strong);backdrop-filter:blur(10px);transition:all 0.3s ease}.custom-navbar .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.custom-navbar .navbar-brand img{height:40px;width:auto}.custom-navbar .nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.2s ease}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:#38bdf8}.hero-section{background:radial-gradient(circle at 80% 20%,#1e293b 0%,#0f172a 100%);color:#ffffff;padding:120px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to top,var(--page-bg),transparent);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;background:linear-gradient(135deg,#ffffff 30%,#38bdf8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-padding{padding:80px 0}.section-title-wrap{margin-bottom:45px;position:relative}.section-title{font-size:2.25rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;margin-bottom:10px}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--accent);margin-top:8px;border-radius:2px}.section-desc{color:var(--text-muted);font-size:1.05rem;max-width:700px}.score-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s,box-shadow 0.2s}.score-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.score-status{font-size:0.8rem;font-weight:600;padding:4px 10px;border-radius:20px;display:inline-block;margin-bottom:15px}.status-upcoming{background-color:#f1f5f9;color:#475569}.status-live{background-color:#fef2f2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.team-info{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--text-main)}.team-flag{width:32px;height:24px;object-fit:cover;border-radius:4px;border:1px solid var(--border)}.score-num{font-size:1.4rem;font-weight:800;color:var(--surface-strong)}.schedule-table-wrap{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.schedule-table th{background-color:#f8fafc;color:var(--text-main);font-weight:700;border-bottom:2px solid var(--border);padding:16px}.schedule-table td{padding:16px;vertical-align:middle;border-bottom:1px solid var(--border-light)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:12px 20px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-body{padding:15px 20px}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border-light)}.group-team-item:last-child{border-bottom:none}.team-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:all 0.3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.1)}.team-card-banner{height:8px;background:linear-gradient(90deg,var(--accent),var(--accent-green))}.team-card-body{padding:24px}.team-card-title{font-size:1.25rem;font-weight:700;color:var(--surface-strong);margin-bottom:15px;display:flex;align-items:center;gap:10px}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:all 0.2s ease}.news-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.news-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px;display:flex;gap:15px}.news-title{font-size:1.1rem;font-weight:700;color:var(--surface-strong);line-height:1.4;margin-bottom:12px}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:15px;flex-grow:1}.split-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.split-info-pane{padding:40px}.guide-item{display:flex;gap:15px;margin-bottom:24px}.guide-icon{font-size:1.5rem;color:var(--accent);background-color:#f0f9ff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.guide-text h4{font-size:1.1rem;font-weight:700;color:var(--surface-strong);margin-bottom:6px}.guide-text p{color:var(--text-muted);font-size:0.95rem;margin-bottom:0}.custom-accordion .accordion-item{border:1px solid var(--border);border-radius:12px !important;margin-bottom:15px;overflow:hidden;background:var(--surface)}.custom-accordion .accordion-button{font-weight:700;color:var(--surface-strong);padding:18px 24px;box-shadow:none;background:var(--surface)}.custom-accordion .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent);border-bottom:1px solid var(--border-light)}.custom-accordion .accordion-body{padding:20px 24px;color:var(--text-main);background-color:var(--surface)}.custom-footer{background-color:var(--surface-strong);color:#cbd5e1;padding:70px 0 30px 0;font-size:0.95rem}.custom-footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.custom-footer a:hover{color:#ffffff}.footer-brand{font-weight:800;color:#ffffff;font-size:1.4rem;margin-bottom:20px;display:block}.img-cover-box{overflow:hidden;border-radius:12px}.img-cover-box img{width:100%;height:auto;object-fit:cover;transition:transform 0.3s}.img-cover-box:hover img{transform:scale(1.03)}@media (max-width:991px){.hero-section{padding:100px 0 60px 0}.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}.split-info-pane{padding:24px}}