:root{--primary-dark:#0f172a;--primary-blue:#0284c7;--accent-red:#ef4444;--accent-green:#10b981;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-dark);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000}.navbar-custom .navbar-brand{color:var(--bg-white);font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.25s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--primary-blue)}.navbar-toggler{border-color:rgba(255,255,255,0.1);background-color:rgba(255,255,255,0.05)}section{padding:5rem 0}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-size:2.25rem;font-weight:800;color:var(--primary-dark);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent-red),var(--primary-blue));border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.05rem;margin-top:0.75rem}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--bg-white);padding:6rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.hero-stat-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.25rem;text-align:center}.hero-stat-num{font-size:2rem;font-weight:800;color:var(--primary-blue);display:block}.hero-stat-label{font-size:0.85rem;color:#94a3b8;margin-top:0.25rem}.hero-image-container img{border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3),0 10px 10px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.08);transition:transform 0.5s ease}.hero-image-container img:hover{transform:translateY(-5px)}.live-ticker-section{background:var(--bg-white);border-bottom:1px solid var(--border-color);padding:1.5rem 0}.ticker-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:10px;padding:1rem;min-width:260px;transition:all 0.3s}.ticker-card:hover{border-color:var(--primary-blue);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.ticker-meta{display:flex;justify-content:space-between;font-size:0.75rem;color:var(--text-muted);margin-bottom:0.5rem;font-weight:600}.ticker-team{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:0.95rem;margin-bottom:0.25rem}.ticker-score{font-size:1.1rem;font-weight:800;color:var(--primary-dark)}.schedule-section{background-color:var(--bg-light)}.schedule-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);margin-bottom:1rem;overflow:hidden;transition:transform 0.2s ease}.schedule-card:hover{transform:translateY(-2px)}.schedule-header{background-color:#f1f5f9;padding:0.75rem 1.25rem;font-size:0.85rem;font-weight:600;color:var(--text-muted);display:flex;justify-content:space-between;border-bottom:1px solid var(--border-color)}.schedule-body{padding:1.5rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.schedule-team{display:flex;align-items:center;gap:1rem;width:40%}.schedule-team.team-right{justify-content:flex-end;text-align:right}.team-flag-holder{width:36px;height:36px;border-radius:50%;background-color:#cbd5e1;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:var(--text-dark);border:2px solid var(--border-color)}.schedule-versus{text-align:center;width:20%}.vs-badge{background-color:#fee2e2;color:var(--accent-red);padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem;font-weight:700;display:inline-block}.groups-section{background-color:var(--bg-white)}.group-card{border:1px solid var(--border-color);border-radius:12px;background-color:var(--bg-light);overflow:hidden;margin-bottom:1.5rem}.group-header{background-color:var(--primary-dark);color:var(--bg-white);padding:1rem;font-weight:700;text-align:center;font-size:1.15rem}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.8rem;color:var(--text-muted);text-transform:uppercase;padding:0.75rem 0.5rem;background-color:#f1f5f9;text-align:center}.group-table td{padding:0.75rem 0.5rem;font-size:0.9rem;vertical-align:middle;text-align:center}.group-table td.team-name{text-align:left;font-weight:600;padding-left:1rem}.teams-section{background-color:var(--bg-light)}.team-profile-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;transition:all 0.3s ease;height:100%}.team-profile-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);transform:translateY(-4px)}.team-cover{height:140px;background:linear-gradient(135deg,var(--primary-blue) 0%,#0369a1 100%);position:relative}.team-badge-large{width:70px;height:70px;border-radius:50%;background-color:var(--bg-white);border:3px solid var(--bg-white);box-shadow:var(--card-shadow);position:absolute;bottom:-35px;left:20px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;color:var(--primary-dark)}.team-profile-content{padding:3rem 1.25rem 1.5rem 1.25rem}.team-profile-title{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem}.team-info-list{font-size:0.85rem;color:var(--text-muted);list-style:none;padding-left:0;margin-bottom:0}.team-info-list li{margin-bottom:0.4rem;display:flex;justify-content:space-between}.news-section{background-color:var(--bg-white)}.news-card{background-color:var(--bg-light);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;transition:transform 0.3s ease;height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-3px)}.news-card-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;align-items:center;gap:10px}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.75rem;color:var(--primary-dark);line-height:1.4}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem;flex-grow:1}.stadiums-section{background-color:var(--bg-light)}.stadium-info-box{background:var(--bg-white);border-radius:14px;border:1px solid var(--border-color);padding:2.5rem;height:100%}.guide-section{background-color:var(--bg-white)}.guide-card{border-radius:12px;background:var(--bg-light);border:1px solid var(--border-color);padding:2rem;height:100%;transition:all 0.3s}.guide-card:hover{border-color:var(--primary-blue)}.guide-icon{font-size:2.25rem;color:var(--primary-blue);margin-bottom:1.25rem}.rules-section{background-color:var(--primary-dark);color:var(--bg-white)}.rules-section .section-title{color:var(--bg-white)}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.rules-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:2rem}.rules-card h3{font-size:1.25rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}.about-section{background-color:var(--bg-white);border-top:1px solid var(--border-color)}.about-text-box{background-color:var(--bg-light);border-radius:14px;padding:2.5rem;border:1px solid var(--border-color)}.faq-section{background-color:var(--bg-light)}.faq-accordion .accordion-item{border:1px solid var(--border-color) !important;border-radius:12px !important;margin-bottom:1rem;overflow:hidden;background-color:var(--bg-white)}.faq-accordion .accordion-button{font-weight:700;color:var(--primary-dark);font-size:1.05rem;padding:1.25rem;background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--primary-blue);box-shadow:none}.faq-accordion .accordion-body{padding:1.25rem;color:var(--text-muted);font-size:0.95rem;line-height:1.7;background-color:var(--bg-white)}footer{background-color:var(--primary-dark);color:#94a3b8;padding:4rem 0 2rem 0;border-top:1px solid #1e293b}.footer-title{color:var(--bg-white);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0;margin-bottom:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.25s}.footer-links a:hover{color:var(--bg-white)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #1e293b;text-align:center;font-size:0.85rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.hero-stats{gap:0.75rem}.hero-stat-num{font-size:1.5rem}section{padding:3.5rem 0}.stadium-info-box{padding:1.5rem}}