:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f62fe;--accent-red:#da291c;--accent-green:#006847;--border:#e2e8f0;--shadow:0 4px 20px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--surface-strong);box-shadow:var(--shadow);padding:0.8rem 1rem}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;letter-spacing:0.5px}.nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;transition:var(--transition)}.nav-link:hover{color:var(--accent) !important}.section-title{font-weight:800;position:relative;padding-bottom:12px;margin-bottom:2rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-red),var(--accent),var(--accent-green));border-radius:2px}.hero-section{background-color:var(--surface-strong);color:var(--text-light);padding:4.5rem 0;border-bottom:5px solid var(--accent)}.hero-badge{background:linear-gradient(45deg,var(--accent-red),var(--accent-green));color:var(--text-light);font-weight:600;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:1.5rem;font-size:0.9rem}.hero-title{font-size:2.5rem;font-weight:900;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:rgba(248,250,252,0.8);margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);width:100%;height:auto;object-fit:cover}.live-ticker{background:#ffffff;border-radius:10px;box-shadow:var(--shadow);margin-top:-2rem;position:relative;z-index:10;border:1px solid var(--border)}.ticker-item{border-right:1px solid var(--border);padding:1rem 1.5rem}.ticker-item:last-child{border-right:none}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.08)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-table{width:100%;border-collapse:collapse;background:var(--surface)}.custom-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:12px 16px;border-bottom:2px solid var(--border);text-align:center}.custom-table td{padding:12px 16px;border-bottom:1px solid var(--border);text-align:center;color:var(--text-muted);font-weight:500}.group-box{background:var(--surface);border-radius:10px;border-top:4px solid var(--accent);box-shadow:var(--shadow)}.group-box-header{background-color:#f8fafc;font-weight:700;padding:0.8rem;text-align:center;border-bottom:1px solid var(--border);color:var(--surface-strong)}.news-img{width:100%;height:200px;object-fit:cover}.guide-icon-box{font-size:2rem;color:var(--accent);margin-bottom:1rem}.accordion-button:not(.collapsed){background-color:rgba(15,98,254,0.08);color:var(--accent)}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);font-size:0.95rem}footer a{color:rgba(248,250,252,0.7);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-title{font-size:2rem}.ticker-item{border-right:none;border-bottom:1px solid var(--border)}.ticker-item:last-child{border-bottom:none}}