:root{--bg-dark:#0a0e1a;--bg-dark-card:#151d30;--bg-light:#f4f6fa;--bg-white:#ffffff;--primary:#00e676;--primary-hover:#00c853;--secondary:#00b0ff;--accent:#ffd600;--text-dark:#121824;--text-muted-dark:#6c757d;--text-light:#f8f9fa;--text-muted-light:#a0aec0;--border-dark:rgba(255,255,255,0.1);--border-light:rgba(0,0,0,0.08);--transition: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;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.section-title{position:relative;font-weight:800;letter-spacing:0.5px;margin-bottom:2.5rem;text-transform:uppercase}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:60px;height:4px;background:var(--primary);border-radius:2px}.center-title{text-align:center}.center-title::after{left:50%;transform:translateX(-50%)}.custom-navbar{background-color:var(--bg-dark);border-bottom:1px solid var(--border-dark);padding:0.8rem 1.5rem;backdrop-filter:blur(10px)}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:800;letter-spacing:1px;font-size:1.25rem}.nav-link{color:var(--text-muted-light) !important;font-weight:600;transition:var(--transition);font-size:0.95rem;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--primary) !important}.navbar-toggler{border-color:var(--border-dark);color:var(--text-light)}.hero-section{background:linear-gradient(135deg,#050811 0%,#0d1527 100%);color:var(--text-light);padding:6rem 0;position:relative;overflow:hidden;border-bottom:4px solid var(--primary)}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(0,230,118,0.15) 0%,rgba(0,0,0,0) 70%);z-index:1}.hero-content{position:relative;z-index:2}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;color:var(--text-light);margin-bottom:1.5rem}.hero-title span{background:linear-gradient(45deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:var(--text-muted-light);margin-bottom:2rem;line-height:1.7}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,0.5);border:1px solid var(--border-dark);z-index:2;position:relative}.hero-stats{display:flex;gap:1.5rem;margin-top:2rem}.stat-item{background:rgba(255,255,255,0.05);padding:1rem 1.5rem;border-radius:8px;border-left:3px solid var(--primary)}.stat-num{font-size:1.6rem;font-weight:800;color:var(--primary);display:block}.stat-label{font-size:0.85rem;color:var(--text-muted-light)}.scores-section{background:var(--bg-dark);padding:4rem 0;color:var(--text-light)}.score-card{background:var(--bg-dark-card);border:1px solid var(--border-dark);border-radius:10px;padding:1.5rem;transition:var(--transition)}.score-card:hover{transform:translateY(-5px);border-color:var(--secondary)}.score-header{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted-light);border-bottom:1px solid var(--border-dark);padding-bottom:0.75rem;margin-bottom:1rem}.score-status{background:rgba(0,176,255,0.15);color:var(--secondary);padding:0.2rem 0.6rem;border-radius:20px;font-weight:bold}.score-team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.score-team-name{font-weight:700;font-size:1.1rem}.score-team-score{font-size:1.4rem;font-weight:800;color:var(--primary)}.schedule-section{padding:5rem 0;background:var(--bg-white)}.schedule-table-wrapper{background:var(--bg-white);border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,0.05);overflow:hidden;border:1px solid var(--border-light)}.schedule-table{margin-bottom:0}.schedule-table th{background-color:#0d1527;color:var(--text-light);font-weight:600;border:none;padding:1.2rem 1rem}.schedule-table td{padding:1.2rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border-light)}.match-badge{background:#eef2f7;padding:0.3rem 0.8rem;border-radius:4px;font-size:0.8rem;font-weight:600;color:#495057}.groups-section{padding:5rem 0;background:var(--bg-light)}.group-box{background:var(--bg-white);border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.03);border:1px solid var(--border-light);overflow:hidden;margin-bottom:2rem;transition:var(--transition)}.group-box:hover{box-shadow:0 10px 25px rgba(0,0,0,0.08);transform:translateY(-3px)}.group-header{background:linear-gradient(45deg,#0d1527,#1a263f);color:var(--text-light);padding:1rem 1.25rem;font-weight:800;font-size:1.15rem;display:flex;justify-content:space-between;align-items:center}.group-table{margin:0;width:100%}.group-table th{font-size:0.8rem;color:var(--text-muted-dark);font-weight:600;background:#fbfbfb;padding:0.6rem 1rem;border-bottom:1px solid var(--border-light)}.group-table td{font-size:0.9rem;padding:0.75rem 1rem;border-bottom:1px solid var(--border-light)}.group-table tr:last-child td{border-bottom:none}.teams-section{padding:5rem 0;background:var(--bg-white)}.team-card{border:1px solid var(--border-light);border-radius:10px;overflow:hidden;background:var(--bg-white);transition:var(--transition);margin-bottom:1.5rem}.team-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.08);border-color:var(--primary)}.team-banner{height:8px;background:var(--secondary)}.team-card:nth-child(even) .team-banner{background:var(--primary)}.team-body{padding:1.5rem}.team-title{font-weight:800;font-size:1.2rem;margin-bottom:0.5rem;display:flex;justify-content:space-between;align-items:center}.team-meta{font-size:0.85rem;color:var(--text-muted-dark);margin-bottom:1rem}.team-stat-row{display:flex;justify-content:space-between;font-size:0.85rem;padding:0.4rem 0;border-top:1px dashed var(--border-light)}.news-section{padding:5rem 0;background:var(--bg-dark);color:var(--text-light)}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.news-item{background:var(--bg-dark-card);border:1px solid var(--border-dark);border-radius:10px;overflow:hidden;transition:var(--transition)}.news-item:hover{transform:translateY(-5px);border-color:var(--primary)}.news-content{padding:1.5rem}.news-tag{display:inline-block;background:rgba(0,230,118,0.15);color:var(--primary);font-size:0.75rem;font-weight:bold;padding:0.25rem 0.6rem;border-radius:4px;margin-bottom:0.8rem}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.8rem;line-height:1.4}.news-desc{font-size:0.9rem;color:var(--text-muted-light);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-footer{display:flex;justify-content:space-between;font-size:0.8rem;color:var(--text-muted-light);border-top:1px solid var(--border-dark);padding-top:0.8rem}.stadium-section{padding:5rem 0;background:var(--bg-white)}.stadium-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.stadium-img-wrapper img{width:100%;height:auto;display:block}.rules-section{padding:5rem 0;background:var(--bg-light)}.rule-card{background:var(--bg-white);padding:2rem;border-radius:10px;border:1px solid var(--border-light);height:100%;box-shadow:0 4px 15px rgba(0,0,0,0.02)}.rule-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.guide-section{padding:5rem 0;background:var(--bg-dark);color:var(--text-light)}.guide-box{background:var(--bg-dark-card);border:1px solid var(--border-dark);border-radius:10px;padding:2rem;margin-bottom:1.5rem}.guide-box h3{font-size:1.3rem;font-weight:700;margin-bottom:1.2rem;color:var(--primary);display:flex;align-items:center;gap:0.5rem}.about-section{padding:5rem 0;background:var(--bg-white);border-bottom:1px solid var(--border-light)}.about-content{background:var(--bg-light);border-radius:12px;padding:2.5rem;border-left:5px solid var(--secondary)}.faq-section{padding:5rem 0;background:var(--bg-light)}.faq-accordion .accordion-item{border:1px solid var(--border-light);margin-bottom:1rem;border-radius:8px !important;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;padding:1.2rem;background-color:var(--bg-white);color:var(--text-dark)}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary-hover);background-color:var(--bg-light);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--bg-white);padding:1.2rem;font-size:0.95rem;color:#4a5568}footer{background:#050811;color:var(--text-muted-light);padding:4rem 0 2rem;font-size:0.9rem;border-top:1px solid var(--border-dark)}footer a{color:var(--text-muted-light);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--primary)}footer h4{color:var(--text-light);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-bottom{border-top:1px solid var(--border-dark);margin-top:3rem;padding-top:1.5rem;font-size:0.8rem}@media (max-width:991px){.hero-title{font-size:2.2rem}.hero-section{padding:4rem 0}.stadium-img-wrapper{margin-top:2rem}}@media (max-width:767px){.hero-stats{flex-direction:column;gap:1rem}.table-responsive{border:0}}