:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1f2937;--text-muted:#6b7280;--text-light:#f9fafb;--accent:#dc3545;--accent-blue:#0d6efd;--accent-gold:#ffc107;--border:#e5e7eb;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand,.navbar-custom .nav-link{color:var(--text-light)}.navbar-custom .nav-link:hover{color:var(--accent-gold)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-blue),var(--accent));border-radius:2px}.hero-section{background:linear-gradient(135deg,#0a1931 0%,#15305b 100%);color:var(--text-light);padding:80px 0;border-bottom:5px solid var(--accent)}.hero-img{border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.3);object-fit:cover}.status-badge-live{background-color:var(--accent);color:#fff;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:bold;animation:blink 1.5s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0.4}100%{opacity:1}}.table-custom{background-color:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.table-custom th{background-color:var(--surface-strong);color:var(--text-light);font-weight:600}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);transition:transform 0.2s ease,box-shadow 0.2s ease}.group-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.group-header{background:linear-gradient(135deg,var(--accent-blue) 0%,#0052cc 100%);color:var(--text-light);padding:10px 15px;font-weight:bold;border-top-left-radius:11px;border-top-right-radius:11px}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;height:100%}.news-card-body{padding:20px}.swiper-container-custom{padding-bottom:40px}.guide-box{background:var(--surface);border-left:5px solid var(--accent-blue);border-radius:4px;padding:15px;margin-bottom:15px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);margin-bottom:12px;padding:18px}.faq-question{font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 30px}footer a{color:rgba(255,255,255,0.8);text-decoration:none}footer a:hover{color:var(--accent-gold)}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch}