:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent:#0052cc;--accent-2:#d9383a;--accent-green:#00875a;--border:#e2e8f0;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.navbar{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff !important;font-weight:700}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:var(--transition);font-size:0.95rem}.nav-link:hover,.nav-link.active{color:#ffffff !important;text-decoration:underline}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#102a43 100%);color:#ffffff;padding:4rem 0;position:relative}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-meta{background:rgba(255,255,255,0.1);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-title{font-size:1.8rem;font-weight:700;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;padding-left:12px}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background:var(--accent-2);border-radius:4px}.score-row{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border)}.score-row:last-child{border-bottom:none}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:8px}.status-badge{font-size:0.75rem;padding:2px 8px;border-radius:12px;font-weight:600}.status-live{background-color:#ffebe6;color:var(--accent-2)}.status-upcoming{background-color:#deebff;color:var(--accent)}.status-ended{background-color:#eae6ff;color:#403294}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.group-header{background-color:var(--surface-strong);color:#ffffff;margin:-1rem -1rem 1rem -1rem;padding:0.5rem 1rem;font-weight:700;font-size:1rem;border-top-left-radius:10px;border-top-right-radius:10px}.timeline{position:relative;padding-left:20px;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-26px;top:6px;width:10px;height:10px;border-radius:50%;background-color:var(--accent-2)}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;padding:1rem;background:#f8fafc;border-radius:6px;margin-bottom:0.5rem;transition:var(--transition)}.faq-question:hover{background:#f1f5f9}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:3rem 0;border-top:4px solid var(--accent)}footer a{color:rgba(255,255,255,0.9);text-decoration:none}footer a:hover{color:#ffffff;text-decoration:underline}@media (max-width:768px){.hero-title{font-size:1.8rem}.group-wrapper{overflow-x:auto;white-space:nowrap}.group-grid{display:flex;gap:1rem;padding-bottom:1rem}.group-card{min-width:260px}}