:root{--page-bg:#0b1120;--surface:#151f38;--surface-strong:#1e2c4f;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#ffd700;--accent-rgb:255,215,0;--accent-2:#00f2fe;--border:#24355a;--success:#10b981;--primary:#3b82f6}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;overflow-x:hidden;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:all 0.3s ease}a:hover{color:var(--accent-2)}.navbar-custom{background-color:rgba(11,17,32,0.95);border-bottom:1px solid var(--border);backdrop-filter:blur(10px);z-index:1030}.navbar-brand img{max-height:40px}.nav-link-custom{color:var(--text-muted) !important;font-weight:500;margin:0 10px;font-size:0.95rem}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent) !important}.hero-section{padding:120px 0 60px;background:radial-gradient(circle at 80% 20%,rgba(30,58,138,0.4) 0%,transparent 60%);border-bottom:1px solid var(--border)}.hero-tag{background:rgba(255,215,0,0.1);border:1px solid var(--accent);color:var(--accent);padding:6px 14px;border-radius:20px;display:inline-block;font-weight:bold;font-size:0.85rem;margin-bottom:15px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px;background:linear-gradient(135deg,#ffffff 0%,#cbd5e1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{color:var(--text-muted);font-size:1.1rem;margin-bottom:30px}.hero-stats-bar{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:15px}.stat-item{text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-val{font-size:1.6rem;font-weight:700;color:var(--accent-2)}.stat-lbl{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase}.live-ticker-wrap{background:var(--surface-strong);border-bottom:1px solid var(--border);padding:10px 0;overflow-x:auto;white-space:nowrap}.ticker-container{display:flex;gap:15px;padding:0 15px}.ticker-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;min-width:260px;padding:10px 15px;display:inline-block}.ticker-status{font-size:0.7rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:6px}.ticker-team{display:flex;justify-content:space-between;font-weight:600;font-size:0.9rem;margin-bottom:4px}.ticker-score{color:var(--accent)}.section-header{margin-bottom:40px;text-align:center}.section-header h2{font-size:2.2rem;font-weight:700;color:var(--text-main);position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:3px;background:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);max-width:600px;margin:10px auto 0;font-size:0.95rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;transition:transform 0.3s}.group-card:hover{transform:translateY(-5px);border-color:var(--accent)}.group-card-title{color:var(--accent);font-size:1.25rem;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:15px;text-align:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed rgba(36,53,90,0.5)}.group-team-item:last-child{border-bottom:none}.schedule-nav{justify-content:center;border-bottom:none !important;margin-bottom:30px}.schedule-nav .nav-link{background:var(--surface) !important;color:var(--text-muted) !important;border:1px solid var(--border) !important;margin:5px;border-radius:20px !important;padding:8px 20px;font-size:0.9rem}.schedule-nav .nav-link.active{background:var(--accent) !important;color:var(--page-bg) !important;border-color:var(--accent) !important;font-weight:600}.schedule-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.schedule-table{margin-bottom:0}.schedule-table th{background-color:var(--surface-strong);color:var(--text-main);border-bottom:2px solid var(--border);padding:15px;font-weight:600}.schedule-table td{color:var(--text-main);border-bottom:1px solid var(--border);padding:15px;vertical-align:middle}.schedule-table tr:last-child td{border-bottom:none}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%;transition:all 0.3s}.team-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.3);border-color:var(--accent-2)}.team-info-body{padding:20px}.team-badge{background:var(--surface-strong);padding:10px;border-radius:8px;display:flex;align-items:center;gap:12px;margin-bottom:15px}.team-badge i{font-size:1.5rem;color:var(--accent)}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:100%;transition:transform 0.3s}.news-card:hover{transform:translateY(-4px)}.news-content{padding:20px}.news-tag{color:var(--accent-2);font-size:0.8rem;font-weight:bold;text-transform:uppercase;margin-bottom:8px;display:inline-block}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:10px}.news-desc{color:var(--text-muted);font-size:0.9rem;margin-bottom:15px}.news-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between}.guide-section{background:linear-gradient(180deg,var(--page-bg) 0%,var(--surface-strong) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.guide-img-container{border-radius:12px;overflow:hidden;border:1px solid var(--border)}.guide-img-container img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s}.guide-img-container:hover img{transform:scale(1.03)}.rule-card{background:var(--surface);border-left:4px solid var(--accent);border-radius:0 12px 12px 0;padding:20px;height:100%}.faq-accordion .accordion-item{background-color:var(--surface);border:1px solid var(--border);margin-bottom:10px;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:600;border:none;box-shadow:none;padding:18px 20px}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:var(--surface-strong)}.faq-accordion .accordion-button::after{filter:invert(1)}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);border-top:1px solid var(--border);font-size:0.95rem;line-height:1.6}footer{background-color:#070b16;border-top:1px solid var(--border);padding:60px 0 30px;font-size:0.9rem;color:var(--text-muted)}.footer-brand{font-size:1.4rem;font-weight:800;color:var(--text-main);margin-bottom:15px}.footer-links-list{list-style:none;padding:0}.footer-links-list li{margin-bottom:10px}.footer-links-list a{color:var(--text-muted)}.footer-links-list a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:100px 0 40px}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:10px 0}.stat-item:last-child{border-bottom:none}}