
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --primary: #4338ca;
  --primary-light: #6366f1;
  --primary-dark: #3730a3;
  --accent-orange: #f97316;
  --bg: #f0f2f8;
  --card-bg: #ffffff;
  --text-dark: #1e1b4b;
  --text-muted: #5f667a;
  --border: #e5e7eb;
  --table-line: rgba(148, 163, 184, 0.16);
  --table-line-strong: rgba(148, 163, 184, 0.22);
  --table-head-bg: #fbfcfe;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--bg);
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ===== NAV ===== */
nav{font-family:'DM Sans',sans-serif;background:linear-gradient(135deg,#3B4CCA,#5B6BE6);padding:0 40px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,0.14);box-shadow:none}
.logo{color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;gap:8px;text-decoration:none;min-width:0}
.logo:hover{text-decoration:none}
.logo .logo-mark{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;height:28px;flex:0 0 auto;min-width:0}
.logo .logo-mark img{display:block;height:28px;width:auto}
.nv{display:flex;gap:28px;align-items:center}
.nv>a{color:rgba(255,255,255,0.82);font-size:14px;font-weight:500;transition:.15s;text-decoration:none;font-family:'DM Sans',sans-serif}
.nv>a:hover,.nv>a.active{color:#fff;text-decoration:none}
.nv>a.active{border-bottom:2px solid #fff;padding-bottom:2px}
.nv-right{display:flex;align-items:center;gap:8px}
.theme-btn,.nav-util-link{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,0.1);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.7);transition:.15s}
.theme-btn:hover,.nav-util-link:hover{background:rgba(255,255,255,0.2);color:#fff}
.theme-btn svg,.nav-util-link svg{width:18px;height:18px}
.nav-util-link{text-decoration:none}
.nav-util-link.active{background:rgba(255,255,255,0.2);color:#fff}
.dd{position:relative}
.dd-toggle{color:rgba(255,255,255,0.82);font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:5px;padding:4px 0;transition:.15s;background:none;border:none;font-family:'DM Sans',sans-serif}
.dd-toggle:hover,.dd.open .dd-toggle{color:#fff}
.dd-toggle svg{width:12px;height:12px;transition:.2s}
.dd.open .dd-toggle svg{transform:rotate(180deg)}
.dd-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid #E8EAF2;border-radius:12px;box-shadow:none;min-width:240px;padding:8px 0;opacity:0;visibility:hidden;transition:.2s;z-index:200}
.dd.open .dd-menu{opacity:1;visibility:visible}
.dd-menu a{display:flex;align-items:center;gap:12px;padding:10px 18px;color:#3D4460;font-size:13.5px;font-weight:500;transition:.1s;text-decoration:none;font-family:'DM Sans',sans-serif}
.dd-menu a:hover{background:#F3F4F8;color:#1A1F36;text-decoration:none}
.dm-i{width:32px;height:32px;border-radius:8px;background:#F3F4F8;display:flex;align-items:center;justify-content:center;overflow:hidden}
.dm-i svg{width:16px;height:16px;color:#3B4CCA}
.dm-i img{width:18px;height:18px;object-fit:contain;display:block}
.dm-label{display:flex;flex-direction:column;gap:1px}
.dm-label strong{font-weight:600;color:#1A1F36}
.dm-sub{font-size:11.5px;color:#A0A5BD}
.dd-sep{height:1px;background:#E9EBF2;margin:6px 18px}
.dd-menu-sm{min-width:150px}
.dd-menu-sm a{padding:8px 18px;font-size:13px}
.dd-right{left:auto;right:0;transform:none}
.prof-btn{background:none;border:none;cursor:pointer;padding:0;display:flex}
.prof-avatar{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.8);transition:.15s}
.prof-avatar:hover{background:rgba(255,255,255,0.25)}
.prof-avatar svg{width:20px;height:20px}
.prof-cta-row{justify-content:center!important;font-weight:600!important;color:#3B4CCA!important}
.prof-signup{background:#3B4CCA!important;color:#fff!important;margin:4px 12px;border-radius:8px!important;justify-content:center!important}
.prof-signup:hover{background:#2E3CA8!important}
html:not([data-theme="dark"]) .icon-moon{display:none}
[data-theme="dark"] .icon-sun{display:none}

/* ===== FOOTER ===== */
footer{font-family:'DM Sans',sans-serif;background:linear-gradient(135deg,#3B4CCA,#5B6BE6);padding:40px 24px 28px;color:#D9DDF6;font-size:13px}
.ft-inner{max-width:1200px;margin:0 auto}
.ft-disc{max-width:860px;line-height:1.6;margin-bottom:18px;font-size:13px;color:#D9DDF6}
.ft-sep{height:1px;background:rgba(255,255,255,.2);margin:20px 0}
.ft-links{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:14px 18px;margin-bottom:10px;font-weight:600;font-size:14px}
.ft-links a{color:#fff;opacity:.9;text-decoration:none;transition:.15s}
.ft-links a:hover{opacity:1;text-decoration:none}
.ft-links.secondary{margin-bottom:18px}
.ft-bottom{display:flex;justify-content:flex-start;align-items:center;gap:16px;font-size:13px;white-space:nowrap}
.ft-copy{color:#D9DDF6}
.ft-social{display:flex;align-items:center;gap:10px;font-weight:600;white-space:nowrap;margin-left:auto}
.ft-social a{width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.12);display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:.15s;text-decoration:none}
.ft-social a:hover{background:rgba(255,255,255,.22);text-decoration:none}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #3B4CCA 0%, #5B6BE6 40%, #7C8CF0 100%);
  position: relative;
  padding: 100px 24px 140px;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 10px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
.hero-eyebrow .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.5);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.85); } }

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero .sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

/* Stat pills */
.stat-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.stat-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: .25s;
}
.stat-pill:hover { background: rgba(255,255,255,0.15); }
.stat-pill .sp-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-pill .sp-icon svg { width: 20px; height: 20px; color: #fff; }
.stat-pill .sp-val {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.stat-pill .sp-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.6);
  margin-top: 1px;
}

/* Floating ticker */
.ticker-wrap {
  position: relative;
  z-index: 95;
  width: 100%;
  margin: 0;
  background: var(--card-bg);
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  padding: 0;
  min-height: 52px;
  overflow: hidden;
}
.ticker-inner {
  display: flex;
  min-height: 52px;
  animation: tickerScroll 240s linear infinite;
  width: max-content;
}
@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  white-space: nowrap;
  border-right: 1px solid var(--border);
}
.ticker-item .t-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
}
.ticker-item .t-price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.ticker-item .t-chg {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
}
.t-up { color: #16a34a; background: #dcfce7; }
.t-dn { color: #ef4444; background: #fee2e2; }

/* ===== KEPT: FILTERS ===== */
.filters-section { max-width: 1248px; margin: 0 auto; padding: 48px 24px 0; }
.filters-row { display: grid; grid-template-columns: 1fr 1fr 1fr 2fr; gap: 20px; margin-bottom: 32px; }
.filter-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.filter-group select, .filter-group input { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--card-bg); font-family: inherit; font-size: 0.9rem; color: var(--text-dark); appearance: none; outline: none; transition: border-color 0.2s; }
.filter-group select { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%236b7280" stroke-width="2"><polyline points="6 9 12 15 18 9"/></svg>'); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.filter-group select:focus, .filter-group input:focus { border-color: var(--primary-light); }
.search-wrap { position: relative; }
.search-dd { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: none; max-height: 280px; overflow-y: auto; z-index: 50; display: none; }
.search-dd.open { display: block; }
.search-dd .sd-group { padding: 6px 0; }
.search-dd .sd-label { padding: 6px 14px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.search-dd .sd-item { display: flex; align-items: center; gap: 10px; width: 100%; border: 0; background: transparent; text-align: left; padding: 8px 14px; font-size: 0.88rem; color: var(--text-dark); cursor: pointer; transition: .1s; font-family: inherit; }
.search-dd .sd-item:hover { background: rgba(67,56,202,0.05); }
.search-dd .sd-item:focus-visible { outline: none; background: rgba(67,56,202,0.08); }
.search-dd .sd-item .sd-ticker { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; font-weight: 700; min-width: 56px; }
.search-dd .sd-item .sd-sym { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; color: #fff; flex-shrink: 0; position: relative; overflow: hidden; background: #fff; border: 1px solid var(--border); }
.search-dd .sd-item .sd-sym img { width: 100%; height: 100%; object-fit: cover; display: block; }
.search-dd .sd-item .sd-sym.asset-icon-logo img { object-fit: contain; padding: 4px; box-sizing: border-box; background: #fff; }
.search-dd .sd-item .sd-sym .asset-fallback-label { display: none; width: 100%; height: 100%; align-items: center; justify-content: center; color: #fff; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.01em; }
.search-dd .sd-item .sd-sym.asset-icon-logo .asset-fallback-label { color: var(--text-dark); }
.search-dd .sd-item .sd-sym.is-fallback .asset-fallback-label { display: flex; }
.search-dd .sd-item .sd-sym.asset-logo-round { border-radius: 50%; background: transparent; border-color: transparent; }
.search-dd .sd-item .sd-sym.asset-logo-round img { border-radius: 50%; }
.search-dd .sd-item .sd-sym.sd-sym-flags { overflow: visible; background: transparent !important; border: 0 !important; }
.search-dd .sd-item .sd-sym.sd-sym-flags img { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.22); position: absolute; top: 6px; object-fit: cover; }
.search-dd .sd-item .sd-sym.sd-sym-flags img.flag-left { left: 2px; }
.search-dd .sd-item .sd-sym.sd-sym-flags img.flag-right { right: 2px; }
.search-dd .sd-item .sd-name { color: var(--text-muted); font-size: 0.82rem; }
.search-dd .sd-none { padding: 16px 14px; text-align: center; font-size: 0.85rem; color: var(--text-muted); }

/* ===== KEPT: TIMEFRAME ===== */
.timeframe-section { max-width: 1248px; margin: 0 auto; padding: 0 24px 48px; }
.timeframe-box { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; overflow: visible; }
.timeframe-box h3 { font-family: 'JetBrains Mono', monospace; font-size: 0.95rem; font-weight: 700; margin-bottom: 18px; color: var(--text-dark); display:flex; flex-wrap:wrap; gap:8px 10px; align-items:baseline; }
.timeframe-legend { font-family: var(--font-primary); font-size: 0.84rem; font-weight: 600; color: var(--text-muted); letter-spacing: 0; }
.timeframe-grid { display: grid; gap: 12px; margin-bottom: 14px; }
.timeframe-grid:first-of-type { grid-template-columns: repeat(9, 1fr); }
.timeframe-grid:last-of-type { grid-template-columns: repeat(5, 1fr); }
.tf-btn { font-family: 'JetBrains Mono', monospace; padding: 10px 0; border: 1.5px solid var(--border); border-radius: var(--radius-sm); background: var(--card-bg); font-size: 0.85rem; font-weight: 500; color: var(--text-dark); cursor: pointer; transition: all 0.2s; text-align: center; position: relative; }
.tf-btn:hover { border-color: var(--primary-light); color: var(--primary); }
.tf-btn.active { border-color: var(--primary); color: var(--primary); background: rgba(67, 56, 202, 0.04); box-shadow: none; }
.tf-btn.tf-btn-disabled { opacity: 0.45; cursor: pointer; pointer-events: auto; }
.tf-btn.tf-btn-disabled:hover { border-color: var(--primary-light); color: var(--primary); }

/* ===== KEPT: TABLE ===== */
.table-section { padding: 0 24px 64px; }
.table-card {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.signals-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.signals-table thead th { padding: 18px 24px; text-align: left; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); border-bottom: 1px solid var(--table-line); position: relative; overflow: visible; background: var(--table-head-bg); }
.signals-table thead th:first-child,
.signals-table tbody td:first-child { border-right: 1px solid var(--table-line-strong); }
.th-with-info { white-space: normal; line-height: 1.35; position: relative; overflow: visible; }
.info-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  cursor: help;
  outline: none;
}
.info-dot::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  min-width: 240px;
  max-width: min(320px, calc(100vw - 32px));
  padding: 8px 10px;
  border-radius: 8px;
  background: #111827;
  color: #f9fafb;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, visibility .15s ease;
  z-index: 30;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.25);
}
.info-dot:hover::after,
.info-dot:focus::after {
  opacity: 1;
  visibility: visible;
}
.signals-table thead th:nth-last-child(2) .info-dot::after {
  left: auto;
  right: 0;
  transform: none;
}
.signals-table tbody td { padding: 20px 24px; font-size: 0.95rem; border-bottom: 1px solid var(--table-line); }
.signals-table tbody tr:last-child td { border-bottom: none; }
.asset-cell { display:flex; align-items:center; gap:11px; min-width:0; }
.asset-cell > div:last-child { min-width:0; flex:1 1 auto; }
.asset-icon { width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:13px; font-weight:700; box-shadow:none; position:relative; overflow:hidden; border:1px solid var(--border); background:#fff; flex:0 0 34px; }
.asset-icon img { width:100%; height:100%; object-fit:cover; display:block; }
.asset-icon.asset-icon-logo img { object-fit:contain; padding:4px; box-sizing:border-box; background:#fff; }
.asset-icon .asset-fallback-label { display:none; width:100%; height:100%; align-items:center; justify-content:center; color:#fff; font-size:0.68rem; font-weight:700; letter-spacing:0.01em; }
.asset-icon.asset-icon-logo .asset-fallback-label { color:var(--text-dark); }
.asset-icon.is-fallback .asset-fallback-label { display:flex; }
.asset-icon.asset-icon-flags { width:40px; height:24px; border-radius:0; overflow:visible; background:transparent !important; border:0 !important; box-shadow:none !important; display:block; flex:0 0 40px; min-width:40px; }
.asset-icon.asset-icon-flags img { width:20px; height:20px; border-radius:50%; border:1px solid #fff; box-shadow:none; position:absolute; top:2px; object-fit:cover; }
.asset-icon.asset-icon-flags img.flag-left { left:0; }
.asset-icon.asset-icon-flags img.flag-right { left:14px; }
.asset-name-t { font-weight:700; font-size:0.92rem; color:var(--text-dark); line-height:1.3; overflow-wrap:anywhere; word-break:break-word; }
.asset-ticker { font-family:'JetBrains Mono', monospace; font-size:0.72rem; color:var(--text-muted); line-height:1.3; overflow-wrap:anywhere; word-break:break-word; }
.badge { display:inline-flex; align-items:center; gap:4px; padding:5px 12px; border-radius:6px; font-size:0.85rem; font-weight:600; }
.badge.u { background:#dcfce7; color:#16a34a; }
.badge.d { background:#fee2e2; color:#ef4444; }
.row-arrow { color:#9ca3af; font-size:18px; transition:.15s; }
.signals-table tbody tr:hover .row-arrow { color:var(--primary); transform:translateX(2px); }
.mono { font-family:'JetBrains Mono', monospace; font-size:0.84rem; }
.signals-table .asset-name { font-weight: 700; font-family: 'JetBrains Mono', monospace; }
.prediction-badge { display: inline-flex; align-items: center; gap: 4px; padding: 5px 12px; border-radius: 6px; font-size: 0.85rem; font-weight: 600; }
.prediction-badge.up { background: #dcfce7; color: #16a34a; }
.prediction-badge.down { background: #fee2e2; color: #ef4444; }
.stars { color: var(--primary-light); font-size: 0.9rem; letter-spacing: 2px; }
.asset-cat-badge { font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; display: inline-flex; align-items: center; line-height: 1; }
.asset-cat-badge.crypto { background: #ede9fe; color: #6d28d9; }
.asset-cat-badge.forex { background: #dbeafe; color: #1d4ed8; }
.asset-cat-badge.stocks { background: #dcfce7; color: #15803d; }
.asset-cat-badge.commodity { background: #ffedd5; color: #c2410c; }
.asset-cat-badge.indices { background: #fce7f3; color: #be185d; }
.asset-cat-badge.etf { background: #ccfbf1; color: #0f766e; }
.asset-cat-badge.bonds { background: #e2e8f0; color: #334155; }
.long-pct { display: inline-flex; align-items: center; justify-content: center; min-width: 84px; padding: 4px 10px; border-radius: 6px; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.01em; }
.long-pct.u { color: #16a34a; background: #dcfce7; }
.long-pct.d { color: #dc2626; background: #fee2e2; }
.long-pct.n { color: #475569; background: #e2e8f0; }
.long-cell { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.long-cell .long-price { font-family: 'JetBrains Mono', monospace; font-size: 0.84rem; color: var(--text-dark); line-height: 1.15; }
.long-cell .long-pct { min-width: auto; font-size: 0.72rem; padding: 3px 8px; }
.blurred-row td { filter: blur(5px); user-select: none; pointer-events: none; }
.bc-home-loading-row td { padding: 0; border-bottom: 0; background: transparent; }
.bc-home-loading-state {
  position: sticky;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: min(100%, calc(100vw - 72px));
  min-height: 58px;
  margin: 0 auto;
  padding: 18px 24px;
  text-align: center;
}
.bc-home-loading-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(99, 102, 241, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-muted);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
@media(max-width:640px){
  .bc-home-loading-state {
    max-width: min(100%, calc(100vw - 32px));
    padding: 16px;
  }
  .bc-home-loading-pill {
    white-space: normal;
    text-wrap: balance;
  }
}
.table-card { position: relative; }
.table-lock-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: calc(100% - 60px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0.95) 100%); z-index: 5; pointer-events: none; }
.table-lock-overlay svg { color: var(--primary); pointer-events: auto; }
.lock-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--primary); color: #fff; border-radius: 50px; font-family: inherit; font-size: 0.95rem; font-weight: 700; text-decoration: none; pointer-events: auto; transition: background .2s, border-color .2s; border: 1px solid rgba(67,56,202,0.18); box-shadow: none; }
.lock-btn:hover { background: var(--primary-dark); border-color: rgba(55,48,163,0.3); text-decoration: none; }
body.upgrade-modal-open { overflow: hidden; }
.upgrade-prompt-backdrop { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(15,23,42,0.56); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 160; }
.upgrade-prompt-backdrop[hidden] { display: none; }
.upgrade-prompt-modal { width: min(100%, 520px); position: relative; background: #fff; border: 1px solid rgba(67,56,202,0.16); border-radius: 24px; padding: 26px; box-shadow: none; }
.upgrade-prompt-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--text-dark); font-size: 22px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.upgrade-prompt-close:hover { background: #f8fafc; }
.upgrade-prompt-lock { width: 54px; height: 54px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(67,56,202,0.12), rgba(99,102,241,0.18)); color: var(--primary); margin-bottom: 16px; }
.upgrade-prompt-title { font-size: 1.5rem; line-height: 1.2; font-weight: 800; color: var(--text-dark); margin-bottom: 10px; }
.upgrade-prompt-body { font-size: 0.98rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 18px; }
.upgrade-prompt-actions { display: flex; }
.upgrade-prompt-actions .lock-btn { width: 100%; justify-content: center; }
@media(max-width:640px){
  .upgrade-prompt-backdrop { padding: 14px; }
  .upgrade-prompt-modal { padding: 22px 18px 18px; border-radius: 20px; }
  .upgrade-prompt-title { font-size: 1.28rem; }
}
.asset-sym { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 6px; font-size: 0.7rem; font-weight: 700; color: #fff; vertical-align: middle; margin-right: 6px; }
.table-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 16px; border-top: 1px solid var(--border); background: var(--card-bg); }
.table-page-size { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-muted); }
.rows-select { height: 32px; min-width: 74px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text-dark); padding: 0 8px; font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; }
.table-pager { display: inline-flex; align-items: center; gap: 10px; }
.page-btn { height: 32px; min-width: 72px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--text-dark); font-family: inherit; font-size: 0.8rem; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.page-btn[aria-disabled="true"] { opacity: 0.45; cursor: default; pointer-events: none; }
.page-label { font-size: 0.8rem; color: var(--text-muted); min-width: 110px; text-align: center; }
.table-disclaimer { margin: 0 16px 16px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--text-muted); font-size: 0.95rem; line-height: 1.55; white-space: normal; overflow: visible; overflow-wrap: anywhere; word-break: break-word; position: relative; z-index: 6; }
.table-disclaimer strong { color: var(--text-dark); }
@media(max-width:900px){.table-disclaimer{font-size:0.92rem;line-height:1.5;}}

/* ===== KEPT: BROKERS ===== */
.brokers-section { padding: 0 24px 64px; }
.brokers-section .section-header { text-align: center; margin-bottom: 12px; }
.brokers-section .section-header h2 { font-size: 1.75rem; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
.brokers-section .section-header h2 span { color: var(--primary-light); }
.broker-card { max-width: 1200px; margin: 0 auto 32px; background: var(--card-bg); border-radius: var(--radius); border: 1px solid var(--border); padding: 36px; }
.broker-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 20px; margin-bottom: 16px; }
.broker-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.broker-title-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--card-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.broker-title-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.broker-meta-grid { display: flex; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.broker-meta-item { padding: 12px 20px; border-right: 1px solid var(--border); text-align: center; }
.broker-meta-item:last-child { border-right: none; }
.broker-meta-item .meta-label { font-size: 0.7rem; font-weight: 600; color: var(--text-muted); text-transform: capitalize; margin-bottom: 2px; }
.broker-meta-item .meta-value { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 700; }
.bonus-code-inline { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.copy-code-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #fff;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.copy-code-btn:hover { border-color: #b8c2e8; background: #f8faff; color: #374151; }
.copy-code-btn svg { width: 16px; height: 16px; }
.copy-code-btn.is-copied {
  background: #dcfce7;
  border-color: #86efac;
  color: #166534;
  transform: scale(1.06);
}
.copy-code-btn.is-copied svg { display: none; }
.copy-code-btn.is-copied::after { content: "✓"; font-size: 15px; font-weight: 800; line-height: 1; }
.broker-rating { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; color: var(--text-muted); margin-bottom: 16px; }
.broker-rating .rating-num { font-weight: 700; color: var(--text-dark); }
.broker-rating .star { color: #f59e0b; }
.broker-body { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.broker-desc { max-width: 500px; font-size: 0.92rem; line-height: 1.7; color: #4b5563; }
.broker-actions { display: flex; gap: 12px; flex-shrink: 0; }
.btn-open-account { padding: 14px 28px; background: #e06a1a; color: #fff; border: none; border-radius: var(--radius-sm); font-family: inherit; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer; transition: background 0.2s, transform 0.2s; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.btn-open-account:hover { background: #c95a11; transform: translateY(-1px); }
.btn-study-review { padding: 14px 28px; background: linear-gradient(135deg, #4f6fe9, #20b7d8); color: #fff; border: 1px solid transparent; border-radius: var(--radius-sm); font-family: inherit; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; cursor: pointer; transition: transform 0.2s, filter 0.2s; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.btn-study-review:hover { filter: brightness(1.04); transform: translateY(-1px); }
.broker-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.review-card { padding: 24px; border-radius: var(--radius-sm); color: #fff; font-size: 0.85rem; line-height: 1.6; }
.review-card.gradient-1 { background: linear-gradient(135deg, #6366f1, #06b6d4); }
.review-card.gradient-2 { background: linear-gradient(135deg, #3b82f6, #06b6d4); }
.review-card.gradient-3 { background: linear-gradient(135deg, #3b82f6, #06b6d4); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,0.28); box-shadow: none; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review-name { font-weight: 700; font-size: 0.9rem; }
.review-stars { color: #f59e0b; font-size: 0.8rem; letter-spacing: 1px; }
.affiliate-notice { max-width: 1200px; margin: 24px auto 0; font-size: 0.88rem; color: var(--text-muted); text-align: center; }
.brokers-cta-strip {
  max-width: 1200px;
  margin: 0 auto 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.brokers-cta-copy { display: flex; flex-direction: column; gap: 6px; }
.brokers-cta-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
  letter-spacing: 0.01em;
}
.brokers-cta-title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(67,56,202,0.35);
  text-underline-offset: 3px;
}
.brokers-cta-title a:hover { text-decoration-color: rgba(67,56,202,0.8); }
.brokers-cta-sub {
  font-size: 0.9rem;
  color: var(--text-muted);
}
.brokers-offer-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}
.brokers-offer-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.brokers-offer-table th,
.brokers-offer-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  font-size: 0.9rem;
  color: var(--text-muted);
  vertical-align: middle;
}
.brokers-offer-table th {
  font-weight: 800;
  color: var(--text-dark);
  background: #fbfcff;
}
.brokers-offer-table tr:last-child td { border-bottom: none; }
.brokers-offer-table td:first-child { font-weight: 700; color: var(--text-dark); }
.broker-name-cell {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text-dark);
}
.broker-name-logo {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: none;
}
.broker-name-logo img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.broker-name-text {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}
.brokers-table-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.brokers-table-btn:hover { border-color: rgba(67,56,202,0.22); }
.brokers-table-btn-open {
  background: #e06a1a;
  border: 1px solid #e06a1a;
  color: #fff;
  box-shadow: none;
}
.brokers-table-btn-open:hover {
  color: #fff;
  background: #c95a11;
  border-color: #c95a11;
}
.brokers-table-btn-review {
  background: linear-gradient(135deg, #4f6fe9, #20b7d8);
  border: 1px solid transparent;
  color: #fff;
}
.brokers-table-btn-review:hover {
  color: #fff;
  filter: brightness(1.04);
  box-shadow: none;
}
.brokers-affiliate-note {
  margin-top: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.45;
}
.brokers-affiliate-note strong { color: var(--text-dark); }
@media (max-width: 900px) {
  .brokers-cta-strip {
    margin: 0 auto 30px;
    padding: 18px;
  }
  .brokers-offer-table th,
  .brokers-offer-table td { padding: 9px 10px; }
  .broker-name-cell { gap: 10px; }
  .broker-name-logo {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 9px;
  }
  .broker-name-logo img {
    width: 20px;
    height: 20px;
  }
}

/* ===== NEW: HOW IT WORKS ===== */
.how-section { max-width: 1200px; margin: 0 auto; padding: 30px 24px 30px; }
.how-section h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.how-section h2 span { color: var(--primary-light); }
.how-section .how-sub { text-align: center; color: var(--text-muted); font-size: 1rem; margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.how-steps::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, transparent, var(--primary-light), var(--primary-light), transparent); z-index: 0; }
.how-step { text-align: center; position: relative; z-index: 1; padding: 0 16px; }
.hc-step-num { width: 72px; height: 72px; border-radius: 50%; background: var(--card-bg); border: 2px solid var(--primary-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'JetBrains Mono', monospace; font-size: 1.5rem; font-weight: 800; color: var(--primary); box-shadow: none; }
.how-step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.how-step p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* ===== NEW: ASSET COVERAGE ===== */
.assets-section { max-width: 1200px; margin: 0 auto; padding: 40px 24px 42px; }
.assets-section h2 { text-align: center; font-size: 2rem; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; }
.assets-section h2 span { color: var(--primary-light); }
.assets-section .as-sub { text-align: center; color: var(--text-muted); font-size: 1rem; margin-bottom: 34px; }
.asset-cards { display: flex; flex-direction: column; gap: 14px; max-width: 1200px; margin: 0 auto; }
.asset-cards-row { display: grid; gap: 14px; }
.asset-cards-row.top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asset-cards-row.bottom { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.asset-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; padding: 28px 24px; text-align: center; transition: border-color .2s, background .2s; cursor: default; }
.asset-card:hover { border-color: rgba(67,56,202,0.22); background: #fcfcff; }
.asset-card-link { display: block; color: inherit; text-decoration: none; }
.ac-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(67,56,202,0.06); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.ac-icon svg { width: 24px; height: 24px; color: var(--primary); }
.asset-card h3, .asset-card h4 { color: var(--text-dark); font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.asset-card p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; }
.ac-count { display: inline-block; margin-top: 12px; padding: 3px 12px; border-radius: 20px; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 600; background: rgba(67,56,202,0.06); color: var(--primary); }
@media(max-width:1240px){
  .asset-cards-row.top{grid-template-columns:repeat(3,minmax(0,1fr));}
  .asset-cards-row.bottom{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:900px){
  .asset-cards-row.top,.asset-cards-row.bottom{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .asset-cards-row.top,.asset-cards-row.bottom{grid-template-columns:1fr;}
}

/* ===== NEW: LATEST FROM BLOG ===== */
.blog-section { max-width: 1200px; margin: 0 auto; padding: 42px 24px 64px; }
.blog-section h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.blog-section h2 span { color: var(--primary-light); }
.blog-section .bs-sub { text-align: center; color: var(--text-muted); margin-bottom: 48px; }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.blog-slider-wrap { position: relative; }
.blog-slider-nav { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.blog-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: auto; box-shadow: none; transition: background .2s, border-color .2s; }
.blog-nav-btn:hover { border-color: rgba(67,56,202,0.22); background: #f8faff; }
.blog-nav-btn svg { width: 20px; height: 20px; color: var(--text-dark); }
.blog-nav-btn.left { left: -56px; }
.blog-nav-btn.right { right: -56px; }
.blog-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .2s, background .2s; text-decoration: none; display: flex; flex-direction: column; height: 100%; color: inherit; }
.blog-card:hover { border-color: rgba(67,56,202,0.22); background: #fcfcff; text-decoration: none; }
.blog-thumb { width: 100%; aspect-ratio: 16/9; background-size: cover; background-position: center; position: relative; }
.blog-thumb.video::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; border-radius: 50%; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpolygon points='9.5,7.5 16.5,12 9.5,16.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 24px; }
.blog-body { padding: 24px; display: flex; flex-direction: column; flex: 1; min-height: 248px; }
.blog-card h3, .blog-card h4 { font-size: 1.1rem; font-weight: 700; line-height: 1.4; margin-bottom: 10px; color: var(--text-dark); }
.blog-card .blog-excerpt { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-meta { display: flex; align-items: center; gap: 16px; font-size: 0.78rem; color: #5f667a; flex-wrap: wrap; margin-top: auto; min-height: 20px; }
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.blog-meta svg { width: 14px; height: 14px; color: #5f667a; }
.blog-more { display: block; text-align: center; margin-top: 40px; }
.blog-more a { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border: 1.5px solid var(--border); border-radius: 50px; font-size: 0.9rem; font-weight: 600; color: var(--text-dark); text-decoration: none; transition: .2s; }
.blog-more a:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }

/* ===== TRUST / DATA METHODOLOGY ===== */
.trust-section { max-width: 1200px; margin: 0 auto; padding: 0 24px 80px; }
.trust-header { text-align: center; margin-bottom: 48px; }
.trust-header h3 { font-size: 2rem; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; }
.trust-header h3 span { color: var(--primary-light); }
.trust-header p { font-size: 1rem; color: var(--text-muted); max-width: 600px; margin: 0 auto; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.trust-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; padding: 28px 24px; transition: border-color .2s, background .2s; position: relative; overflow: hidden; }
.trust-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--primary-light)); opacity: 0; transition: .25s; }
.trust-card:hover { border-color: rgba(67,56,202,0.22); background: #fcfcff; }
.trust-card:hover::before { opacity: 1; }
.trust-card-icon { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, rgba(67,56,202,0.08), rgba(99,102,241,0.12)); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.trust-card-icon svg { width: 22px; height: 22px; color: var(--primary); }
.trust-card h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.trust-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
.trust-card .tc-stat { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 600; color: var(--primary); background: rgba(67,56,202,0.06); display: inline-block; padding: 3px 10px; border-radius: 20px; margin-top: 12px; }
.trust-bottom { background: linear-gradient(135deg, #f5f3ff 0%, #eef2ff 100%); border: 1px solid var(--border); border-radius: 14px; padding: 32px 40px; display: flex; align-items: center; gap: 32px; }
.trust-bottom-icon { flex-shrink: 0; width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--primary), var(--primary-light)); display: flex; align-items: center; justify-content: center; }
.trust-bottom-icon svg { width: 28px; height: 28px; color: #fff; }
.trust-bottom-text h4 { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.trust-bottom-text p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* ===== VIDEO TESTIMONIALS ===== */
.vidtest-section { max-width: 1200px; margin: 0 auto; padding: 0 24px 80px; }
.vidtest-header { text-align: center; margin-bottom: 40px; }
.vidtest-header h3 { font-size: 2rem; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }
.vidtest-header h3 span { color: var(--primary-light); }
.vidtest-header p { font-size: 1rem; color: var(--text-muted); }
.vidtest-wrap { position: relative; overflow: visible; }
.vidtest-track { display: flex; gap: 24px; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 0; }
.vidtest-track::-webkit-scrollbar { display: none; }
.vidtest-card { flex: 0 0 calc(50% - 12px); border-radius: 14px; overflow: hidden; position: relative; cursor: pointer; background: #000; aspect-ratio: 16/9; }
.vidtest-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vidtest-card::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; border-radius: 50%; background: rgba(0,0,0,0.55); backdrop-filter: blur(6px); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpolygon points='9.5,7 17,12 9.5,17'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 52% center; background-size: 24px; transition: .2s; }
.vidtest-card:hover::after { background-color: rgba(67,56,202,0.8); transform: translate(-50%,-50%) scale(1.08); }
.vidtest-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; box-shadow: none; transition: background .2s, border-color .2s; }
.vidtest-arrow:hover { border-color: rgba(67,56,202,0.22); background: #f8faff; }
.vidtest-arrow svg { width: 20px; height: 20px; color: var(--text-dark); }
.vidtest-arrow.left { left: -56px; }
.vidtest-arrow.right { right: -56px; }

/* ===== NEW: CTA ===== */
.cta-section { padding: 0 24px 80px; }
.cta-box {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, #4338ca, #6366f1, #818cf8);
  border-radius: 24px;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.cta-box h2 { color: #fff; font-size: 2rem; font-weight: 800; margin-bottom: 14px; position: relative; }
.cta-box p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; position: relative; }
.cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 40px; background: #fff; color: var(--primary); border-radius: 50px; font-size: 1rem; font-weight: 700; text-decoration: none; transition: background .2s, border-color .2s, color .2s; position: relative; border: 1px solid rgba(255,255,255,0.22); box-shadow: none; }
.cta-btn:hover { background: #f8faff; text-decoration: none; }

/* ===== THEME: DARK ===== */
[data-theme="dark"] {
  --bg: #0f152b;
  --card-bg: #151d39;
  --text-dark: #e6eaf6;
  --text-muted: #b5bfd7;
  --border: #2a355b;
  --table-line: rgba(129, 140, 248, 0.18);
  --table-line-strong: rgba(129, 140, 248, 0.26);
  --table-head-bg: #18213f;
}
[data-theme="dark"] .brokers-cta-strip {
  background: linear-gradient(180deg, #141d3a 0%, #111933 100%);
  border-color: #2a355b;
}
[data-theme="dark"] .brokers-offer-table-wrap {
  background: #101833;
  border-color: #2a355b;
}
[data-theme="dark"] .brokers-offer-table th {
  background: #141e3d;
  color: #e6eaf6;
}
[data-theme="dark"] .brokers-offer-table td {
  color: #c1c9df;
  border-bottom-color: #2a355b;
}
[data-theme="dark"] .brokers-offer-table td:first-child {
  color: #eef2ff;
}
[data-theme="dark"] .broker-name-logo {
  background: #171d30;
  border-color: #2a355b;
  box-shadow: none;
}
[data-theme="dark"] .brokers-affiliate-note {
  color: #b5bfd7;
}
[data-theme="dark"] .brokers-affiliate-note strong {
  color: #e6eaf6;
}
[data-theme="dark"] .brokers-table-btn-review {
  background: linear-gradient(135deg, #4f6fe9, #20b7d8);
  border-color: transparent;
  color: #fff;
}
[data-theme="dark"] .brokers-table-btn-review:hover {
  color: #fff;
}
[data-theme="dark"] .how-proof-item {
  background: #141e3d;
  border-color: #2f3b64;
}
[data-theme="dark"] .how-proof-item strong { color: #e9eeff; }
[data-theme="dark"] .how-proof-item span { color: #b8c3de; }
[data-theme="dark"] .trust-bottom {
  background: linear-gradient(135deg, #141e3d 0%, #101833 100%);
  border-color: #2f3b64;
}
[data-theme="dark"] .trust-bottom-text h4 { color: #e9eeff; }
[data-theme="dark"] .trust-bottom-text p { color: #b8c3de; }
[data-theme="dark"] .copy-code-btn { background: #1a2345; border-color: #3a4770; color: #cfd8f3; }
[data-theme="dark"] .copy-code-btn:hover { background: #202b52; border-color: #55659a; color: #f5f7ff; }
[data-theme="dark"] .copy-code-btn.is-copied { background: #14532d; border-color: #16a34a; color: #dcfce7; }

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
  .stat-row { flex-direction: column; align-items: center; }
  .how-steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .how-steps::before { display: none; }
  .asset-cards-row.top,.asset-cards-row.bottom { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-nav-btn.left { left: -18px; }
  .blog-nav-btn.right { right: -18px; }
  .trust-grid { grid-template-columns: 1fr; } .trust-bottom { flex-direction: column; text-align: center; padding: 24px; } .vidtest-card { flex: 0 0 80%; }
  .broker-reviews { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  nav{padding:0 16px}
  .nv{display:none}
  .hero { padding: 70px 16px 120px; }
  .hero h1 { font-size: 2rem; }
  .filters-row { grid-template-columns: 1fr 1fr; }
  .filters-row > .filter-group,
  .filters-row > .filter-group.search,
  .filters-row > .filter-group.search input { min-width: 0; width: 100%; max-width: 100%; }
  .asset-cards-row.top,.asset-cards-row.bottom { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .table-section { padding: 0 16px 48px; }
  .signals-table { min-width: 760px; }
  .broker-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .broker-meta-item {
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 12px 10px;
  }
  .broker-meta-item:nth-child(2n) { border-right: none; }
  .broker-meta-item:nth-last-child(-n+2) { border-bottom: none; }
  .broker-meta-item .meta-value {
    font-size: 0.8rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .broker-body { flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-bottom { flex-direction: column; text-align: center; padding: 24px; }
  .blog-slider-nav { display: none; }
  .vidtest-card { flex: 0 0 85%; }
  .vidtest-arrow { display: none; }
  .table-toolbar { flex-direction: column; align-items: stretch; }
  .table-page-size { justify-content: space-between; }
  .table-pager { justify-content: space-between; }
  .asset-cell { align-items: flex-start; gap: 10px; }
  .asset-name-t { font-size: 0.88rem; }
  .asset-ticker { font-size: 0.7rem; }
  .stars { letter-spacing: 1px; }
}
@media(max-width:480px) {
  .filters-row { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .filters-row > .filter-group,
  .filters-row > .filter-group.search,
  .filters-row > .filter-group.search input { min-width: 0; width: 100%; max-width: 100%; }
  .asset-cards-row.top,.asset-cards-row.bottom { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .broker-meta-grid { grid-template-columns: 1fr; }
  .broker-meta-item { border-right: none; border-bottom: 1px solid var(--border); }
  .broker-meta-item:last-child { border-bottom: none; }
  .ft-links { gap: 12px 14px; }
  .ft-bottom { flex-wrap: wrap; white-space: normal; }
  .ft-social { white-space: normal; }
  .signals-table tbody td:first-child { min-width: 220px; }
  .asset-cell { gap: 8px; }
  .asset-icon.asset-icon-flags { width: 38px; min-width: 38px; }
}
