:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--surface-muted:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f4c81;--accent-2:#da291c;--accent-3:#009b48;--border:#e2e8f0;--shadow-sm:0 2px 4px rgba(0,0,0,0.02);--shadow-md:0 4px 12px rgba(0,0,0,0.05);--shadow-lg:0 10px 25px rgba(0,0,0,0.08)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.25s ease,box-shadow 0.25s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.navbar-custom{background-color:var(--surface-strong);box-shadow:var(--shadow-md);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#102a43 100%);color:#ffffff;padding:5rem 0 4rem;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(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#ffffff;padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:#38bdf8}.hero-text{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-img-wrap{border-radius:14px;overflow:hidden;box-shadow:var(--shadow-lg);border:4px solid rgba(255,255,255,0.1)}.quick-stats-bar{background:var(--surface);border-radius:12px;box-shadow:var(--shadow-md);margin-top:-2.5rem;position:relative;z-index:10;border:1px solid var(--border)}.stat-item{text-align:center;padding:1.5rem 1rem;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-num{font-size:1.75rem;font-weight:700;color:var(--accent);margin-bottom:0.25rem}.stat-label{font-size:0.875rem;color:var(--text-muted);font-weight:500}.section-header{margin-bottom:2.5rem;position:relative}.section-tag{font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--accent-2);display:inline-block;margin-bottom:0.5rem}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent);border-radius:2px}.score-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:1.25rem;margin-bottom:1rem;transition:all 0.2s}.score-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.score-status{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block;margin-bottom:0.75rem}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}.team-name{font-weight:600;font-size:0.95rem;color:var(--text-main)}.team-score{font-weight:700;font-size:1.1rem}.group-table-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface);margin-bottom:1.5rem}.group-header{background:var(--accent);color:#ffffff;padding:0.75rem 1rem;font-weight:700;font-size:1rem}.group-table{margin-bottom:0;font-size:0.875rem}.group-table th{background-color:var(--surface-muted);font-weight:600;color:var(--text-muted);border-bottom-width:1px}.group-table td{vertical-align:middle;font-weight:500}.news-card{border:none;background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);height:100%;display:flex;flex-direction:column}.news-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.75rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:1.05rem;font-weight:700;color:var(--text-main);line-height:1.4;margin-bottom:0.75rem}.news-desc{font-size:0.875rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.guide-item{display:flex;gap:1rem;margin-bottom:1.5rem}.guide-icon{flex-shrink:0;width:48px;height:48px;border-radius:10px;background-color:rgba(15,76,129,0.1);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.guide-content h4{font-size:1.05rem;font-weight:700;margin-bottom:0.25rem}.guide-content p{font-size:0.875rem;color:var(--text-muted);margin-bottom:0}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.faq-button{width:100%;padding:1.1rem 1.25rem;background:none;border:none;text-align:left;font-weight:600;font-size:1rem;color:var(--text-main);display:flex;justify-content:space-between;align-items:center;outline:none;transition:background 0.2s}.faq-button:hover{background-color:var(--surface-muted)}.faq-button::after{content:"\f282";font-family:"bootstrap-icons";font-size:0.875rem;transition:transform 0.2s}.faq-button:not(.collapsed)::after{transform:rotate(180deg)}.faq-collapse{border-top:1px solid var(--border)}.faq-body{padding:1.25rem;font-size:0.9rem;color:var(--text-muted);background-color:var(--surface-muted)}.site-footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}.site-footer h5{color:#ffffff;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0;margin-bottom:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:#ffffff}.footer-divider{border-color:rgba(255,255,255,0.1);margin:2.5rem 0 1.5rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.quick-stats-bar{margin-top:2rem}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}}