:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-rgb:2,132,199;--accent-2:#ef4444;--accent-gold:#f59e0b;--border:#e2e8f0;--border-light:#f1f5f9;--card-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,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 -1px rgba(0,0,0,0.03);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{font-weight:500;color:var(--text-main);transition:var(--transition);border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}.live-ticker-container{background-color:var(--surface-strong);color:#ffffff;overflow:hidden;white-space:nowrap;padding:10px 0;border-bottom:2px solid var(--accent)}.ticker-wrapper{display:inline-flex;animation:ticker 40s linear infinite}.ticker-wrapper:hover{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:center;padding:0 25px;border-right:1px solid rgba(255,255,255,0.15)}.ticker-badge{background:var(--accent-2);font-size:0.75rem;padding:2px 6px;border-radius:4px;margin-right:8px;font-weight:bold;letter-spacing:0.5px}@keyframes ticker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#102a43 100%);color:#ffffff;position:relative;overflow:hidden;padding:80px 0}.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.25;letter-spacing:-0.5px}.hero-accent{color:var(--accent-gold)}.hero-img-wrap{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-img-wrap img{transition:var(--transition)}.hero-img-wrap:hover img{transform:scale(1.03)}.section-header{margin-bottom:2.5rem;position:relative}.section-title{font-size:1.85rem;font-weight:700;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:8px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50%;height:4px;background:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);font-size:0.95rem;margin-top:0.5rem}.match-card{background:var(--surface);border-left:5px solid var(--accent);transition:var(--transition)}.match-card:hover{transform:translateX(5px)}.team-flag-box{width:32px;height:32px;border-radius:50%;background:var(--border-light);display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:bold}.group-table th{background-color:var(--accent) !important;color:#ffffff}.group-card{border-top:4px solid var(--accent-gold)}.stadium-card{position:relative;overflow:hidden}.stadium-img-wrap{position:relative;height:220px;overflow:hidden}.stadium-img-wrap img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover .stadium-img-wrap img{transform:scale(1.05)}.stadium-tag{position:absolute;top:15px;left:15px;background:rgba(10,17,40,0.85);backdrop-filter:blur(4px);color:#fff;padding:4px 10px;border-radius:4px;font-size:0.8rem;font-weight:500}.guide-item{display:flex;gap:15px;margin-bottom:20px}.guide-icon{flex-shrink:0;width:48px;height:48px;background-color:rgba(2,132,199,0.1);color:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.35rem}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:rgba(2,132,199,0.2)}footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff;text-decoration:underline}@media (max-width:768px){.hero-title{font-size:1.95rem}.section-title{font-size:1.5rem}.table-responsive{border:0}}