:root{--page-bg:#f8f9fa;--surface:#ffffff;--surface-strong:#111827;--text-main:#1f2937;--text-muted:#6b7280;--accent:#0A36AF;--accent-red:#DA291C;--accent-green:#006341;--border:#e5e7eb;--card-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03)}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}.navbar-custom{background-color:var(--surface-strong);padding:1rem 0;border-bottom:3px solid var(--accent-red)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s}.navbar-custom .nav-link:hover{color:var(--accent-red)}.hero-section{background:linear-gradient(135deg,#0A36AF 0%,#051b57 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:var(--page-bg);clip-path:polygon(0 100%,100% 100%,100% 0)}.hero-tag{background:var(--accent-red);color:#ffffff;font-weight:700;padding:0.35rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem;font-size:0.9rem;text-transform:uppercase}.hero-title{font-weight:900;font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:2rem;line-height:1.6}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-weight:800;font-size:2.1rem;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-red) 100%);border-radius:2px}.content-section{padding:4.5rem 0}.content-section-alt{background-color:var(--surface);padding:4.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.score-bar{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:transform 0.3s}.score-bar:hover{transform:translateY(-3px)}.team-badge{font-weight:700;font-size:1.1rem}.score-num{font-weight:800;font-size:1.6rem;color:var(--accent);padding:0 1rem}.match-status-tag{font-size:0.8rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.group-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#1d4ed8 100%);color:white;font-weight:700;padding:0.75rem 1rem;text-align:center}.group-header-alt{background:linear-gradient(135deg,var(--accent-red) 0%,#b91c1c 100%)}.group-table{margin:0;font-size:0.95rem}.group-table th,.group-table td{padding:0.6rem 1rem}.team-profile-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border);height:100%}.team-profile-body{padding:1.5rem}.news-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1.25rem;height:100%;transition:all 0.3s}.news-card:hover{border-color:var(--accent);box-shadow:var(--card-shadow)}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-weight:700;font-size:1.1rem;line-height:1.4;margin-bottom:0.75rem}.stadium-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.stadium-item{background:var(--surface-strong);color:white;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:200px;position:relative;z-index:1;overflow:hidden}.stadium-item::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.85) 100%);z-index:-1}.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:700;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(10,54,175,0.05)}.footer-custom{background-color:var(--surface-strong);color:#ffffff;padding:4rem 0 2rem;border-top:5px solid var(--accent)}.footer-brand{font-weight:800;font-size:1.5rem;margin-bottom:1.5rem}.footer-links a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--accent-red)}.footer-divider{border-top:1px solid rgba(255,255,255,0.1);margin:2rem 0}@media (max-width:991px){.hero-title{font-size:2.2rem}.content-section{padding:3rem 0}}