:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-accent:#1e293b;--text-main:#0f172a;--text-muted:#64748b;--text-light:#f1f5f9;--accent:#0284c7;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--card-radius:12px;--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:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -2px rgba(0,0,0,0.05);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem}.navbar-brand img{max-height:42px;object-fit:contain}.nav-link-custom{color:var(--text-light) !important;font-weight:500;margin:0 0.5rem;transition:var(--transition)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(to right,#0284c7,#10b981,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img-container 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)}.status-badge{background-color:#f1f5f9;color:#334155;font-weight:600;padding:0.25rem 0.75rem;border-radius:50px;font-size:0.8rem;display:inline-block}.status-live{background-color:rgba(239,68,68,0.15);color:var(--accent-red)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-top:4px solid var(--accent)}.group-header{background-color:#f8fafc;padding:0.75rem 1rem;font-weight:700;border-bottom:1px solid var(--border)}.group-table th,.group-table td{font-size:0.85rem;padding:0.5rem 0.75rem;vertical-align:middle}.schedule-list{max-height:520px;overflow-y:auto}.schedule-item{border-left:4px solid transparent;transition:var(--transition)}.schedule-item:hover{background-color:#f8fafc}.schedule-item.featured{border-left-color:var(--accent)}.stadium-card{position:relative;overflow:hidden;border-radius:var(--card-radius);height:280px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover img{transform:scale(1.05)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 70%,transparent 100%);color:var(--text-light);padding:1.5rem 1.25rem}.news-img{height:200px;object-fit:cover;width:100%}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.faq-accordion .accordion-button{font-weight:600}.footer-custom{background-color:var(--surface-strong);color:var(--text-muted);border-top:4px solid var(--accent-green)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:var(--accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-title{font-size:2rem}.hero-img-container{margin-top:2rem}}