:root{--primary:#0f172a;--primary-light:#1e293b;--accent-green:#059669;--accent-red:#dc2626;--accent-blue:#2563eb;--accent-gold:#d97706;--bg-body:#f8fafc;--card-bg:#ffffff;--text-main:#0f172a;--text-muted:#475569;--border-color:#e2e8f0;--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(--bg-body);color:var(--text-main);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:rgba(15,23,42,0.96);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent-gold);padding:0.8rem 1rem;z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{font-size:1.25rem;font-weight:800;letter-spacing:0.5px;color:#ffffff}.nav-link-custom{color:#cbd5e1 !important;font-weight:500;font-size:0.95rem;transition:var(--transition-smooth);padding:0.5rem 1rem !important;border-radius:6px}.nav-link-custom:hover,.nav-link-custom.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1)}.hero-section{padding:7rem 0 4rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(37,99,235,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.2rem;font-weight:900;line-height:1.25;color:#ffffff}@media (min-width:992px){.hero-title{font-size:3rem}}.hero-highlight{background:linear-gradient(120deg,#38bdf8,#00f5a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img-container{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-img-container img{width:100%;height:auto;object-fit:cover;transition:var(--transition-smooth)}.hero-img-container:hover img{transform:scale(1.03)}.section-padding{padding:5rem 0}.bg-white-card{background-color:var(--card-bg);border-radius:12px;border:1px solid var(--border-color);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)}.bg-white-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)}.section-title{font-size:1.75rem;font-weight:800;color:var(--primary);position:relative;padding-bottom:0.75rem;margin-bottom:2rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-blue);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.schedule-badge{font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:0.35rem 0.65rem;border-radius:4px}.badge-upcoming{background-color:rgba(37,99,235,0.1);color:var(--accent-blue)}.badge-live{background-color:rgba(220,38,38,0.1);color:var(--accent-red);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.match-card{border-left:4px solid var(--accent-blue)}.match-team-logo{width:32px;height:32px;border-radius:50%;background-color:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.75rem;color:#334155;border:1px solid #cbd5e1}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{border-top:4px solid var(--accent-green)}.group-header{background-color:#f8fafc;font-weight:800;padding:0.75rem 1rem;border-bottom:1px solid var(--border-color)}.group-table th{font-size:0.75rem;color:var(--text-muted);font-weight:600}.group-table td{font-size:0.875rem;vertical-align:middle}.guide-box{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.guide-icon{flex-shrink:0;width:48px;height:48px;border-radius:10px;background-color:rgba(5,150,105,0.1);color:var(--accent-green);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.faq-item{border-bottom:1px solid var(--border-color);padding:1.25rem 0}.faq-question{font-size:1.1rem;font-weight:700;color:var(--primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);margin-top:0.5rem;font-size:0.95rem;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-icon{transition:var(--transition-smooth)}footer{background-color:#0f172a;color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--accent-red)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:#ffffff;text-decoration:underline}.footer-heading{color:#ffffff;font-weight:700;margin-bottom:1.25rem}