:root{--primary-color:#0d9488;--secondary-color:#e11d48;--accent-color:#f59e0b;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border-color:#e2e8f0;--card-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1050;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color) !important}section{padding:4.5rem 0}section:nth-child(even){background-color:rgba(13,148,136,0.03)}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-weight:800;color:var(--surface-strong);display:inline-block;padding-bottom:0.75rem;position:relative}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}.section-header p{color:var(--text-muted);max-width:600px;margin:0.5rem auto 0}.hero-section{background:radial-gradient(circle at 10% 20%,rgb(15,23,42) 0%,rgb(30,41,59) 90%);color:var(--text-light);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% 80%,rgba(13,148,136,0.15),transparent 50%);pointer-events:none}.hero-section h1{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section h1 span{background:linear-gradient(to right,var(--accent-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-stats-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1.25rem;border-radius:50px;display:inline-flex;align-items:center;gap:8px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-image-wrapper{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover}.score-card{border-left:4px solid var(--primary-color);padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;min-height:160px}.score-card.live{border-left-color:var(--secondary-color)}.score-card .status-tag{font-size:0.75rem;font-weight:bold;text-transform:uppercase;padding:0.25rem 0.5rem;border-radius:4px;align-self:flex-start}.score-card .team-row{display:flex;align-items:center;justify-content:space-between;margin:0.5rem 0}.score-card .team-name{font-weight:700;display:flex;align-items:center;gap:8px}.score-card .team-score{font-size:1.25rem;font-weight:800}.group-table{margin-bottom:0}.group-table th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600;font-size:0.85rem;border:none}.group-table td{font-size:0.9rem;vertical-align:middle}.venue-card{position:relative;border-radius:var(--card-radius);overflow:hidden;height:280px}.venue-card img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.venue-card:hover img{transform:scale(1.05)}.venue-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.2) 70%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:var(--text-light)}.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(--surface-strong);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,148,136,0.08);color:var(--primary-color);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);line-height:1.7;padding:1.25rem;background-color:var(--surface)}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.7);padding:4rem 0 2rem;font-size:0.9rem}footer a{color:rgba(248,250,252,0.8);text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--accent-color)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}@media (max-width:991.98px){.hero-section{text-align:center;padding:4rem 0}.hero-image-wrapper{margin-top:3rem}.section-header{margin-bottom:2rem}}