:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-light:#f8fafc;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#ef4444;--border:#e2e8f0;--card-radius:12px}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-color:var(--surface);border:1px solid var(--border);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:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{display:flex;align-items:center;color:var(--text-light);font-weight:700;font-size:1.25rem;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;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(--text-light);background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:4rem 0;border-bottom:5px solid var(--accent)}.hero-tag{background-color:var(--accent-2);color:var(--text-light);font-size:0.85rem;font-weight:600;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem;text-transform:uppercase}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem;line-height:1.7}.hero-img-wrapper img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.data-panel{background-color:var(--surface);border-radius:var(--card-radius);padding:1.5rem;margin-top:-2.5rem;position:relative;z-index:10;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1);border:1px solid var(--border)}.data-item{text-align:center;border-right:1px solid var(--border)}.data-item:last-child{border-right:none}.data-value{font-size:1.75rem;font-weight:700;color:var(--accent)}.data-label{font-size:0.85rem;color:var(--text-muted);margin-top:0.25rem}.section-title{font-size:1.75rem;font-weight:700;color:var(--surface-strong);position:relative;padding-bottom:0.75rem;margin-bottom:1.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.score-bar{background-color:var(--surface);border-left:5px solid var(--accent);padding:1rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.score-team{font-weight:600;display:flex;align-items:center;gap:8px}.score-status{font-size:0.8rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.status-upcoming{background-color:#f1f5f9;color:var(--text-muted)}.status-live{background-color:#fee2e2;color:var(--accent-2);animation:pulse 2s infinite}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-size:0.8rem;text-transform:uppercase;font-weight:600}.group-table td{vertical-align:middle;font-size:0.9rem}.guide-card img{border-top-left-radius:var(--card-radius);border-top-right-radius:var(--card-radius);height:200px;object-fit:cover}.accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:rgba(2,132,199,0.2)}.footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent-2)}.footer-title{color:var(--text-light);font-weight:600;margin-bottom:1.25rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:var(--text-light)}.mobile-scroll{display:flex;overflow-x:auto;gap:1rem;padding-bottom:1rem}.mobile-scroll::-webkit-scrollbar{height:6px}.mobile-scroll::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:768px){.hero-title{font-size:1.85rem}.data-item{border-right:none;border-bottom:1px solid var(--border);padding:0.75rem 0}.data-item:last-child{border-bottom:none}.data-panel{margin-top:-1.5rem}}