:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--surface-accent:#1e293b;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f52ba;--accent-green:#00a86b;--accent-gold:#f59e0b;--border:#e2e8f0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-main)}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030}.navbar-custom .navbar-brand{font-weight:800;font-size:1.3rem;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-gold) !important}.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-green)}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(15,82,186,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{color:#ffffff;font-size:2.5rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2rem;max-width:650px}.hero-badge-container{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:1.5rem}.hero-badge{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#ffffff;font-size:0.85rem;padding:0.35rem 0.85rem;border-radius:30px;font-weight:500}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto}.section-padding{padding:4.5rem 0}.section-bg-white{background-color:var(--surface)}.section-bg-gray{background-color:var(--page-bg)}.section-title{position:relative;margin-bottom:3rem;font-weight:800}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--accent);margin-top:0.75rem;border-radius:2px}.section-title.center::after{margin-left:auto;margin-right:auto}.score-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.score-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.score-status{font-size:0.8rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:4px;display:inline-block}.status-upcoming{background-color:#f1f5f9;color:var(--text-muted)}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.score-team-row{display:flex;justify-content:space-between;align-items:center;margin:0.75rem 0}.team-name{font-weight:600;font-size:0.95rem}.score-val{font-weight:700;font-size:1.2rem}.table-responsive-custom{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden}.table-custom{margin-bottom:0}.table-custom th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;height:100%}.group-header{border-bottom:2px solid var(--accent-green);padding-bottom:0.75rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.group-title{font-size:1.2rem;font-weight:700;color:var(--text-main)}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:500;text-align:center;padding:0.5rem 0}.group-table td{padding:0.6rem 0;border-bottom:1px dashed var(--border);text-align:center}.group-table td.team-cell{text-align:left;font-weight:600}.team-profile-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:all 0.3s ease}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.team-banner{height:80px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-green) 100%);display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:700;font-size:1.1rem}.team-info-body{padding:1.5rem}.team-stat-item{display:flex;justify-content:space-between;margin-bottom:0.5rem;font-size:0.9rem;border-bottom:1px solid #f1f5f9;padding-bottom:0.5rem}.news-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.3s ease}.news-card:hover{border-color:var(--accent);box-shadow:0 10px 20px rgba(15,82,186,0.05)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:15px}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem}.stadium-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,0.06)}.stadium-img{width:100%;height:260px;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-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%);padding:1.5rem;color:#ffffff}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:1rem;overflow:hidden;background-color:var(--surface)}.accordion-custom .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);padding:1.2rem;box-shadow:none !important}.accordion-custom .accordion-button:not(.collapsed){background-color:#f8fafc;color:var(--accent)}.accordion-custom .accordion-body{background-color:var(--surface);color:var(--text-muted);font-size:0.95rem;line-height:1.7;padding:1.2rem;border-top:1px solid var(--border)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--accent);font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;text-align:center}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-badge-container{justify-content:center}.hero-section p{margin-left:auto;margin-right:auto}.hero-img{margin-top:2.5rem}}