:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-warm:#f59e0b;--border:#e2e8f0;--border-hover:#cbd5e1}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;line-height:1.6}.navbar{background-color:var(--surface);border-bottom:1px solid var(--border);padding:0.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.03)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;margin:0 0.5rem;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden;border-bottom:5px solid var(--accent-2)}.hero-badge{background-color:rgba(16,185,129,0.2);border:1px solid var(--accent-2);color:var(--accent-2);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.5);max-width:100%;height:auto}section{padding:4.5rem 0}.section-title{position:relative;padding-bottom:1rem;margin-bottom:2.5rem;font-weight:700}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.8rem;height:100%;transition:all 0.3s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.06);border-color:var(--border-hover)}.ticker-container{background-color:var(--surface-strong);color:#ffffff;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-item{border-right:1px solid rgba(255,255,255,0.1);padding:0 1.5rem;display:inline-block}.ticker-status{font-size:0.75rem;padding:0.1rem 0.4rem;border-radius:4px;background:rgba(255,255,255,0.15)}.ticker-status.live{background-color:var(--accent-2);animation:pulse 2s infinite}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.02)}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);color:#ffffff;padding:0.8rem 1.2rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1.2rem;font-size:0.9rem;border-bottom:1px solid var(--border)}.group-table tbody tr:last-child td{border-bottom:none}.team-profile-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.team-badge-holder{background-color:#f1f5f9;height:120px;display:flex;align-items:center;justify-content:center;font-size:3rem}.news-img{border-radius:8px;object-fit:cover;width:100%;height:200px}.stadium-card{position:relative;border-radius:12px;overflow:hidden;height:320px}.stadium-img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img{transform:scale(1.08)}.stadium-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 50%,rgba(15,23,42,0.1) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#ffffff}.rule-badge{width:45px;height:45px;border-radius:50%;background-color:rgba(2,132,199,0.1);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem;margin-right:1rem;flex-shrink:0}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.8rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(2,132,199,0.04);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);font-size:0.95rem}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;border-top:5px solid var(--accent)}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:#ffffff}.footer-logo{max-height:45px;margin-bottom:1.5rem}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-img{margin-top:2rem}.section-title{margin-bottom:2rem}}