:root{--primary-color:#002F6C;--secondary-color:#E31837;--accent-color:#00B140;--bg-light:#F4F7FA;--bg-white:#FFFFFF;--text-main:#1A202C;--text-muted:#64748B;--border-color:#E2E8F0;--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;overflow-x:hidden}.custom-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:transform var(--transition-speed),box-shadow var(--transition-speed);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom{background-color:var(--primary-color);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--bg-white) !important;border-bottom:2px solid var(--secondary-color)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#001A3D 100%);color:var(--bg-white);padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(227,24,55,0.15) 0%,transparent 50%);pointer-events:none}.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:15px;margin-bottom:35px;font-weight:700;color:var(--primary-color)}.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{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.match-score-card{background:var(--bg-white);border-left:4px solid var(--secondary-color);padding:15px;border-radius:8px;margin-bottom:15px;box-shadow:var(--card-shadow)}.team-logo-placeholder{width:30px;height:30px;background:#e2e8f0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:12px;color:#475569}.group-table{background:var(--bg-white);border-radius:8px;overflow:hidden}.group-header{background-color:var(--primary-color);color:var(--bg-white);font-weight:bold;padding:10px 15px}.news-item{border-bottom:1px solid var(--border-color);padding-bottom:15px;margin-bottom:15px}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.guide-box{background:linear-gradient(to bottom right,#ffffff,#f8fafc);border:1px solid var(--border-color);border-radius:12px;padding:24px;transition:all var(--transition-speed)}.guide-box:hover{border-color:var(--primary-color);box-shadow:var(--card-shadow)}.guide-icon{font-size:2rem;color:var(--secondary-color);margin-bottom:15px}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:10px;overflow:hidden}.faq-accordion .accordion-button{background-color:var(--bg-white);color:var(--text-main);font-weight:600}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,47,108,0.05);color:var(--primary-color);box-shadow:none}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:10px}.scroll-x-card{display:inline-block;width:280px;white-space:normal;margin-right:15px;vertical-align:top}.footer-custom{background-color:#0b132b;color:#94a3b8;padding:60px 0 20px;font-size:0.95rem}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--bg-white)}.footer-title{color:var(--bg-white);font-weight:600;margin-bottom:20px;position:relative}.text-accent{color:var(--accent-color)}.bg-gradient-soft{background:linear-gradient(180deg,var(--bg-white) 0%,var(--bg-light) 100%)}