:root{--primary-rgb:10,37,64;--accent-rgb:224,30,90;--accent-green:#00a86b;--accent-gold:#ffb81c;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid rgba(224,30,90,0.3);transition:var(--transition-smooth);z-index:1030}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;transition:var(--transition-smooth);border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:#fff !important;border-bottom-color:rgb(var(--accent-rgb))}.hero-section{background:linear-gradient(135deg,rgba(10,37,64,0.95) 0%,rgba(15,23,42,0.9) 100%);color:#ffffff;padding:120px 0 80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-badge{background-color:rgba(224,30,90,0.2);color:#ff477e;border:1px solid rgba(224,30,90,0.4);padding:6px 16px;border-radius:50px;display:inline-flex;align-items:center;font-size:0.9rem;font-weight:600;margin-bottom:20px}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;letter-spacing:-0.02em}.hero-title span{background:linear-gradient(45deg,#ff477e,#ffb81c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img-container{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.custom-card{background-color:var(--surface);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.08)}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:bold}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.badge-finished{background-color:#dcfce7;color:#16a34a}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-flag{width:32px;height:22px;object-fit:cover;border-radius:2px;border:1px solid #e2e8f0}.group-card{border-top:4px solid rgb(var(--accent-rgb))}.group-header{background-color:rgba(10,37,64,0.03);font-weight:700;font-size:1.1rem;color:rgb(var(--primary-rgb));border-bottom:1px solid var(--border-color);padding:12px;text-align:center}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.news-img{height:200px;object-fit:cover;width:100%}.stadium-card{position:relative;border-radius:12px;overflow:hidden;color:#ffffff;height:350px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover img{transform:scale(1.05)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.4) 70%,transparent 100%);padding:24px}.guide-item{border-left:3px solid var(--accent-green);padding-left:15px;margin-bottom:20px}.accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:rgb(var(--primary-rgb));box-shadow:none}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:rgb(var(--primary-rgb))}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:rgb(var(--accent-rgb));border-radius:2px}.text-center .section-title::after{left:50%;transform:translateX(-50%)}.footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 30px 0;border-top:4px solid rgb(var(--accent-rgb))}.footer h5{color:#ffffff;font-weight:600;margin-bottom:20px}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:#ffffff;padding-left:4px}@media (max-width:991.98px){.hero-title{font-size:2.2rem}}