:root{--page-bg:#f8f9fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f1f5f9;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#ef4444;--accent-3:#eab308;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--card-shadow-hover:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:38px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent-3)}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-bg-alt{background-color:#ffffff}.section-title{position:relative;margin-bottom:3rem;font-weight:800;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}#hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:6rem 0;position:relative;overflow:hidden}#hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}#hero h1{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(120deg,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#hero p{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.8}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);max-width:100%;height:auto}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;transition:transform 0.3s,box-shadow 0.3s;box-shadow:var(--card-shadow)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.stat-card .stat-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.stat-card h3{font-size:1.1rem;font-weight:700;color:var(--text-muted);margin-bottom:0.5rem}.stat-card p{font-size:1.5rem;font-weight:800;color:var(--surface-strong);margin-bottom:0}.schedule-timeline{position:relative}.schedule-card{background:var(--surface);border-left:5px solid var(--accent);border-radius:8px;padding:1.25rem;margin-bottom:1rem;box-shadow:var(--card-shadow);transition:all 0.3s ease}.schedule-card:hover{transform:translateX(5px)}.schedule-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem;display:flex;justify-content:space-between}.schedule-teams{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:1.1rem}.schedule-team-name{display:flex;align-items:center;gap:10px}.schedule-vs{font-size:0.9rem;color:var(--accent-2);background:#fef2f2;padding:0.2rem 0.6rem;border-radius:4px}.score-board{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.score-header{background:#f8fafc;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border);font-size:0.85rem;font-weight:600}.score-body{padding:1.5rem;text-align:center}.score-row{display:flex;align-items:center;justify-content:center;gap:1.5rem}.score-team{flex:1;text-align:center}.score-team img{width:45px;height:45px;object-fit:contain;margin-bottom:0.5rem}.score-number{font-size:2.2rem;font-weight:800;color:var(--surface-strong);font-variant-numeric:tabular-nums}.score-divider{font-size:1.2rem;color:var(--text-muted);font-weight:bold}.score-status{display:inline-block;margin-top:1rem;font-size:0.8rem;padding:0.25rem 0.75rem;border-radius:50px;font-weight:600}.status-live{background:#fef2f2;color:var(--accent-2);animation:pulse 1.5s infinite}.status-upcoming{background:#f0f9ff;color:var(--accent)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);height:100%}.group-title-bar{background:var(--accent);color:white;padding:0.75rem 1.25rem;font-weight:700;font-size:1.1rem;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;text-align:center;font-size:0.9rem}.group-table th{font-weight:600;color:var(--text-muted);border-bottom:2px solid var(--border);background:#f8fafc}.group-table td{border-bottom:1px solid var(--border);color:var(--text-main)}.group-table tr:last-child td{border-bottom:none}.group-team-cell{text-align:left !important;font-weight:600;display:flex;align-items:center;gap:8px}.team-grid-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center;transition:all 0.3s ease;box-shadow:var(--card-shadow);height:100%}.team-grid-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);border-color:var(--accent)}.team-grid-card img{width:60px;height:60px;object-fit:contain;margin-bottom:0.75rem}.team-grid-card h4{font-size:1.05rem;font-weight:700;margin-bottom:0.25rem;color:var(--surface-strong)}.team-grid-card p{font-size:0.8rem;color:var(--text-muted);margin-bottom:0}.news-item{display:flex;gap:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1.25rem;box-shadow:var(--card-shadow);transition:transform 0.3s}.news-item:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)}.news-meta{font-size:0.8rem;color:var(--accent);font-weight:600;text-transform:uppercase;margin-bottom:0.5rem}.news-title{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.guide-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow);height:100%}.guide-icon{font-size:2.2rem;color:var(--accent-2);margin-bottom:1.25rem}.guide-box h4{font-weight:700;font-size:1.2rem;margin-bottom:1rem;color:var(--surface-strong)}.guide-list{list-style:none;padding-left:0;margin-bottom:0}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;font-size:0.95rem;color:var(--text-main)}.guide-list li::before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:bold}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent)}.faq-accordion .accordion-body{color:var(--text-muted);line-height:1.7;background-color:#ffffff;font-size:0.95rem}.about-statement{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid var(--border);border-radius:12px;padding:2.5rem}.footer-custom{background-color:var(--surface-strong);color:#ffffff;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom a{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:#ffffff}.footer-brand{font-weight:700;font-size:1.5rem;color:#ffffff;margin-bottom:1rem;display:inline-block}.footer-title{font-weight:700;font-size:1.1rem;color:#ffffff;margin-bottom:1.5rem;position:relative}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;margin-top:3rem;color:#94a3b8;font-size:0.85rem}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:991.98px){#hero{text-align:center;padding:4rem 0}#hero h1{font-size:2.2rem}.hero-img{margin-top:2.5rem}.news-item{flex-direction:column}}