:root{--page-bg:#f3f4f6;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--border:#e2e8f0;--card-radius:12px;--primary-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--accent-gradient:linear-gradient(135deg,#0284c7 0%,#06b6d4 100%)}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}.navbar-custom{background-color:var(--surface-strong);padding:1rem 0;border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-light) !important;font-weight:500;margin:0 0.5rem;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--accent-2) !important}.section-padding{padding:80px 0}.section-dark{background:var(--surface-strong);color:var(--text-light)}.section-title{font-weight:800;margin-bottom:3rem;position:relative;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:var(--accent-gradient);border-radius:2px}.section-dark .section-title::after{background:var(--accent-2)}.hero-section{background:var(--primary-gradient);color:var(--text-light);padding:100px 0 80px;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 60%);pointer-events:none}.hero-badge{background:rgba(2,132,199,0.2);color:#38bdf8;border:1px solid rgba(2,132,199,0.3);padding:0.5rem 1rem;border-radius:50px;display:inline-block;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;width:100%}.score-card{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);border-left:4px solid var(--accent);transition:transform 0.3s}.score-card:hover{transform:translateY(-4px)}.score-status{font-size:0.8rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;text-transform:uppercase}.status-upcoming{background-color:#fef3c7;color:#d97706}.status-live{background-color:#fee2e2;color:#dc2626;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.schedule-table-wrapper{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow-x:auto}.schedule-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;border-top:none}.group-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow:hidden;border:1px solid var(--border)}.group-header{background:var(--primary-gradient);color:var(--text-light);padding:1rem;font-weight:700;text-align:center}.group-team-list{padding:0;margin:0;list-style:none}.group-team-item{padding:0.75rem 1.25rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-team-item:last-child{border-bottom:none}.profile-card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%;transition:transform 0.3s}.profile-card:hover{transform:translateY(-5px)}.profile-body{padding:1.5rem}.news-card{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);border:1px solid var(--border);height:100%;display:flex;flex-direction:column;justify-content:space-between}.news-tag{font-size:0.75rem;font-weight:600;color:var(--accent);text-transform:uppercase}.stadium-card{background:var(--surface-strong);color:var(--text-light);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,0.15)}.stadium-img{height:220px;object-fit:cover;width:100%}.stadium-info{padding:1.5rem}.faq-accordion .accordion-item{border:none;background:var(--surface);margin-bottom:1rem;border-radius:var(--card-radius) !important;box-shadow:0 2px 4px rgba(0,0,0,0.02);overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background:var(--surface);box-shadow:none !important}.faq-accordion .accordion-button:not(.collapsed){background:#f1f5f9;color:var(--accent)}.footer{background-color:var(--surface-strong);color:var(--text-muted);padding:60px 0 30px;border-top:4px solid var(--accent-2)}.footer h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-padding{padding:60px 0}}