:root{--page-bg:#f4f7fa;--surface:#ffffff;--surface-strong:#0b1a30;--text-main:#1e293b;--text-muted:#64748b;--accent:#e11d48;--accent-hover:#be123c;--accent-2:#eab308;--border:#e2e8f0;--primary-rgb:11,26,48}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit;transition:all 0.3s ease}.navbar{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem;z-index:1030}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:800;letter-spacing:0.5px}.nav-link{color:#e2e8f0 !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:4px}.nav-link:hover,.nav-link:focus{color:var(--accent-2) !important;background-color:rgba(255,255,255,0.05)}.section-title{position:relative;padding-bottom:1rem;margin-bottom:2rem;font-weight:800;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.hero-section{background:linear-gradient(135deg,#0b1a30 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(225,29,72,0.15) 0%,transparent 50%);pointer-events:none}.hero-content h1{font-size:2.5rem;font-weight:800;line-height:1.3;color:#ffffff;margin-bottom:1.5rem}.hero-content h1 span{color:var(--accent-2)}.hero-text{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.score-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease;overflow:hidden}.score-card:hover{transform:translateY(-5px)}.score-header{background-color:#f8fafc;padding:0.75rem 1rem;border-bottom:1px solid var(--border);font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.score-body{padding:1.5rem}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.team-row:last-child{margin-bottom:0}.team-info{display:flex;align-items:center;font-weight:700}.team-flag-placeholder{width:30px;height:20px;background-color:#e2e8f0;margin-right:10px;border-radius:2px;display:inline-block}.score-num{font-size:1.25rem;font-weight:800;color:var(--surface-strong)}.match-status-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.schedule-table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.schedule-table td{vertical-align:middle;color:var(--text-main)}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.03)}.group-header{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:#ffffff;padding:1rem;font-weight:700;text-align:center}.group-table{margin-bottom:0}.group-table th{font-size:0.8rem;color:var(--text-muted);font-weight:600;background-color:#f8fafc}.group-table td{font-size:0.9rem;padding:0.75rem 0.5rem}.team-profile-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:all 0.3s ease}.team-profile-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.05)}.team-profile-header{height:8px;background-color:var(--accent)}.team-profile-body{padding:1.5rem}.player-badge{background-color:#f1f5f9;color:var(--text-main);font-size:0.8rem;padding:0.35rem 0.75rem;border-radius:20px;display:inline-block;margin:0.25rem}.stadium-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden}.stadium-img-wrapper{position:relative;overflow:hidden;height:200px}.stadium-img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img{transform:scale(1.05)}.stadium-info{padding:1.25rem}.news-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.news-item:last-child{border-bottom:none}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.1rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem}.news-summary{font-size:0.9rem;color:var(--text-muted)}.guide-box{background-color:var(--surface);border-radius:12px;border-left:5px solid var(--accent-2);padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 6px rgba(0,0,0,0.01)}.faq-item{background-color:var(--surface);border-radius:8px !important;border:1px solid var(--border) !important;margin-bottom:0.75rem;overflow:hidden}.faq-button{font-weight:700 !important;color:var(--surface-strong) !important;background-color:var(--surface) !important}.faq-button:not(.collapsed){background-color:#f8fafc !important;color:var(--accent) !important}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:2rem}@media (max-width:991.98px){.hero-content h1{font-size:2rem}}