:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-light:#ffffff;--text-muted:#64748b;--accent:#0284c7;--accent-red:#ef4444;--accent-green:#10b981;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(15,23,42,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}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-navbar{background-color:var(--surface-strong);padding:1rem 0;position:sticky;top:0;z-index:1050;border-bottom:2px solid var(--accent)}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:var(--transition-smooth);padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--text-light) !important;background-color:rgba(255,255,255,0.1);border-radius:8px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0 6rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(2,132,199,0.15) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;letter-spacing:-0.02em;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(90deg,#38bdf8,#f43f5e,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);transition:var(--transition-smooth)}.hero-img:hover{transform:scale(1.02)}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--surface-strong);display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-red));border-radius:2px}.section-header p{color:var(--text-muted);font-size:1.1rem;margin-top:0.5rem}.section-padding{padding:5rem 0}.bg-alternate{background-color:var(--surface)}.score-card{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:var(--transition-smooth);overflow:hidden}.score-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(15,23,42,0.1)}.score-header{background-color:#f8fafc;padding:0.75rem 1.25rem;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.team-row{padding:1.25rem;display:flex;align-items:center;justify-content:space-between}.team-info{display:flex;align-items:center;gap:10px;font-weight:600}.team-flag{width:32px;height:22px;object-fit:cover;border-radius:4px;border:1px solid #e2e8f0}.score-display{font-size:1.5rem;font-weight:700;color:var(--surface-strong)}.match-status-badge{background-color:#f1f5f9;color:var(--text-muted);padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem;font-weight:600}.match-status-badge.live{background-color:rgba(239,68,68,0.1);color:var(--accent-red);animation:pulse 2s infinite}.timeline-container{position:relative;padding-left:2rem;border-left:3px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 8px);top:6px;width:14px;height:14px;background-color:var(--accent);border-radius:50%;border:3px solid var(--surface);box-shadow:0 0 0 3px rgba(2,132,199,0.2);transition:var(--transition-smooth)}.timeline-item:hover::before{background-color:var(--accent-red);transform:scale(1.2)}.timeline-date{font-size:0.9rem;font-weight:700;color:var(--accent);margin-bottom:0.25rem}.timeline-content{background:var(--surface);padding:1.25rem;border-radius:10px;box-shadow:var(--card-shadow);border:1px solid var(--border)}.group-card{background:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);height:100%}.group-card-header{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:var(--text-light);padding:1rem 1.25rem;font-weight:700;border-radius:11px 11px 0 0;font-size:1.15rem}.group-table{margin:0}.group-table th,.group-table td{padding:0.85rem 1.25rem;font-size:0.95rem}.group-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.feature-card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:var(--transition-smooth);height:100%}.feature-card:hover{transform:translateY(-5px)}.feature-body{padding:1.5rem}.stadium-card{background:var(--surface-strong);color:var(--text-light);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.stadium-content{padding:2rem}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition-smooth);height:100%}.news-card:hover{transform:translateY(-3px);border-color:var(--accent)}.news-body{padding:1.5rem}.news-tag{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--accent);margin-bottom:0.5rem;display:inline-block}.guide-box{background:var(--surface);border-left:4px solid var(--accent-red);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:var(--card-shadow);height:100%}.custom-accordion .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.custom-accordion .accordion-button{font-weight:600;color:var(--surface-strong);padding:1.25rem;background-color:var(--surface)}.custom-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--accent);box-shadow:none}.custom-accordion .accordion-body{padding:1.25rem;color:var(--text-muted);background-color:var(--surface)}.custom-footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:5rem 0 2rem;border-top:4px solid var(--accent-red)}.footer-brand{color:var(--text-light);font-size:1.5rem;font-weight:800;margin-bottom:1.5rem}.footer-heading{color:var(--text-light);font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;position:relative}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--text-light);padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:4rem;font-size:0.9rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.section-padding{padding:4rem 0}}