:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#f59e0b;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;overflow-x:hidden;line-height:1.6}.custom-navbar{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.custom-navbar .navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff;font-weight:700;font-size:1.25rem}.custom-navbar .navbar-brand img{height:40px;width:auto;object-fit:contain}.custom-navbar .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.custom-navbar .nav-link:hover,.custom-navbar .nav-link.active{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:4.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(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-content h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;color:#ffffff}.hero-content h1 span{color:var(--accent-2)}.hero-content p{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}.hero-feat-item{background:rgba(255,255,255,0.05);border-left:4px solid var(--accent);padding:0.75rem 1rem;border-radius:4px}.hero-feat-item h4{font-size:1rem;margin-bottom:0.25rem;color:#f1f5f9}.hero-feat-item p{font-size:0.85rem;margin:0;color:#94a3b8}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover;display:block}section{padding:4rem 0;scroll-margin-top:70px}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title-wrap h2{font-size:2rem;font-weight:700;color:var(--text-main);position:relative;display:inline-block;padding-bottom:1rem}.section-title-wrap h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-title-wrap p{color:var(--text-muted);margin-top:0.75rem;font-size:1rem}.quick-nav-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;text-align:center;transition:var(--transition);box-shadow:var(--card-shadow)}.quick-nav-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1);border-color:var(--accent)}.quick-nav-card i{font-size:2.5rem;color:var(--accent);margin-bottom:1rem;display:inline-block}.quick-nav-card h3{font-size:1.2rem;font-weight:600;margin-bottom:0.5rem}.quick-nav-card p{font-size:0.875rem;color:var(--text-muted);margin-bottom:1rem}.score-board-container{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:var(--card-shadow)}.match-status-badge{background:#f1f5f9;color:var(--text-muted);padding:0.25rem 0.75rem;border-radius:20px;font-size:0.75rem;font-weight:600;display:inline-block}.match-status-badge.live{background:#fee2e2;color:#ef4444;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-row{display:flex;align-items:center;justify-content:space-between;margin:1rem 0}.team-info{display:flex;align-items:center;gap:12px}.team-flag-holder{width:36px;height:24px;background:#e2e8f0;border-radius:3px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.65rem;color:#475569;border:1px solid #cbd5e1}.team-name{font-weight:600;font-size:1rem}.score-box{font-size:1.5rem;font-weight:700;color:var(--text-main);min-width:40px;text-align:center}.group-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:1.5rem}.group-header{background:var(--accent);color:#ffffff;padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header span{font-size:0.8rem;opacity:0.9;font-weight:normal}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.875rem;vertical-align:middle}.group-table th{background:#f8fafc;color:var(--text-muted);font-weight:600}.group-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.group-table tr.qualify-zone{background-color:rgba(2,132,199,0.03)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition)}.card-custom:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px rgb(0 0 0 / 0.1)}.card-custom-body{padding:1.25rem}.card-custom-title{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.card-custom-text{color:var(--text-muted);font-size:0.875rem;margin-bottom:1rem}.news-badge{background:rgba(2,132,199,0.1);color:var(--accent);font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.news-item-list{border-bottom:1px solid var(--border);padding:1.25rem 0}.news-item-list:last-child{border-bottom:none}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem;display:flex;gap:15px}.guide-box{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border)}.guide-content{padding:2rem}.guide-img-container{position:relative;min-height:280px;height:100%}.guide-img-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.disclaimer-box{background:#f1f5f9;border-left:5px solid var(--accent);padding:1.5rem;border-radius:4px 12px 12px 4px}.disclaimer-box p{margin-bottom:0.5rem;font-size:0.9rem;color:var(--text-muted)}.disclaimer-box p:last-child{margin-bottom:0}.accordion-item-custom{background:var(--surface);border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.accordion-button-custom{padding:1.25rem;font-weight:600;color:var(--text-main);background:var(--surface);border:none;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center}.accordion-button-custom:not(.collapsed){background-color:rgba(2,132,199,0.04);color:var(--accent)}.accordion-collapse-custom{border-top:1px solid var(--border);padding:1.25rem;background:var(--surface);color:var(--text-muted);font-size:0.95rem}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--accent-2)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;text-align:center}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-content{text-align:center;margin-bottom:2.5rem}.hero-content h1{font-size:2rem}.hero-features{grid-template-columns:1fr}.guide-img-container{min-height:220px}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}