:root {
  --vr-bg: #050816;
  --vr-bg-2: #081227;
  --vr-panel: rgba(8, 16, 34, 0.78);
  --vr-panel-strong: rgba(6, 14, 31, 0.9);
  --vr-panel-soft: rgba(255, 255, 255, 0.028);
  --vr-line: rgba(255, 255, 255, 0.08);
  --vr-line-strong: rgba(116, 192, 252, 0.18);
  --vr-text: #eef6ff;
  --vr-muted: #95a8c8;
  --vr-cyan: #4dabf7;
  --vr-cyan-soft: rgba(77, 171, 247, 0.14);
  --vr-cyan-glow: rgba(77, 171, 247, 0.22);
  --vr-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

html,
body {
  background:
    linear-gradient(180deg, #040816 0%, #06101f 36%, #040816 100%) !important;
  color: var(--vr-text);
}

body {
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(circle at 50% 12%, rgba(77, 171, 247, 0.18), transparent 18%),
    repeating-radial-gradient(circle at 50% -10%, transparent 0 210px, rgba(77, 171, 247, 0.09) 210px 211px, transparent 211px 292px),
    repeating-radial-gradient(circle at 50% -10%, transparent 0 290px, rgba(255, 255, 255, 0.035) 290px 291px, transparent 291px 392px),
    linear-gradient(180deg, rgba(4, 10, 24, 0.12), rgba(4, 8, 22, 0.02));
  opacity: 0.92;
}

body::after {
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255, 255, 255, 0.7) 1px, transparent 0),
    radial-gradient(1px 1px at 38% 62%, rgba(255, 255, 255, 0.52) 1px, transparent 0),
    radial-gradient(1px 1px at 74% 28%, rgba(255, 255, 255, 0.72) 1px, transparent 0),
    radial-gradient(2px 2px at 84% 78%, rgba(77, 171, 247, 0.24) 1px, transparent 0),
    radial-gradient(1px 1px at 24% 82%, rgba(255, 255, 255, 0.42) 1px, transparent 0),
    radial-gradient(2px 2px at 56% 12%, rgba(77, 171, 247, 0.2) 1px, transparent 0),
    radial-gradient(circle at 16% 18%, rgba(77, 171, 247, 0.1), transparent 20%),
    radial-gradient(circle at 86% 10%, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at 50% 110%, rgba(77, 171, 247, 0.1), transparent 24%);
  background-size: 320px 320px, 320px 320px, 320px 320px, 320px 320px, 320px 320px, 320px 320px, auto, auto, auto;
  opacity: 0.72;
  animation: vrStarsMove 80s linear infinite;
}

.bg-grid-overlay {
  display: none !important;
}

.navbar,
.sidebar,
.main-content,
.contact-modal-overlay,
.modal-overlay,
.strategy-runtime-overlay {
  position: relative;
  z-index: 1;
}

.navbar {
  background: rgba(5, 10, 24, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.26) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
  overflow: visible !important;
  z-index: 1500 !important;
}

.sidebar {
  background: linear-gradient(180deg, rgba(5, 9, 22, 0.96) 0%, rgba(7, 14, 29, 0.94) 100%) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.03) !important;
  z-index: 1200 !important;
}

.main-content {
  background: transparent !important;
  display: block !important;
  margin-top: 56px !important;
  min-height: calc(100vh - 56px) !important;
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  align-content: start !important;
}

.main-content .profile-shell,
.main-content .profile-card {
  margin-left: auto !important;
  margin-right: auto !important;
}

.main-content .profile-shell {
  width: min(720px, calc(100% - 24px)) !important;
}

.main-content .profile-card {
  max-width: 720px !important;
}

main.main-content > :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main.main-content > :first-child h1,
main.main-content > :first-child h2,
main.main-content > :first-child h3,
main.main-content > :first-child p {
  margin-top: 0 !important;
}

body:not(.strategy-zone-page) .main-content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body:not(.strategy-zone-page) .main-content > section:first-child,
body:not(.strategy-zone-page) .main-content > header:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 12px !important;
}

.strategy-zone-page .main-content {
  padding-top: 0 !important;
  padding-bottom: 16px !important;
}

.strategy-zone-page .strategy-zone-header {
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}

.strategy-zone-page .strategy-risk-grid {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.strategy-zone-page .strategy-risk-card {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.strategy-zone-page #strategy-grid {
  margin-top: 0 !important;
}

.page-header {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  align-items: center !important;
}

.page-title {
  margin: 0 !important;
  line-height: 1.02 !important;
}

.page-subtitle {
  margin-top: 6px !important;
  line-height: 1.6 !important;
}

.notification-shell {
  align-items: start !important;
}

.notification-card-panel,
.notification-summary-card {
  padding-top: 18px !important;
}

.hero-row {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  align-items: flex-start !important;
}

.profile-shell {
  padding-top: 0 !important;
}

.profile-card {
  padding-top: 8px !important;
}

.strategy-card-panel {
  margin-top: 0 !important;
}

.strategy-card-panel .overflow-x-auto {
  scrollbar-width: none !important;
}

.strategy-card-panel .overflow-x-auto::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.strategy-empty-state,
.notifications-empty {
  padding-top: 24px !important;
  padding-bottom: 12px !important;
}

.strategy-zone-page .main-content > section:first-child,
.strategy-zone-page .main-content > header:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 10px !important;
}

.nav-item {
  position: relative;
  border: 1px solid transparent !important;
  color: var(--vr-muted) !important;
  transition:
    color 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease !important;
  overflow: hidden !important;
}

.nav-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0;
  transform: translateX(-100%);
}

.nav-item:hover,
.nav-item.active {
  background: rgba(255, 255, 255, 0.035) !important;
  color: var(--vr-text) !important;
  border-color: rgba(0, 234, 255, 0.16) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(0, 234, 255, 0.08) !important;
  transform: translateX(2px);
}

.nav-item:hover::before,
.nav-item.active::before {
  opacity: 1;
  animation: vrNavSweep 2.5s ease-in-out infinite;
}

.nav-item > span,
.nav-item .iconify,
.profile-back-btn .iconify {
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  visibility: visible !important;
}

.nav-item .iconify,
.profile-back-btn .iconify {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.profile-menu,
.contact-modal-panel,
.modal,
.modal-content,
.strategy-runtime-modal {
  background: linear-gradient(180deg, rgba(10, 16, 29, 0.96), rgba(7, 11, 21, 0.94)) !important;
  border: 1px solid var(--vr-line) !important;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.52) !important;
}

.profile-menu {
  position: absolute !important;
  top: calc(100% + 2px) !important;
  right: 0 !important;
  width: 240px !important;
  min-width: 240px !important;
  z-index: 2200 !important;
}

#user-menu-wrapper,
.navbar-user-menu {
  overflow: visible !important;
  z-index: 2201 !important;
  position: relative !important;
  flex-shrink: 0 !important;
}

#user-menu-wrapper::after,
.navbar-user-menu::after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  width: 260px !important;
  height: 14px !important;
  background: transparent !important;
  pointer-events: auto !important;
}

#user-menu-wrapper:hover .profile-menu,
#user-menu-wrapper:focus-within .profile-menu,
.navbar-user-menu:hover .profile-menu,
.navbar-user-menu:focus-within .profile-menu,
.profile-menu:hover,
.profile-menu:focus-within {
  display: block !important;
}

.contact-modal-overlay,
.modal-overlay,
.strategy-runtime-overlay {
  position: fixed !important;
  inset: 0 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  overflow-y: auto !important;
  background: rgba(2, 4, 10, 0.76) !important;
  backdrop-filter: blur(14px) !important;
  z-index: 2100 !important;
}

.modal-content,
.contact-modal-panel {
  width: min(440px, calc(100vw - 32px)) !important;
  max-width: min(440px, calc(100vw - 32px)) !important;
  max-height: calc(100vh - 40px) !important;
  margin: auto !important;
  overflow-y: auto !important;
}

.dashboard-user-name,
.page-title,
.hero-title,
.notification-title,
.profile-card-title {
  color: #f8fbff !important;
}

.page-subtitle,
.hero-uid,
.notification-content,
.profile-row-value,
.note-body,
.contact-modal-label,
.strategy-dashboard-sync,
.strategy-runtime-label,
.strategy-runtime-tip {
  color: var(--vr-muted) !important;
}

.contact-modal-value,
.notification-summary-value,
.profile-link-btn,
.strategy-runtime-title,
.page-title span,
.hero-title span {
  color: var(--vr-cyan) !important;
}

.strategy-card-panel,
.auth-table-card,
.note-card,
.notification-card-panel,
.notification-summary-card,
.notification-card,
.profile-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.012) 18%, rgba(255, 255, 255, 0) 100%), var(--vr-panel-strong) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    var(--vr-shadow) !important;
  backdrop-filter: blur(18px);
  transition:
    transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.38s ease,
    border-color 0.38s ease !important;
}

.strategy-card-panel::before,
.auth-table-card::before,
.note-card::before,
.notification-card-panel::before,
.notification-summary-card::before,
.notification-card::before,
.profile-card::before,
.strategy-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.01) 40%,
    rgba(255, 255, 255, 0.055) 50%,
    rgba(255, 255, 255, 0.01) 60%,
    transparent 100%
  );
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.strategy-card-panel:hover,
.auth-table-card:hover,
.note-card:hover,
.notification-card-panel:hover,
.notification-summary-card:hover,
.notification-card:hover,
.profile-card:hover,
.strategy-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.56),
    0 0 22px rgba(255, 255, 255, 0.03) !important;
}

.strategy-card-panel:hover::before,
.auth-table-card:hover::before,
.note-card:hover::before,
.notification-card-panel:hover::before,
.notification-summary-card:hover::before,
.notification-card:hover::before,
.profile-card:hover::before,
.strategy-card:hover::before {
  opacity: 1;
  animation: vrSlowSweep 2.5s ease-in-out infinite;
}

.strategy-card {
  position: relative;
  border-radius: 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, rgba(9, 14, 26, 0.96), rgba(6, 10, 19, 0.92)) !important;
  overflow: hidden;
  padding: 24px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 24px 70px rgba(0, 0, 0, 0.42) !important;
}

.strategy-card::before {
  z-index: 0 !important;
}

.plaza-grid {
  gap: 18px !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
}

.plaza-grid > .strategy-card {
  height: 100% !important;
  align-self: stretch !important;
}

.strategy-card-head,
.strategy-card-footer,
.strategy-card-head > *,
.strategy-card-footer > *,
.strategy-card-button,
.strategy-card-stat {
  position: relative;
  z-index: 3;
}

.strategy-card-head {
  display: flex;
  flex-direction: column;
  min-height: 156px;
  padding-bottom: 18px;
}

.strategy-card-title {
  font-size: 22px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 3;
  min-height: 50px;
}

.strategy-card-description {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  color: rgba(234, 243, 255, 0.9) !important;
  line-height: 1.78 !important;
  min-height: 92px !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}

.strategy-card-chart {
  position: relative;
  z-index: 1;
  height: 66px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  background: linear-gradient(135deg, rgba(5, 10, 18, 0.98), rgba(9, 16, 30, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(0, 234, 255, 0.08) !important;
}

.strategy-card-button,
.primary-action,
.notifications-primary-btn,
.strategy-runtime-btn-primary,
.btn-primary,
.profile-primary-btn {
  background: linear-gradient(135deg, #0fd0ff, #00bce8 52%, #18f4ff) !important;
  border: 1px solid rgba(0, 234, 255, 0.28) !important;
  color: #031018 !important;
  box-shadow: 0 16px 36px rgba(0, 188, 232, 0.18) !important;
}

.primary-action {
  position: relative;
  z-index: 6 !important;
  pointer-events: auto !important;
}

.strategy-card-button:hover,
.primary-action:hover,
.notifications-primary-btn:hover,
.strategy-runtime-btn-primary:hover,
.btn-primary:hover,
.profile-primary-btn:hover {
  filter: brightness(1.04);
}

.strategy-card-button.is-running {
  background: rgba(0, 234, 255, 0.12) !important;
  color: var(--vr-cyan) !important;
  border-color: rgba(0, 234, 255, 0.3) !important;
  box-shadow: none !important;
}

/* V8 strategy card family: restrained glass shell + 12 refreshed visuals */
.strategy-card {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(17, 23, 36, 0.82), rgba(8, 12, 21, 0.94)) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  padding: 12px !important;
  transform-origin: center center;
}

.strategy-card:hover {
  border-color: rgba(0, 234, 255, 0.22) !important;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(0, 234, 255, 0.05),
    0 0 28px rgba(0, 234, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-6px) scale(1.012) !important;
}

.strategy-card:hover::before {
  opacity: 1;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(0, 234, 255, 0.02) 34%,
    rgba(255, 255, 255, 0.14) 48%,
    rgba(0, 234, 255, 0.12) 52%,
    rgba(2, 185, 119, 0.06) 62%,
    transparent 100%
  );
  animation: strategyCardSweep 1.45s ease-out 1;
}

.strategy-card-head {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  flex: 0 0 82px !important;
  gap: 0;
  padding-bottom: 2px !important;
}

.strategy-card-title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  font-size: 14px !important;
  line-height: 1.14 !important;
  letter-spacing: -0.02em;
  min-height: 28px !important;
}

.strategy-card-description {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
  height: 42px !important;
  margin-top: 4px !important;
  min-height: 42px !important;
  color: rgba(219, 231, 248, 0.7) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

.strategy-card-chart {
  position: relative;
  min-height: 56px !important;
  height: 56px !important;
  margin-top: 0 !important;
  margin-bottom: 2px !important;
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  background:
    linear-gradient(180deg, rgba(4, 7, 12, 0.92), rgba(7, 11, 19, 0.9)) !important;
  box-shadow:
    inset 0 2px 18px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.strategy-card-chart::before {
  content: "";
  position: absolute;
  inset: -12% auto -12% -42%;
  width: 34%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 18%, rgba(0,234,255,0.28) 52%, rgba(255,255,255,0.04) 82%, transparent 100%);
  opacity: 0;
  transform: skewX(-18deg);
  filter: blur(1px);
  pointer-events: none;
}

.strategy-card:hover .strategy-card-chart::before {
  opacity: 1;
  animation: strategyChartSweep 1.2s ease-out 1;
}

.strategy-card-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto !important;
}

.strategy-card-status-row {
  display: none !important;
}

.strategy-card-metrics {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px 8px;
  border-radius: 10px;
  margin-top: 0 !important;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.strategy-card-stat {
  min-width: 0;
  text-align: center;
}

.strategy-card-stat-label {
  font-size: 8px !important;
  letter-spacing: 0.04em;
  color: rgba(183, 198, 219, 0.74) !important;
}

.strategy-card-stat-value {
  font-size: 11px !important;
  font-weight: 800 !important;
}

.strategy-card-stat-value.is-positive {
  color: #02b977 !important;
}

.strategy-card-stat-value.is-negative {
  color: #f53f3f !important;
}

.strategy-card-stat-value.is-drawdown {
  color: #fbbf24 !important;
}

.strategy-card-stat-value.is-winrate {
  color: #60a5fa !important;
}

.strategy-card .strategy-card-button {
  min-height: 32px !important;
  height: 32px;
  border-radius: 10px !important;
  background: rgba(0, 210, 255, 0.08) !important;
  border: 1px solid rgba(0, 210, 255, 0.22) !important;
  color: #c8f7ff !important;
  box-shadow: none !important;
  font-size: 11px !important;
}

.strategy-card .strategy-card-button:hover {
  background: rgba(0, 210, 255, 0.14) !important;
  border-color: rgba(0, 210, 255, 0.36) !important;
  color: #ffffff !important;
  filter: none !important;
  box-shadow: 0 10px 24px rgba(0, 210, 255, 0.12) !important;
}

.strategy-card .strategy-card-button.is-running {
  background: rgba(2, 185, 119, 0.06) !important;
  border-color: rgba(2, 185, 119, 0.22) !important;
  color: #92ffd7 !important;
}

.strategy-vx::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

.strategy-vx::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(6, 10, 17, 0.78) 100%);
  pointer-events: none;
}

.strategy-vx-grid,
.strategy-vx-scanner,
.strategy-vx-dot,
.strategy-vx-ribbon,
.strategy-vx-core,
.strategy-vx-matrix,
.strategy-vx-shield-ring,
.strategy-vx-midline,
.strategy-vx-depth,
.strategy-vx-ticker,
.strategy-vx-vol-layer,
.strategy-vx-window,
.strategy-vx-orbit-ring,
.strategy-vx-beacon-core,
.strategy-vx-beacon-ring,
.strategy-vx-beacon-ray,
.strategy-vx-prism-line,
.strategy-vx-prism-node,
.strategy-vx-quant-bar,
.strategy-vx-quant-glow,
.strategy-vx-track,
.strategy-vx-lane-node,
.strategy-vx-flow-line,
.strategy-vx-flow-node,
.strategy-vx-orbit-trace,
.strategy-vx-orbit-spark,
.strategy-vx-cell,
.strategy-vx-chip,
.strategy-vx-chip-ring,
.strategy-vx-midprice,
.strategy-vx-order-dot {
  position: absolute;
  display: block;
}

.strategy-vx-dot,
.strategy-vx-core,
.strategy-vx-beacon-core,
.strategy-vx-prism-node {
  border-radius: 999px;
}

.strategy-vx-holo-lane .strategy-vx-grid {
  inset: 8px -8% -18% -8%;
  background-image:
    linear-gradient(rgba(0, 210, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 210, 255, 0.12) 1px, transparent 1px);
  background-size: 16px 16px;
  transform: perspective(280px) rotateX(76deg) translateY(4px);
  opacity: 0.34;
  animation: strategyVxGridShift 5.8s linear infinite;
}

.strategy-vx-holo-lane .strategy-vx-scanner {
  left: 0;
  width: 100%;
  height: 1px;
  top: 18px;
  background: rgba(0, 210, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.4);
  animation: strategyVxScanDown 3.6s ease-in-out infinite;
}

.strategy-vx-holo-lane .strategy-vx-track {
  left: 10px;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(0, 210, 255, 0.08), rgba(0, 210, 255, 0.64), rgba(2, 185, 119, 0.22));
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.12);
}

.strategy-vx-holo-lane .strategy-vx-track.track-a {
  bottom: 14px;
  width: 76%;
  transform: rotate(-6deg);
}

.strategy-vx-holo-lane .strategy-vx-track.track-b {
  bottom: 7px;
  width: 62%;
  transform: rotate(4deg);
  opacity: 0.72;
}

.strategy-vx-holo-lane .strategy-vx-lane-node {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(196, 250, 255, 0.96);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.54);
  animation: strategyVxPulse 2.4s ease-in-out infinite;
}

.strategy-vx-holo-lane .strategy-vx-dot {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 8px rgba(0, 210, 255, 0.26);
}

.strategy-vx-holo-lane .strategy-vx-dot.dot-a {
  left: 18%;
  top: 28%;
  animation: strategyVxPulse 2.1s ease-in-out infinite;
}

.strategy-vx-holo-lane .strategy-vx-dot.dot-b {
  right: 12%;
  bottom: 18%;
  animation: strategyVxPulse 2.1s ease-in-out infinite 1s;
}

.strategy-vx-holo-lane .strategy-vx-lane-node.node-a {
  left: 34%;
  bottom: 12px;
  animation-delay: .15s;
}

.strategy-vx-holo-lane .strategy-vx-lane-node.node-b {
  left: 54%;
  bottom: 16px;
  animation-delay: .75s;
}

.strategy-vx-holo-lane .strategy-vx-lane-node.node-c {
  left: 70%;
  bottom: 8px;
  animation-delay: 1.35s;
}

.strategy-vx-holo-lane::after {
  background:
    radial-gradient(circle at 50% 92%, rgba(0, 210, 255, 0.18), transparent 38%),
    linear-gradient(180deg, transparent 0%, rgba(6, 10, 17, 0.78) 100%);
}

.strategy-vx-aurora-ribbon .strategy-vx-ribbon {
  inset: auto -12% 10px -12%;
  height: 14px;
  border-radius: 999px;
  filter: blur(0.5px);
  opacity: 0.54;
}

.strategy-vx-aurora-ribbon .strategy-vx-ribbon.ribbon-a {
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.16), rgba(0, 210, 255, 0.56), transparent);
  animation: strategyVxRibbonFlow 5.2s linear infinite;
}

.strategy-vx-aurora-ribbon .strategy-vx-ribbon.ribbon-b {
  background: linear-gradient(90deg, transparent, rgba(2, 185, 119, 0.14), rgba(2, 185, 119, 0.52), transparent);
  animation: strategyVxRibbonFlow 6.4s linear infinite reverse;
}

.strategy-vx-aurora-ribbon .strategy-vx-core {
  left: 50%;
  top: 58%;
  width: 16px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(0, 210, 255, 0.72));
  box-shadow: 0 0 18px rgba(0, 210, 255, 0.22);
  animation: strategyVxPulse 3.2s ease-in-out infinite;
}

.strategy-vx-aurora-ribbon .strategy-vx-flow-line {
  left: 16px;
  right: 16px;
  top: 58%;
  height: 2px;
  background: linear-gradient(90deg, rgba(2, 185, 119, 0.18), rgba(0, 210, 255, 0.62), rgba(2, 185, 119, 0.18));
  box-shadow: 0 0 14px rgba(0, 210, 255, 0.12);
}

.strategy-vx-aurora-ribbon .strategy-vx-flow-node {
  top: 58%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(0,210,255,0.7));
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.24);
  animation: strategyVxPulse 2.2s ease-in-out infinite;
}

.strategy-vx-aurora-ribbon .strategy-vx-flow-node.node-a { left: 24%; }
.strategy-vx-aurora-ribbon .strategy-vx-flow-node.node-b { left: 50%; transform: translateX(-50%); animation-delay: .8s; }
.strategy-vx-aurora-ribbon .strategy-vx-flow-node.node-c { right: 24%; animation-delay: 1.6s; }

.strategy-vx-aurora-ribbon::after {
  background:
    radial-gradient(circle at 50% 88%, rgba(2, 185, 119, 0.2), transparent 36%),
    linear-gradient(180deg, transparent 0%, rgba(6, 10, 17, 0.76) 100%);
}

.strategy-vx-shield-matrix .strategy-vx-matrix {
  inset: 12px 12px 8px 12px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(0, 210, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 210, 255, 0.05) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.38;
}

.strategy-vx-shield-matrix .strategy-vx-cell {
  width: 16px;
  border-radius: 4px 4px 2px 2px;
  bottom: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,210,255,0.48));
  box-shadow: 0 0 14px rgba(0, 210, 255, 0.12);
  animation: strategyVxWindowRise 3.2s ease-in-out infinite;
}

.strategy-vx-shield-matrix .cell-a { left: 20px; height: 16px; }
.strategy-vx-shield-matrix .cell-b { left: 42px; height: 28px; animation-delay: .45s; }
.strategy-vx-shield-matrix .cell-c { left: 64px; height: 22px; animation-delay: .9s; }
.strategy-vx-shield-matrix .cell-d { left: 86px; height: 34px; animation-delay: 1.35s; }

.strategy-vx-shield-matrix .strategy-vx-chip-ring {
  left: 74%;
  top: 42%;
  border: 1px solid rgba(2, 185, 119, 0.2);
  border-radius: 8px;
  transform: translate(-50%, -50%);
  animation: strategyVxShieldPulse 3.4s ease-out infinite;
}

.strategy-vx-shield-matrix .strategy-vx-chip-ring.ring-a {
  width: 28px;
  height: 18px;
}

.strategy-vx-shield-matrix .strategy-vx-chip-ring.ring-b {
  width: 42px;
  height: 26px;
  animation-delay: 1.1s;
}

.strategy-vx-shield-matrix .strategy-vx-chip {
  left: 74%;
  top: 42%;
  width: 14px;
  height: 9px;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(2,185,119,0.68));
  box-shadow: 0 0 14px rgba(2, 185, 119, 0.18);
}

.strategy-vx-depth-book .strategy-vx-midline {
  left: 50%;
  top: 8px;
  bottom: 4px;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
}

.strategy-vx-depth-book .strategy-vx-depth {
  height: 8px;
  border-radius: 999px;
  top: auto;
}

.strategy-vx-depth-book .strategy-vx-depth.bid {
  left: 18px;
  background: linear-gradient(90deg, rgba(2, 185, 119, 0.08), rgba(2, 185, 119, 0.42));
  animation: strategyVxDepthPulse 3.2s ease-in-out infinite;
}

.strategy-vx-depth-book .strategy-vx-depth.ask {
  right: 18px;
  background: linear-gradient(90deg, rgba(255, 96, 110, 0.42), rgba(255, 96, 110, 0.08));
  animation: strategyVxDepthPulse 3.2s ease-in-out infinite reverse;
}

.strategy-vx-depth-book .bid-a { bottom: 8px; width: 36%; }
.strategy-vx-depth-book .bid-b { bottom: 18px; width: 28%; animation-delay: .5s; }
.strategy-vx-depth-book .bid-c { bottom: 28px; width: 20%; animation-delay: 1s; }
.strategy-vx-depth-book .ask-a { bottom: 8px; width: 22%; }
.strategy-vx-depth-book .ask-b { bottom: 18px; width: 30%; animation-delay: .6s; }
.strategy-vx-depth-book .ask-c { bottom: 28px; width: 36%; animation-delay: 1.1s; }

.strategy-vx-depth-book .strategy-vx-midprice {
  left: 50%;
  top: 18px;
  width: 32px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), transparent);
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.strategy-vx-depth-book .strategy-vx-order-dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 0 10px rgba(0,210,255,0.22);
  animation: strategyVxPulse 2.6s ease-in-out infinite;
}

.strategy-vx-depth-book .strategy-vx-order-dot.dot-a {
  left: 46%;
  top: 16px;
}

.strategy-vx-depth-book .strategy-vx-order-dot.dot-b {
  right: 44%;
  top: 20px;
  animation-delay: 1.1s;
}

.strategy-vx-depth-book::after {
  background:
    radial-gradient(circle at 50% 86%, rgba(255, 96, 110, 0.12), transparent 32%),
    linear-gradient(180deg, transparent 0%, rgba(6, 10, 17, 0.76) 100%);
}

.strategy-vx-ticker-tape .strategy-vx-ticker {
  left: 14px;
  right: 14px;
  height: 16px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(0, 210, 255, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.strategy-vx-ticker-tape .ticker-a {
  top: 34px;
}

.strategy-vx-ticker-tape .ticker-b {
  top: 64px;
  opacity: 0.78;
}

.strategy-vx-ticker-tape .strategy-vx-ticker::after {
  content: "BTC USDT +0.82%   ETH USDT +1.13%   AI INDEX +2.44%";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 12px;
  color: rgba(218, 243, 255, 0.68);
  font-size: 10px;
  letter-spacing: 0.08em;
  animation: strategyVxTickerMove 14s linear infinite;
}

.strategy-vx-curve-board .strategy-vx-curve-svg {
  position: absolute;
  inset: 18px 10px 2px 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.strategy-vx-curve-board .strategy-vx-curve {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2.2;
  animation: strategyVxCurveFloat 4.5s ease-in-out infinite;
}

.strategy-vx-curve-board .curve-a {
  stroke: rgba(0, 210, 255, 0.78);
}

.strategy-vx-curve-board .curve-b {
  stroke: rgba(2, 185, 119, 0.5);
  animation-delay: 1.4s;
}

.strategy-vx-curve-board circle {
  fill: rgba(255, 255, 255, 0.92);
  opacity: 0.88;
}

.strategy-vx-vol-band .strategy-vx-vol-layer {
  left: 16px;
  right: 16px;
  height: 22px;
  border-radius: 999px;
  filter: blur(2px);
}

.strategy-vx-vol-band .layer-a {
  bottom: 18px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.2), transparent);
}

.strategy-vx-vol-band .layer-b {
  bottom: 38px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.28), transparent);
  animation: strategyVxBandBreath 4s ease-in-out infinite;
}

.strategy-vx-vol-band .layer-c {
  bottom: 58px;
  background: linear-gradient(90deg, transparent, rgba(2, 185, 119, 0.24), transparent);
  animation: strategyVxBandBreath 4s ease-in-out infinite 1.4s;
}

.strategy-vx-vol-band .strategy-vx-dot {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.88);
}

.strategy-vx-vol-band .dot-a {
  left: 26%;
  top: 42%;
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.25);
}

.strategy-vx-vol-band .dot-b {
  right: 20%;
  bottom: 26%;
  box-shadow: 0 0 10px rgba(2, 185, 119, 0.25);
}

.strategy-vx-time-window .strategy-vx-window {
  bottom: 8px;
  width: 14px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 210, 255, 0.5));
  animation: strategyVxWindowRise 3.8s ease-in-out infinite;
}

.strategy-vx-time-window .bar-a { left: 18px; height: 22px; }
.strategy-vx-time-window .bar-b { left: 40px; height: 34px; animation-delay: .45s; }
.strategy-vx-time-window .bar-c { left: 62px; height: 18px; animation-delay: .9s; }
.strategy-vx-time-window .bar-d { left: 84px; height: 40px; animation-delay: 1.35s; }
.strategy-vx-time-window .bar-e { left: 106px; height: 26px; animation-delay: 1.8s; }
.strategy-vx-time-window .bar-f { left: 128px; height: 32px; animation-delay: 2.25s; }

.strategy-vx-orbit-core {
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy-vx-orbit-core .strategy-vx-orbit-ring {
  left: 50%;
  top: 62%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.strategy-vx-orbit-core .ring-a {
  width: 84px;
  height: 28px;
  animation: strategyVxOrbitX 5s linear infinite;
}

.strategy-vx-orbit-core .ring-b {
  width: 56px;
  height: 72px;
  animation: strategyVxOrbitY 7s linear infinite;
}

.strategy-vx-orbit-core .ring-c {
  width: 62px;
  height: 62px;
  border-color: rgba(0, 210, 255, 0.14);
  animation: strategyVxOrbitZ 9s linear infinite reverse;
}

.strategy-vx-orbit-core .strategy-vx-core {
  left: 50%;
  top: 62%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.28);
  animation: strategyVxPulse 2.8s ease-in-out infinite;
}

.strategy-vx-orbit-core .strategy-vx-orbit-trace {
  left: 50%;
  top: 62%;
  width: 92px;
  height: 18px;
  border-top: 1px solid rgba(120, 119, 255, 0.2);
  border-bottom: 1px solid rgba(0, 210, 255, 0.16);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.strategy-vx-orbit-core .strategy-vx-orbit-trace.trace-a {
  transform: translate(-50%, -50%) rotate(16deg);
}

.strategy-vx-orbit-core .strategy-vx-orbit-trace.trace-b {
  width: 74px;
  transform: translate(-50%, -50%) rotate(-18deg);
  opacity: 0.72;
}

.strategy-vx-orbit-core .strategy-vx-orbit-spark {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(245, 247, 255, 0.92);
  box-shadow: 0 0 12px rgba(120, 119, 255, 0.32);
  animation: strategyVxPulse 2.4s ease-in-out infinite;
}

.strategy-vx-orbit-core .strategy-vx-orbit-spark.spark-a {
  left: 38%;
  top: 52%;
}

.strategy-vx-orbit-core .strategy-vx-orbit-spark.spark-b {
  right: 34%;
  top: 66%;
  animation-delay: 1.1s;
}

.strategy-vx-orbit-core::after {
  background:
    radial-gradient(circle at 50% 90%, rgba(120, 119, 255, 0.18), transparent 38%),
    linear-gradient(180deg, transparent 0%, rgba(6, 10, 17, 0.78) 100%);
}

.strategy-vx-signal-beacon .strategy-vx-beacon-core {
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background: rgba(0, 210, 255, 0.76);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.3);
}

.strategy-vx-signal-beacon .strategy-vx-beacon-ring {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0, 210, 255, 0.16);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: strategyVxShieldPulse 3.6s ease-out infinite;
}

.strategy-vx-signal-beacon .ring-a {
  width: 36px;
  height: 36px;
}

.strategy-vx-signal-beacon .ring-b {
  width: 62px;
  height: 62px;
  animation-delay: 1.8s;
}

.strategy-vx-signal-beacon .strategy-vx-beacon-ray {
  left: 50%;
  top: 50%;
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.55), transparent);
  transform-origin: left center;
  animation: strategyVxBeaconRotate 5s linear infinite;
}

.strategy-vx-signal-beacon .ray-a {
  transform: translate(-50%, -50%) rotate(0deg);
}

.strategy-vx-signal-beacon .ray-b {
  transform: translate(-50%, -50%) rotate(85deg);
  animation-delay: -2.2s;
}

.strategy-vx-prism-lattice .strategy-vx-prism-line {
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(0, 210, 255, 0.58), rgba(255, 255, 255, 0.04));
}

.strategy-vx-prism-lattice .line-a {
  left: 20px;
  right: 20px;
  top: 28px;
}

.strategy-vx-prism-lattice .line-b {
  left: 28px;
  right: 28px;
  top: 42px;
}

.strategy-vx-prism-lattice .line-c {
  left: 36px;
  right: 36px;
  top: 56px;
}

.strategy-vx-prism-lattice .strategy-vx-prism-node {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.22);
  animation: strategyVxPulse 2.6s ease-in-out infinite;
}

.strategy-vx-prism-lattice .node-a { left: 24px; top: 24px; }
.strategy-vx-prism-lattice .node-b { left: 50%; top: 38px; transform: translateX(-50%); animation-delay: .8s; }
.strategy-vx-prism-lattice .node-c { right: 26px; top: 52px; animation-delay: 1.6s; }

.strategy-vx-quant-stack .strategy-vx-quant-bar {
  bottom: 8px;
  width: 12px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,210,255,0.52));
  animation: strategyVxWindowRise 3.2s ease-in-out infinite;
}

.strategy-vx-quant-stack .col-a { left: 24px; height: 20px; }
.strategy-vx-quant-stack .col-b { left: 44px; height: 34px; animation-delay: .35s; }
.strategy-vx-quant-stack .col-c { left: 64px; height: 24px; animation-delay: .7s; }
.strategy-vx-quant-stack .col-d { left: 84px; height: 42px; animation-delay: 1.05s; }
.strategy-vx-quant-stack .col-e { left: 104px; height: 30px; animation-delay: 1.4s; }

.strategy-vx-quant-stack .strategy-vx-quant-glow {
  inset: auto 18px 8px 18px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.24), transparent);
  filter: blur(8px);
  opacity: 0.45;
}

@keyframes strategyVxGridShift {
  0% { background-position: 0 0; }
  100% { background-position: 0 40px; }
}

@keyframes strategyVxScanDown {
  0% { top: 18px; opacity: 0; }
  45% { opacity: 0.7; }
  100% { top: 50px; opacity: 0; }
}

@keyframes strategyVxPulse {
  0%, 100% { transform: translateY(0) scale(0.9); opacity: 0.45; }
  50% { transform: translateY(0) scale(1.2); opacity: 1; }
}

@keyframes strategyCardSweep {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}

@keyframes strategyChartSweep {
  0% { transform: translateX(0) skewX(-18deg); }
  100% { transform: translateX(420%) skewX(-18deg); }
}

@keyframes strategyVxRibbonFlow {
  0%, 100% { transform: translateX(-2%) scaleY(0.96); }
  50% { transform: translateX(2%) scaleY(1.08); }
}

@keyframes strategyVxShieldPulse {
  0% { opacity: 0.38; transform: translate(-50%, -50%) scale(0.88); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.2); }
}

@keyframes strategyVxDepthPulse {
  0%, 100% { opacity: 0.62; }
  50% { opacity: 1; }
}

@keyframes strategyVxTickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-40%); }
}

@keyframes strategyVxCurveFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes strategyVxBandBreath {
  0%, 100% { opacity: 0.32; }
  50% { opacity: 0.62; }
}

@keyframes strategyVxWindowRise {
  0%, 100% { transform: scaleY(0.92); opacity: 0.7; }
  50% { transform: scaleY(1.06); opacity: 1; }
}

@keyframes strategyVxOrbitX {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes strategyVxOrbitY {
  0% { transform: translate(-50%, -50%) rotateX(70deg) rotateZ(0deg); }
  100% { transform: translate(-50%, -50%) rotateX(70deg) rotateZ(360deg); }
}

@keyframes strategyVxOrbitZ {
  0% { transform: translate(-50%, -50%) rotateY(70deg) rotateZ(0deg); }
  100% { transform: translate(-50%, -50%) rotateY(70deg) rotateZ(360deg); }
}

@keyframes strategyVxBeaconRotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.strategy-dashboard-status,
.notification-type-badge,
.status-pill.is-normal {
  background: rgba(0, 234, 255, 0.12) !important;
  color: var(--vr-cyan) !important;
}

.strategy-dashboard-stop,
.btn-danger,
.action-link {
  border-color: rgba(255, 90, 103, 0.26) !important;
}

.auth-table tbody tr.account-row,
.notification-card,
.profile-row {
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.auth-table tbody tr.account-row:hover {
  background: rgba(255, 255, 255, 0.025) !important;
}

.exchange-label,
.alias-value,
.notification-summary-card .text-base,
.profile-row-title,
.note-title {
  color: #f7fbff !important;
}

.uid-value,
.notification-card-foot,
.notification-card-panel .text-sm,
.auth-table thead th,
.strategy-card-stat-label {
  color: rgba(190, 206, 228, 0.92) !important;
}

.strategy-card-title {
  color: #f5fbff !important;
}

.strategy-card-title-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 32px !important;
}

.strategy-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.strategy-card-badge-official {
  color: #bfffee !important;
  border: 1px solid rgba(2, 185, 119, 0.24);
  background: rgba(2, 185, 119, 0.12);
  box-shadow: 0 0 12px rgba(2, 185, 119, 0.08);
}

.notification-card.is-unread {
  border-color: rgba(0, 234, 255, 0.18) !important;
  background: linear-gradient(180deg, rgba(0, 234, 255, 0.08), rgba(255, 255, 255, 0.02)) !important;
}

.notification-nav-badge,
[data-notification-badge] {
  background: rgba(0, 234, 255, 0.14) !important;
  color: var(--vr-cyan) !important;
}

.profile-card {
  border-radius: 26px !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.avatar-container {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.05),
    0 0 36px rgba(0, 234, 255, 0.12) !important;
}

.profile-back-btn,
.profile-outline-btn,
.notification-read-btn,
.notifications-page-btn,
.strategy-runtime-btn-secondary {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #e4eef8 !important;
}

.profile-back-btn:hover,
.profile-outline-btn:hover,
.notification-read-btn:hover,
.notifications-page-btn:hover,
.strategy-runtime-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.strategy-signal-beacon::before {
  background: radial-gradient(circle at center, rgba(0, 234, 255, 0.16), transparent 42%);
}

.strategy-beacon-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(0, 234, 255, 0.92) 38%, rgba(0, 234, 255, 0.08) 78%);
  box-shadow: 0 0 18px rgba(0, 234, 255, 0.32);
  animation: beaconPulse 2.8s ease-in-out infinite;
}

.strategy-beacon-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  animation: beaconRingExpand 3.8s ease-out infinite;
}

.strategy-beacon-ring.ring-a {
  width: 26px;
  height: 26px;
}

.strategy-beacon-ring.ring-b {
  width: 42px;
  height: 42px;
  animation-delay: 1.1s;
}

.strategy-beacon-ring.ring-c {
  width: 60px;
  height: 60px;
  animation-delay: 2.1s;
}

.strategy-beacon-ray {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), rgba(0, 234, 255, 0.65), transparent);
  transform-origin: left center;
  animation: beaconRayRotate 5s linear infinite;
}

.strategy-beacon-ray.ray-a {
  transform: translate(-50%, -50%) rotate(0deg);
}

.strategy-beacon-ray.ray-b {
  transform: translate(-50%, -50%) rotate(60deg);
  animation-delay: -1.1s;
}

.strategy-beacon-ray.ray-c {
  transform: translate(-50%, -50%) rotate(120deg);
  animation-delay: -2.2s;
}

.strategy-prism-lattice::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(0, 234, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.strategy-prism-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(0, 234, 255, 0.72), rgba(255, 255, 255, 0.05));
  transform-origin: center;
  animation: prismLineShift 4.8s ease-in-out infinite;
}

.strategy-prism-line.line-a {
  left: 14px;
  right: 14px;
  top: 14px;
}

.strategy-prism-line.line-b {
  left: 22px;
  right: 22px;
  top: 32px;
  animation-delay: 0.9s;
}

.strategy-prism-line.line-c {
  left: 30px;
  right: 30px;
  top: 50px;
  animation-delay: 1.8s;
}

.strategy-prism-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 12px rgba(0, 234, 255, 0.42);
  animation: prismNodePulse 2.8s ease-in-out infinite;
}

.strategy-prism-node.node-a {
  left: 24px;
  top: 10px;
}

.strategy-prism-node.node-b {
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  animation-delay: 0.8s;
}

.strategy-prism-node.node-c {
  right: 26px;
  top: 46px;
  animation-delay: 1.6s;
}

.strategy-prism-glow {
  position: absolute;
  inset: 10px 18px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  opacity: 0.52;
  animation: prismGlowPulse 3.6s ease-in-out infinite;
}

.strategy-quant-stack::before {
  background: linear-gradient(180deg, rgba(0, 234, 255, 0.04), rgba(255, 255, 255, 0.03), rgba(0, 234, 255, 0.04));
}

.strategy-quant-column {
  position: absolute;
  bottom: 9px;
  width: 12px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(0, 234, 255, 0.2), rgba(0, 234, 255, 0.76));
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: quantColumnRise 3.4s ease-in-out infinite;
}

.strategy-quant-column.col-a {
  left: 18px;
  height: 22px;
}

.strategy-quant-column.col-b {
  left: 40px;
  height: 38px;
  animation-delay: 0.35s;
}

.strategy-quant-column.col-c {
  left: 62px;
  height: 28px;
  animation-delay: 0.7s;
}

.strategy-quant-column.col-d {
  left: 84px;
  height: 46px;
  animation-delay: 1.05s;
}

.strategy-quant-column.col-e {
  left: 106px;
  height: 34px;
  animation-delay: 1.4s;
}

.strategy-quant-column.col-f {
  left: 128px;
  height: 50px;
  animation-delay: 1.75s;
}

.strategy-quant-column.col-g {
  left: 150px;
  height: 30px;
  animation-delay: 2.1s;
}

.strategy-quant-track {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}

.strategy-quant-highlight {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 26px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), rgba(0, 234, 255, 0.16), transparent);
  filter: blur(3px);
  animation: quantHighlightMove 4.2s ease-in-out infinite;
}

@keyframes vrStarsMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-320px);
  }
}

@keyframes vrSlowSweep {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes vrNavSweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes beaconPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.82;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

@keyframes beaconRingExpand {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.78);
  }
  35% {
    opacity: 0.66;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.48);
  }
}

@keyframes beaconRayRotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes prismLineShift {
  0%,
  100% {
    transform: scaleX(0.92);
    opacity: 0.56;
  }
  50% {
    transform: scaleX(1.02);
    opacity: 1;
  }
}

@keyframes prismNodePulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes prismGlowPulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes quantColumnRise {
  0%,
  100% {
    transform: scaleY(0.88);
    opacity: 0.78;
  }
  50% {
    transform: scaleY(1.06);
    opacity: 1;
  }
}

@keyframes quantHighlightMove {
  0% {
    left: 8px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 34px);
    opacity: 0;
  }
}

@media (min-width: 961px) {
  .navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 64px !important;
  }

  .sidebar {
    position: fixed !important;
    top: 64px !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 220px !important;
  }

  .profile-menu {
    top: calc(100% + 10px) !important;
  }

  .main-content {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    margin-left: 220px !important;
    margin-top: 64px !important;
    min-height: calc(100vh - 64px) !important;
    padding-top: 16px !important;
    padding-bottom: 20px !important;
  }

  .strategy-zone-page .main-content {
    padding-top: 14px !important;
  }

  .page-header,
  .hero-row,
  body:not(.strategy-zone-page) .main-content > section:first-child,
  body:not(.strategy-zone-page) .main-content > header:first-child {
    margin-bottom: 22px !important;
  }
}

@media (max-width: 960px) {
  /* Small-screen layout is normalized here to avoid mixed breakpoints from page-local styles. */
  .navbar {
    position: sticky !important;
    top: 0 !important;
    height: auto !important;
    min-height: 60px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    z-index: 1001 !important;
  }

  .navbar .flex-1,
  .navbar .flex.items-center.gap-6,
  .navbar .topbar-right-clean,
  .navbar .nav-actions {
    display: none !important;
  }

  .sidebar {
    position: relative !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    overflow-x: auto !important;
    padding: 8px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    transform: none !important;
    box-shadow: none !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .sidebar::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .sidebar > div,
  .sidebar nav,
  .sidebar .space-y-1 {
    display: flex !important;
    flex-direction: row !important;
    width: max-content !important;
    min-width: 100% !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  .sidebar .nav-item {
    margin: 0 !important;
    padding: 8px 12px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    border-radius: 10px !important;
    flex-shrink: 0 !important;
    min-width: max-content !important;
  }

  .sidebar .text-[10px] {
    display: none !important;
  }

  .main-content {
    margin-left: 0 !important;
    margin-top: 0 !important;
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
  }

  body .main-content > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:not(.strategy-zone-page) .main-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .page-header,
  .hero-row,
  body:not(.strategy-zone-page) .main-content > section:first-child,
  body:not(.strategy-zone-page) .main-content > header:first-child {
    margin-bottom: 10px !important;
  }
}

/* ==========================================================================
   Strategy Demo V10 Visual Pool
   完整接入用户最终确认的 12 套金融/AI 量化动效
   ========================================================================== */

.strategy-v10,
.strategy-v10 *,
.strategy-v10 *::before,
.strategy-v10 *::after {
  box-sizing: border-box;
}

.strategy-v10 {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
}

.strategy-v10::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.2;
  pointer-events: none;
}

.strategy-v10::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 18%, rgba(4, 8, 14, 0.7) 100%);
  pointer-events: none;
}

.strategy-v10 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.strategy-v10-kline {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 10px;
}

.v10-k-bar {
  position: relative;
  width: 6px;
  border-radius: 2px;
  z-index: 1;
}

.v10-k-bar::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 2px;
  top: -5px;
  bottom: -5px;
  background: inherit;
  z-index: -1;
}

.v10-k-bar.pos { background: #02b977; }
.v10-k-bar.neg { background: #f53f3f; }
.v10-kline .kb-1 { height: 16px; animation: v10KBarHeight 2s infinite alternate; }
.v10-kline .kb-2 { height: 24px; animation: v10KBarHeight 2.5s infinite alternate-reverse; }
.v10-kline .kb-3 { height: 12px; animation: v10KBarHeight 1.8s infinite alternate; }
.v10-kline .kb-4 { height: 28px; animation: v10KBarHeight 2.2s infinite alternate-reverse; }
.v10-kline .kb-5 { height: 18px; animation: v10KBarHeight 1.5s infinite alternate; }
.v10-kline .kb-6 { height: 22px; animation: v10KBarHeight 2.1s infinite alternate-reverse; }

.strategy-v10-cluster {
  position: relative;
}

.v10-cluster-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #00d2ff;
  box-shadow: 0 0 15px #00d2ff;
  animation: v10PulseCore 2s infinite alternate;
}

.v10-cluster-node,
.v10-cluster-packet {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
}

.v10-cluster-node {
  background: #fff;
  box-shadow: 0 0 8px #fff;
}

.v10-cluster-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v10-cluster-lines line {
  stroke: rgba(0, 210, 255, 0.4);
  stroke-width: 1.5;
  stroke-dasharray: 4;
  animation: v10LineMarch 20s linear infinite;
}

.v10-cluster-packet {
  width: 4px;
  height: 4px;
  background: #02b977;
  box-shadow: 0 0 6px #02b977;
}

.strategy-v10-cluster .cn1 { left: 57px; top: 12px; animation: v10NodeFloat 3s infinite alternate; }
.strategy-v10-cluster .cn2 { left: 177px; top: 12px; animation: v10NodeFloat 3.5s infinite alternate-reverse; }
.strategy-v10-cluster .cn3 { left: 147px; top: 42px; animation: v10NodeFloat 2.5s infinite alternate; }
.strategy-v10-cluster .cp1 { offset-path: path("M60,15 L120,28"); animation: v10PacketFly 1.5s infinite linear; }
.strategy-v10-cluster .cp2 { offset-path: path("M180,15 L120,28"); animation: v10PacketFly 1.8s infinite linear 0.5s; }
.strategy-v10-cluster .cp3 { offset-path: path("M150,45 L120,28"); animation: v10PacketFly 1.2s infinite linear 1s; }

.strategy-v10-impact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v10-impact-core {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f53f3f;
  box-shadow: 0 0 10px #f53f3f;
}

.v10-impact-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid #f53f3f;
  opacity: 0;
}

.strategy-v10-impact .ir1 { animation: v10ImpactWave 2s infinite ease-out; }
.strategy-v10-impact .ir2 { border-color: #00d2ff; animation: v10ImpactWave 2s infinite ease-out 0.6s; }
.strategy-v10-impact .ir3 { border-color: #02b977; animation: v10ImpactWave 2s infinite ease-out 1.2s; }

.strategy-v10-orbit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v10-orbit-core {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #02b977;
  box-shadow: 0 0 15px #02b977;
}

.v10-orbit-path {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.strategy-v10-orbit .op1 { width: 140px; height: 40px; animation: v10OrbitSpin 8s linear infinite; }
.strategy-v10-orbit .op2 { width: 80px; height: 120px; animation: v10OrbitSpin 6s linear infinite reverse; }

.v10-orbit-sat {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #00d2ff;
  box-shadow: 0 0 8px #00d2ff;
}

.strategy-v10-orbit .os2 {
  background: #f53f3f;
  box-shadow: 0 0 8px #f53f3f;
}

.strategy-v10-smile {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  padding: 10px 20px;
  height: 100%;
}

.v10-smile-bar {
  width: 8px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(0deg, rgba(0, 210, 255, 0.18), rgba(0, 210, 255, 0.9));
}

.strategy-v10-smile .sm1,
.strategy-v10-smile .sm7 { height: 35px; animation: v10SmileBreathe 2s infinite alternate; }
.strategy-v10-smile .sm2,
.strategy-v10-smile .sm6 { height: 20px; animation: v10SmileBreathe 2s infinite alternate 0.2s; }
.strategy-v10-smile .sm3,
.strategy-v10-smile .sm5 { height: 10px; animation: v10SmileBreathe 2s infinite alternate 0.4s; }
.strategy-v10-smile .sm4 {
  height: 5px;
  background: linear-gradient(0deg, rgba(2, 185, 119, 0.18), rgba(2, 185, 119, 0.9));
  animation: v10SmileBreathe 2s infinite alternate 0.6s;
}

.strategy-v10-macd path,
.strategy-v10-macd circle {
  fill: none;
}

.v10-macd-fast {
  stroke: #00d2ff;
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: v10LineDraw 3s infinite alternate ease-in-out;
}

.v10-macd-slow {
  stroke: #f53f3f;
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: v10LineDraw 3s infinite alternate ease-in-out 0.5s;
}

.v10-macd-cross {
  fill: #fff;
  opacity: 0;
  animation: v10CrossGlow 6s infinite;
}

.strategy-v10-streak {
  position: relative;
}

.v10-streak {
  position: absolute;
  left: -100px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #00d2ff, #fff);
  animation: v10StreakShoot 2s infinite linear;
}

.strategy-v10-streak .s1 { top: 10px; width: 40px; animation-duration: 1.2s; }
.strategy-v10-streak .s2 { top: 20px; width: 60px; background: linear-gradient(90deg, transparent, #02b977, #fff); animation-duration: 1.5s; animation-delay: 0.5s; }
.strategy-v10-streak .s3 { top: 30px; width: 30px; animation-duration: 0.8s; animation-delay: 1.2s; }
.strategy-v10-streak .s4 { top: 40px; width: 80px; background: linear-gradient(90deg, transparent, #f53f3f, #fff); animation-duration: 1.8s; animation-delay: 0.2s; }
.strategy-v10-streak .s5 { top: 50px; width: 50px; animation-duration: 1.1s; animation-delay: 0.8s; }

.strategy-v10-triangle polygon {
  fill: none;
  stroke: rgba(0, 234, 255, 0.3);
  stroke-width: 2;
}

.v10-tri-node {
  animation: v10NodePulse 2s infinite alternate;
}

.strategy-v10-triangle .tn1 { fill: #02b977; }
.strategy-v10-triangle .tn2,
.strategy-v10-triangle .tn3 { fill: #00d2ff; }

.v10-tri-packet {
  fill: #fff;
  offset-path: path("M120,10 L70,45 L170,45 Z");
  animation: v10PacketMove 3s infinite linear;
}

.strategy-v10-gravity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v10-grav-core {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle, #00d2ff, transparent);
  animation: v10GravPulse 1.5s infinite alternate;
}

.v10-grav-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 6px #fff;
}

.strategy-v10-gravity .gp1 { animation: v10GravSuck1 1s infinite ease-in; }
.strategy-v10-gravity .gp2 { animation: v10GravSuck2 1.2s infinite ease-in 0.3s; }
.strategy-v10-gravity .gp3 { animation: v10GravSuck3 0.9s infinite ease-in 0.6s; }
.strategy-v10-gravity .gp4 { animation: v10GravSuck4 1.4s infinite ease-in 0.2s; }
.strategy-v10-gravity .gp5 { animation: v10GravSuck5 1.1s infinite ease-in 0.8s; }

.strategy-v10-fibo {
  position: relative;
}

.v10-fb-level {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.strategy-v10-fibo .fl-0 { top: 10px; }
.strategy-v10-fibo .fl-382 { top: 25px; border-color: rgba(0, 210, 255, 0.4); }
.strategy-v10-fibo .fl-618 { top: 35px; border-color: rgba(2, 185, 119, 0.4); }
.strategy-v10-fibo .fl-100 { top: 50px; }

.v10-fb-trend {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v10-fb-trend path {
  fill: none;
  stroke: #00d2ff;
  stroke-width: 1.5;
  stroke-dasharray: 4;
}

.v10-fb-bounce {
  fill: #02b977;
  animation: v10BouncePoint 4s infinite;
}

.v10-epoch-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 3;
}

.v10-epoch-ring {
  fill: none;
  stroke: #02b977;
  stroke-width: 3;
  stroke-dasharray: 138;
  stroke-dashoffset: 138;
  animation: v10RingLoad 4s infinite ease-in-out;
}

.strategy-v10-epoch text {
  fill: #00d2ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.strategy-v10-digi {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, "Cascadia Code", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.v10-digi-col {
  position: relative;
  height: 14px;
  overflow: hidden;
}

.v10-digi-tape {
  position: relative;
  display: block;
  animation: v10TapeScroll 2s infinite steps(4);
}

.strategy-v10-digi .c2 .v10-digi-tape { color: #00d2ff; animation-duration: 2.5s; }
.strategy-v10-digi .c3 .v10-digi-tape { color: #02b977; animation-duration: 1.8s; }
.strategy-v10-digi .c4 .v10-digi-tape { color: #f53f3f; animation-duration: 2.2s; }

@keyframes v10KBarHeight {
  0% { transform: scaleY(0.6); }
  100% { transform: scaleY(1.4); }
}

@keyframes v10PulseCore {
  0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

@keyframes v10NodeFloat {
  0% { transform: translateY(-3px); }
  100% { transform: translateY(3px); }
}

@keyframes v10LineMarch {
  to { stroke-dashoffset: -100; }
}

@keyframes v10PacketFly {
  0% { offset-distance: 0%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

@keyframes v10ImpactWave {
  0% { width: 0; height: 0; opacity: 1; border-width: 2px; }
  100% { width: 160px; height: 160px; opacity: 0; border-width: 0; }
}

@keyframes v10OrbitSpin {
  100% { transform: rotate(360deg); }
}

@keyframes v10SmileBreathe {
  0% { transform: scaleY(0.8); opacity: 0.6; }
  100% { transform: scaleY(1.2); opacity: 1; }
}

@keyframes v10LineDraw {
  0% { stroke-dashoffset: 200; }
  100% { stroke-dashoffset: 0; }
}

@keyframes v10CrossGlow {
  0%, 45% { opacity: 0; transform: scale(1); }
  50%, 60% { opacity: 1; transform: scale(1.5); }
  65%, 100% { opacity: 0; transform: scale(1); }
}

@keyframes v10StreakShoot {
  0% { left: -100px; }
  100% { left: 120%; }
}

@keyframes v10PacketMove {
  0% { offset-distance: 0%; opacity: 1; }
  90% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

@keyframes v10NodePulse {
  0% { r: 3; opacity: 0.5; }
  100% { r: 5; opacity: 1; }
}

@keyframes v10GravPulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.5); opacity: 1; }
}

@keyframes v10GravSuck1 {
  0% { left: 10%; top: 10%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 50%; top: 50%; opacity: 0; }
}

@keyframes v10GravSuck2 {
  0% { left: 90%; top: 20%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 50%; top: 50%; opacity: 0; }
}

@keyframes v10GravSuck3 {
  0% { left: 20%; top: 90%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 50%; top: 50%; opacity: 0; }
}

@keyframes v10GravSuck4 {
  0% { left: 80%; top: 85%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 50%; top: 50%; opacity: 0; }
}

@keyframes v10GravSuck5 {
  0% { left: 50%; top: 5%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 50%; top: 50%; opacity: 0; }
}

@keyframes v10BouncePoint {
  0%, 100% { cy: 35px; r: 4; fill: #02b977; }
  50% { cy: 10px; r: 3; fill: #f53f3f; }
}

@keyframes v10RingLoad {
  0% { stroke-dashoffset: 138; stroke: #f53f3f; }
  50% { stroke-dashoffset: 0; stroke: #00d2ff; }
  100% { stroke-dashoffset: -138; stroke: #02b977; }
}

@keyframes v10TapeScroll {
  0% { top: 0; }
  100% { top: -56px; }
}
