:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#eef2f7;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f172a;--accent-green:#10b981;--accent-red:#ef4444;--accent-blue:#3b82f6;--border:#e2e8f0;--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{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1030}.navbar-brand img{max-height:40px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;border-radius:0 0 var(--card-radius) var(--card-radius)}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:700;color:var(--accent)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-red));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.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.badge-live{background-color:var(--accent-red);color:white;animation:pulse-live 1.5s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.sidebar-widget{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:20px;margin-bottom:24px}.faq-question{font-weight:600;color:var(--accent)}img{max-width:100%;height:auto}