:root{--primary-color:#0c1e36;--accent-color:#00a854;--highlight-color:#e91c24;--bg-light:#f4f7f6;--bg-white:#ffffff;--text-main:#1f2937;--text-muted:#4b5563;--border-color:#e5e7eb;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand img{max-height:45px;width:auto}.navbar-brand span{color:#ffffff;font-weight:700;font-size:1.25rem;margin-left:10px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 5px;transition:color var(--transition-speed)}.nav-link:hover,.nav-link.active{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,#0c1e36 0%,#1a3a60 100%);color:#ffffff;padding:4.5rem 0;border-bottom:5px solid var(--accent-color)}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-section p{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-badge{background-color:var(--accent-color);color:#ffffff;padding:0.4rem 1rem;border-radius:50px;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-title{position:relative;padding-bottom:1rem;margin-bottom:2.5rem;font-weight:700;color:var(--primary-color)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-title.center::after{left:50%;transform:translateX(-50%)}.section-padding{padding:4rem 0}.bg-white-section{background-color:var(--bg-white)}.bg-grey-section{background-color:var(--bg-light)}.fast-fact-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:1.25rem;text-align:center;transition:transform var(--transition-speed)}.fast-fact-card:hover{transform:translateY(-5px)}.fast-fact-num{font-size:1.8rem;font-weight:700;color:var(--accent-color)}.schedule-card{background:var(--bg-white);border-radius:10px;box-shadow:var(--card-shadow);border-left:5px solid var(--primary-color);padding:1.25rem;margin-bottom:1rem;transition:all var(--transition-speed)}.schedule-card:hover{transform:scale(1.01);border-left-color:var(--accent-color)}.schedule-meta{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.75rem}.schedule-vs{display:flex;align-items:center;justify-content:space-between}.team-name{font-weight:600;font-size:1.1rem;width:40%}.team-vs-badge{background-color:#f1f5f9;color:var(--text-main);font-weight:700;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.9rem}.match-status{font-size:0.8rem;font-weight:600;padding:0.2rem 0.5rem;border-radius:4px}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{background:var(--bg-white);border-radius:8px;box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:1.5rem;border-top:4px solid var(--accent-color)}.group-header{background-color:var(--primary-color);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 0.75rem;font-size:0.9rem;border-bottom:1px solid var(--border-color)}.group-table tr:last-child td{border-bottom:none}.team-item-card{background:var(--bg-white);border-radius:8px;box-shadow:var(--card-shadow);padding:1.25rem;text-align:center;margin-bottom:1.5rem;transition:all var(--transition-speed);border:1px solid var(--border-color)}.team-item-card:hover{transform:translateY(-5px);border-color:var(--accent-color)}.team-flag-placeholder{width:60px;height:40px;background-color:#e5e7eb;margin:0 auto 0.75rem;display:flex;align-items:center;justify-content:center;font-weight:bold;color:#9ca3af;border-radius:4px}.team-item-card h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem}.team-item-card p{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}.stadium-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);padding:1.5rem;color:#ffffff}.news-card{background:var(--bg-white);border-radius:8px;box-shadow:var(--card-shadow);padding:1.25rem;margin-bottom:1rem;transition:border-color var(--transition-speed);border:1px solid transparent}.news-card:hover{border-color:var(--accent-color)}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:0.75rem;color:var(--primary-color)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);line-height:1.5}.guide-card{background:var(--bg-white);border-radius:10px;padding:1.5rem;box-shadow:var(--card-shadow);height:100%;border-top:4px solid var(--highlight-color)}.guide-icon{font-size:2rem;color:var(--highlight-color);margin-bottom:1rem}.faq-item{background:var(--bg-white);border-radius:8px;box-shadow:var(--card-shadow);margin-bottom:1rem;border:1px solid var(--border-color)}.faq-btn{font-weight:600;color:var(--primary-color);text-align:left;width:100%;padding:1.25rem;border:none;background:none;display:flex;justify-content:space-between;align-items:center}.faq-btn:focus{outline:none;box-shadow:none}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem;border-top:1px solid var(--border-color);padding-top:1rem}.about-box{background-color:#0c1e36;color:#ffffff;border-radius:12px;padding:2.5rem}.about-box h3{color:var(--accent-color);font-weight:700;margin-bottom:1rem}.footer-section{background-color:#060e19;color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--primary-color)}.footer-section h5{color:#ffffff;font-weight:700;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 var(--transition-speed)}.footer-links a:hover{color:#ffffff}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2rem}.section-title{text-align:center;margin-bottom:2rem}.section-title::after{left:50%;transform:translateX(-50%)}.stadium-wrapper{margin-top:1.5rem}}