:root{--soccer-primary:#0284c7;--soccer-primary-hover:#0369a1;--soccer-secondary:#10b981;--soccer-dark:#0f172a;--soccer-light:#f8fafc;--soccer-muted:#64748b;--soccer-card-bg:#ffffff;--soccer-border:#e2e8f0;--gradient-hero:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);--gradient-accent:linear-gradient(90deg,#0284c7 0%,#10b981 100%)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--soccer-light);color:var(--soccer-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--soccer-secondary);transition:all 0.3s ease}.navbar-custom .navbar-brand{font-weight:800;font-size:1.4rem;color:#ffffff;letter-spacing:0.5px}.navbar-custom .navbar-brand span{color:var(--soccer-secondary)}.navbar-custom .nav-link{color:#e2e8f0 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--soccer-secondary) !important}.hero-section{background:var(--gradient-hero);color:#ffffff;padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to top,var(--soccer-light),transparent)}.hero-badge{background:rgba(16,185,129,0.2);border:1px solid var(--soccer-secondary);color:var(--soccer-secondary);padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.section-padding{padding:5rem 0}.section-title{font-size:2rem;font-weight:800;position:relative;margin-bottom:3rem;color:var(--soccer-dark)}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:var(--gradient-accent);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.stat-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s}.stat-card:hover{transform:translateY(-5px)}.stat-num{font-size:2.25rem;font-weight:800;color:var(--soccer-primary);line-height:1;margin-bottom:0.5rem}.stat-label{font-size:0.875rem;color:var(--soccer-muted);font-weight:600}.match-card{background:var(--soccer-card-bg);border-radius:12px;border:1px solid var(--soccer-border);padding:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-bottom:1.25rem;position:relative;overflow:hidden}.match-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background-color:var(--soccer-primary)}.match-card-scheduled::before{background-color:var(--soccer-muted)}.match-card-live::before{background-color:var(--soccer-secondary)}.match-meta{display:flex;justify-content:space-between;font-size:0.8rem;color:var(--soccer-muted);margin-bottom:0.75rem;font-weight:600}.match-team{display:flex;align-items:center;justify-content:space-between;margin:0.5rem 0}.team-info{display:flex;align-items:center;gap:0.75rem}.team-name{font-weight:700;color:var(--soccer-dark)}.team-score{font-size:1.25rem;font-weight:800;color:var(--soccer-dark)}.match-status-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:700}.group-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-bottom:1.5rem}.group-header{background:var(--soccer-dark);color:#ffffff;padding:0.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.9rem;vertical-align:middle}.group-table th{background-color:#f1f5f9;color:var(--soccer-muted);font-weight:600}.group-table tr:not(:last-child){border-bottom:1px solid var(--soccer-border)}.city-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%;transition:transform 0.2s}.city-card:hover{transform:translateY(-5px)}.city-content{padding:1.25rem}.city-title{font-size:1.15rem;font-weight:800;margin-bottom:0.5rem}.city-desc{font-size:0.875rem;color:var(--soccer-muted)}.news-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow 0.2s}.news-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.news-tag{font-size:0.75rem;color:var(--soccer-primary);font-weight:700;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.5rem;display:inline-block}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--soccer-dark);line-height:1.4}.news-date{font-size:0.8rem;color:var(--soccer-muted)}.faq-accordion .accordion-item{border:1px solid var(--soccer-border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;color:var(--soccer-dark);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--soccer-primary);box-shadow:none}.faq-accordion .accordion-body{padding:1.25rem;color:#475569;background-color:#ffffff}.guide-box{background:#ffffff;border-left:4px solid var(--soccer-secondary);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-bottom:1.5rem}.guide-box-title{font-weight:800;font-size:1.1rem;color:var(--soccer-dark);margin-bottom:0.5rem}.footer-custom{background-color:var(--soccer-dark);color:#cbd5e1;padding:4rem 0 2rem 0;border-top:4px solid var(--soccer-primary)}.footer-title{font-weight:700;color:#ffffff;margin-bottom:1.5rem;font-size:1.1rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:var(--soccer-secondary)}@media (max-width:991.98px){.hero-title{font-size:2rem}.section-padding{padding:3.5rem 0}}