.landing-v2 .v2-cust{background:var(--v2-surface);border-radius:10px;overflow:hidden;font-size:13px;display:flex;flex-direction:column}.landing-v2 .v2-cust-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--v2-border-soft);background:var(--v2-surface-soft);font-size:12px;color:var(--v2-text-mute)}.landing-v2 .v2-cust-bar-left{display:inline-flex;align-items:center;gap:8px;color:var(--v2-text-soft);font-weight:500}.landing-v2 .v2-cust-bar-dot{width:7px;height:7px;border-radius:var(--v2-radius-pill);background:var(--v2-ok);box-shadow:0 0 0 3px var(--v2-ok-soft)}.landing-v2 .v2-cust-bar-right{font-family:var(--font-jetbrains-mono),ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.02em;color:var(--v2-text-mute)}.landing-v2 .v2-cust-list{display:flex;flex-direction:column}.landing-v2 .v2-cust-card{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--v2-border-soft);position:relative}.landing-v2 .v2-cust-card:last-child{border-bottom:none}.landing-v2 .v2-cust-card-live{background:linear-gradient(90deg,rgba(124,58,237,.05),rgba(124,58,237,.02) 60%,transparent)}.landing-v2 .v2-cust-card-live:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--v2-accent)}.landing-v2 .v2-cust-card-body{display:flex;flex-direction:column;gap:6px;min-width:0}.landing-v2 .v2-cust-card-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-v2 .v2-cust-name-wrap{display:inline-flex;align-items:center;gap:8px;min-width:0}.landing-v2 .v2-cust-name{font-family:var(--v2-display);font-weight:700;font-size:14px;letter-spacing:-.01em;color:var(--v2-text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-v2 .v2-cust-flag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--v2-text-mute);padding:1px 6px;border-radius:4px;background:var(--v2-surface-soft);border:1px solid var(--v2-border-soft);flex-shrink:0;font-variant-emoji:text}.landing-v2 .v2-cust-meta{font-size:12px;color:var(--v2-text-mute)}.landing-v2 .v2-cust-mute{color:var(--v2-text-mute)}.landing-v2 .v2-cust-intent{display:flex;align-items:center;gap:10px;margin-top:2px}.landing-v2 .v2-cust-intent-bar{flex:1;height:5px;border-radius:var(--v2-radius-pill);background:var(--v2-border-soft);overflow:hidden}.landing-v2 .v2-cust-intent-fill{height:100%;border-radius:inherit;transition:width .8s cubic-bezier(.4,0,.2,1)}.landing-v2 .v2-cust-intent-fill[data-tier=hot]{background:linear-gradient(90deg,var(--v2-accent) 0,var(--v2-escalate) 100%)}.landing-v2 .v2-cust-intent-fill[data-tier=warm]{background:var(--v2-accent)}.landing-v2 .v2-cust-intent-fill[data-tier=cool]{background:var(--v2-text-mute);opacity:.5}.landing-v2 .v2-cust-intent-num{font-family:var(--v2-display);font-weight:700;font-size:12px;color:var(--v2-text);min-width:22px;text-align:right}.landing-v2 .v2-cust-status{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--v2-radius-pill);font-size:11.5px;font-weight:600;letter-spacing:-.005em;background:var(--v2-surface);color:var(--v2-text);border:1px solid var(--v2-border);flex-shrink:0;transition:color .3s ease}.landing-v2 .v2-cust-status-dot{width:6px;height:6px;border-radius:var(--v2-radius-pill);background:currentColor;flex-shrink:0;transition:background .3s ease}.landing-v2 .v2-cust-status[data-status=browsing] .v2-cust-status-dot{background:var(--v2-text-mute)}.landing-v2 .v2-cust-status[data-status=qualified] .v2-cust-status-dot{background:var(--v2-accent);box-shadow:0 0 0 3px var(--v2-accent-ring)}.landing-v2 .v2-cust-status[data-status=outreach] .v2-cust-status-dot{background:var(--v2-escalate);box-shadow:0 0 0 3px rgba(245,158,11,.2)}.landing-v2 .v2-cust-now{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--v2-text-mute);flex-wrap:wrap}.landing-v2 .v2-cust-now-dot{width:6px;height:6px;border-radius:var(--v2-radius-pill);background:var(--v2-ok);box-shadow:0 0 0 3px var(--v2-ok-soft);animation:v2-cust-now-pulse 1.6s ease-in-out infinite;flex-shrink:0}@keyframes v2-cust-now-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.landing-v2 .v2-cust-now-dot{animation:none}}.landing-v2 .v2-cust-now-page{font-family:var(--font-jetbrains-mono),ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--v2-accent-strong);font-weight:600;font-size:11px;padding:1px 6px;background:var(--v2-accent-soft);border-radius:4px;animation:v2-cust-page-fade .36s ease-out}@keyframes v2-cust-page-fade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-v2 .v2-cust-now-page{animation:none}}.v2-customer-stat{display:flex;align-items:baseline;gap:8px;padding:12px 14px;background:var(--v2-surface-soft);border:1px solid var(--v2-border-soft);border-radius:calc(var(--v2-radius) - 4px)}.v2-customer-stat-value{font-family:var(--v2-display);font-weight:700;font-size:18px;line-height:1;color:var(--v2-text);flex-shrink:0}.v2-customer-stat-label{font-size:12.5px;line-height:1.35;color:var(--v2-text-mute)}.v2-customers-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:900px){.v2-customers-grid{grid-template-columns:1fr}}.v2-customer-card{display:flex;flex-direction:column;gap:24px;padding:28px;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:var(--v2-radius);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.v2-customer-quote{font-family:var(--v2-display);font-size:16.5px;line-height:1.55;color:var(--v2-text);margin:0}.v2-customer-meta{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--v2-border-soft)}.v2-customer-avatar{width:48px;height:48px;border-radius:999px;border:1px solid var(--v2-border-soft);background:var(--v2-surface-soft);flex-shrink:0;display:block;object-fit:cover}.v2-customer-id{display:flex;flex-direction:column;gap:2px;min-width:0}.v2-customer-name{font-family:var(--v2-display);font-weight:700;font-size:14px;color:var(--v2-text)}.v2-customer-role{font-size:13px;color:var(--v2-text-mute)}.v2-customer-link{color:var(--v2-text);text-decoration:none;border-bottom:1px solid var(--v2-border);transition:border-color .15s ease,color .15s ease}.v2-customer-link:hover{border-color:var(--v2-text)}.v2-customer-cta{align-items:center;justify-content:center;text-align:center;border-style:dashed;background:transparent;gap:12px}.v2-customer-cta:hover{border-color:var(--v2-text);background:var(--v2-surface-soft);transform:translateY(-1px)}.v2-customer-cta-icon{width:48px;height:48px;border-radius:999px;background:var(--v2-text);color:var(--v2-bg);display:flex;align-items:center;justify-content:center}.v2-customer-cta-label{font-family:var(--v2-display);font-weight:700;font-size:16px;color:var(--v2-text)}.v2-customer-cta-hint{font-size:13px;color:var(--v2-text-mute)}