:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#111827;--primary:#0f52ba;--primary-hover:#0a3d91;--secondary:#00a86b;--accent:#e51a24;--text-main:#1f2937;--text-muted:#6b7280;--border:#e5e7eb;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-family);background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:15px 0;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom .nav-link{color:#f3f4f6 !important;font-weight:500;margin:0 10px;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--secondary) !important}.card-custom{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:24px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s,box-shadow 0.3s;height:100%}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.hero-section{background:linear-gradient(135deg,#111827 0%,#0f52ba 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(0,168,107,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.85rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-section p{font-size:1.15rem;color:#e5e7eb;margin-bottom:30px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.ticker-section{background:#ffffff;border-bottom:1px solid var(--border);padding:15px 0}.ticker-wrapper{display:flex;overflow-x:auto;gap:15px;padding-bottom:5px}.ticker-item{flex:0 0 280px;background:#f9fafb;border:1px solid var(--border);border-radius:8px;padding:12px 15px;text-align:center}.ticker-status{font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:20px;display:inline-block;margin-bottom:8px}.status-upcoming{background:#e0f2fe;color:#0369a1}.status-live{background:#fee2e2;color:#b91c1c;animation:pulse 1.5s infinite}.status-end{background:#f3f4f6;color:#4b5563}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.section-title{font-size:2rem;font-weight:700;color:var(--text-main);position:relative;padding-bottom:12px;margin-bottom:30px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--primary);border-radius:2px}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:15px}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:15px 10px;text-align:center;transition:all 0.2s}.team-card:hover{border-color:var(--primary);box-shadow:0 4px 6px rgba(0,0,0,0.05)}.team-flag{font-size:2rem;margin-bottom:8px}.team-name{font-size:0.9rem;font-weight:600;color:var(--text-main)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;height:220px;color:#ffffff}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.stadium-card:hover img{transform:scale(1.08)}.stadium-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 70%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.faq-item{border-bottom:1px solid var(--border);padding:18px 0}.faq-question{font-size:1.1rem;font-weight:600;color:var(--text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{font-size:0.95rem;color:var(--text-muted);margin-top:10px;display:none}.rules-nav .nav-link{color:var(--text-muted);border:none;border-bottom:2px solid transparent;font-weight:600;padding:12px 20px}.rules-nav .nav-link.active{color:var(--primary);border-bottom-color:var(--primary);background:transparent}.footer-custom{background-color:var(--surface-strong);color:#9ca3af;padding:60px 0 30px 0}.footer-custom a{color:#d1d5db;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--secondary)}@media (max-width:768px){.hero-section{padding:50px 0;text-align:center}.hero-section h1{font-size:2rem}.section-title{font-size:1.6rem}.ticker-wrapper{padding-left:15px}}