:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0f172a 100%);--accent-light:#e0f2fe;--highlight:#f59e0b;--border:#e2e8f0;--border-hover:#cbd5e1}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:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.custom-card:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);z-index:1050}.navbar-custom .navbar-brand{font-weight:800;letter-spacing:0.5px;color:#ffffff}.navbar-custom .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;font-size:0.95rem;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--highlight) !important}.hero-section{background:var(--accent-gradient);color:#ffffff;padding:120px 0 80px;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-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:50px;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--highlight);display:inline-block}.section-header{margin-bottom:40px;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:4px;background:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:8px;font-size:1rem}.live-score-strip{background:#ffffff;border-left:4px solid var(--highlight);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.04)}.group-table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.group-table tbody tr{transition:background-color 0.2s ease}.group-table tbody tr:hover{background-color:var(--accent-light)}.qualify-zone{border-left:3px solid #10b981}.scroll-horizontal{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.scroll-horizontal::-webkit-scrollbar{display:none}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:12px;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){background-color:var(--accent-light);color:var(--accent);box-shadow:none}.footer-custom{background-color:var(--surface-strong);color:#cbd5e1;padding:60px 0 30px;font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-custom a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:#ffffff}@media (max-width:991.98px){.hero-section{padding:100px 0 60px;text-align:center}.hero-img-wrap{margin-top:40px}.section-title{font-size:1.75rem}}