:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0066cc;--accent-secondary:#10b981;--accent-tertiary:#ef4444;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(15,23,42,0.05);--transition:all 0.3s ease}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}a{text-decoration:none;color:inherit;transition:var(--transition)}.navbar-custom{background-color:var(--surface);box-shadow:0 2px 10px rgba(0,0,0,0.05);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link-custom{color:var(--text-main);font-weight:500;padding:0.5rem 1rem;border-bottom:2px solid transparent}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent);border-bottom:2px solid var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:#ffffff;padding:5rem 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(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;letter-spacing:-0.02em;margin-bottom:1.5rem}.hero-text{font-size:1.125rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.metrics-card{background-color:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);margin-top:-3rem;position:relative;z-index:10;padding:1.5rem;border:1px solid var(--border)}.metric-item{text-align:center;border-right:1px solid var(--border)}.metric-item:last-child{border-right:none}.metric-value{font-size:2rem;font-weight:700;color:var(--accent)}.metric-label{font-size:0.875rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.section-title-wrapper{margin-bottom:2.5rem;position:relative}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent-secondary);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.match-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;transition:var(--transition);box-shadow:var(--card-shadow)}.match-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(15,23,42,0.08)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.75rem;color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem}.match-stage{background:rgba(0,102,204,0.1);color:var(--accent);padding:0.2rem 0.5rem;border-radius:4px;font-weight:600}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.team-info{display:flex;align-items:center;gap:0.75rem}.team-flag-icon{width:28px;height:20px;object-fit:cover;border-radius:2px;border:1px solid var(--border)}.team-name{font-weight:600;font-size:0.95rem}.match-score{font-weight:700;font-size:1.1rem;color:var(--text-main)}.match-footer{margin-top:0.75rem;padding-top:0.5rem;border-top:1px dashed var(--border);font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.group-container{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;height:100%;box-shadow:var(--card-shadow)}.group-header-title{font-size:1.15rem;font-weight:700;color:#ffffff;background-color:var(--accent);padding:0.5rem 1rem;border-radius:6px;margin-bottom:1rem}.group-table{width:100%;font-size:0.875rem}.group-table th{color:var(--text-muted);font-weight:600;padding-bottom:0.5rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.6rem 0;border-bottom:1px solid rgba(226,232,240,0.5)}.group-table tr:last-child td{border-bottom:none}.team-profile-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:var(--transition);box-shadow:var(--card-shadow);text-align:center;padding:1.5rem 1rem}.team-profile-card:hover{transform:translateY(-4px);border-color:var(--accent)}.team-badge-large{width:64px;height:48px;object-fit:cover;border-radius:4px;margin-bottom:1rem;box-shadow:0 2px 6px rgba(0,0,0,0.1)}.team-card-title{font-weight:700;font-size:1.1rem;margin-bottom:0.25rem}.team-card-sub{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem}.team-card-badge{font-size:0.75rem;background-color:var(--page-bg);color:var(--text-main);padding:0.25rem 0.5rem;border-radius:4px;font-weight:500}.stadium-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow);height:100%}.stadium-img-wrapper{position:relative;height:200px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.05)}.stadium-tag{position:absolute;top:10px;left:10px;background-color:rgba(15,23,42,0.8);color:#ffffff;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:600}.stadium-info{padding:1.25rem}.stadium-name{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem}.stadium-meta{font-size:0.85rem;color:var(--text-muted)}.news-item{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;margin-bottom:1rem;box-shadow:var(--card-shadow);transition:var(--transition)}.news-item:hover{transform:translateX(4px);border-left:4px solid var(--accent-secondary)}.news-date{font-size:0.75rem;color:var(--text-muted);font-weight:600;margin-bottom:0.5rem}.news-title{font-size:1.05rem;font-weight:700;line-height:1.4;margin-bottom:0.5rem;color:var(--surface-strong)}.news-desc{font-size:0.875rem;color:var(--text-muted);margin-bottom:0}.guide-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow)}.guide-body{padding:2rem}.guide-list{list-style:none;padding-left:0}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;font-size:0.95rem}.guide-list li::before{content:'✔';position:absolute;left:0;color:var(--accent-secondary);font-weight:bold}.about-block{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:12px;border:1px solid var(--border);padding:2rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{background-color:var(--surface);color:var(--surface-strong);font-weight:600;font-size:1rem;padding:1.1rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,102,204,0.05);color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);font-size:0.95rem;line-height:1.6}.site-footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}.footer-brand{color:#ffffff;font-size:1.4rem;font-weight:800;margin-bottom:1rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:#94a3b8}.footer-links a:hover{color:#ffffff;padding-left:4px}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #1e293b;font-size:0.8rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.metrics-card{margin-top:2rem}.metric-item{border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.metric-item:last-child{border-bottom:none}}