/* [project]/src/app/home/home.css [app-client] (css) */
:root {
  --section-pad-y: 100px;
  --section-divider: #e5e7eb;
}

* {
  box-sizing: border-box;
}

body {
  color: #0a0a1a;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv11", "ss01";
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
}

.mkt-root {
  color: #0a0a1a;
  background: #fff;
  min-height: 100vh;
  overflow-x: clip;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.container-narrow {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  letter-spacing: .02em;
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.eyebrow-light {
  color: #4f46e5;
  background: #ffffffb3;
  border: 1px solid #4f46e52e;
}

.eyebrow-dark {
  color: #fffffff2;
  background: #ffffff1a;
  border: 1px solid #ffffff2e;
}

.eyebrow-dot {
  background: #6366f1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px #6366f140;
}

.h-eyebrow-section {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6366f1;
  margin-bottom: 12px;
  font-size: 12.5px;
  font-weight: 700;
}

.h-display {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 700;
  line-height: .98;
}

.h-section {
  letter-spacing: -.025em;
  margin: 0;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
}

.btn-marketing {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s, box-shadow .2s;
  display: inline-flex;
}

.btn-marketing:hover {
  transform: translateY(-1px);
}

.btn-dark {
  color: #fff;
  background: #0a0a1a;
  box-shadow: inset 0 1px #ffffff1f, 0 8px 24px #0f172a2e;
}

.btn-dark:hover {
  box-shadow: inset 0 1px #ffffff2e, 0 12px 32px #0f172a47;
}

.btn-glass-light {
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  background: #ffffff1a;
  border: 1px solid #ffffff38;
  box-shadow: inset 0 1px #ffffff40;
}

.btn-glass-light:hover {
  background: #ffffff29;
}

.btn-glass-dark {
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  background: #00000040;
  border: 1px solid #ffffff24;
}

.btn-white {
  color: #0a0a1a;
  background: #fff;
  box-shadow: 0 8px 24px #00000026, inset 0 1px #fff9;
}

.btn-indigo {
  color: #fff;
  background: #4f46e5;
  box-shadow: inset 0 1px #ffffff2e, 0 8px 24px #4f46e559;
}

.btn-indigo:hover {
  background: #4338ca;
}

.btn-orange {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: inset 0 1px #ffffff2e, 0 8px 24px #ea580c59;
}

.btn-orange:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

.light-mesh {
  isolation: isolate;
  color: #0a0a1a;
  background: radial-gradient(60% 60% at 18% 14%, #6366f129, #0000 60%), radial-gradient(50% 60% at 90% 22%, #ec48991a, #0000 55%), radial-gradient(60% 60% at 80% 90%, #a855f71a, #0000 55%), #fff;
  position: relative;
  overflow: hidden;
}

.v2-hero {
  text-align: center;
  padding: clamp(80px, 12vw, 140px) 0 0;
  position: relative;
}

.v2-hero-motion {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v2-hero-orb {
  filter: blur(80px);
  opacity: .45;
  border-radius: 50%;
  position: absolute;
}

.v2-hero-orb-1 {
  background: radial-gradient(circle, #818cf8, #0000 70%);
  width: 600px;
  height: 600px;
  top: -200px;
  left: -150px;
}

.v2-hero-orb-2 {
  background: radial-gradient(circle, #a78bfa, #0000 70%);
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
}

.v2-hero-orb-3 {
  opacity: .2;
  background: radial-gradient(circle, #ec4899, #0000 70%);
  width: 400px;
  height: 400px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.v2-hero-inner {
  z-index: 1;
  position: relative;
}

.v2-hero-copy {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
}

.v2-headline {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 700;
  line-height: .98;
}

.v2-grad {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.v2-sub {
  color: #4b5563;
  max-width: 600px;
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

.v2-muted {
  color: #9ca3af;
}

.v2-product {
  z-index: 1;
  margin-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.v2-product-frame {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v2-product-glow {
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, #fff 30%, #0000);
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v2-dashcaption {
  text-align: center;
  color: #6b7280;
  margin: 28px auto 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}

.v2-pricing {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  border-top: 1px solid var(--section-divider);
}

.v2-pricing-head {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 48px;
  display: flex;
}

.v2-pricing-sub {
  color: #4b5563;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.v2-billing-toggle {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.v2-toggle-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  transition: color .15s;
}

.v2-toggle-label.active {
  color: #0a0a1a;
  font-weight: 600;
}

.v2-toggle-btn {
  cursor: pointer;
  background: #e5e7eb;
  border: none;
  border-radius: 9999px;
  width: 44px;
  height: 26px;
  padding: 0;
  transition: background .2s;
  position: relative;
}

.v2-toggle-btn.active {
  background: #4f46e5;
}

.v2-toggle-knob {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .2s;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 3px #0003;
}

.v2-toggle-btn.active .v2-toggle-knob {
  transform: translateX(18px);
}

.v2-toggle-badge {
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 9999px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 600;
}

.v2n-pricing-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.v2-plan {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-direction: column;
  gap: 8px;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.v2-plan-featured {
  border-color: #4f46e5;
  box-shadow: 0 0 0 1px #4f46e5, 0 20px 48px -16px #4f46e54d;
}

.v2-plan-limited {
  background: linear-gradient(#fffbeb 0%, #fff 100%);
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px #f59e0b;
}

.v2-plan-badge {
  color: #fff;
  letter-spacing: .12em;
  white-space: nowrap;
  background: #4f46e5;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.v2-plan-tier {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.v2-plan-name {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 20px;
  font-weight: 700;
}

.v2n-plan-descriptor {
  color: #6b7280;
  min-height: 38px;
  font-size: 13px;
  line-height: 1.5;
}

.v2-plan-price {
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
  display: flex;
}

.v2-plan-price-num {
  letter-spacing: -.03em;
  color: #0a0a1a;
  font-size: 32px;
  font-weight: 800;
}

.v2-plan-per {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.v2-plan-billed {
  color: #6b7280;
  min-height: 18px;
  font-size: 12px;
}

.v2-plan-forever {
  color: #6b7280;
  font-size: 12px;
}

.v2-plan-trial {
  color: #059669;
  font-size: 12px;
  font-weight: 500;
}

.v2-plan-divider {
  background: #f3f4f6;
  height: 1px;
  margin: 8px 0;
}

.v2-plan-fee-label {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
}

.v2-plan-fee-value {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 22px;
  font-weight: 800;
}

.v2-plan-fee-sub {
  color: #6b7280;
  margin-top: -4px;
  font-size: 11px;
}

.v2-plan-list {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2-plan-list li {
  color: #374151;
  padding-left: 20px;
  font-size: 13.5px;
  position: relative;
}

.v2-plan-list li:before {
  content: "✓";
  color: #4f46e5;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.v2-plan-list li.excluded {
  color: #9ca3af;
  text-decoration: line-through;
}

.v2-plan-list li.excluded:before {
  content: "–";
  color: #d1d5db;
}

.v2-plan-cta {
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  margin-top: 16px;
  padding: 11px 18px;
  font-size: 13px;
}

.v2-plan-ltd-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #d97706;
  font-size: 11px;
  font-weight: 700;
}

.v2-plan-ltd-name {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.v2-plan-spots {
  color: #92400e;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.v2-plan-spots-dot {
  background: #f59e0b;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 3px #f59e0b40;
}

.v2-plan-progress {
  background: #fef3c7;
  border-radius: 9999px;
  height: 6px;
  overflow: hidden;
}

.v2-plan-progress-fill {
  background: linear-gradient(90deg, #f59e0b, #d97706);
  border-radius: 9999px;
  height: 100%;
}

.v2-plan-spots-close {
  color: #92400e;
  opacity: .75;
  font-size: 11.5px;
}

.v2-plan-ltd-price {
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.v2-plan-ltd-price-num {
  letter-spacing: -.03em;
  color: #0a0a1a;
  font-size: 32px;
  font-weight: 800;
}

.v2-plan-ltd-once {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.v2n-ltd-microcopy {
  color: #92400e;
  font-size: 12px;
  line-height: 1.4;
}

.v2-faq {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  border-top: 1px solid var(--section-divider);
}

.v2-faq-head {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 48px;
  display: flex;
}

.v2n-faq-list {
  flex-direction: column;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
}

.v2n-faq-item {
  border-top: 1px solid #ececec;
}

.v2n-faq-item:last-child {
  border-bottom: 1px solid #ececec;
}

.v2n-faq-item-open {
  background: #fafafa;
}

.v2n-faq-q {
  cursor: pointer;
  letter-spacing: -.015em;
  color: #0a0a1a;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 600;
  transition: color .15s;
  display: flex;
}

.v2n-faq-q:hover {
  color: #4f46e5;
}

.v2n-faq-chev {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: transform .22s cubic-bezier(.16, 1, .3, 1), background-color .15s, color .15s;
  display: inline-flex;
}

.v2n-faq-item-open .v2n-faq-chev {
  color: #4f46e5;
  background: #eef2ff;
  transform: rotate(180deg);
}

.v2n-faq-a-wrap {
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s cubic-bezier(.16, 1, .3, 1);
  display: grid;
}

.v2n-faq-item-open .v2n-faq-a-wrap {
  grid-template-rows: 1fr;
}

.v2n-faq-a {
  overflow: hidden;
}

.v2n-faq-a p {
  color: #4b5563;
  max-width: 720px;
  margin: 0;
  padding: 0 24px 22px;
  font-size: 15.5px;
  line-height: 1.65;
}

.v2-cta {
  color: #fff;
  text-align: center;
  background: linear-gradient(160deg, #06061a 0%, #1e1b4b 50%, #0f0a2e 100%);
  padding: clamp(96px, 11vw, 140px) 0;
  position: relative;
  overflow: hidden;
}

.v2-cta:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, #ffffff0a 1px, #0000 0);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
}

.v2-cta-inner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 0;
  display: flex;
  position: relative;
}

.v2-cta-headline {
  color: #fff;
  margin-bottom: 20px;
}

.v2-cta-sub {
  color: #ffffffa6;
  max-width: 580px;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.v2-cta-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  display: flex;
}

.v2-media {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  border-top: 1px solid var(--section-divider);
}

.v2-media-head {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 56px;
  display: flex;
}

.dashmock {
  color: #0a0a1a;
  text-align: left;
  background: #fff;
  border-radius: 16px;
  width: 920px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  overflow: hidden;
  box-shadow: 0 50px 100px -20px #0f172a73, 0 30px 60px -30px #0f172a8c, 0 0 0 1px #ffffff1a;
}

.dashmock-chrome {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.dashmock-dots {
  gap: 6px;
  display: flex;
}

.dashmock-dots span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dashmock-dots span:first-child {
  background: #ff5f57;
}

.dashmock-dots span:nth-child(2) {
  background: #febc2e;
}

.dashmock-dots span:nth-child(3) {
  background: #28c840;
}

.dashmock-url {
  color: #6b7280;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  flex: 1;
  max-width: 360px;
  margin: 0 auto;
  padding: 4px 12px;
  font: 500 11.5px ui-monospace, JetBrains Mono, monospace;
}

.dashmock-body {
  grid-template-columns: 180px 1fr;
  min-height: 420px;
  display: grid;
}

.dashmock-side {
  background: #fff;
  border-right: 1px solid #e5e7eb;
  padding: 14px 10px;
  font-size: 12px;
}

.dashmock-brand {
  padding: 4px 8px 14px;
}

.dashmock-brand img {
  height: 16px;
}

.dashmock-side-group {
  letter-spacing: .1em;
  color: #9ca3af;
  padding: 14px 8px 6px;
  font-size: 9.5px;
  font-weight: 700;
}

.dashmock-side-item {
  color: #4b5563;
  border-radius: 6px;
  padding: 7px 8px;
  font-weight: 500;
}

.dashmock-side-item.active {
  color: #4338ca;
  background: #eef2ff;
  font-weight: 600;
}

.dashmock-main {
  background: #f9fafb;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.dashmock-store {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashmock-store:before {
  content: "";
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  height: 2.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dashmock-avatar {
  background: linear-gradient(135deg, #1f1f2e, #0a0a1a);
  border-radius: 10px;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.dashmock-store-meta {
  flex: 1;
}

.dashmock-store-name {
  font-size: 14px;
  font-weight: 700;
}

.dashmock-store-handle {
  color: #6b7280;
  font-family: ui-monospace, JetBrains Mono, monospace;
  font-size: 11.5px;
}

.dashmock-pills {
  gap: 6px;
  margin-top: 5px;
  display: flex;
}

.dashmock-pill {
  border-radius: 9999px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
}

.dashmock-pill.green {
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.dashmock-pill.indigo {
  color: #3730a3;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.dashmock-cta {
  color: #fff;
  cursor: pointer;
  background: #4f46e5;
  border: none;
  border-radius: 8px;
  padding: 7px 12px;
  font: 600 11.5px "Source Sans 3", sans-serif;
}

.dashmock-metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

.dashmock-metric {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
}

.dashmock-eyebrow {
  letter-spacing: .1em;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 700;
}

.dashmock-val {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 800;
}

.dashmock-delta {
  color: #059669;
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 600;
}

.dashmock-chart {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
}

.dashmock-chart-head {
  color: #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 11.5px;
  font-weight: 600;
  display: flex;
}

.dashmock-range {
  background: #f3f4f6;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 10px;
}

.dashmock-svg {
  width: 100%;
  height: 100px;
  display: block;
}

.foot {
  color: #ffffffb3;
  background: #06061a;
  padding: 60px 0 32px;
}

.foot-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.foot-grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  display: grid;
}

.foot-col h5 {
  letter-spacing: .1em;
  color: #ffffff80;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}

.foot-col a {
  color: #ffffffb3;
  padding: 4px 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.foot-col a:hover {
  color: #fff;
}

.foot-brand img {
  height: 22px;
  margin-bottom: 14px;
}

.foot-tagline {
  opacity: .7;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.5;
}

.foot-bottom {
  color: #ffffff80;
  border-top: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12.5px;
  display: flex;
}

.foot-social {
  gap: 14px;
  display: flex;
}

.foot-social a {
  color: #ffffff80;
}

@media (max-width: 1100px) {
  .dashmock {
    width: 100%;
    max-width: 920px;
  }
}

@media (max-width: 900px) {
  .v2n-pricing-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    margin: 0 auto;
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .foot-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --section-pad-y: 56px;
  }

  .v2n-pricing-grid-4 {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .v2-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-cta-row .btn-marketing {
    justify-content: center;
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .v2n-faq-q {
    padding: 18px 16px;
    font-size: 15px;
  }

  .v2n-faq-a p {
    padding: 0 16px 18px;
  }
}

@media (max-width: 767px) {
  .foot-bottom {
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }

  .dashmock-side {
    display: none;
  }

  .dashmock-body {
    grid-template-columns: 1fr;
  }

  .dashmock-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .dashmock-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2n-pricing-grid-4 {
    max-width: 100%;
  }
}

.light-mesh-v3 {
  color: #0a0a1a;
  background: radial-gradient(80% 70% at 110% -5%, #6366f12e, #0000 55%), radial-gradient(60% 50% at -5% 30%, #8b5cf621, #0000 55%), #f6f5ff;
  overflow: hidden;
}

.hv3 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hv3-inner {
  z-index: 1;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "badge visual"
                       "copy visual"
                       "social visual";
  align-items: center;
  column-gap: 56px;
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.hv3-badge-wrap {
  grid-area: badge;
}

.hv3-copy {
  flex-direction: column;
  grid-area: copy;
  gap: 36px;
  display: flex;
}

.hv3-visual {
  grid-area: visual;
  align-self: center;
}

.hv3-social {
  grid-area: social;
  padding-top: 8px;
}

.hv3-headline {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.06;
}

.hv3-headline--v2 {
  text-wrap: balance;
  font-size: clamp(32px, 3.6vw, 52px);
}

.hv3-sub {
  color: #4b5563;
  margin: 0;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
}

.hv3-features {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  display: grid;
}

.hv3-feat {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.hv3-feat-icon {
  color: #4f46e5;
  background: #eeecff;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.hv3-feat-label {
  color: #0a0a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.hv3-feat-desc {
  color: #6b7280;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
}

.hv3-ctas {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}

.hv3-watch-demo {
  color: #4f46e5;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
  display: inline-flex;
}

.hv3-watch-demo:hover {
  opacity: .75;
}

.hv3-watch-demo-play {
  color: #4f46e5;
  border: 1.5px solid #4f46e580;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
}

.hv3-social {
  align-items: center;
  gap: 10px;
  display: flex;
}

.hv3-avatars {
  align-items: center;
  display: flex;
}

.hv3-av {
  border: 2.5px solid #f6f5ff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-left: -10px;
  display: inline-block;
}

.hv3-av:first-child {
  margin-left: 0;
}

.hv3-av-1 {
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
}

.hv3-av-2 {
  background: linear-gradient(135deg, #34d399, #059669);
}

.hv3-av-3 {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}

.hv3-av-4 {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.hv3-stars {
  color: #f59e0b;
  letter-spacing: 2px;
  margin-left: 4px;
  font-size: 15px;
}

.hv3-social-text {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.hv3-product-img {
  filter: drop-shadow(0 24px 48px #4f46e526);
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
}

.hv3-stats-row {
  border-top: 1px solid #6366f11f;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  padding: 0;
  display: grid;
}

.hv3-stat {
  border-right: 1px solid #0000000f;
  align-items: center;
  gap: 10px;
  padding: 18px 16px;
  display: flex;
}

.hv3-stat:last-child {
  border-right: none;
}

.hv3-stat-icon {
  color: #4f46e5;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  box-shadow: 0 1px 3px #0000000f;
}

.hv3-stat > div {
  min-width: 0;
}

.hv3-stat-val {
  letter-spacing: -.01em;
  color: #0a0a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.hv3-stat-lbl {
  color: #6b7280;
  margin-top: 3px;
  font-size: 12px;
}

.hv3-motion {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hv3-orb {
  will-change: transform, opacity;
  border-radius: 50%;
  position: absolute;
}

.hv3-orb-1 {
  filter: blur(72px);
  background: radial-gradient(circle at 40% 40%, #6366f138, #0000 65%);
  width: 700px;
  height: 700px;
  animation: 32s ease-in-out infinite hv3-drift-1;
  top: -280px;
  left: -180px;
}

.hv3-orb-2 {
  filter: blur(64px);
  background: radial-gradient(circle at 60% 35%, #a78bfa2e, #0000 65%);
  width: 520px;
  height: 520px;
  animation: 28s ease-in-out infinite hv3-drift-2;
  top: -120px;
  right: -80px;
}

.hv3-orb-3 {
  filter: blur(56px);
  background: radial-gradient(circle, #ec48991a, #0000 65%);
  width: 380px;
  height: 380px;
  animation: 24s ease-in-out infinite hv3-drift-3;
  bottom: -60px;
  left: 42%;
}

.hv3-orb-4 {
  filter: blur(80px);
  background: radial-gradient(circle, #4f46e51f, #0000 65%);
  width: 440px;
  height: 440px;
  animation: 36s ease-in-out infinite hv3-drift-4;
  top: 35%;
  left: -120px;
}

.hv3-orb-5 {
  filter: blur(52px);
  background: radial-gradient(circle, #a855f71a, #0000 65%);
  width: 320px;
  height: 320px;
  animation: 30s ease-in-out infinite hv3-drift-5;
  top: 30%;
  right: 6%;
}

@keyframes hv3-drift-1 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(40px, 30px)scale(1.06);
  }

  66% {
    transform: translate(-20px, 50px)scale(.97);
  }
}

@keyframes hv3-drift-2 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  40% {
    transform: translate(-50px, 20px)scale(1.05);
  }

  70% {
    transform: translate(20px, -30px)scale(.96);
  }
}

@keyframes hv3-drift-3 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  50% {
    transform: translate(-30px, -40px)scale(1.08);
  }
}

@keyframes hv3-drift-4 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  35% {
    transform: translate(30px, -25px)scale(1.04);
  }

  65% {
    transform: translate(-15px, 35px)scale(.98);
  }
}

@keyframes hv3-drift-5 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  45% {
    transform: translate(-25px, 30px)scale(1.06);
  }

  80% {
    transform: translate(20px, -20px)scale(.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hv3-orb {
    animation: none !important;
  }
}

@media (max-width: 1023px) {
  .hv3-inner {
    text-align: center;
    grid-template-columns: 1fr;
    grid-template-areas: "visual"
                         "badge"
                         "copy"
                         "social";
    row-gap: 32px;
    padding-top: clamp(80px, 12vw, 112px);
  }

  .hv3-badge-wrap {
    justify-content: center;
    display: flex;
  }

  .hv3-copy {
    align-items: center;
  }

  .hv3-visual {
    justify-self: center;
  }

  .hv3-social {
    justify-content: center;
  }

  .hv3-features {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
  }

  .hv3-ctas {
    justify-content: center;
  }

  .hv3-product-img {
    max-width: 560px;
  }

  .hv3-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv3-stat:nth-child(2) {
    border-right: none;
  }

  .hv3-stat:first-child, .hv3-stat:nth-child(2) {
    border-bottom: 1px solid #0000000f;
  }
}

@media (max-width: 640px) {
  .hv3-features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .hv3-product-img {
    max-width: 100%;
  }

  .hv3-stat {
    padding: 14px 12px;
  }

  .hv3-stat-val {
    font-size: 12px;
  }
}

/* [project]/src/components/modals/LoginModal.css [app-client] (css) */
.lm-overlay {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  background: radial-gradient(55% 60% at 20% 20%, #6366f159, #0000 60%), radial-gradient(50% 55% at 85% 30%, #a855f747, #0000 55%), radial-gradient(60% 50% at 60% 90%, #ec489938, #0000 55%), #06061acc;
  justify-content: center;
  align-items: center;
  padding: 24px;
  animation: .18s cubic-bezier(.16, 1, .3, 1) both lm-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes lm-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lm-panel {
  -webkit-backdrop-filter: blur(28px) saturate(185%);
  color: #fff;
  background: #0e0e1aeb;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  width: 100%;
  max-width: 440px;
  padding: 36px 32px 28px;
  animation: .26s cubic-bezier(.16, 1, .3, 1) both lm-slide-up;
  position: relative;
  box-shadow: 0 0 0 1px #ffffff0d, 0 40px 80px -20px #000000b3;
}

@keyframes lm-slide-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lm-close {
  cursor: pointer;
  color: #ffffff73;
  background: #ffffff0f;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
}

.lm-close:hover {
  color: #fff;
  background: #ffffff1f;
}

.lm-logo {
  margin-bottom: 20px;
}

.lm-heading {
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
}

.lm-sub {
  color: #ffffff73;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}

.lm-oauth-group {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  display: flex;
}

.lm-oauth-btn {
  color: #fff;
  cursor: pointer;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  transition: background .15s, border-color .15s, transform .15s;
  display: flex;
}

.lm-oauth-btn:hover:not(:disabled) {
  background: #ffffff1f;
  border-color: #fff3;
  transform: translateY(-1px);
}

.lm-oauth-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.lm-divider {
  color: #ffffff4d;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  font-size: 13px;
  display: flex;
}

.lm-divider:before, .lm-divider:after {
  content: "";
  background: #ffffff1a;
  flex: 1;
  height: 1px;
}

.lm-form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.lm-input {
  color: #fff;
  box-sizing: border-box;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .15s, box-shadow .15s;
}

.lm-input::placeholder {
  color: #ffffff47;
}

.lm-input:focus {
  border-color: #6366f18c;
  box-shadow: 0 0 0 3px #6366f12e;
}

.lm-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 14px;
  width: 100%;
  padding: 14px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .15s, transform .15s, box-shadow .15s;
  box-shadow: 0 8px 24px #6366f159;
}

.lm-btn:hover:not(:disabled) {
  opacity: .92;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px #6366f173;
}

.lm-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.lm-agree {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  display: flex;
}

.lm-agree-checkbox {
  appearance: none;
  cursor: pointer;
  background: #ffffff0d;
  border: 1.5px solid #ffffff40;
  border-radius: 5px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  transition: border-color .15s, background .15s;
  position: relative;
}

.lm-agree-checkbox:checked {
  background: #6366f1;
  border-color: #6366f1;
}

.lm-agree-checkbox:checked:after {
  content: "";
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 1.5px;
  left: 4px;
  transform: rotate(45deg);
}

.lm-agree-checkbox:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #6366f199;
}

@keyframes lm-shake {
  0%, 100% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-6px);
  }

  30% {
    transform: translateX(5px);
  }

  45% {
    transform: translateX(-4px);
  }

  60% {
    transform: translateX(3px);
  }

  75% {
    transform: translateX(-2px);
  }
}

.lm-agree--shake {
  animation: .55s cubic-bezier(.36, .07, .19, .97) both lm-shake;
}

.lm-agree--shake .lm-agree-checkbox {
  border-color: #f87171;
  box-shadow: 0 0 0 3px #ef444438;
}

.lm-agree span {
  color: #fff6;
  font-size: 12px;
  line-height: 1.5;
}

.lm-agree a {
  color: #8b5cf6d9;
  text-decoration: none;
  transition: color .15s;
}

.lm-agree a:hover {
  color: #a78bfa;
}

.lm-error {
  color: #fca5a5;
  text-align: center;
  background: #ef44441a;
  border: 1px solid #ef444438;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
}

.lm-success {
  color: #6ee7b7;
  text-align: center;
  background: #10b9811a;
  border: 1px solid #10b98138;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
}

.lm-input-code {
  text-align: center;
  letter-spacing: .25em;
  font-family: monospace;
  font-size: 22px;
}

.lm-footer-row {
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.lm-footer-row .lm-link {
  font-size: 13px;
}

.lm-link {
  text-align: center;
  color: #ffffff73;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
  display: block;
}

.lm-link:hover {
  color: #fff;
}

.lm-link:disabled {
  opacity: .4;
  cursor: not-allowed;
}

/* [project]/src/components/modals/SearchModal.css [app-client] (css) */
.sm-overlay {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  background: radial-gradient(55% 60% at 20% 20%, #6366f14d, #0000 60%), radial-gradient(50% 55% at 85% 30%, #a855f738, #0000 55%), radial-gradient(60% 50% at 60% 90%, #ec48992e, #0000 55%), #06061ac7;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 24px 24px;
  animation: .18s cubic-bezier(.16, 1, .3, 1) both sm-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

@keyframes sm-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sm-panel {
  -webkit-backdrop-filter: blur(28px) saturate(185%);
  color: #fff;
  background: #0e0e1af0;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  animation: .26s cubic-bezier(.16, 1, .3, 1) both sm-slide-up;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff0d, 0 40px 80px -20px #000000b3;
}

@keyframes sm-slide-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sm-search-row {
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  display: flex;
}

.sm-search-icon {
  color: #ffffff80;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sm-search-input {
  color: #fff;
  letter-spacing: -.01em;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.sm-search-input::placeholder {
  color: #ffffff59;
}

.sm-close {
  cursor: pointer;
  color: #ffffff73;
  background: #ffffff0f;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background .15s, color .15s;
  display: flex;
}

.sm-close:hover {
  color: #fff;
  background: #ffffff1f;
}

.sm-tabs {
  border-bottom: 1px solid #ffffff0f;
  gap: 6px;
  padding: 12px 16px;
  display: flex;
}

.sm-tab {
  color: #ffffff8c;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  transition: background .15s, color .15s, border-color .15s;
}

.sm-tab:hover {
  color: #ffffffd9;
}

.sm-tab.active {
  color: #fff;
  background: #ffffff14;
  border-color: #ffffff29;
}

.sm-results {
  max-height: 60vh;
  padding: 8px 8px 12px;
  overflow-y: auto;
}

.sm-empty {
  text-align: center;
  color: #fff6;
  padding: 40px 24px;
  font-size: 14px;
}

.sm-result {
  color: inherit;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background .12s;
  display: block;
}

.sm-result:hover {
  background: #ffffff0f;
}

.sm-result-kind {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a78bfa;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
}

.sm-result-title {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.sm-result-excerpt {
  color: #ffffff80;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 600px) {
  .sm-overlay {
    align-items: flex-start;
    padding: 24px 12px;
  }

  .sm-panel {
    max-width: 100%;
  }
}

/*# sourceMappingURL=src_08fy8ax._.css.map*/