:root{--primary-color:#0d1b2a;--primary-light:#1b263b;--accent-color:#e63946;--accent-green:#2a9d8f;--accent-gold:#e9c46a;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-main:#1d3557;--text-muted:#6c757d;--border-color:#dee2e6;--card-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:var(--bg-white);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-gold) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.navbar-toggler-icon{filter:invert(1)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:var(--bg-white);padding:6rem 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(230,57,70,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:2rem}.hero-feat-item{background:rgba(255,255,255,0.08);padding:1rem;border-radius:var(--card-radius);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1)}.hero-feat-item h4{font-size:1.25rem;color:var(--accent-gold);margin-bottom:5px;font-weight:700}.hero-feat-item p{font-size:0.85rem;margin:0;color:rgba(255,255,255,0.7)}.hero-img-wrapper img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);object-fit:cover;width:100%;height:auto}.section-header{text-align:center;margin-bottom:3.5rem;position:relative}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:15px}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:10px;font-size:1.05rem}.overview-section{padding:5rem 0;background-color:var(--bg-white)}.overview-card{border:none;border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:var(--transition-smooth);background:var(--bg-light);height:100%}.overview-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}.overview-icon{width:60px;height:60px;border-radius:50%;background-color:rgba(230,57,70,0.1);color:var(--accent-color);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.schedule-section{padding:5rem 0;background-color:var(--bg-light)}.schedule-card{background:var(--bg-white);border-radius:var(--card-radius);padding:1.5rem;margin-bottom:1rem;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;transition:var(--transition-smooth)}.schedule-card:hover{border-color:var(--accent-color);box-shadow:0 5px 15px rgba(0,0,0,0.05)}.schedule-meta{font-size:0.85rem;color:var(--text-muted)}.schedule-team-box{display:flex;align-items:center;gap:15px;font-weight:700;font-size:1.1rem}.schedule-vs{background:var(--bg-light);padding:4px 12px;border-radius:20px;font-size:0.85rem;color:var(--accent-color);font-weight:800}.schedule-status{font-size:0.85rem;padding:4px 10px;border-radius:4px;font-weight:bold}.status-upcoming{background:rgba(42,157,143,0.1);color:var(--accent-green)}.groups-section{padding:5rem 0;background-color:var(--bg-white)}.group-table-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.03);height:100%}.group-header{background:var(--primary-color);color:var(--bg-white);padding:10px 15px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-header span{font-size:0.8rem;background:rgba(255,255,255,0.2);padding:2px 8px;border-radius:10px}.group-table{margin-bottom:0}.group-table th{font-size:0.8rem;color:var(--text-muted);font-weight:600;background-color:var(--bg-light)}.group-table td{font-size:0.9rem;vertical-align:middle;font-weight:500}.teams-section{padding:5rem 0;background-color:var(--bg-light)}.team-card{background:var(--bg-white);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border-color);transition:var(--transition-smooth);text-align:center;height:100%}.team-card:hover{transform:translateY(-5px);border-color:var(--accent-color)}.team-flag-placeholder{height:100px;background:linear-gradient(135deg,#1b263b 0%,#0d1b2a 100%);display:flex;align-items:center;justify-content:center;color:var(--accent-gold);font-size:2.5rem}.team-card-body{padding:1.5rem}.team-card-body h3{font-size:1.25rem;font-weight:700;margin-bottom:10px}.team-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:15px}.team-badge-list span{font-size:0.75rem;background:var(--bg-light);padding:4px 8px;border-radius:4px;color:var(--text-main);margin:2px;display:inline-block}.news-section{padding:5rem 0;background-color:var(--bg-white)}.news-card{border:none;background:var(--bg-white);box-shadow:0 4px 20px rgba(0,0,0,0.05);border-radius:var(--card-radius);overflow:hidden;height:100%;transition:var(--transition-smooth)}.news-card:hover{transform:translateY(-5px)}.news-body{padding:1.5rem}.news-tag{font-size:0.75rem;background:rgba(230,57,70,0.1);color:var(--accent-color);padding:3px 8px;border-radius:4px;font-weight:700;display:inline-block;margin-bottom:10px}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--primary-color);line-height:1.4}.news-desc{font-size:0.9rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stadiums-section{padding:5rem 0;background-color:var(--bg-light)}.stadium-card{background-color:var(--bg-white);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,0.05);display:flex;flex-direction:column;height:100%}.stadium-icon-box{height:160px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary-color) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--bg-white);padding:1rem;text-align:center}.stadium-icon-box i{font-size:2.5rem;color:var(--accent-gold);margin-bottom:10px}.stadium-info{padding:1.5rem;flex-grow:1}.stadium-info h3{font-size:1.2rem;font-weight:700;margin-bottom:10px}.guide-section{padding:5rem 0;background-color:var(--bg-white)}.guide-box{background:var(--bg-light);border-radius:var(--card-radius);padding:2.5rem;border-left:5px solid var(--accent-color)}.guide-list{list-style:none;padding-left:0}.guide-list li{position:relative;padding-left:25px;margin-bottom:15px;font-size:1.05rem}.guide-list li::before{content:"\F2E6";font-family:"bootstrap-icons";position:absolute;left:0;top:0;color:var(--accent-green);font-weight:bold}.rules-section{padding:5rem 0;background-color:var(--bg-light)}.rule-step-card{background:var(--bg-white);border-radius:var(--card-radius);padding:2rem;border-top:4px solid var(--accent-green);height:100%}.about-section{padding:4rem 0;background-color:var(--primary-color);color:rgba(255,255,255,0.85)}.about-title{color:var(--bg-white);font-weight:800;margin-bottom:1.5rem}.faq-section{padding:5rem 0;background-color:var(--bg-white)}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--primary-color);background-color:var(--bg-white)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,27,42,0.03);color:var(--accent-color);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);background-color:var(--bg-white)}.footer-custom{background-color:#0b131f;color:rgba(255,255,255,0.7);padding:4rem 0 2rem;font-size:0.9rem}.footer-custom a{color:rgba(255,255,255,0.8);text-decoration:none;transition:var(--transition-smooth)}.footer-custom a:hover{color:var(--accent-gold)}.footer-title{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}@media (max-width:991.98px){.hero-section{padding:4rem 0;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-features{max-width:500px;margin-left:auto;margin-right:auto}.hero-img-wrapper{margin-top:3rem}.schedule-card{flex-direction:column;gap:15px;text-align:center}.stadium-card{margin-bottom:1.5rem}}@media (max-width:576px){.hero-title{font-size:2.1rem}.hero-features{grid-template-columns:1fr}.section-header h2{font-size:1.8rem}}