:root{--page-bg:#0b1120;--surface:#141d34;--surface-strong:#1e294b;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00f2fe;--accent-2:#10b981;--border:#233258;--card-radius:12px}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(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.navbar{background-color:rgba(11,17,32,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-muted) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{padding:7rem 0 4rem 0;background:radial-gradient(circle at top right,rgba(0,242,254,0.15),transparent 60%)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;background:linear-gradient(135deg,var(--text-main) 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);margin-bottom:2rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.4);border:1px solid var(--border);transition:transform 0.3s ease}.hero-img:hover{transform:scale(1.02)}.section-header{margin-bottom:3rem}.section-tag{font-size:0.85rem;color:var(--accent);text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:0.5rem;display:inline-block}.section-title{font-size:2rem;font-weight:700;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;background:var(--accent);border-radius:2px}.stat-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;text-align:center;transition:all 0.3s ease}.stat-card:hover{border-color:var(--accent);transform:translateY(-5px)}.stat-value{font-size:2.5rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:0.5rem}.stat-label{color:var(--text-muted);font-size:0.9rem}.schedule-table-container{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.schedule-table{margin-bottom:0;color:var(--text-main)}.schedule-table th{background-color:var(--surface-strong);color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:1.25rem 1rem}.schedule-table td{border-bottom:1px solid var(--border);padding:1.25rem 1rem;vertical-align:middle}.team-flag-wrap{display:inline-flex;align-items:center;gap:0.5rem;font-weight:600}.badge-status{background-color:var(--surface-strong);color:var(--text-muted);padding:0.4rem 0.8rem;border-radius:20px;font-size:0.8rem;font-weight:600;border:1px solid var(--border)}.badge-live{background-color:rgba(16,185,129,0.15);color:var(--accent-2);border-color:rgba(16,185,129,0.3)}.grid-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;height:100%;transition:all 0.3s ease}.grid-card:hover{border-color:var(--accent);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.group-container{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem;margin-bottom:1.5rem}.group-header{background-color:var(--surface-strong);color:var(--accent);padding:0.75rem 1rem;border-radius:8px;font-weight:700;margin-bottom:1rem;text-align:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:0.6rem 0.5rem;border-bottom:1px solid var(--border)}.group-team-item:last-child{border-bottom:none}.news-card{display:flex;flex-direction:column;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;height:100%;transition:transform 0.3s ease,border-color 0.3s ease}.news-card:hover{transform:translateY(-5px);border-color:var(--accent)}.news-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-title{font-size:1.15rem;font-weight:600;margin-bottom:0.75rem;line-height:1.4}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:0.75rem}.guide-section{background:linear-gradient(180deg,var(--surface) 0%,var(--page-bg) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;background-color:var(--surface);transition:background-color 0.3s ease}.faq-question:hover{background-color:var(--surface-strong)}.faq-answer{padding:0 1.5rem 1.25rem 1.5rem;color:var(--text-muted);display:none;border-top:1px solid transparent}.faq-item.active .faq-answer{display:block;border-top-color:var(--border)}.faq-icon{transition:transform 0.3s ease;color:var(--accent)}.faq-item.active .faq-icon{transform:rotate(180deg)}footer{background-color:#060a14;border-top:1px solid var(--border);padding:4rem 0 2rem 0;color:var(--text-muted)}.footer-logo{margin-bottom:1.5rem}.footer-title{color:var(--text-main);font-weight:600;margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;margin-top:3rem;font-size:0.85rem}@media (max-width:991.98px){.hero-section{padding:5rem 0 3rem 0;text-align:center}.hero-title{font-size:2.25rem}.section-title{font-size:1.75rem}.navbar-collapse{background-color:var(--surface);padding:1rem;border-radius:var(--card-radius);margin-top:0.5rem;border:1px solid var(--border)}}