:root{--page-bg:#090d16;--surface:#121824;--surface-strong:#1a2333;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#fbbf24;--border:rgba(255,255,255,0.08);--gradient-primary:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);--gradient-gold:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)}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}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--surface-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.navbar{background:rgba(9,13,22,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1050}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-muted) !important;font-weight:500;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:120px 0 80px;background:radial-gradient(circle at 80% 20%,rgba(0,242,254,0.1) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(251,191,36,0.08) 0%,transparent 50%)}.hero-tag{background:rgba(0,242,254,0.15);color:var(--accent);border:1px solid rgba(0,242,254,0.3);border-radius:50px;padding:6px 16px;font-size:0.85rem;font-weight:600;display:inline-block}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-top:15px;margin-bottom:20px;background:linear-gradient(135deg,#fff 30%,#a5f3fc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{color:var(--text-muted);font-size:1.1rem;margin-bottom:30px}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.5);border:1px solid var(--border);max-width:100%;height:auto}.section-padding{padding:80px 0}.section-title-wrap{margin-bottom:45px}.section-badge{color:var(--accent-2);text-transform:uppercase;font-size:0.9rem;font-weight:700;letter-spacing:1px;display:block;margin-bottom:8px}.section-title{font-size:2.2rem;font-weight:700;color:var(--text-main)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;transition:all 0.3s ease;height:100%}.card-custom:hover{transform:translateY(-5px);border-color:rgba(0,242,254,0.4);box-shadow:0 10px 25px rgba(0,242,254,0.05)}.live-status-bar{background:var(--surface-strong);border-radius:10px;padding:15px 20px;margin-bottom:15px;border-left:4px solid var(--accent)}.status-badge{background:rgba(239,68,68,0.15);color:#ef4444;padding:3px 8px;border-radius:4px;font-size:0.75rem;font-weight:bold}.status-badge.upcoming{background:rgba(148,163,184,0.15);color:var(--text-muted)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:24px}.group-header{font-weight:bold;color:var(--accent-2);border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:500;padding:6px 4px}.group-table td{padding:8px 4px;border-bottom:1px solid rgba(255,255,255,0.02)}.news-img-wrap{overflow:hidden;border-radius:8px;margin-bottom:15px}.news-img{transition:transform 0.5s ease;width:100%;height:200px;object-fit:cover}.card-custom:hover .news-img{transform:scale(1.05)}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:8px}.guide-item{display:flex;gap:15px;margin-bottom:20px}.guide-icon{flex-shrink:0;width:45px;height:45px;background:rgba(0,242,254,0.1);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.stadium-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.stadium-img{width:100%;height:220px;object-fit:cover}.stadium-body{padding:20px}.faq-accordion .accordion-item{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{background:var(--surface);color:var(--text-main);box-shadow:none;padding:18px 20px;font-weight:600}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background:var(--surface-strong)}.faq-accordion .accordion-button::after{filter:invert(1)}.faq-accordion .accordion-body{background:var(--surface-strong);color:var(--text-muted);padding:20px;border-top:1px solid var(--border);line-height:1.7}footer{background:#06090f;border-top:1px solid var(--border);padding:60px 0 30px;color:var(--text-muted);font-size:0.9rem}footer a{color:var(--text-muted);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}.hero-section{padding:100px 0 50px}}