:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--surface-muted:#1e293b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0052cc;--accent-red:#e11d48;--accent-green:#10b981;--accent-blue:#0284c7;--border:#e2e8f0;--border-dark:#334155;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08)}.navbar{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{color:var(--text-light);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;margin:0 0.5rem;transition:color 0.2s}.nav-link:hover,.nav-link.active{color:var(--text-light) !important;border-bottom:2px solid var(--accent-red)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#111827 100%);color:var(--text-light);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(0,82,204,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(to right,#ef4444,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.stats-badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:1rem;text-align:center}.stats-badge .num{font-size:1.75rem;font-weight:700;color:var(--text-light);display:block}.stats-badge .label{font-size:0.85rem;color:var(--text-muted)}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:800;color:var(--surface-strong);display:inline-block;margin-bottom:0.5rem}.section-header p{color:var(--text-muted);margin:0}.section-header::after{content:'';display:block;width:60px;height:4px;background:var(--accent);margin-top:0.75rem;border-radius:2px}.match-card{background:var(--surface);border-left:4px solid var(--accent-blue);border-radius:8px;margin-bottom:1rem;padding:1.25rem;box-shadow:0 2px 4px rgba(0,0,0,0.03)}.match-meta{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.75rem}.match-teams{display:flex;align-items:center;justify-content:space-between}.team-row{display:flex;align-items:center;gap:10px;font-weight:600}.team-flag{width:28px;height:20px;object-fit:cover;border:1px solid var(--border);border-radius:2px}.match-score-box{background:var(--page-bg);padding:0.25rem 0.75rem;border-radius:4px;font-weight:700;font-size:1.1rem}.group-table{width:100%;border-collapse:collapse}.group-table th{background-color:var(--page-bg);color:var(--text-main);font-weight:600;padding:0.75rem;text-align:center}.group-table td{padding:0.75rem;text-align:center;border-bottom:1px solid var(--border)}.group-table tr:hover{background-color:rgba(0,82,204,0.02)}.guide-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.guide-item:last-child{border-bottom:none}.guide-icon{font-size:1.5rem;color:var(--accent-red);background:rgba(225,29,72,0.1);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,82,204,0.05);color:var(--accent);box-shadow:none}footer{background-color:var(--surface-strong);color:var(--text-light);padding:4rem 0 2rem 0;border-top:4px solid var(--accent-red)}footer h5{color:var(--text-light);font-weight:600;margin-bottom:1.5rem}footer p,footer li{color:rgba(248,250,252,0.7);font-size:0.9rem}footer a{color:rgba(248,250,252,0.7);text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.hero-section{padding:3rem 0}}