:root{--primary-rgb:10,37,64;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0ea5e9;--accent-rgb:14,165,233;--accent-gold:#f59e0b;--accent-crimson:#e11d48;--border:#e2e8f0;--card-shadow:0 4px 20px -2px rgba(0,0,0,0.05);--header-height:70px}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}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -4px rgba(0,0,0,0.08)}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:0.75rem 0;z-index:1030}.navbar-custom .navbar-brand{display:flex;align-items:center;font-weight:700;color:#ffffff;font-size:1.25rem}.navbar-custom .navbar-brand img{height:38px;margin-right:10px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover{color:var(--accent)}.hero-section{background:radial-gradient(circle at 80% 20%,rgba(14,165,233,0.15),transparent 50%),linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:100px 0 80px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(to top,var(--page-bg),transparent);z-index:1}.hero-tag{background:rgba(14,165,233,0.15);border:1px solid rgba(14,165,233,0.3);color:var(--accent);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff 40%,#94a3b8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;line-height:1.7}.hero-img-wrap{position:relative;z-index:2}.hero-img{border-radius:14px;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);width:100%;height:auto;object-fit:cover}.stat-badge{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:1rem;text-align:center}.stat-val{font-size:1.75rem;font-weight:700;color:var(--accent)}.stat-lbl{font-size:0.8rem;color:#94a3b8;margin-top:0.25rem}.section-header{margin-bottom:2.5rem;text-align:center}.section-header h2{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.75rem;font-size:1.05rem}.live-score-strip{background:#ffffff;border-bottom:1px solid var(--border);padding:12px 0;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.score-item{display:inline-flex;align-items:center;background:var(--page-bg);border:1px solid var(--border);border-radius:8px;padding:8px 16px;margin-right:12px;min-width:260px}.score-team{display:flex;align-items:center;font-weight:600;font-size:0.9rem}.score-flag{width:20px;height:14px;margin-right:6px;object-fit:cover;border-radius:2px}.score-points{font-size:1.1rem;font-weight:700;margin:0 8px;color:var(--surface-strong)}.score-status{font-size:0.75rem;background:rgba(225,29,72,0.1);color:var(--accent-crimson);padding:2px 6px;border-radius:4px;margin-left:auto;font-weight:600}.score-status.pre{background:rgba(100,116,139,0.1);color:var(--text-muted)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.group-header{background:var(--surface-strong);color:#ffffff;font-weight:700;padding:0.5rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:0.95rem}.group-table{width:100%;font-size:0.85rem}.group-table th{color:var(--text-muted);padding-bottom:0.5rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.5rem 0;border-bottom:1px dashed var(--border)}.news-img{height:200px;object-fit:cover;width:100%}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:1rem;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{background:var(--surface);color:var(--surface-strong);font-weight:600;padding:1.25rem;box-shadow:none !important}.faq-accordion .accordion-button:not(.collapsed){background:rgba(14,165,233,0.05);color:var(--accent)}.faq-accordion .accordion-body{background:var(--surface);color:var(--text-muted);line-height:1.7;border-top:1px solid var(--border)}.guide-box{background:linear-gradient(135deg,rgba(15,23,42,0.9) 0%,rgba(30,41,59,0.95) 100%),url('') no-repeat center center/cover;border-radius:14px;color:#ffffff;padding:3rem;position:relative}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:5rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}.footer-brand{font-weight:700;color:#ffffff;font-size:1.5rem;margin-bottom:1.5rem;display:inline-block}.footer-link-group h5{color:#ffffff;font-size:1rem;font-weight:600;margin-bottom:1.25rem}.footer-link-group ul li{margin-bottom:0.75rem}.footer-link-group ul li a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-link-group ul li a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:3.5rem;padding-top:2rem;font-size:0.85rem}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.hero-section{padding:80px 0 60px}.guide-box{padding:2rem 1.5rem}}