:root{--primary-color:#0c2340;--secondary-color:#da291c;--accent-color:#00a854;--gold-color:#ffb81c;--bg-main:#f4f6f9;--bg-card:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--border-radius:12px;--transition-speed:0.3s}body{background-color:var(--bg-main);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.75rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand-img{height:40px;margin-right:10px}.navbar-brand-text{color:#ffffff !important;font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color var(--transition-speed)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--gold-color) !important}.hero-section{background:linear-gradient(135deg,#0c2340 0%,#1e3a8a 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E");z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-badge{background-color:var(--secondary-color);color:#ffffff;padding:0.35rem 1rem;font-size:0.85rem;font-weight:600;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-img{border-radius:var(--border-radius);box-shadow:0 10px 30px rgba(0,0,0,0.4);transition:transform var(--transition-speed)}.hero-img:hover{transform:scale(1.02)}.section-title{font-size:1.85rem;font-weight:700;color:var(--primary-color);position:relative;padding-bottom:0.75rem;margin-bottom:2rem}.section-title::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.card-custom{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform var(--transition-speed),box-shadow var(--transition-speed);overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:bold}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-simulated{background-color:rgba(0,168,84,0.1);color:var(--accent-color)}.team-flag{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid var(--border-color)}.score-display{font-size:1.5rem;font-weight:700;color:var(--primary-color);background:#f1f5f9;padding:0.25rem 0.75rem;border-radius:8px;min-width:70px;text-align:center}.group-card{background:#ffffff;border-top:4px solid var(--primary-color)}.group-header{background-color:#f8fafc;padding:0.75rem 1rem;font-weight:700;border-bottom:1px solid var(--border-color);color:var(--primary-color)}.group-table th{font-size:0.75rem;color:var(--text-muted)}.group-table td{font-size:0.85rem;vertical-align:middle}.news-img{height:200px;object-fit:cover;width:100%}.news-title{font-size:1.1rem;font-weight:700;color:var(--primary-color);line-height:1.4}.stat-card{background-color:#ffffff;border-left:4px solid var(--accent-color);padding:1rem;border-radius:8px}.stat-value{font-size:2rem;font-weight:800;color:var(--primary-color)}.venue-card-img{height:220px;object-fit:cover;width:100%}.accordion-button:not(.collapsed){background-color:rgba(12,35,64,0.05);color:var(--primary-color);font-weight:600}.footer-custom{background-color:var(--primary-color);color:#ffffff;padding:4rem 0 2rem 0;font-size:0.9rem}.footer-brand{font-weight:700;font-size:1.5rem;color:#ffffff;margin-bottom:1rem;display:inline-block}.footer-link{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}.footer-link:hover{color:var(--gold-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;color:rgba(255,255,255,0.5);font-size:0.8rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}.table-responsive-scroll{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}