:root{--page-bg:#f6f8fb;--surface:#ffffff;--surface-strong:#0f172a;--surface-card:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--accent:#047857;--accent-light:#ecfdf5;--accent-2:#be123c;--accent-2-light:#fff1f2;--border:#e2e8f0;--border-hover:#cbd5e1;--primary-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--accent-gradient:linear-gradient(135deg,#047857 0%,#065f46 100%);--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}p{color:var(--text-muted)}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:1rem 0;transition:all 0.3s ease}.navbar-brand-img{height:40px;width:auto;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;padding:0.5rem 1.2rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:var(--primary-gradient);color:#ffffff;padding:8rem 0 5rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(4,120,87,0.15),transparent 60%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;color:#ffffff}.hero-title span{background:linear-gradient(135deg,#34d399 0%,#fb7185 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;color:#34d399;margin-bottom:1.5rem}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2rem 0}.hero-meta-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);padding:1rem;border-radius:var(--card-radius);text-align:center}.hero-meta-card .num{font-size:1.5rem;font-weight:700;color:#ffffff;display:block}.hero-meta-card .lbl{font-size:0.75rem;color:rgba(255,255,255,0.6);text-transform:uppercase}.hero-image-wrapper{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2.25rem;position:relative;display:inline-block;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--accent);border-radius:2px}.section-header p{font-size:1.1rem;max-width:600px;margin:0.75rem auto 0}.score-ticker-wrap{margin-top:-3rem;position:relative;z-index:10}.score-ticker-container{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.05);border:1px solid var(--border);padding:1.5rem}.score-match-card{border-right:1px solid var(--border);padding:0.5rem 1.5rem}.score-match-card:last-child{border-right:none}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.match-badge-live{background-color:var(--accent-2-light);color:var(--accent-2)}.match-badge-upcoming{background-color:var(--page-bg);color:var(--text-muted)}.schedule-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem;margin-bottom:1rem;transition:all 0.2s ease}.schedule-item:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.04);border-color:var(--border-hover)}.team-flag-circle{width:32px;height:32px;background-color:var(--page-bg);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.875rem;color:var(--text-muted);border:1px solid var(--border)}.group-bento-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:all 0.2s ease}.group-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.04);border-color:var(--accent)}.group-header{background:var(--surface-strong);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-header span{font-size:0.875rem;opacity:0.8}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);background:var(--page-bg);padding:0.5rem 1rem;border-bottom:1px solid var(--border)}.group-table td{font-size:0.875rem;padding:0.75rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.team-card-v2{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.5rem;text-align:center;height:100%;transition:all 0.2s ease}.team-card-v2:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.05)}.team-avatar{width:64px;height:64px;border-radius:50%;background:var(--page-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;border:2px solid var(--border)}.venue-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%}.venue-img-wrap{position:relative;height:200px;overflow:hidden}.venue-img-wrap img{width:100%;height:100%;object-fit:cover}.venue-tag{position:absolute;top:10px;left:10px;background:rgba(15,23,42,0.85);color:#ffffff;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;font-weight:600}.venue-info{padding:1.25rem}.news-card-v2{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.2s ease}.news-card-v2:hover{border-color:var(--accent);box-shadow:0 8px 16px rgba(0,0,0,0.04)}.guide-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:var(--card-radius);padding:3.5rem;overflow:hidden;position:relative}.guide-section h2,.guide-section h3{color:#ffffff}.guide-section::before{content:'';position:absolute;bottom:-50px;right:-50px;width:250px;height:250px;background:radial-gradient(circle,rgba(190,18,60,0.15) 0%,transparent 70%);pointer-events:none}.guide-icon-box{width:48px;height:48px;border-radius:10px;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#34d399;margin-bottom:1rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:1rem;overflow:hidden}.faq-btn{width:100%;text-align:left;padding:1.25rem;background:none;border:none;outline:none;font-weight:600;color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center;transition:background 0.2s ease}.faq-btn:hover{background-color:var(--page-bg)}.faq-btn::after{content:'\f107';font-family:'bootstrap-icons';transition:transform 0.2s ease}.faq-btn:not(.collapsed)::after{transform:rotate(180deg)}.faq-content{padding:0 1.25rem 1.25rem;color:var(--text-muted);border-top:1px solid var(--border);background-color:var(--surface)}.about-disclaimer{background:var(--surface);border-left:4px solid var(--accent-2);border-radius:0 var(--card-radius) var(--card-radius) 0;padding:1.5rem}.footer-custom{background-color:#0f172a;color:#94a3b8;padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,0.05)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}.footer-custom a:hover{color:#34d399}.footer-brand{font-size:1.5rem;color:#ffffff;font-weight:700;margin-bottom:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.05);padding-top:2rem;margin-top:3rem;font-size:0.875rem}@media (max-width:991.98px){.hero-section{padding:6rem 0 3rem;text-align:center}.hero-meta-grid{max-width:400px;margin:2rem auto}.hero-image-wrapper{margin-top:2.5rem}.score-ticker-container{overflow-x:auto;white-space:nowrap;display:flex}.score-match-card{flex:0 0 260px}}