:root{--primary-color:#0d2c54;--primary-light:#1b497d;--secondary-color:#c1121f;--accent-color:#008080;--bg-light:#f8f9fa;--bg-dark:#0a192f;--text-dark:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--gold-accent:#ffb703}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:#ffffff;line-height:1.6}.navbar{background-color:var(--primary-color) !important;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:15px 0}.navbar-brand img{max-height:45px;margin-right:10px}.navbar-brand{font-weight:700;color:#ffffff !important;font-size:1.4rem}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin-right:15px;transition:color 0.3s ease}.nav-link:hover{color:var(--gold-accent) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#ffffff;padding:100px 0 80px;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top right,#ffffff 50%,transparent 50%)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-tagline{font-size:1.2rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.hero-badge{display:inline-block;background-color:var(--secondary-color);color:#ffffff;padding:6px 15px;border-radius:30px;font-size:0.9rem;font-weight:600;margin-bottom:15px}section{padding:80px 0}.section-title{font-size:2.2rem;font-weight:700;color:var(--primary-color);margin-bottom:15px;position:relative;padding-bottom:15px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-title.center::after{left:50%;transform:translateX(-50%)}.section-intro{font-size:1.1rem;color:var(--text-muted);margin-bottom:45px}.scores-ticker-wrap{background-color:var(--bg-dark);color:#ffffff;padding:15px 0;border-bottom:3px solid var(--secondary-color)}.score-card{background-color:rgba(255,255,255,0.08);border-radius:8px;padding:10px 15px;min-width:230px;margin-right:15px;display:inline-block;border:1px solid rgba(255,255,255,0.1)}.ticker-scroll{display:flex;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.ticker-scroll::-webkit-scrollbar{display:none}.score-team{display:flex;justify-content:space-between;font-size:0.9rem;margin-bottom:4px;font-weight:500}.score-time{font-size:0.75rem;color:var(--gold-accent);text-align:center;border-top:1px solid rgba(255,255,255,0.1);padding-top:4px;margin-top:4px}.schedule-table{background:#ffffff;box-shadow:0 4px 15px rgba(0,0,0,0.05);border-radius:12px;overflow:hidden}.schedule-table th{background-color:var(--primary-color);color:#ffffff;font-weight:600;border:none}.schedule-table td{vertical-align:middle;border-color:var(--border-color)}.group-card{background-color:#ffffff;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.03);transition:transform 0.3s}.group-card:hover{transform:translateY(-5px)}.group-header{background-color:var(--primary-color);color:#ffffff;font-weight:700;padding:12px 15px;text-align:center}.group-list{padding:15px}.group-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f1f1}.group-item:last-child{border-bottom:none}.team-badge-box{background:#ffffff;border-radius:10px;padding:20px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.04);border-top:4px solid var(--primary-color);transition:all 0.3s}.team-badge-box:hover{box-shadow:0 8px 25px rgba(0,0,0,0.08);border-top-color:var(--secondary-color)}.team-flag{width:60px;height:40px;object-fit:cover;border-radius:4px;margin-bottom:12px;box-shadow:0 2px 6px rgba(0,0,0,0.1)}.team-name{font-weight:700;font-size:1.1rem;margin-bottom:5px}.team-meta{font-size:0.8rem;color:var(--text-muted)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,0.1);height:250px;margin-bottom:30px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.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.85) 0%,rgba(0,0,0,0.4) 70%,transparent 100%);padding:20px;color:#ffffff}.stadium-name{font-size:1.25rem;font-weight:700;margin-bottom:4px}.stadium-city{font-size:0.9rem;color:var(--gold-accent)}.news-card{border:none;box-shadow:0 5px 15px rgba(0,0,0,0.05);border-radius:12px;overflow:hidden;margin-bottom:30px;background:#ffffff;transition:box-shadow 0.3s}.news-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.1)}.news-body{padding:20px}.news-tag{font-size:0.75rem;font-weight:600;color:var(--secondary-color);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:8px;display:inline-block}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--primary-color)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:15px}.news-date{font-size:0.8rem;color:#999}.guide-box{background-color:var(--bg-light);border-left:5px solid var(--accent-color);padding:25px;border-radius:0 12px 12px 0;height:100%;box-shadow:0 3px 10px rgba(0,0,0,0.02)}.guide-icon{font-size:2rem;color:var(--accent-color);margin-bottom:15px}.trivia-container{background-color:var(--bg-light);border-radius:12px;padding:30px}.trivia-item{position:relative;padding-left:25px;margin-bottom:20px}.trivia-item:last-child{margin-bottom:0}.trivia-item::before{content:"✦";position:absolute;left:0;top:0;color:var(--gold-accent);font-size:1.2rem}.about-block{background:linear-gradient(135deg,#1b497d 0%,#0d2c54 100%);color:#ffffff;border-radius:16px;padding:40px}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:#ffffff}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.05);color:var(--primary-color)}.faq-accordion .accordion-body{color:var(--text-dark);line-height:1.7}.site-footer{background-color:var(--bg-dark);color:rgba(255,255,255,0.85);padding:60px 0 30px;font-size:0.9rem;border-top:5px solid var(--secondary-color)}.site-footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.site-footer a:hover{color:var(--gold-accent)}.footer-brand{font-size:1.3rem;font-weight:700;color:#ffffff;margin-bottom:20px}.footer-title{font-weight:600;color:#ffffff;margin-bottom:20px;font-size:1.05rem}@media (max-width:991.98px){.hero-section{padding:60px 0;text-align:center}.hero-title{font-size:2.2rem}.section-title{font-size:1.8rem}.stadium-card{height:200px}}