:root{--page-bg:#0b0f19;--surface:#161f30;--surface-strong:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#00e676;--accent-hover:#00c853;--accent-2:#ffd700;--border:#334155;--border-hover:#475569;--font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}a{color:var(--accent);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--accent-hover)}.custom-navbar{background-color:rgba(11,15,25,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 1rem;z-index:1030}.navbar-brand-logo{height:40px;width:auto;margin-right:10px}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;border-bottom:2px solid transparent;transition:all 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important;border-bottom-color:var(--accent)}.hero-section{position:relative;padding:120px 0 80px 0;background:radial-gradient(circle at 80% 20%,rgba(0,230,118,0.15) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(255,215,0,0.1) 0%,transparent 50%)}.hero-badge{display:inline-block;background:rgba(0,230,118,0.15);border:1px solid var(--accent);color:var(--accent);padding:6px 16px;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;max-width:650px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.5);border:1px solid var(--border)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:700;position:relative;display:inline-block;padding-bottom:10px}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.stat-grid{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-top:-40px;position:relative;z-index:10}.stat-item{text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-num{font-size:2rem;font-weight:700;color:var(--accent);line-height:1;margin-bottom:0.5rem}.stat-label{color:var(--text-muted);font-size:0.875rem;text-transform:uppercase}.match-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:transform 0.3s ease,border-color 0.3s ease}.match-card:hover{transform:translateY(-4px);border-color:var(--border-hover)}.match-badge{background-color:var(--surface-strong);color:var(--text-muted);padding:4px 10px;border-radius:4px;font-size:0.75rem;display:inline-block}.match-badge.live{background-color:rgba(239,68,68,0.2);color:#ef4444;font-weight:600}.team-row{display:flex;align-items:center;justify-content:space-between;margin:1rem 0}.team-info{display:flex;align-items:center;gap:12px}.team-flag{width:28px;height:28px;border-radius:50%;background-color:#334155;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:bold}.team-name{font-weight:600;font-size:1rem}.team-score{font-size:1.25rem;font-weight:700;color:var(--accent)}.schedule-table-wrapper{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.schedule-table{width:100%;margin-bottom:0;color:var(--text-main);border-collapse:collapse}.schedule-table th{background-color:var(--surface-strong);border-bottom:1px solid var(--border);padding:1rem;font-weight:600;font-size:0.875rem;color:var(--text-muted)}.schedule-table td{padding:1.25rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle;font-size:0.9375rem}.schedule-table tr:last-child td{border-bottom:none}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%}.group-title{font-size:1.25rem;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:1rem;color:var(--accent-2);display:flex;justify-content:space-between;align-items:center}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;border-bottom:1px dashed rgba(255,255,255,0.05)}.group-team-item:last-child{border-bottom:none}.team-grid-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all 0.3s ease}.team-grid-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 10px 20px rgba(0,230,118,0.1)}.team-header-img{height:120px;background:linear-gradient(45deg,var(--surface-strong),var(--page-bg));display:flex;align-items:center;justify-content:center;position:relative}.team-logo-badge{width:60px;height:60px;border-radius:50%;background-color:var(--surface);border:3px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:bold;color:var(--text-main);box-shadow:0 4px 10px rgba(0,0,0,0.3)}.team-body{padding:1.5rem;text-align:center}.team-title{font-size:1.125rem;font-weight:700;margin-bottom:0.25rem}.team-meta{font-size:0.8125rem;color:var(--text-muted);margin-bottom:1rem}.team-star-player{background-color:rgba(255,215,0,0.08);border:1px dashed rgba(255,215,0,0.3);border-radius:6px;padding:0.375rem 0.75rem;font-size:0.8125rem;color:var(--accent-2);display:inline-block}.news-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.news-item{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.3s ease}.news-item:hover{border-color:var(--border-hover);transform:translateY(-2px)}.news-item.featured{grid-column:span 2;background:linear-gradient(135deg,var(--surface) 0%,var(--surface-strong) 100%)}.news-tag{font-size:0.75rem;background-color:rgba(0,230,118,0.1);color:var(--accent);padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:1rem;align-self:flex-start}.news-title{font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:1rem;color:var(--text-main)}.news-item.featured .news-title{font-size:1.5rem}.news-excerpt{color:var(--text-muted);font-size:0.9375rem;margin-bottom:1.5rem}.news-footer{display:flex;justify-content:space-between;align-items:center;font-size:0.8125rem;color:var(--text-muted);border-top:1px solid rgba(255,255,255,0.05);padding-top:1rem}.city-card{background-color:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);height:100%}.city-image-box{position:relative;height:200px;overflow:hidden}.city-image-box img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.city-card:hover .city-image-box img{transform:scale(1.05)}.city-badge{position:absolute;top:1rem;left:1rem;background-color:rgba(11,15,25,0.85);backdrop-filter:blur(4px);padding:4px 12px;border-radius:4px;font-size:0.75rem;font-weight:bold;color:var(--accent)}.city-body{padding:1.5rem}.city-name{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem}.city-stadium{color:var(--accent-2);font-size:0.9375rem;font-weight:500;margin-bottom:0.75rem}.city-desc{font-size:0.875rem;color:var(--text-muted);line-height:1.5}.info-panel{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;height:100%}.info-list{list-style:none;padding:0;margin:0}.info-list li{position:relative;padding-left:1.75rem;margin-bottom:1rem}.info-list li::before{content:"\f2e7";font-family:"bootstrap-icons";position:absolute;left:0;top:0;color:var(--accent)}.info-list li strong{display:block;color:var(--text-main);margin-bottom:0.25rem}.info-list li span{color:var(--text-muted);font-size:0.875rem}.guide-section{background:linear-gradient(180deg,var(--page-bg) 0%,var(--surface-strong) 100%);border-radius:14px;border:1px solid var(--border);padding:3rem 2rem}.guide-card{background-color:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;height:100%}.guide-icon{font-size:2rem;color:var(--accent);margin-bottom:1rem}.faq-accordion .accordion-item{background-color:var(--surface);border:1px solid var(--border);margin-bottom:1rem;border-radius:8px !important;overflow:hidden}.faq-accordion .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:600;border:none;box-shadow:none;padding:1.25rem 1.5rem}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--accent)}.faq-accordion .accordion-button::after{filter:invert(1)}.faq-accordion .accordion-body{background-color:var(--surface);border-top:1px solid var(--border);color:var(--text-muted);font-size:0.9375rem;line-height:1.6;padding:1.25rem 1.5rem}.about-disclaimer{background-color:rgba(255,215,0,0.03);border:1px dashed rgba(255,215,0,0.2);border-radius:12px;padding:2rem;margin-top:3rem}.custom-footer{background-color:#060910;border-top:1px solid var(--border);color:var(--text-muted);padding:4rem 0 2rem 0;font-size:0.875rem}.footer-brand{font-size:1.5rem;font-weight:700;color:var(--text-main);margin-bottom:1rem}.footer-links-title{color:var(--text-main);font-weight:600;margin-bottom:1.25rem}.footer-links-list{list-style:none;padding:0;margin:0}.footer-links-list li{margin-bottom:0.75rem}.footer-links-list a{color:var(--text-muted);transition:color 0.3s ease}.footer-links-list a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;margin-top:3rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.news-bento{grid-template-columns:1fr}.news-item.featured{grid-column:span 1}.stat-grid{margin-top:2rem}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.stat-item:last-child{border-bottom:none}}