:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--surface-card:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-3:#ef4444;--border:#e2e8f0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem}.navbar-brand img{height:40px;object-fit:contain}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 0.5rem;transition:color 0.2s}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#1e1b4b 100%);color:#ffffff;padding:4.5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background:rgba(16,185,129,0.2);color:#34d399;padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1rem;border:1px solid rgba(16,185,129,0.3)}.hero-title h1{color:#ffffff;font-size:2.5rem;line-height:1.25;margin-bottom:1.5rem}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.hero-meta-item{background:rgba(255,255,255,0.05);padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,0.1);text-align:center}.hero-meta-num{font-size:1.5rem;font-weight:700;color:var(--accent-2);display:block}.hero-meta-label{font-size:0.75rem;color:rgba(255,255,255,0.6)}.ticker-wrapper{background:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 0;overflow:hidden}.ticker-card{display:flex;align-items:center;background:var(--surface-card);border:1px solid var(--border);border-radius:8px;padding:0.5rem 1rem;min-width:260px;margin-right:1rem}.ticker-status{font-size:0.75rem;padding:0.15rem 0.4rem;border-radius:4px;margin-right:0.75rem;font-weight:bold}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}.status-ended{background:#f1f5f9;color:#475569}.section-padding{padding:5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2rem;position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0.5rem auto 0 auto}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-box-header{background:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0;font-size:0.875rem}.group-table th,.group-table td{padding:0.6rem 1rem;vertical-align:middle}.group-table tr:not(:last-child){border-bottom:1px solid var(--border)}.team-card{border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.team-flag-bg{height:80px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:bold;font-size:1.25rem}.team-body{padding:1.25rem}.timeline-list{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 6px);top:6px;width:10px;height:10px;border-radius:50%;background:var(--accent-2);border:2px solid var(--surface)}.timeline-time{font-weight:700;color:var(--accent-2);font-size:0.875rem}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:0.5rem;font-size:0.925rem}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 0 2rem 0;font-size:0.875rem}.footer-title{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-link{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}.footer-link:hover{color:var(--accent-2)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title h1{font-size:2rem}.section-padding{padding:3.5rem 0}}