
.demo-wl-header[data-v-7c9c13e8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.demo-wl-list[data-v-7c9c13e8] {
  border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.demo-wl-list[data-v-7c9c13e8] .stock-row:last-child {
  border-bottom: none;
}
.demo-wl-link[data-v-7c9c13e8] {
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
}
.demo-wl-link[data-v-7c9c13e8]:hover { text-decoration: underline;
}

.demo-strategy-chart[data-v-97c6be9d] {
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 600px) {
.demo-strategy-chart[data-v-97c6be9d] {
    height: 300px;
}
}

.demo-strategy__section-label[data-v-9a2cb8a1] {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 10px !important;
}
.demo-strategy__name[data-v-9a2cb8a1] {
  display: flex;
  align-items: center;
}
.demo-strategy__ticker-btn[data-v-9a2cb8a1] {
  padding: 3px 10px;
  border-radius: 12px;
  border: 1px solid rgba(var(--v-theme-on-surface), 0.2);
  background: transparent;
  color: rgba(var(--v-theme-on-surface), 0.7);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}
.demo-strategy__ticker-btn[data-v-9a2cb8a1]:hover {
  background: rgba(var(--v-theme-on-surface), 0.08);
}
.demo-strategy__ticker-btn--active[data-v-9a2cb8a1] {
  background: rgba(var(--v-theme-primary), 0.15);
  border-color: rgb(var(--v-theme-primary));
  color: rgb(var(--v-theme-primary));
}
.demo-strategy-link[data-v-9a2cb8a1] {
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
}
.demo-strategy-link[data-v-9a2cb8a1]:hover { text-decoration: underline;
}

.demo-alerts__table[data-v-138ce330] {
  border: 1px solid rgba(var(--v-theme-on-surface), 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.demo-alerts__row[data-v-138ce330] {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(var(--v-theme-on-surface), 0.06);
  transition: background-color 0.15s;
}
.demo-alerts__row[data-v-138ce330]:last-child {
  border-bottom: none;
}
.demo-alerts__row[data-v-138ce330]:hover {
  background-color: rgba(var(--v-theme-primary), 0.04);
}
.demo-alerts__name-cell[data-v-138ce330] {
  display: flex;
  align-items: center;
  min-width: 0;
}
.demo-alerts__chip-cell[data-v-138ce330] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.demo-alerts__footer[data-v-138ce330] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 600px) {
.demo-alerts__row[data-v-138ce330] {
    grid-template-columns: 1fr auto auto;
}
.demo-alerts__chip-cell[data-v-138ce330]:nth-child(3) {
    display: none;
}
}
.demo-alerts-link[data-v-138ce330] {
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
}
.demo-alerts-link[data-v-138ce330]:hover { text-decoration: underline;
}

.demo-news__tabs[data-v-a4e97329] {
  display: flex;
  gap: 4px;
}
.demo-news__tab[data-v-a4e97329] {
  padding: 3px 10px;
  border-radius: 12px;
  border: 1px solid rgba(var(--v-theme-on-surface), 0.2);
  background: transparent;
  color: rgba(var(--v-theme-on-surface), 0.7);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}
.demo-news__tab[data-v-a4e97329]:hover { background: rgba(var(--v-theme-on-surface), 0.08);
}
.demo-news__tab--active[data-v-a4e97329] {
  background: rgba(var(--v-theme-primary), 0.15);
  border-color: rgb(var(--v-theme-primary));
  color: rgb(var(--v-theme-primary));
}
.demo-news-link[data-v-a4e97329] {
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
}
.demo-news-link[data-v-a4e97329]:hover { text-decoration: underline;
}

.demo-calc__header[data-v-01698caa] {
  display: flex;
  align-items: center;
}
.demo-calc__link[data-v-01698caa] {
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
}
.demo-calc__link[data-v-01698caa]:hover {
  text-decoration: underline;
}

.landing-page[data-v-653362e2] {
  overflow-x: hidden;
}
.landing-page--static-reveals .pricing-card[data-v-653362e2],
.landing-page--static-reveals .stat-item[data-v-653362e2],
.landing-page--static-reveals .how-it-works-step[data-v-653362e2] {
  opacity: 1;
  transform: none;
  transition: box-shadow 0.2s ease;
}
.landing-nav[data-v-653362e2] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 16px;
  transition: background 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}
.landing-nav--scrolled[data-v-653362e2] {
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.landing-nav__inner[data-v-653362e2] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.landing-nav__links[data-v-653362e2],
.landing-nav__actions[data-v-653362e2] {
  display: flex;
  align-items: center;
}
.landing-nav__links[data-v-653362e2] {
  gap: 18px;
}
.landing-nav-link[data-v-653362e2],
.landing-nav__mobile-link[data-v-653362e2] {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.landing-nav-link[data-v-653362e2]:hover,
.landing-nav__mobile-link[data-v-653362e2]:hover {
  color: rgba(255, 255, 255, 0.96);
}
.nav-logo-icon[data-v-653362e2] {
  height: 28px;
  width: auto;
}
.nav-logo-text1[data-v-653362e2],
.nav-logo-text2[data-v-653362e2] {
  height: 18px;
  width: auto;
}
.landing-nav__mobile-menu[data-v-653362e2] {
  max-width: 1200px;
  margin: 8px auto 0;
  padding: 12px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 10px;
}
.landing-nav__mobile-link[data-v-653362e2] {
  padding: 4px 0;
}
.landing-nav-btn[data-v-653362e2] {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.hero-section[data-v-653362e2] {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 16px 100px;
  overflow: hidden;
}
.hero-background[data-v-653362e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-candles-canvas[data-v-653362e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.hero-text-vignette[data-v-653362e2] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 0;
}
.hero-grid-overlay[data-v-653362e2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(var(--v-theme-primary), 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--v-theme-primary), 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}
.hero-content[data-v-653362e2] {
  position: relative;
  z-index: 1;
}
.hero-logo-row[data-v-653362e2] {
  gap: 8px;
  max-width: 100%;
}
.hero-logo-icon[data-v-653362e2] {
  height: 56px;
  width: auto;
  flex-shrink: 1;
  min-width: 0;
}
.hero-logo-text1[data-v-653362e2],
.hero-logo-text2[data-v-653362e2] {
  height: 36px;
  width: auto;
  flex-shrink: 1;
  min-width: 0;
}
.hero-tagline[data-v-653362e2] {
  line-height: 1.3;
}
.hero-cta-btn[data-v-653362e2] {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}
.landing-secondary-cta-btn[data-v-653362e2] {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92) !important;
}
.landing-secondary-cta-btn[data-v-653362e2]:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}
.guest-link[data-v-653362e2] {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  cursor: pointer;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.guest-link[data-v-653362e2]:hover {
  color: rgba(255, 255, 255, 0.8);
}
.scroll-indicator[data-v-653362e2] {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.scroll-indicator[data-v-653362e2]:hover {
  opacity: 1;
}
.bounce-arrow[data-v-653362e2] {
  animation: bounce-653362e2 2s ease-in-out infinite;
}
@keyframes bounce-653362e2 {
0%,
  100% {
    transform: translateY(0);
}
50% {
    transform: translateY(8px);
}
}
.features-section[data-v-653362e2] {
  padding: 96px 16px;
}
.feature-card[data-v-653362e2] {
  background: var(--theme-card-background-main, #1a1a1e);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature-card[data-v-653362e2]:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.feature-card__body[data-v-653362e2] {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.feature-card__info[data-v-653362e2] {
  width: 280px;
  flex-shrink: 0;
}
.feature-card__demo[data-v-653362e2] {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.feature-card__demo[data-v-653362e2] > * {
  width: 100%;
}
.feature-card__learn-more[data-v-653362e2] {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  color: rgb(var(--v-theme-primary));
  text-decoration: none;
  font-weight: 600;
}
.landing-advanced-chart[data-v-653362e2] {
  position: relative;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.landing-advanced-chart[data-v-653362e2] .indicators-btn {
  background-color: rgba(var(--v-theme-primary), 0.12) !important;
  color: rgb(var(--v-theme-primary)) !important;
  animation: landing-indicator-pulse-653362e2 2.5s ease-in-out infinite;
}
@keyframes landing-indicator-pulse-653362e2 {
0%,
  100% {
    box-shadow: 0 0 0 0 rgba(var(--v-theme-primary), 0.4);
}
60% {
    box-shadow: 0 0 0 8px rgba(var(--v-theme-primary), 0);
}
}
.feature-card__body--reversed[data-v-653362e2] {
  flex-direction: row-reverse;
}
.feature-col--push-left[data-v-653362e2] {
  padding-right: 18%;
}
.feature-col--push-right[data-v-653362e2] {
  padding-left: 18%;
}
.and-more-section[data-v-653362e2] {
  padding: 48px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.and-more-highlight[data-v-653362e2] {
  color: rgb(var(--v-theme-primary));
  font-weight: 600;
}
.pricing-section[data-v-653362e2] {
  padding: 96px 16px;
  background: var(--theme-container-background, #1a1a1a);
}
.pricing-toggle[data-v-653362e2] .v-switch__thumb {
  transition: transform 0.2s ease;
}
.pricing-cards-row[data-v-653362e2] {
  margin-top: 0;
}
.pricing-card[data-v-653362e2] {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.2s ease;
}
.pricing-card.visible[data-v-653362e2] {
  opacity: 1;
  transform: translateY(0);
}
.pricing-card[data-v-653362e2]:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}
.pricing-price[data-v-653362e2] {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.pricing-card-summary[data-v-653362e2] {
  display: flex;
  flex-direction: column;
  min-height: 210px;
}
.pricing-chip-row[data-v-653362e2] {
  min-height: 24px;
  display: flex;
  align-items: flex-start;
}
.pricing-feature-item[data-v-653362e2] {
  line-height: 1.4;
}
.pricing-cta-btn[data-v-653362e2] {
  height: 54px !important;
  flex: 0 0 auto !important;
}
.faq-section[data-v-653362e2] {
  padding: 96px 16px;
}
.faq-panel[data-v-653362e2] {
  background: var(--theme-card-background-main, #1e1e1e) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.faq-panel[data-v-653362e2] .v-expansion-panel-title {
  font-weight: 500;
  font-size: 0.95rem;
}
.faq-answer[data-v-653362e2] {
  line-height: 1.7;
  padding-bottom: 4px;
}
.stats-section[data-v-653362e2] {
  padding: 64px 16px;
  background: var(--theme-container-background, #232323);
}
.stat-item[data-v-653362e2] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.stat-item.visible[data-v-653362e2] {
  opacity: 1;
  transform: translateY(0);
}
.stat-number[data-v-653362e2] {
  background: linear-gradient(135deg, rgb(var(--v-theme-primary)) 0%, #64b5f6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-it-works-section[data-v-653362e2] {
  padding: 96px 16px;
}
.how-it-works-step[data-v-653362e2] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.how-it-works-step.visible[data-v-653362e2] {
  opacity: 1;
  transform: translateY(0);
}
.step-avatar[data-v-653362e2] {
  box-shadow: 0 0 24px rgba(var(--v-theme-primary), 0.3);
}
.bottom-cta-section[data-v-653362e2] {
  padding: 96px 16px;
  background: var(--theme-container-background, #232323);
}
.cta-logo-icon[data-v-653362e2] {
  height: 48px;
  width: auto;
}
.landing-footer[data-v-653362e2] {
  padding: 24px 16px 32px;
}
.footer-logo-icon[data-v-653362e2] {
  height: 20px;
  width: auto;
}
.footer-logo-text1[data-v-653362e2],
.footer-logo-text2[data-v-653362e2] {
  height: 14px;
  width: auto;
}
.landing-footer-link[data-v-653362e2] {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.landing-footer-link[data-v-653362e2]:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 959px) {
.feature-col--push-left[data-v-653362e2] {
    padding-right: 8%;
}
.feature-col--push-right[data-v-653362e2] {
    padding-left: 8%;
}
.features-section[data-v-653362e2],
  .pricing-section[data-v-653362e2],
  .faq-section[data-v-653362e2],
  .how-it-works-section[data-v-653362e2],
  .bottom-cta-section[data-v-653362e2] {
    padding: 64px 16px;
}
}
@media (max-width: 767px) {
.feature-col--push-left[data-v-653362e2],
  .feature-col--push-right[data-v-653362e2] {
    padding-left: 0;
    padding-right: 0;
}
.feature-card__body[data-v-653362e2],
  .feature-card__body--reversed[data-v-653362e2] {
    flex-direction: column;
    gap: 20px;
}
.feature-card__info[data-v-653362e2] {
    width: 100%;
}
}
@media (max-width: 599px) {
.hero-section[data-v-653362e2] {
    min-height: 100svh;
    padding: 76px 12px 76px;
}
.hero-content[data-v-653362e2] {
    width: 100%;
}
.hero-tagline[data-v-653362e2] {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 12px !important;
}
.hero-subtitle[data-v-653362e2] {
    max-width: 340px !important;
    margin-bottom: 24px !important;
}
.scroll-indicator[data-v-653362e2] {
    bottom: 18px;
    opacity: 0.85;
}
.scroll-indicator .text-caption[data-v-653362e2] {
    font-size: 0.72rem !important;
}
.hero-logo-icon[data-v-653362e2] {
    height: 40px;
}
.hero-logo-text1[data-v-653362e2],
  .hero-logo-text2[data-v-653362e2] {
    height: 26px;
}
.hero-logo-row[data-v-653362e2] {
    gap: 5px;
}
.features-section[data-v-653362e2],
  .pricing-section[data-v-653362e2],
  .faq-section[data-v-653362e2],
  .how-it-works-section[data-v-653362e2],
  .bottom-cta-section[data-v-653362e2] {
    padding: 48px 12px;
}
.cta-logo-icon[data-v-653362e2] {
    height: 36px;
}
}
@media (max-width: 399px) {
.hero-section[data-v-653362e2] {
    padding: 72px 10px 72px;
}
.hero-tagline[data-v-653362e2] {
    font-size: 1.75rem;
}
.hero-subtitle[data-v-653362e2] {
    max-width: 300px !important;
    margin-bottom: 20px !important;
}
.scroll-indicator[data-v-653362e2] {
    bottom: 14px;
}
.hero-logo-icon[data-v-653362e2] {
    height: 32px;
}
.hero-logo-text1[data-v-653362e2],
  .hero-logo-text2[data-v-653362e2] {
    height: 20px;
}
.hero-logo-row[data-v-653362e2] {
    gap: 4px;
}
}
