:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent-blue:#0f62fe;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--border-focus:#3b82f6;--card-radius:12px;--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}a{color:var(--accent-blue);text-decoration:none;transition:color 0.25s ease}a:hover{color:#0043ce}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.08);padding:0.8rem 1.5rem}.navbar-brand img{max-height:40px}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;border-radius:6px;transition:all 0.2s ease}.navbar-dark .navbar-nav .nav-link:hover{color:#fff;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#172a45 100%);color:var(--text-light);padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-badge{display:inline-block;background:rgba(255,255,255,0.15);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;letter-spacing:0.5px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.25)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;padding-bottom:0.75rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent-blue);border-radius:2px}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.live-score-strip{background:#fff;border-left:5px solid var(--accent-green);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.04);margin-bottom:1rem;padding:1.25rem;transition:all 0.2s}.live-score-strip:hover{border-left-color:var(--accent-blue)}.table-responsive-custom{background:#fff;border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.table-custom{margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-top:4px solid var(--accent-blue);border-radius:var(--card-radius);box-shadow:0 4px 10px rgba(0,0,0,0.03);padding:1.5rem;height:100%}.group-header{font-size:1.25rem;font-weight:700;color:var(--surface-strong);border-bottom:1px solid var(--border);padding-bottom:0.75rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:14px;height:14px;border-radius:50%;background-color:var(--accent-blue);border:3px solid #fff;box-shadow:0 0 0 3px rgba(15,98,254,0.25)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(15,98,254,0.05);color:var(--accent-blue);box-shadow:none}.faq-accordion .accordion-body{background-color:#fafbfc;color:var(--text-muted);line-height:1.7}.footer{background-color:var(--surface-strong);color:#94a3b8;padding:5rem 0 2rem 0;border-top:5px solid var(--accent-blue)}.footer h5{color:#fff;font-weight:600;margin-bottom:1.5rem}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;transition:color 0.2s}.footer-links a:hover{color:#fff}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-desc{margin:0 auto 2rem auto}.section-title{font-size:1.75rem}}