:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#ef4444;--accent-3:#10b981;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 0;transition:var(--transition)}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0 6rem;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;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-text{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3)}.hero-img-wrapper img{width:100%;height:auto;display:block}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:1rem;font-size:1.1rem}.ticker-section{background-color:var(--surface-strong);color:var(--text-light);padding:0.75rem 0;font-size:0.9rem}.ticker-wrapper{display:flex;align-items:center;gap:1.5rem}.ticker-badge{background-color:var(--accent-2);padding:0.25rem 0.75rem;border-radius:4px;font-weight:bold;text-transform:uppercase;font-size:0.8rem;animation:pulse 2s infinite}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);transition:var(--transition);height:100%}.match-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.match-meta{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.match-team{display:flex;align-items:center;justify-content:space-between;margin:0.75rem 0}.team-info{display:flex;align-items:center;gap:0.75rem;font-weight:600}.team-flag{width:32px;height:22px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.match-score{font-size:1.25rem;font-weight:700;color:var(--surface-strong)}.match-status{text-align:center;margin-top:1rem;padding:0.35rem;border-radius:6px;font-size:0.85rem;font-weight:600}.status-upcoming{background-color:#f1f5f9;color:var(--text-muted)}.group-table-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);margin-bottom:2rem}.group-title{font-size:1.25rem;font-weight:700;color:var(--surface-strong);margin-bottom:1rem;border-left:4px solid var(--accent);padding-left:0.75rem}.table-custom{margin-bottom:0}.table-custom th{font-weight:600;color:var(--text-muted);border-top:none;font-size:0.85rem}.table-custom td{vertical-align:middle;font-size:0.9rem}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition)}.team-card:hover{transform:translateY(-4px)}.team-hero-img{height:160px;background:linear-gradient(45deg,var(--surface-strong),var(--accent));display:flex;align-items:center;justify-content:center;color:white;font-size:3rem}.team-card-body{padding:1.5rem}.team-card-title{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.team-card-desc{font-size:0.875rem;color:var(--text-muted);margin-bottom:1rem}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition);display:flex;flex-direction:column;height:100%}.news-card:hover{transform:translateY(-4px)}.news-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-tag{align-self:flex-start;background-color:rgba(2,132,199,0.1);color:var(--accent);padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:600;margin-bottom:0.75rem}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--surface-strong)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem;flex-grow:1}.news-footer{font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.75rem;display:flex;justify-content:space-between}.stadium-section{background-color:#f1f5f9;padding:5rem 0}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.stadium-img-wrapper img{width:100%;height:auto;object-fit:cover}.guide-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;height:100%;box-shadow:var(--card-shadow)}.guide-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1.25rem}.guide-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.guide-list{list-style:none;padding-left:0;margin-bottom:0}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;font-size:0.925rem}.guide-list li::before{content:"✓";position:absolute;left:0;color:var(--accent-3);font-weight:bold}.about-section{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:var(--text-light);padding:4rem 0}.about-box{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:2.5rem;backdrop-filter:blur(5px)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:#f8fafc;box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.25rem;font-size:0.95rem;line-height:1.7}footer{background-color:#0b0f19;color:#94a3b8;padding:4rem 0 2rem;border-top:1px solid #1e293b}.footer-title{color:var(--text-light);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--text-light);padding-left:4px}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #1e293b;font-size:0.85rem}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.6}}@media (max-width:991.98px){.hero-section{padding:3.5rem 0 4rem;text-align:center}.hero-title{font-size:2.25rem}.hero-text{margin:0 auto 2rem}.section-header h2{font-size:1.85rem}.table-responsive{border-radius:8px;overflow:hidden}}