:root{--primary-color:#0d2c54;--primary-dark:#06162b;--accent-color:#c1121f;--accent-light:#fdf0d5;--secondary-color:#669bbc;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-main:#1a1a1a;--text-muted:#555555;--border-color:#e5e5e5;--card-shadow:0 4px 15px 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}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-speed) ease}a:hover{color:var(--accent-color)}header{background-color:var(--bg-white);box-shadow:0 2px 10px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1000}.navbar-brand img{height:45px;object-fit:contain}.nav-link{font-weight:600;color:var(--primary-color) !important;padding:0.5rem 1rem !important}.nav-link:hover,.nav-link.active{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--bg-white);padding:5rem 0;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 50%,rgba(102,155,188,0.15) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-tag{background-color:var(--accent-color);color:var(--bg-white);font-size:0.9rem;text-transform:uppercase;letter-spacing:1px;display:inline-block;padding:0.35rem 1rem;border-radius:4px;margin-bottom:1rem;font-weight:bold}.hero-img-wrapper img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-padding{padding:4.5rem 0}.section-title{position:relative;margin-bottom:3rem;font-weight:700;color:var(--primary-color)}.section-title h2{font-size:2rem;display:inline-block;margin-bottom:0.5rem}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--accent-color);margin-top:0.5rem}.stat-card{background:var(--bg-white);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow);border-top:4px solid var(--secondary-color);height:100%;transition:transform var(--transition-speed) ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:800;color:var(--accent-color);margin-bottom:0.5rem}.match-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;margin-bottom:1rem;transition:box-shadow var(--transition-speed) ease}.match-card:hover{box-shadow:var(--card-shadow)}.match-header{font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:0.5rem;margin-bottom:1rem;display:flex;justify-content:space-between}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-info{display:flex;align-items:center;font-weight:600}.team-flag{width:24px;height:16px;object-fit:cover;margin-right:10px;border:1px solid #ddd}.score-box{font-weight:bold;font-size:1.2rem;background:var(--bg-light);padding:0.2rem 0.6rem;border-radius:4px}.match-status{font-size:0.8rem;font-weight:bold;color:var(--accent-color);background:var(--accent-light);padding:0.2rem 0.5rem;border-radius:4px}.group-table-wrapper{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);padding:1.5rem;margin-bottom:2rem}.group-header{background-color:var(--primary-color);color:var(--bg-white);padding:0.75rem 1rem;font-weight:bold;border-radius:8px;margin-bottom:1rem}.table{margin-bottom:0}.table th{font-weight:600;color:var(--text-muted);font-size:0.85rem}.team-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);height:100%;transition:transform var(--transition-speed) ease}.team-card:hover{transform:translateY(-5px)}.team-card-body{padding:1.5rem}.team-badge{font-size:0.8rem;background-color:var(--accent-light);color:var(--accent-color);padding:0.25rem 0.5rem;border-radius:4px;font-weight:bold}.venue-card{position:relative;border-radius:12px;overflow:hidden;height:250px;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.venue-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:var(--bg-white)}.news-card{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);height:100%;overflow:hidden;display:flex;flex-direction:column}.news-body{padding:1.5rem;flex-grow:1}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.guide-box{background:var(--bg-white);border-left:5px solid var(--accent-color);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:var(--card-shadow);height:100%}.accordion-item{border:1px solid var(--border-color) !important;border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.accordion-button{font-weight:600;color:var(--primary-color) !important}.accordion-button:not(.collapsed){background-color:var(--accent-light) !important;box-shadow:none !important}footer{background-color:var(--primary-dark);color:#d1d5db;padding:4rem 0 2rem;font-size:0.9rem}footer a{color:#d1d5db}footer a:hover{color:var(--bg-white)}.footer-logo{height:50px;object-fit:contain;margin-bottom:1.5rem}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem;font-size:0.85rem}@media (max-width:991px){.hero-title{font-size:2.2rem}.section-padding{padding:3rem 0}}