/* Trading Intelligence — VIP theme (global) */
/* VIP panels */
.vip-panel-card {
  overflow: hidden;
  border-radius: 0.85rem !important;
  border: 1px solid #e8ecf2 !important;
  background: #fff;
}
.vip-panel-header {
  padding: 1.1rem 1.35rem 0.85rem;
}
.vip-panel-header--dark {
  background: #fff;
  border-bottom: 1px solid #e8ecf2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  --panel-accent: #64748b;
  --panel-accent-bg: rgba(100, 116, 139, 0.1);
  border-left: 3px solid #64748b;
}
.vip-panel-header__left {
  flex: 1;
  min-width: min(100%, 280px);
}
.vip-panel-header--dark .vip-panel-header__main {
  margin-bottom: 0;
}
.vip-panel-header--dark h5,
.vip-panel-header--dark .vip-panel-header__title {
  color: #1a2233 !important;
}
.vip-panel-header--dark .vip-panel-header__sub {
  color: #6d7a8c !important;
}
.vip-panel-header--dark .vip-panel-header__icon {
  background: var(--panel-accent-bg);
  color: var(--panel-accent);
  border: none;
}
.vip-panel-header--learning,
.vip-panel-header--primary,
.vip-panel-header--warning,
.vip-panel-header--info,
.vip-panel-header--success,
.vip-panel-header--danger {
  background: #fff;
  border-bottom: 1px solid #e8ecf2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  --panel-accent: #64748b;
  --panel-accent-bg: rgba(100, 116, 139, 0.1);
  border-left: 3px solid var(--panel-accent);
}
.vip-panel-header--primary { --panel-accent: #5b6cff; --panel-accent-bg: rgba(91, 108, 255, 0.1); }
.vip-panel-header--warning { --panel-accent: #d48806; --panel-accent-bg: rgba(212, 136, 6, 0.1); }
.vip-panel-header--success { --panel-accent: #2e9f5b; --panel-accent-bg: rgba(46, 159, 91, 0.1); }
.vip-panel-header--info { --panel-accent: #0288d1; --panel-accent-bg: rgba(2, 136, 209, 0.1); }
.vip-panel-header--learning { --panel-accent: #64748b; --panel-accent-bg: rgba(100, 116, 139, 0.1); }
.vip-panel-header--danger { --panel-accent: #d32f2f; --panel-accent-bg: rgba(211, 47, 47, 0.1); }
.vip-panel-header--primary:not(.vip-panel-header--dark) .vip-panel-header__icon,
.vip-panel-header--warning:not(.vip-panel-header--dark) .vip-panel-header__icon,
.vip-panel-header--info:not(.vip-panel-header--dark) .vip-panel-header__icon,
.vip-panel-header--success:not(.vip-panel-header--dark) .vip-panel-header__icon,
.vip-panel-header--learning:not(.vip-panel-header--dark) .vip-panel-header__icon,
.vip-panel-header--danger:not(.vip-panel-header--dark) .vip-panel-header__icon {
  background: var(--panel-accent-bg);
  color: var(--panel-accent);
  border: none;
}
.vip-panel-header--primary:not(.vip-panel-header--dark) h5,
.vip-panel-header--warning:not(.vip-panel-header--dark) h5,
.vip-panel-header--info:not(.vip-panel-header--dark) h5,
.vip-panel-header--success:not(.vip-panel-header--dark) h5,
.vip-panel-header--learning:not(.vip-panel-header--dark) h5,
.vip-panel-header--danger:not(.vip-panel-header--dark) h5,
.vip-panel-header--primary:not(.vip-panel-header--dark) .vip-panel-header__title,
.vip-panel-header--warning:not(.vip-panel-header--dark) .vip-panel-header__title,
.vip-panel-header--info:not(.vip-panel-header--dark) .vip-panel-header__title,
.vip-panel-header--success:not(.vip-panel-header--dark) .vip-panel-header__title,
.vip-panel-header--learning:not(.vip-panel-header--dark) .vip-panel-header__title,
.vip-panel-header--danger:not(.vip-panel-header--dark) .vip-panel-header__title {
  color: #1a2233 !important;
}
.vip-panel-header--primary:not(.vip-panel-header--dark) .vip-panel-header__sub,
.vip-panel-header--warning:not(.vip-panel-header--dark) .vip-panel-header__sub,
.vip-panel-header--info:not(.vip-panel-header--dark) .vip-panel-header__sub,
.vip-panel-header--success:not(.vip-panel-header--dark) .vip-panel-header__sub,
.vip-panel-header--learning:not(.vip-panel-header--dark) .vip-panel-header__sub,
.vip-panel-header--danger:not(.vip-panel-header--dark) .vip-panel-header__sub {
  color: #6d7a8c !important;
}
.vip-panel-header__main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 200px;
}
.vip-panel-header__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  flex-shrink: 0;
}
.vip-panel-header__sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  margin-top: 0.25rem;
}
.vip-panel-header__actions {
  flex-shrink: 0;
  align-self: center;
}
.vip-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.vip-header-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff !important;
  transform: translateY(-1px);
}
.vip-header-btn .bx {
  font-size: 1.1rem;
  opacity: 0.9;
}
.vip-pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #71dd37;
  background: rgba(113, 221, 55, 0.15);
  border: 1px solid rgba(113, 221, 55, 0.45);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}
.vip-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71dd37;
  animation: vipPulse 1.8s infinite;
}
@keyframes vipPulse {
  0% { box-shadow: 0 0 0 0 rgba(113, 221, 55, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(113, 221, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(113, 221, 55, 0); }
}
.vip-market-window-meta {
  flex-shrink: 0;
  align-self: center;
  text-align: right;
  line-height: 1.4;
  padding-left: 1rem;
  border: none;
  background: none;
  box-shadow: none;
}
.vip-market-window-meta__eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.02em;
}
.vip-market-window-meta__hours {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.12rem !important;
  white-space: nowrap;
}
.vip-market-window-meta__tz {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.vip-market-window-meta__status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin-top: 0.2rem !important;
  font-size: 0.76rem;
  font-weight: 500;
  white-space: nowrap;
}
.vip-market-window-meta__status.is-open {
  color: #9ae86a;
}
.vip-market-window-meta__status.is-closed {
  color: rgba(255, 255, 255, 0.72);
}
.vip-market-window-meta__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #71dd37;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .vip-market-window-meta {
    align-self: flex-start;
    width: 100%;
    padding-left: 0;
    padding-top: 0.35rem;
    text-align: left;
  }
  .vip-market-window-meta__status {
    justify-content: flex-start;
  }
}
.vip-panel-status-bar,
.live-panel-status-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.live-status-chip,
.vip-status-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.35rem 0.7rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.live-status-chip--mode {
  background: rgba(105, 108, 255, 0.35);
  border-color: rgba(105, 108, 255, 0.5);
}
.live-status-chip--time {
  background: rgba(3, 195, 236, 0.2);
  border-color: rgba(3, 195, 236, 0.35);
}
.live-status-chip.is-live {
  background: rgba(113, 221, 55, 0.25);
  border-color: rgba(113, 221, 55, 0.5);
  color: #d4f5c0;
}
.live-status-chip.is-warn {
  background: rgba(255, 171, 0, 0.25);
  border-color: rgba(255, 171, 0, 0.45);
}
.live-status-chip.is-error {
  background: rgba(255, 62, 29, 0.25);
  border-color: rgba(255, 62, 29, 0.45);
}
.vip-panel-body {
  padding: 1.25rem 1.35rem 1.35rem;
  background: #fff;
}
.vip-panel-subsection {
  padding: 1.25rem 1.35rem;
  background: #fff;
}
.vip-subsection-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #566a7f;
}
.vip-column-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #566a7f;
}
.vip-panel-table-wrap {
  background: #fff;
}
.vip-pro-table thead th {
  background: #f5f6f8;
  color: #566a7f;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #e8ecf4;
  padding: 0.85rem 1rem;
  white-space: nowrap;
}
.vip-pro-table tbody td {
  padding: 0.8rem 1rem;
  vertical-align: middle;
  border-color: #f0f2f6;
}
.vip-pro-table tbody tr:hover {
  background: rgba(105, 108, 255, 0.04);
}
.live-cell-highlight {
  color: #696cff;
  font-weight: 600;
}
.vip-empty-state {
  text-align: center;
  padding: 2.5rem 1.5rem;
  color: #697a8d;
}
.vip-empty-state i {
  font-size: 2.75rem;
  color: #c5cad6;
  margin-bottom: 0.75rem;
  display: block;
}
.vip-engine-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.vip-engine-pills {
  display: inline-flex;
  gap: 0;
  padding: 0.2rem;
  margin: 0;
  list-style: none;
  background: #eef0f6;
  border: 1px solid #e4e6ef;
  border-radius: 2rem;
  box-shadow: inset 0 1px 2px rgba(67, 89, 113, 0.06);
}
.vip-engine-pills .nav-item {
  margin: 0;
}
.vip-engine-pills .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  color: #697a8d;
  background: transparent;
  border: none;
  border-radius: 2rem;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.vip-engine-pills .nav-link .bx {
  font-size: 1rem;
  line-height: 1;
}
.vip-engine-pills .nav-link:hover {
  color: #566a7f;
  background: rgba(255, 255, 255, 0.55);
}
.vip-engine-pills .nav-link.active,
.vip-engine-pills button.nav-link.active,
.vip-engine-pills .nav-link.active:hover,
.vip-engine-pills .nav-link.active:focus,
.vip-engine-pills .nav-link.active .bx {
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(67, 89, 113, 0.15);
}
.vip-engine-pills .nav-link.active[aria-controls="tab-a-plus"],
.vip-engine-pills .nav-link.active[data-engine="a_plus"] {
  background: #5b6cff !important;
}
.vip-engine-pills .nav-link.active[aria-controls="tab-fast-news"],
.vip-engine-pills .nav-link.active[data-engine="fast_news"] {
  background: #d48806 !important;
}
.vip-engine-pills .nav-link.active[data-engine="all"] {
  background: linear-gradient(135deg, #566a7f, #384551) !important;
}
.alert-feed-scroll {
  max-height: min(520px, 58vh);
  overflow-y: auto;
  overflow-x: auto;
  background: #fff;
}
.alert-feed-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.alert-feed-scroll::-webkit-scrollbar-track {
  background: #eef1f7;
}
.alert-feed-scroll::-webkit-scrollbar-thumb {
  background: #c5cad6;
  border-radius: 8px;
}
.alert-feed-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8afbd;
}
.alert-feed-meta {
  padding: 0.5rem 1.25rem 0;
  font-size: 0.75rem;
  color: #a1acb8;
  background: #fff;
}
.alert-feed-pagination {
  padding: 0.75rem 1.25rem;
  background: #f8f9fc;
  border-top: 1px solid #e8ecf4;
}
/* Page hero — trading surface */
.vip-page-header {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #dfe3ea;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  margin-bottom: 1.25rem;
  background: #fff;
  border-left-width: 4px;
  border-left-style: solid;
}
.vip-page-header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: #fff;
}
.vip-page-header--primary { border-left-color: #5b6cff; --page-accent: #5b6cff; --page-accent-bg: rgba(91, 108, 255, 0.1); }
.vip-page-header--learning { border-left-color: #64748b; --page-accent: #64748b; --page-accent-bg: rgba(100, 116, 139, 0.1); }
.vip-page-header--warning { border-left-color: #d48806; --page-accent: #d48806; --page-accent-bg: rgba(212, 136, 6, 0.1); }
.vip-page-header--dark { border-left-color: #1a2233; --page-accent: #1a2233; --page-accent-bg: rgba(26, 34, 51, 0.08); }
.vip-page-header--info { border-left-color: #0288d1; --page-accent: #0288d1; --page-accent-bg: rgba(2, 136, 209, 0.1); }
.vip-page-header--success { border-left-color: #2e9f5b; --page-accent: #2e9f5b; --page-accent-bg: rgba(46, 159, 91, 0.1); }
.vip-page-header__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: var(--page-accent-bg, rgba(100, 116, 139, 0.1));
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--page-accent, #64748b);
  flex-shrink: 0;
}
.vip-page-header__title { color: #1a2233; font-weight: 700; font-size: 1.15rem; }
.vip-page-header__sub { color: #6d7a8c; font-size: 0.82rem; margin-top: 0.15rem; }
.vip-page-header__actions { margin-left: auto; }
.vip-panel-header--accent-neutral { --panel-accent: #64748b; --panel-accent-bg: rgba(100, 116, 139, 0.1); border-left: 3px solid #64748b; }
.vip-panel-header--accent-secondary { --panel-accent: #8592a3; --panel-accent-bg: rgba(133, 146, 163, 0.12); border-left: 3px solid #8592a3; }
.vip-panel-header h5.text-white,
.vip-panel-header--dark h5,
.vip-panel-header--dark .h5 { color: #fff !important; }
.vip-panel-header:not(.vip-panel-header--dark) h5,
.vip-panel-header:not(.vip-panel-header--dark) .h5 { color: #1a2233 !important; }
.vip-callout { border-radius: 0.75rem; padding: 1rem 1.15rem; border: 1px solid #dfe3ea; background: #f8fafc; color: #566a7f; margin-bottom: 1.5rem; }
.vip-nav-card .list-group-item { border-color: #f0f2f6; font-size: 0.88rem; font-weight: 500; color: #566a7f; }
.vip-nav-card .list-group-item:hover { background: rgba(105,108,255,.08); color: #696cff; }
.vip-ticker-badge { font-size: 0.85rem; font-weight: 600; padding: 0.45rem 0.75rem; border-radius: 0.5rem; background: linear-gradient(135deg,#696cff,#5f61e6); color: #fff; box-shadow: 0 2px 8px rgba(105,108,255,.25); }
.vip-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4a5568 !important;
  background: #f4f6f9;
  border: 1px solid #dfe3ea;
  border-radius: 0.45rem;
  text-decoration: none;
}
.vip-btn-back:hover {
  background: #eef1f6;
  color: #1a2233 !important;
  border-color: #cfd6e0;
}
.telegram-inline-preview { background: #f8f9fc; border: 1px solid #e8ecf4; border-left: 3px solid #696cff; border-radius: 0.5rem; padding: 0.75rem 1rem; }
.telegram-inline-preview-text { white-space: pre-line; font-size: 0.875rem; line-height: 1.55; }
.alert-preview-row td {
  background: transparent;
  padding-top: 0.35rem !important;
  padding-bottom: 0.65rem !important;
}
.alert-preview-card {
  display: block;
  padding: 0.75rem 0.9rem;
  background: linear-gradient(90deg, rgba(105, 108, 255, 0.07) 0%, #fafbfe 45%);
  border: 1px solid #e8ecf4;
  border-left: 3px solid #696cff;
  border-radius: 0.5rem;
}
.alert-preview-card__content {
  min-width: 0;
}
.alert-preview-card__footer {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid #e8ecf4;
}
.alert-preview-card__text {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #566a7f;
}
.vip-pro-table.table-bordered { border-color: #e8ecf4; }
.vip-pro-table.table-bordered > :not(caption) > * > * { border-color: #f0f2f6; }
/* KPI stat boxes — trading desk style */
.dashboard-kpi > [class*="col"] {
  display: flex;
}
.kpi-small-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 132px;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #dfe3ea;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  color: #2b3445;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.kpi-small-box:hover {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  border-color: #cfd6e0;
}
.kpi-small-box__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--kpi-accent, #696cff);
}
.kpi-small-box__body {
  flex: 1;
  position: relative;
  padding: 0.85rem 1rem 0.65rem;
  overflow: hidden;
}
.kpi-small-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  padding-right: 2.5rem;
}
.kpi-small-box__icon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  background: var(--kpi-icon-bg, rgba(105, 108, 255, 0.1));
  color: var(--kpi-accent, #696cff);
  pointer-events: none;
}
.kpi-small-box__value {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  color: #1a2233 !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.kpi-small-box__value--alert {
  color: #c62828 !important;
  letter-spacing: 0.04em;
  font-size: 1.35rem;
}
.kpi-small-box__label {
  font-size: 0.68rem;
  font-weight: 700;
  margin: 0;
  color: #6d7a8c !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.kpi-small-box__badge {
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
  line-height: 1.3;
}
.kpi-small-box__badge--neutral {
  background: #eef1f6;
  color: #5c677a;
}
.kpi-small-box__badge--success {
  background: #e8f5e9;
  color: #2e7d32;
}
.kpi-small-box__badge--danger {
  background: #fdecea;
  color: #c62828;
}
.kpi-small-box__badge--pulse {
  animation: kpi-badge-pulse 1.8s ease-in-out infinite;
}
@keyframes kpi-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(198, 40, 40, 0.35); }
  50% { box-shadow: 0 0 0 4px rgba(198, 40, 40, 0); }
}
.kpi-small-box__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.72rem;
  margin: 0.45rem 0 0;
  color: #5c677a !important;
  line-height: 1.35;
}
.kpi-meta-item {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.45rem;
  border-radius: 0.25rem;
  background: #f4f6f9;
  border: 1px solid #e8ecf2;
  color: #4a5568;
  font-weight: 500;
  white-space: nowrap;
}
.kpi-meta-item--up {
  background: #edf7ed;
  border-color: #c8e6c9;
  color: #2e7d32;
}
.kpi-meta-item--down {
  background: #fdecea;
  border-color: #f5c6c2;
  color: #c62828;
}
.kpi-small-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2rem;
  padding: 0.45rem 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #f8fafc !important;
  border-top: 1px solid #e8ecf2;
  color: #4a5568 !important;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.kpi-small-box__footer i {
  font-size: 1rem;
  opacity: 0.65;
}
.kpi-small-box__footer:hover {
  background: #f1f4f8 !important;
  color: #1a2233 !important;
}
.kpi-small-box--primary {
  --kpi-accent: #5b6cff;
  --kpi-icon-bg: rgba(91, 108, 255, 0.12);
}
.kpi-small-box--success {
  --kpi-accent: #2e9f5b;
  --kpi-icon-bg: rgba(46, 159, 91, 0.12);
}
.kpi-small-box--warning {
  --kpi-accent: #d48806;
  --kpi-icon-bg: rgba(212, 136, 6, 0.12);
}
.kpi-small-box--danger {
  --kpi-accent: #d32f2f;
  --kpi-icon-bg: rgba(211, 47, 47, 0.12);
}
.kpi-small-box--info {
  --kpi-accent: #0288d1;
  --kpi-icon-bg: rgba(2, 136, 209, 0.12);
}
.kpi-small-box--neutral {
  --kpi-accent: #64748b;
  --kpi-icon-bg: rgba(100, 116, 139, 0.12);
}
.kpi-small-box--secondary {
  --kpi-accent: #8592a3;
  --kpi-icon-bg: rgba(133, 146, 163, 0.12);
}
.kpi-small-box--emphasis {
  background: linear-gradient(180deg, #fffafa 0%, #fff 40%);
  border-color: #f0c4c4;
}
.kpi-small-box--emphasis .kpi-small-box__accent {
  width: 4px;
}
.dashboard-kpi--trading .kpi-small-box {
  min-height: 128px;
}
.kpi-mini-stat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #dfe3ea;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  height: 100%;
}
.kpi-mini-stat__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--mini-accent, #64748b);
  background: var(--mini-accent-bg, rgba(100, 116, 139, 0.1));
}
.kpi-mini-stat--primary { --mini-accent: #5b6cff; --mini-accent-bg: rgba(91, 108, 255, 0.1); }
.kpi-mini-stat--success { --mini-accent: #2e9f5b; --mini-accent-bg: rgba(46, 159, 91, 0.1); }
.kpi-mini-stat--warning { --mini-accent: #d48806; --mini-accent-bg: rgba(212, 136, 6, 0.1); }
.kpi-mini-stat--danger { --mini-accent: #d32f2f; --mini-accent-bg: rgba(211, 47, 47, 0.1); }
.kpi-mini-stat--info { --mini-accent: #0288d1; --mini-accent-bg: rgba(2, 136, 209, 0.1); }
.kpi-mini-stat--secondary { --mini-accent: #8592a3; --mini-accent-bg: rgba(133, 146, 163, 0.12); }
.kpi-mini-stat__value {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a2233;
  font-variant-numeric: tabular-nums;
}
.kpi-mini-stat__label {
  font-size: 0.65rem;
  color: #6d7a8c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0.1rem;
}
.kpi-mini-stat__meta {
  font-size: 0.68rem;
  color: #a1acb8;
  margin-top: 0.2rem;
  line-height: 1.35;
}
.learning-grid-card {
  border: 1px solid #e8ecf4;
  border-left: 3px solid #696cff;
  border-radius: 0.65rem;
  padding: 0.9rem 1rem;
  margin-bottom: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(67, 89, 113, 0.06);
}
.learning-scroll-panel .telegram-inline-preview {
  border-left: 3px solid #03c3ec;
  background: #f8f9fc;
}
.learning-grid-card:last-child {
  margin-bottom: 0;
}
.learning-column-title {
  flex-shrink: 0;
}
.learning-scroll-panel {
  max-height: min(420px, 55vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
  border: 1px solid #e8ecf4;
  border-radius: 0.85rem;
  background: #f8f9fc;
  padding: 0.65rem;
}
.learning-scroll-panel::-webkit-scrollbar {
  width: 8px;
}
.learning-scroll-panel::-webkit-scrollbar-track {
  background: #eef1f7;
  border-radius: 8px;
}
.learning-scroll-panel::-webkit-scrollbar-thumb {
  background: #c5cad6;
  border-radius: 8px;
}
.learning-scroll-panel::-webkit-scrollbar-thumb:hover {
  background: #a8afbd;
}

.learning-grid-card { border: 1px solid #e8ecf4; border-left: 3px solid #696cff; border-radius: 0.65rem; padding: 0.9rem 1rem; margin-bottom: 0.75rem; background: #fff; box-shadow: 0 4px 12px rgba(67,89,113,.06); }
.learning-scroll-panel { max-height: min(420px,55vh); overflow-y: auto; border: 1px solid #e8ecf4; border-radius: 0.85rem; background: #f8f9fc; padding: 0.65rem; }
.learning-scroll-panel .telegram-inline-preview { border-left-color: #03c3ec; }
.dashboard-kpi > [class*="col"] { display: flex; }

.vip-guide-toc .btn-label-primary {
  font-weight: 600;
}

.vip-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.vip-form-actions form {
  margin: 0;
}

/* Sidebar active item — white text on brand gradient */
.layout-menu .menu-inner > .menu-item.active > .menu-link:not(.menu-toggle) {
  background: linear-gradient(135deg, #696cff 0%, #5f61e6 100%) !important;
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(105, 108, 255, 0.35);
}
.layout-menu .menu-inner > .menu-item.active > .menu-link:not(.menu-toggle) .menu-icon,
.layout-menu .menu-inner > .menu-item.active > .menu-link:not(.menu-toggle) div {
  color: #fff !important;
}

.dashboard-operator-card {
  background: #fff;
  border: 1px solid #e8ecf2 !important;
  overflow: hidden;
}

.dashboard-operator-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid #eef1f6;
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.dashboard-operator-header__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: min(100%, 160px);
}

.dashboard-operator-header__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.5rem;
  background: rgba(91, 108, 255, 0.1);
  color: #5b6cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.dashboard-operator-header__title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a2233;
  line-height: 1.2;
}

.dashboard-operator-header__sub {
  font-size: 0.72rem;
  color: #6d7a8c;
  margin-top: 0.1rem;
}

.dashboard-operator-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.dashboard-operator-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #566a7f;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 0.45rem;
  line-height: 1.2;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.dashboard-operator-nav__btn:hover,
.dashboard-operator-nav__btn:focus,
.dashboard-operator-nav__btn.show {
  background: #f4f6f9;
  border-color: #c8d0dc;
  color: #1a2233;
}

.dashboard-operator-nav__btn .bx {
  font-size: 0.95rem;
  opacity: 0.85;
}

.dashboard-operator-health {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
}

.dashboard-operator-health__meter {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.dashboard-operator-health__ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.dashboard-operator-health__ring-bg {
  fill: none;
  stroke: #eef1f6;
  stroke-width: 3;
}

.dashboard-operator-health__ring-fill {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dasharray 0.4s ease;
}

.dashboard-operator-health--ok .dashboard-operator-health__ring-fill { stroke: #2e9f5b; }
.dashboard-operator-health--warn .dashboard-operator-health__ring-fill { stroke: #d48806; }
.dashboard-operator-health--idle .dashboard-operator-health__ring-fill { stroke: #94a3b8; }

.dashboard-operator-health__pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  font-weight: 700;
  color: #566a7f;
}

.dashboard-operator-health__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.dashboard-operator-health__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a2233;
  white-space: nowrap;
}

.dashboard-operator-health__meta {
  font-size: 0.68rem;
  color: #6d7a8c;
  white-space: nowrap;
}

.dashboard-operator-health--warn .dashboard-operator-health__label { color: #b45309; }
.dashboard-operator-health--idle .dashboard-operator-health__label { color: #64748b; }

.dashboard-operator-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  background: #f4f6f9;
  border: 1px solid #dfe3ea;
  border-radius: 0.45rem;
  line-height: 1;
  margin-left: 0.25rem;
  transition: background 0.15s ease;
}

.dashboard-operator-toggle:hover {
  background: #eef1f6;
  color: #1a2233;
}

.dashboard-operator-toggle .bx-chevron-down {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.dashboard-operator-toggle[aria-expanded="true"] .bx-chevron-down {
  transform: rotate(180deg);
}

.dashboard-cron-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 0.85rem 1rem 1rem;
  background: #f8fafc;
}

.dashboard-cron-group {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 0.65rem;
  overflow: hidden;
  border-top: 3px solid var(--cron-accent, #64748b);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dashboard-cron-group--premarket { --cron-accent: #0288d1; }
.dashboard-cron-group--fast-news { --cron-accent: #d48806; }
.dashboard-cron-group--aplus { --cron-accent: #5b6cff; }
.dashboard-cron-group--ops { --cron-accent: #2e9f5b; }
.dashboard-cron-group--other { --cron-accent: #64748b; }

.dashboard-cron-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f0f2f6;
}

.dashboard-cron-group-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #566a7f;
}

.dashboard-cron-group-badge {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: 0.35rem;
  background: #f4f6f9;
  color: #64748b;
  white-space: nowrap;
}

.dashboard-cron-group-body {
  padding: 0.25rem 0.5rem 0.45rem;
}

.dashboard-cron-job {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.35rem;
  border-radius: 0.4rem;
  transition: background 0.12s ease;
}

.dashboard-cron-job:hover {
  background: #f8fafc;
}

.dashboard-cron-job__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #cbd5e1;
}

.dashboard-cron-job--ok .dashboard-cron-job__dot {
  background: #2e9f5b;
  box-shadow: 0 0 0 2px rgba(46, 159, 91, 0.2);
}

.dashboard-cron-job--warn .dashboard-cron-job__dot {
  background: #d48806;
  box-shadow: 0 0 0 2px rgba(212, 136, 6, 0.2);
}

.dashboard-cron-job--scheduled .dashboard-cron-job__dot {
  background: #cbd5e1;
}

.dashboard-cron-job__label {
  font-size: 0.76rem;
  font-weight: 500;
  color: #1a2233;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-cron-job__age {
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.dashboard-cron-job--ok .dashboard-cron-job__age { color: #2e7d32; }
.dashboard-cron-job--warn .dashboard-cron-job__age { color: #b45309; }
.dashboard-cron-job--scheduled .dashboard-cron-job__age { color: #94a3b8; }

@media (max-width: 1199.98px) {
  .dashboard-cron-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .dashboard-operator-header {
    flex-direction: column;
    align-items: stretch;
  }
  .dashboard-operator-health {
    margin-left: 0;
    flex-wrap: wrap;
  }
  .dashboard-cron-grid {
    grid-template-columns: 1fr;
  }
}

.dashboard-operator-card h6 {
  color: #566a7f;
  font-weight: 600;
}

.dashboard-operator-card .btn-group .btn {
  border-color: #d9dee3;
  color: #566a7f;
}

.dashboard-fn-callout {
  border-left: 3px solid #ffab00 !important;
  background: #fffcf5;
}

/* Dashboard — trading desk layout */
.dashboard-session-bar {
  position: sticky;
  top: 4.25rem;
  z-index: 102;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid #dfe3ea;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.dashboard-session-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 0.65rem 1rem;
}
.dashboard-session-bar__session {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 10rem;
}
.dashboard-session-bar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dashboard-session-bar__dot.is-open {
  background: #2e9f5b;
  box-shadow: 0 0 0 3px rgba(46, 159, 91, 0.2);
}
.dashboard-session-bar__dot.is-closed {
  background: #94a3b8;
}
.dashboard-session-bar__label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6d7a8c;
  line-height: 1.2;
}
.dashboard-session-bar__value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a2233;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}
.dashboard-session-bar__value--sm {
  font-size: 0.78rem;
  font-weight: 500;
  color: #4a5568;
}
.dashboard-session-bar__value--up {
  color: #2e7d32;
}
.dashboard-session-bar__value--down {
  color: #c62828;
}
.dashboard-session-bar__stat {
  min-width: 5.5rem;
}
.dashboard-session-bar__hours {
  margin-left: auto;
  text-align: right;
}
.dashboard-session-bar__pill {
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
}
.dashboard-session-bar__pill--ok {
  background: #edf7ed;
  color: #2e7d32;
}
.dashboard-session-bar__pill--danger {
  background: #fdecea;
  color: #c62828;
}
.dashboard-session-bar__pill--paper {
  background: #fff8e6;
  color: #b45309;
}
.dashboard-section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.dashboard-section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8ecf2;
}
.dashboard-section-label__text {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6d7a8c;
}
.dashboard-kpi--secondary .kpi-small-box {
  min-height: 118px;
}
.vip-engine-bar--left {
  justify-content: flex-start;
}

/* Surface panel headers (light trading style) */
.vip-panel-header--surface {
  background: #fff;
  border-bottom: 1px solid #e8ecf2;
  padding: 1rem 1.15rem 0.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.vip-panel-header--surface.vip-panel-header--stacked {
  display: block;
}
.vip-panel-header--surface .vip-panel-header__title {
  color: #1a2233 !important;
  font-size: 1rem;
  font-weight: 700;
}
.vip-panel-header--surface .vip-panel-header__sub {
  color: #6d7a8c !important;
  font-size: 0.78rem;
}
.vip-panel-header--surface .vip-panel-header__icon {
  background: var(--panel-accent-bg, rgba(100, 116, 139, 0.1));
  color: var(--panel-accent, #64748b);
  border: none;
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.2rem;
}
.vip-panel-header--accent-primary { --panel-accent: #5b6cff; --panel-accent-bg: rgba(91, 108, 255, 0.1); border-left: 3px solid #5b6cff; }
.vip-panel-header--accent-warning { --panel-accent: #d48806; --panel-accent-bg: rgba(212, 136, 6, 0.1); border-left: 3px solid #d48806; }
.vip-panel-header--accent-success { --panel-accent: #2e9f5b; --panel-accent-bg: rgba(46, 159, 91, 0.1); border-left: 3px solid #2e9f5b; }
.vip-panel-header--accent-info { --panel-accent: #0288d1; --panel-accent-bg: rgba(2, 136, 209, 0.1); border-left: 3px solid #0288d1; }
.vip-panel-header--accent-learning,
.vip-panel-header--accent-neutral { --panel-accent: #64748b; --panel-accent-bg: rgba(100, 116, 139, 0.1); border-left: 3px solid #64748b; }
.vip-panel-header--accent-danger { --panel-accent: #d32f2f; --panel-accent-bg: rgba(211, 47, 47, 0.1); border-left: 3px solid #d32f2f; }
.vip-panel-header__main--wide {
  width: 100%;
}
.vip-header-btn--surface {
  color: #4a5568 !important;
  background: #f4f6f9 !important;
  border: 1px solid #dfe3ea !important;
  backdrop-filter: none;
}
.vip-header-btn--surface:hover {
  color: #1a2233 !important;
  background: #eef1f6 !important;
  border-color: #cfd6e0 !important;
  transform: none;
}
.vip-pulse-badge--surface {
  color: #2e7d32;
  background: #edf7ed;
  border-color: #c8e6c9;
}
.vip-panel-status-bar--surface {
  margin-top: 0.15rem;
}
.live-status-chip--surface {
  background: #f4f6f9;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  font-size: 0.72rem;
}
.live-status-chip--surface.live-status-chip--mode {
  background: #eef0ff;
  border-color: #d8dcff;
  color: #4f56c8;
}
.live-status-chip--surface.live-status-chip--time {
  background: #f0f9ff;
  border-color: #cce8f8;
  color: #0277bd;
}
.live-status-chip--surface.is-live {
  background: #edf7ed;
  border-color: #c8e6c9;
  color: #2e7d32;
}
.live-status-chip--surface.is-warn {
  background: #fff8e6;
  border-color: #ffe0a3;
  color: #b45309;
}
.live-status-chip--surface.is-error {
  background: #fdecea;
  border-color: #f5c6c2;
  color: #c62828;
}

/* Collapsible dashboard sections */
.dashboard-collapse-card {
  border: 1px solid #dfe3ea !important;
  overflow: hidden;
}
.dashboard-collapse-card--primary { border-left: 3px solid #5b6cff !important; }
.dashboard-collapse-card--neutral { border-left: 3px solid #94a3b8 !important; }
.dashboard-collapse-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}
.dashboard-collapse-trigger:hover {
  background: #f8fafc;
}
.dashboard-collapse-trigger__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  color: #4a5568;
  flex-shrink: 0;
}
.dashboard-collapse-trigger__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.dashboard-collapse-trigger__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a2233;
}
.dashboard-collapse-trigger__sub {
  font-size: 0.72rem;
  color: #6d7a8c;
}
.dashboard-collapse-trigger__chevron {
  color: #94a3b8;
  transition: transform 0.2s ease;
}
.dashboard-collapse-trigger[aria-expanded="true"] .dashboard-collapse-trigger__chevron {
  transform: rotate(180deg);
}
.dashboard-collapse-body {
  padding: 0 1rem 1rem;
  border-top: 1px solid #eef1f6;
  background: #fafbfc;
}
.dashboard-collapse-body .card {
  box-shadow: none !important;
}
.dashboard-collapse-body .vip-panel-body {
  background: transparent;
}

@media (max-width: 767.98px) {
  .dashboard-session-bar {
    top: 3.5rem;
  }
  .dashboard-session-bar__hours {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
}

/* Global trading app polish — all Sneat pages */
.vip-trading-app {
  --vip-border: #e8ecf2;
  --vip-surface: #fff;
  --vip-muted: #6d7a8c;
  --vip-text: #1a2233;
}
.vip-trading-app .card:not(.vip-panel-card) {
  border: 1px solid var(--vip-border);
  border-radius: 0.85rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
}
.vip-trading-app .alert {
  border-radius: 0.65rem;
  border-width: 1px;
  font-size: 0.85rem;
}
.vip-trading-app .alert-info {
  background: #f0f9ff;
  border-color: #cce8f8;
  color: #0277bd;
}
.vip-trading-app .alert-secondary {
  background: #f8fafc;
  border-color: #dfe3ea;
  color: #566a7f;
}
.vip-trading-app .alert-success {
  background: #edf7ed;
  border-color: #c8e6c9;
  color: #2e7d32;
}
.vip-trading-app .alert-warning {
  background: #fff8e6;
  border-color: #ffe0a3;
  color: #b45309;
}
.vip-trading-app .alert-danger {
  background: #fdecea;
  border-color: #f5c6c6;
  color: #c62828;
}
.vip-trading-app .table {
  font-size: 0.84rem;
  color: var(--vip-text);
}
.vip-trading-app .table thead th {
  background: #f4f6f9;
  color: #566a7f;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--vip-border);
  white-space: nowrap;
}
.vip-trading-app .table tbody td {
  vertical-align: middle;
  border-color: #f0f2f6;
}
.vip-trading-app .table-hover tbody tr:hover {
  background: rgba(91, 108, 255, 0.04);
}
.vip-trading-app .badge {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.vip-trading-app .btn-sm {
  font-weight: 600;
  border-radius: 0.45rem;
}
.vip-trading-app .form-control,
.vip-trading-app .form-select {
  border-color: #dfe3ea;
  border-radius: 0.5rem;
  font-size: 0.88rem;
}
.vip-trading-app .form-control:focus,
.vip-trading-app .form-select:focus {
  border-color: #5b6cff;
  box-shadow: 0 0 0 0.2rem rgba(91, 108, 255, 0.12);
}
.vip-trading-app .list-group-item {
  border-color: #f0f2f6;
  font-size: 0.88rem;
}
.vip-trading-app .nav-pills .nav-link {
  font-weight: 600;
  font-size: 0.82rem;
  border-radius: 0.45rem;
}
.vip-trading-app h1,
.vip-trading-app h2,
.vip-trading-app h3,
.vip-trading-app h4,
.vip-trading-app h5,
.vip-trading-app h6 {
  color: var(--vip-text);
}
.vip-trading-app .text-muted {
  color: var(--vip-muted) !important;
}
.vip-page-header--danger { border-left-color: #d32f2f; --page-accent: #d32f2f; --page-accent-bg: rgba(211, 47, 47, 0.1); }
.vip-page-header--neutral { border-left-color: #64748b; --page-accent: #64748b; --page-accent-bg: rgba(100, 116, 139, 0.1); }
