:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--border:#e2e8f0;--hero-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--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{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}p{color:var(--text-muted)}.text-accent{color:var(--accent)}.text-accent-2{color:var(--accent-2)}.custom-navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:all 0.3s ease}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{background:var(--hero-gradient);color:#ffffff;padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::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-title{font-size:2.75rem;line-height:1.2;color:#ffffff;margin-bottom:1.5rem}.hero-lead{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-meta-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:30px;font-size:0.875rem;color:#38bdf8;display:inline-flex;align-items:center;gap:8px;margin-bottom:1.5rem}.hero-image-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-image-wrap img{width:100%;height:auto;object-fit:cover;display:block}.section-padding{padding:80px 0}.section-header{margin-bottom:50px}.section-header h2{font-size:2rem;position:relative;display:inline-block;padding-bottom:12px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);height:100%;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);border-color:rgba(2,132,199,0.3)}.card-icon-box{width:48px;height:48px;background:rgba(2,132,199,0.1);color:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.schedule-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow-x:auto;box-shadow:var(--card-shadow)}.schedule-table{width:100%;min-width:800px;border-collapse:collapse}.schedule-table th{background:#f1f5f9;color:var(--surface-strong);padding:16px;font-weight:600;text-align:left;border-bottom:1px solid var(--border)}.schedule-table td{padding:16px;border-bottom:1px solid var(--border);color:var(--text-main);vertical-align:middle}.schedule-table tr:last-child td{border-bottom:none}.status-badge{padding:4px 10px;border-radius:20px;font-size:0.75rem;font-weight:600;display:inline-block}.status-upcoming{background:rgba(2,132,199,0.1);color:var(--accent)}.status-live{background:rgba(239,68,68,0.1);color:#ef4444;animation:pulse 2s infinite}.status-finished{background:rgba(100,116,139,0.1);color:var(--text-muted)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:var(--card-shadow)}.group-title{font-size:1.25rem;font-weight:700;border-bottom:2px solid var(--accent-2);padding-bottom:8px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.group-teams-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px dashed var(--border)}.group-team-item:last-child{border-bottom:none}.team-flag-placeholder{width:28px;height:18px;background:#e2e8f0;display:inline-block;border-radius:2px;margin-right:8px;vertical-align:middle;font-size:0.65rem;text-align:center;line-height:18px;color:#64748b}.news-item{display:flex;gap:20px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-date{font-size:0.85rem;color:var(--accent);font-weight:600;white-space:nowrap}.news-title{font-size:1.1rem;font-weight:600;color:var(--surface-strong);margin-bottom:6px}.news-summary{font-size:0.9rem;color:var(--text-muted);margin:0}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:12px !important;margin-bottom:12px;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);padding:20px}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(2,132,199,0.03);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:20px;border-top:1px solid var(--border)}.banner-visual{border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);position:relative}.banner-visual img{width:100%;height:100%;object-fit:cover}.footer-main{background-color:var(--surface-strong);color:#94a3b8;padding:80px 0 30px 0;border-top:1px solid rgba(255,255,255,0.1)}.footer-heading{color:#ffffff;font-size:1.15rem;font-weight:600;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff}.footer-bottom{margin-top:50px;padding-top:25px;border-top:1px solid rgba(255,255,255,0.05);font-size:0.85rem}@media (max-width:991.98px){.hero-section{padding:80px 0 60px 0}.hero-title{font-size:2.2rem}.section-padding{padding:60px 0}}