.dashboard-mock{position:relative;display:flex;width:100%;height:540px;max-width:100%;background:#f8f9fa;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;font-family:var(--font-primary, "Plus Jakarta Sans"),system-ui,sans-serif;box-shadow:0 12px 32px #2b3c5114}.dashboard-mock .dm-cursor{position:absolute;left:0;top:0;width:20px;height:24px;z-index:40;pointer-events:none;opacity:0;transform:translate3d(-40px,60%,0) scale(1);filter:drop-shadow(0 1px 1px rgba(0,0,0,.28)) drop-shadow(0 4px 10px rgba(43,60,81,.18));transition:opacity .22s ease,transform .68s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.dashboard-mock .dm-cursor.is-visible{opacity:1}.dashboard-mock .dm-cursor.is-fast{transition-duration:.42s}.dashboard-mock .dm-cursor.is-pressing{transform:translate3d(var(--dm-cx, 0px),var(--dm-cy, 0px),0) scale(.9);transition-duration:90ms}.dashboard-mock .dm-btn,.dashboard-mock .dm-send-btn{transition:transform .12s ease,filter .12s ease,background-color .15s ease,color .15s ease,border-color .15s ease}.dashboard-mock .dm-btn.is-cursor-hit,.dashboard-mock .dm-send-btn.is-cursor-hit{transform:scale(.94);filter:brightness(.96)}.dashboard-mock .dm-input-box.is-cursor-focus{border-color:#94a3b8;box-shadow:0 0 0 3px #2b3c511a}.dashboard-mock--chat-only{height:460px;width:100%;max-width:36rem;margin-inline:0;background:#fff}.dashboard-mock--chat-only .dm-main{width:100%;flex:1;min-width:0;display:flex;flex-direction:column}.dashboard-mock--chat-only .dm-chat-body{padding:1.1rem 1.15rem 1.25rem}.dashboard-mock--chat-only .dm-chat-header{padding-inline:1.15rem}@media (min-width: 1024px){.dashboard-mock--chat-only{max-width:36rem;height:520px}}.dashboard-mock .dm-inbox-item{margin:0 12px;padding:12px;display:flex;align-items:center;gap:12px;border-radius:12px}.dashboard-mock .dm-inbox-item.active{background:#f1f5f9}.dashboard-mock .dm-sidebar{width:72px;flex-shrink:0;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;padding:24px 0;gap:16px}.dashboard-mock .dm-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.dashboard-mock .dm-nav-item{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:default;color:#94a3b8}.dashboard-mock .dm-nav-item.active{background:#2b3c51;color:#fdb913;box-shadow:0 4px 6px -1px #0000001a}.dashboard-mock .dm-nav-item.bottom{margin-top:auto}.dashboard-mock .dm-inbox{width:320px;flex-shrink:0;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.dashboard-mock .dm-inbox-header{padding:24px 24px 16px}.dashboard-mock .dm-inbox-header h2{margin:0;font-size:22px;font-weight:700;color:#2b3c51;letter-spacing:-.025em}.dashboard-mock .dm-search{padding:0 16px 16px}.dashboard-mock .dm-search-bar{background:#f1f5f9;border-radius:20px;height:38px;display:flex;align-items:center;padding:0 16px}.dashboard-mock .dm-chat-list{flex-grow:1;overflow:hidden}.dashboard-mock .dm-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;flex-shrink:0}.dashboard-mock .dm-avatar.bg-transparent{background:transparent}.dashboard-mock .dm-chat-info{flex-grow:1;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.dashboard-mock .dm-chat-top{display:flex;justify-content:space-between;align-items:center}.dashboard-mock .dm-chat-name{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.dashboard-mock .dm-chat-time{font-size:11px;color:#64748b;line-height:1.2}.dashboard-mock .dm-chat-bottom{font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;margin-top:2px}.dashboard-mock .dm-main{flex-grow:1;display:flex;flex-direction:column;background:#f8f9fa}.dashboard-mock .dm-chat-header{height:72px;flex-shrink:0;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:10}.dashboard-mock .dm-header-left{display:flex;align-items:center;gap:8px;min-width:0}.dashboard-mock .dm-header-left strong{font-size:16px;color:#0f172a;font-weight:600}.dashboard-mock .dm-phone{font-size:14px;color:#64748b;border-left:1px solid #e2e8f0;padding-left:12px;margin-left:4px}.dashboard-mock .dm-header-actions{display:flex;align-items:center;gap:12px}.dashboard-mock .dm-btn{height:34px;border-radius:17px;display:flex;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:500;border:1px solid transparent;white-space:nowrap}.dashboard-mock .dm-btn svg{display:block;flex-shrink:0;overflow:visible}.dashboard-mock .dm-btn-link{padding:0;border:1px solid #e2e8f0;border-radius:50%;width:34px;justify-content:center;background:#fff}.dashboard-mock .dm-btn-dark{background:#2b3c51;color:#fff}@media (max-width: 1100px){.dashboard-mock:not(.dashboard-mock--chat-only) .dm-btn-dark span{display:none}.dashboard-mock:not(.dashboard-mock--chat-only) .dm-btn-dark{padding:0 10px}}.dashboard-mock .dm-btn-danger{background:#fff;color:#ef4444;border-color:#fca5a5}.dashboard-mock .dm-btn-light{background:#fff;color:#1e293b;border-color:#e2e8f0}.dashboard-mock .dm-input-area{border-top:1px solid #e2e8f0;background:#fff;padding:16px 24px;flex-shrink:0;animation:slideUp .3s ease forwards}.dashboard-mock .dm-input-wrapper{display:flex;gap:12px;align-items:center}.dashboard-mock .dm-input-box{flex:1;min-width:0;border:1px solid #e2e8f0;border-radius:12px;padding:0 16px;font-size:14px;color:#94a3b8;background:#fff;height:48px;line-height:48px;white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.dashboard-mock .dm-input-box::-webkit-scrollbar{display:none}.dashboard-mock .dm-send-btn{width:44px;height:44px;border-radius:50%;background:#2b3c51;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-mock .dm-chat-body{flex-grow:1;padding:24px;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column}@media (hover: none) and (pointer: coarse){.dashboard-mock .dm-chat-body{overflow-y:hidden}}.dashboard-mock .dm-bubble-row{display:flex;align-items:flex-end;gap:12px;width:100%;margin-bottom:20px;opacity:0;animation:llPop .4s cubic-bezier(.16,1,.3,1) forwards}.dashboard-mock .dm-bubble-row.from-lead{flex-direction:row;justify-content:flex-start}.dashboard-mock .dm-bubble-row.from-ai,.dashboard-mock .dm-bubble-row.from-broker{flex-direction:row-reverse;justify-content:flex-start}.dashboard-mock .dm-bubble{font-size:14px;line-height:1.5;padding:14px 18px;box-shadow:0 1px 2px #0000000d;max-width:min(28rem,100%);display:flex;flex-direction:column;gap:8px;overflow-wrap:anywhere;word-break:break-word}.dashboard-mock--chat-only .dm-bubble{max-width:92%}.dashboard-mock .dm-bubble-row.from-lead .dm-bubble{background:#fff;border:1px solid #e2e8f0;color:#1e293b;border-radius:16px 16px 16px 4px}.dashboard-mock .dm-bubble-row.from-ai .dm-bubble,.dashboard-mock .dm-bubble-row.from-broker .dm-bubble{background:#2b3c51;color:#fff;border-radius:16px 16px 4px}.dashboard-mock .dm-bubble-meta{font-size:11px;display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:4px}.dashboard-mock .dm-bubble-row.from-lead .dm-bubble-meta{color:#64748b}.dashboard-mock .dm-bubble-row.from-ai .dm-bubble-meta,.dashboard-mock .dm-bubble-row.from-broker .dm-bubble-meta{color:#ffffffb3}.dashboard-mock .dm-typing-indicator{display:flex;gap:4px;padding:14px 18px;background:#2b3c51;border-radius:16px 16px 4px;width:fit-content;animation:llPopFade .6s infinite alternate}.dashboard-mock .dm-typing-dot{width:6px;height:6px;background:#fff9;border-radius:50%;animation:typingDotPulse 1s ease-in-out infinite}.dashboard-mock .dm-typing-dot:nth-child(2){animation-delay:.2s}.dashboard-mock .dm-typing-dot:nth-child(3){animation-delay:.4s}@keyframes llPop{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes llPopFade{0%{opacity:.7}to{opacity:1}}@keyframes typingDotPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes timeZoom{0%,to{transform:scale(1);color:inherit;font-weight:inherit}40%{transform:scale(1.15);color:#fdb913;font-weight:700}}.dashboard-mock .fade-out-group{transition:opacity .5s ease,transform .5s ease;opacity:0;transform:translateY(-10px)}@media (prefers-reduced-motion: reduce){.dashboard-mock .dm-cursor{display:none!important}}@media (max-width: 767px){.dashboard-mock.dashboard-mock--chat-only{height:440px;border-radius:10px}.dashboard-mock.dashboard-mock--chat-only .dm-chat-header{height:auto;min-height:3rem;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.45rem;padding:.55rem .75rem}.dashboard-mock.dashboard-mock--chat-only .dm-header-left{flex:1 1 0;min-width:0;max-width:calc(100% - 8.25rem);width:auto;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.3rem;overflow:hidden}.dashboard-mock.dashboard-mock--chat-only .dm-header-left strong{flex-shrink:0;font-size:13px;line-height:1.2}.dashboard-mock.dashboard-mock--chat-only .dm-phone{flex:0 1 auto;min-width:0;max-width:5.25rem;font-size:9.5px;line-height:1.2;border-left:none;padding-left:0;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-mock.dashboard-mock--chat-only .dm-phone:before{content:"·";margin-right:.3rem;color:#94a3b8}.dashboard-mock.dashboard-mock--chat-only .dm-header-actions{width:auto;flex:0 0 auto;flex-shrink:0}.dashboard-mock.dashboard-mock--chat-only .dm-btn{width:auto;height:30px;justify-content:center;padding:0 .55rem;gap:.3rem;font-size:11px;border-radius:15px}.dashboard-mock.dashboard-mock--chat-only .dm-btn svg{display:block;width:12px;height:12px;flex-shrink:0;overflow:visible}.dashboard-mock.dashboard-mock--chat-only .dm-btn-dark span,.dashboard-mock.dashboard-mock--chat-only .dm-btn-light span{display:inline}.dashboard-mock.dashboard-mock--chat-only .dm-chat-body{padding:.85rem .9rem 1rem}.dashboard-mock.dashboard-mock--chat-only .dm-bubble-row{margin-bottom:.85rem;gap:.5rem}.dashboard-mock.dashboard-mock--chat-only .dm-bubble{font-size:12.5px;line-height:1.45;padding:.65rem .8rem;gap:.35rem}.dashboard-mock.dashboard-mock--chat-only .dm-bubble-meta{font-size:10px;margin-top:2px}.dashboard-mock.dashboard-mock--chat-only .dm-avatar{width:28px;height:28px;font-size:10px}.dashboard-mock.dashboard-mock--chat-only .dm-typing-indicator{padding:.65rem .8rem}.dashboard-mock.dashboard-mock--chat-only .dm-input-area{padding:.65rem .85rem}.dashboard-mock.dashboard-mock--chat-only .dm-input-wrapper{gap:.5rem}.dashboard-mock.dashboard-mock--chat-only .dm-input-box{font-size:12.5px;padding:0 .75rem;height:2.5rem;line-height:2.5rem;border-radius:10px}.dashboard-mock.dashboard-mock--chat-only .dm-send-btn{width:36px;height:36px}.dashboard-mock.dashboard-mock--chat-only .dm-send-btn svg{width:14px;height:14px}}.hero-phone-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:2rem 0 2.5rem}.hero-phone-glow{position:absolute;width:360px;height:460px;border-radius:50%;background:radial-gradient(ellipse at 42% 38%,rgba(253,185,19,.28) 0%,transparent 52%),radial-gradient(ellipse at 58% 62%,rgba(43,60,81,.22) 0%,transparent 58%);filter:blur(32px);z-index:0;pointer-events:none;transform:translateY(16px)}.hero-split-phone .hero-phone-glow{display:none}.hero-phone-frame{--frame-r: 44px;--frame-b: 5px;--screen-inset: 0px;--screen-r: calc(var(--frame-r) - var(--frame-b));position:relative;width:270px;height:548px;background:linear-gradient(160deg,#1e293b,#0a1525);border-radius:var(--frame-r);border:var(--frame-b) solid rgba(255,255,255,.14);box-shadow:0 0 0 1px #ffffff0f,0 6px 16px #2b3c5114,0 20px 44px #2b3c5124,0 42px 88px #2b3c511f,inset 0 1px #ffffff2e,inset 0 -1px #00000059;transform:rotate(1.5deg);z-index:1;flex-shrink:0;overflow:visible;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s ease}@media (max-width: 400px){.hero-phone-wrapper{transform:scale(.88);transform-origin:top center;margin-bottom:-3rem}}.hero-split-phone .hero-phone-frame{animation:heroPhoneFloat 5.5s ease-in-out infinite;border-color:#ffffff38;box-shadow:0 0 0 1px #ffffff1f,0 16px 32px #00000059,0 40px 80px #0006,inset 0 1px #ffffff38,inset 0 -1px #0006}.hero-phone-frame:hover{transform:rotate(0) translateY(-6px) scale(1.015);box-shadow:0 0 0 1px #ffffff14,0 8px 20px #2b3c5114,0 24px 48px #2b3c5124,0 48px 96px #2b3c511f,inset 0 1px #ffffff2e,inset 0 -1px #00000059}.hero-split-phone .hero-phone-frame:hover{animation-play-state:paused;box-shadow:0 0 0 1px #ffffff29,0 20px 40px #00000061,0 48px 96px #0000006b,inset 0 1px #ffffff3d,inset 0 -1px #0006}@keyframes heroPhoneFloat{0%,to{transform:rotate(1.5deg) translateY(0)}50%{transform:rotate(1.5deg) translateY(-10px)}}@media (prefers-reduced-motion: reduce){.hero-split-phone .hero-phone-frame{animation:none}.hero-phone-frame:hover{transform:rotate(0) scale(1.01)}}.hpm-btn-left,.hpm-btn-right{position:absolute;background:linear-gradient(180deg,#ffffff2e,#ffffff0d);border-radius:3px}.hpm-btn-left{left:-7px;width:4px}.hpm-btn-right{right:-7px;width:4px}.hpm-vol-up{top:92px;height:34px}.hpm-vol-down{top:136px;height:34px}.hpm-power{top:112px;height:52px}.hpm-notch{position:absolute;top:0;left:0;right:0;height:28px;display:flex;justify-content:center;align-items:flex-start;z-index:60;pointer-events:none}.hpm-island{width:96px;height:22px;margin-top:8px;background:#040b12;border-radius:999px;box-shadow:0 2px 8px #00000073}.hpm-screen{position:absolute;inset:var(--screen-inset);border-radius:var(--screen-r);background:#f8f9fa;overflow:hidden;clip-path:inset(0 round var(--screen-r));display:flex;flex-direction:column;min-height:0;isolation:isolate;transform:translateZ(0)}.hpm-topbar{display:flex;align-items:center;justify-content:space-between;padding:34px 10px 8px;background:#fff;border-bottom:1px solid #e2e8f0;z-index:10;flex-shrink:0;gap:6px}.hpm-logo-wrap{display:flex;align-items:center;flex-shrink:0}.hpm-logo-wrap img{width:22px;height:22px;object-fit:contain}.hpm-pill-nav{display:flex;align-items:center;background:#f1f5f9;border-radius:24px;padding:1px 2px;gap:2px;height:22px}.hpm-pill{display:flex;align-items:center;justify-content:center;gap:3px;padding:0 10px;height:20px;border-radius:20px;font-family:Inter,Plus Jakarta Sans,system-ui,sans-serif;font-size:8.5px;font-weight:600;white-space:nowrap;cursor:default}.hpm-pill-inactive{color:#64748b}.hpm-pill-active{background:#2b3c51;color:#fdb913;box-shadow:0 1px 4px #0003}.hpm-logout-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;color:#94a3b8;cursor:default;flex-shrink:0}.hpm-inbox{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff;overflow:hidden;border-radius:0 0 var(--screen-r) var(--screen-r)}.hpm-inbox-title{font-family:Inter,Plus Jakarta Sans,system-ui,sans-serif;font-size:17px;font-weight:700;color:#2b3c51;letter-spacing:-.025em;padding:14px 14px 8px}.hpm-search-bar{display:flex;align-items:center;gap:6px;margin:0 10px 10px;background:#f1f5f9;border-radius:14px;padding:7px 10px;font-family:Inter,system-ui,sans-serif;font-size:10px;color:#94a3b8}.hpm-item{display:flex;align-items:center;gap:10px;padding:9px 10px;margin:0 6px 2px;border-radius:10px;cursor:default}.hpm-item-active{background:#f1f5f9}.hpm-item-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;background:#334155}.hpm-item-body{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:2px;justify-content:center}.hpm-item-row{display:flex;justify-content:space-between;align-items:center}.hpm-item-name{font-family:Inter,system-ui,sans-serif;font-size:11.5px;font-weight:600;color:#0f172a;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpm-item-time{font-family:Inter,system-ui,sans-serif;font-size:9px;color:#64748b;flex-shrink:0;line-height:1.1}.hpm-item-preview{font-family:Inter,system-ui,sans-serif;font-size:10.5px;color:#64748b;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hpm-ghost-line{background:#e2e8f0;border-radius:4px}.hpm-chat-win{flex:1;min-height:0;display:flex;flex-direction:column;background:#f8f9fa;overflow:hidden;border-radius:0 0 var(--screen-r) var(--screen-r)}.hpm-chat-hdr{display:flex;align-items:center;gap:6px;padding:10px 10px 10px 8px;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(226,232,240,.7);flex-shrink:0}.hpm-back{width:28px;height:28px;border-radius:9px;border:none;background:transparent;color:#475569;display:flex;align-items:center;justify-content:center;cursor:default;flex-shrink:0}.hpm-lead-info{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:1px}.hpm-lead-name{font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.15}.hpm-lead-phone{font-family:Inter,system-ui,sans-serif;font-size:9px;color:#64748b;line-height:1.2}.hpm-hdr-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}.hpm-action-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:default;flex-shrink:0}.hpm-action-primary{background:#2b3c51;border-color:#2b3c51;color:#fff}.hpm-action-primary.hpm-action-resumed{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.hpm-action-danger{color:#ef4444;border-color:#fca5a5;background:#fff}.hpm-msgs{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:14px 12px;display:flex;flex-direction:column;gap:14px;scrollbar-width:none;background:#f8f9fa}.hpm-msgs::-webkit-scrollbar{display:none}@media (hover: none) and (pointer: coarse){.hpm-msgs{overflow-y:hidden}}.hpm-msg-row{display:flex;align-items:flex-end;gap:6px;width:100%;opacity:0;animation:hpmPop .35s cubic-bezier(.16,1,.3,1) forwards}.hpm-msg-row.from-lead{justify-content:flex-start}.hpm-msg-row.from-ai,.hpm-msg-row.from-broker{justify-content:flex-end}.hpm-msg-av{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,sans-serif;font-size:9px;font-weight:700;flex-shrink:0;overflow:hidden;border:1px solid rgba(226,232,240,.8)}.hpm-msg-av.av-lead{background:#2b3c511a;color:#2b3c51}.hpm-msg-av.av-ai{background:transparent}.hpm-msg-av img{width:100%;height:100%;object-fit:contain}.hpm-bubble{font-family:Inter,system-ui,sans-serif;font-size:10.5px;line-height:1.5;padding:10px 12px;max-width:80%;display:flex;flex-direction:column;gap:6px;border-radius:16px;box-shadow:0 1px 3px #0000000f}.hpm-msg-row.from-lead .hpm-bubble{background:#fff;border:1px solid rgba(226,232,240,.9);color:#1e293b;border-radius:16px 16px 16px 4px}.hpm-msg-row.from-ai .hpm-bubble,.hpm-msg-row.from-broker .hpm-bubble{background:#2b3c51;color:#fff;border-radius:16px 16px 4px}.hpm-bubble-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:2px}.hpm-msg-row.from-lead .hpm-bubble-footer{color:#64748b}.hpm-msg-row.from-ai .hpm-bubble-footer,.hpm-msg-row.from-broker .hpm-bubble-footer{color:#ffffff8c;justify-content:flex-end}.hpm-ts{font-size:8.5px;white-space:nowrap}.hpm-transcription{display:flex;align-items:center;gap:3px;font-size:8.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#2b3c51}.hpm-typing-row{display:flex;align-items:flex-end;gap:6px;justify-content:flex-end}.hpm-typing-bubble{display:flex;gap:3px;padding:10px 13px;background:#2b3c51;border-radius:16px 16px 4px}.hpm-dot{width:4px;height:4px;background:#ffffffa6;border-radius:50%;animation:hpmDotPulse 1s ease-in-out infinite}.hpm-dot:nth-child(2){animation-delay:.2s}.hpm-dot:nth-child(3){animation-delay:.4s}.hpm-input-area{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid rgba(226,232,240,.6);flex-shrink:0}.hpm-textarea{flex:1;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:20px;padding:0 12px;font-family:Inter,system-ui,sans-serif;font-size:9.5px;color:#94a3b8;height:32px;line-height:32px;white-space:nowrap;overflow:hidden;text-overflow:clip}.hpm-send-btn{width:32px;height:32px;border-radius:50%;background:#2b3c51;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:default;flex-shrink:0;box-shadow:0 2px 6px #2b3c5159}@keyframes hpmPop{0%{opacity:0;transform:translateY(10px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hpmDotPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes hpmSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.csm[data-astro-cid-6nuf32cb]{width:100%;max-width:min(100%,28rem);margin-inline:auto}@media (min-width: 1024px){.csm[data-astro-cid-6nuf32cb]{margin-inline:0;max-width:100%}}.csm-card[data-astro-cid-6nuf32cb]{background:#fff;border:1px solid rgba(43,60,81,.1);border-radius:var(--radius-lg, 1.25rem);overflow:hidden;box-shadow:0 14px 36px #2b3c5112}.csm-head[data-astro-cid-6nuf32cb]{padding:1rem 1.1rem .85rem;border-bottom:1px solid rgba(43,60,81,.07);background:linear-gradient(180deg,#fafbfc,#fff)}.csm-head-row[data-astro-cid-6nuf32cb]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.csm-status[data-astro-cid-6nuf32cb]{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-size:.8125rem;font-weight:500;color:var(--color-text-dark, #1d1d1d)}.csm-count[data-astro-cid-6nuf32cb]{font-size:.75rem;color:var(--color-text, #464646);white-space:nowrap}.csm-count[data-astro-cid-6nuf32cb] strong[data-astro-cid-6nuf32cb]{color:var(--color-text-dark, #1d1d1d);font-weight:700}.csm-icon[data-astro-cid-6nuf32cb]{flex-shrink:0;color:var(--color-secondary, #FDB913)}.csm-progress[data-astro-cid-6nuf32cb]{height:.5rem;border-radius:999px;background:#2b3c511a;box-shadow:inset 0 1px 2px #2b3c5114;overflow:hidden;margin-bottom:.85rem}.csm-progress-bar[data-astro-cid-6nuf32cb]{position:relative;height:100%;width:68%;border-radius:inherit;background:linear-gradient(90deg,#e5a80f 0%,var(--color-secondary, #FDB913) 45%,#ffd056 100%);box-shadow:0 0 0 1px #fdb91340;transform-origin:left center;animation:csm-progress-fill 1.6s cubic-bezier(.22,1,.36,1) forwards}.csm-progress-bar[data-astro-cid-6nuf32cb]:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.45) 50%,transparent 60%,transparent 100%);background-size:220% 100%;animation:csm-progress-shine 1.8s ease-in-out 1.5s infinite}.csm-feed[data-astro-cid-6nuf32cb]{list-style:none;margin:0;padding:.75rem .9rem 1rem;display:flex;flex-direction:column;gap:.5rem}.csm-item[data-astro-cid-6nuf32cb]{display:flex;align-items:center;gap:.7rem;padding:.55rem .6rem;border-radius:.65rem;background:#2b3c5106;border:1px solid rgba(43,60,81,.06);opacity:0;animation:csm-pop-in .45s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.15s + var(--i, 0) * .18s)}.csm-item-thumb[data-astro-cid-6nuf32cb]{position:relative;width:2.6rem;height:2.6rem;border-radius:.4rem;flex-shrink:0;overflow:hidden;background:#e4e8ed}.csm-item-thumb-img[data-astro-cid-6nuf32cb]{display:block;width:100%;height:100%;object-fit:cover}.csm-item-thumb-shimmer[data-astro-cid-6nuf32cb]{position:absolute;inset:0;background:linear-gradient(110deg,#e4e8ed 0% 38%,#f4f6f8 50%,#e4e8ed 62% 100%);background-size:220% 100%;animation:csm-skeleton 1.35s ease-in-out infinite}.csm-item-meta[data-astro-cid-6nuf32cb]{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.csm-item-meta[data-astro-cid-6nuf32cb] strong[data-astro-cid-6nuf32cb]{font-size:.875rem;font-weight:600;color:var(--color-text-dark, #1d1d1d);line-height:1.25}.csm-item-meta[data-astro-cid-6nuf32cb] span[data-astro-cid-6nuf32cb]{font-size:.75rem;color:var(--color-text, #464646)}.csm-item-tag[data-astro-cid-6nuf32cb]{flex-shrink:0;padding:.15rem .45rem;border-radius:9999px;background:var(--color-secondary, #FDB913);color:var(--color-text-dark, #1d1d1d);font-size:.625rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}@keyframes csm-progress-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes csm-progress-shine{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes csm-pop-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes csm-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion: reduce){.csm-progress-bar[data-astro-cid-6nuf32cb],.csm-progress-bar[data-astro-cid-6nuf32cb]:after,.csm-item[data-astro-cid-6nuf32cb],.csm-item-thumb-shimmer[data-astro-cid-6nuf32cb]{animation:none}.csm-progress-bar[data-astro-cid-6nuf32cb]{transform:none}.csm-item[data-astro-cid-6nuf32cb]{opacity:1}.csm-item-thumb-shimmer[data-astro-cid-6nuf32cb]{background:#dce2e8}}.beat-split[data-astro-cid-j7pv25f6]{display:grid;gap:1.25rem;align-items:start;max-width:28rem;margin-inline:auto}.beat-split__copy[data-astro-cid-j7pv25f6],.beat-split__stage[data-astro-cid-j7pv25f6]{min-width:0}.beat-split__stage[data-astro-cid-j7pv25f6]{width:100%}.beat-split__stage[data-astro-cid-j7pv25f6] .dashboard-mock--chat-only{width:100%;max-width:100%;margin-inline:0}.beat-split__copy[data-astro-cid-j7pv25f6] .section-intro__eyebrow{margin-bottom:.4rem}.beat-split__copy[data-astro-cid-j7pv25f6] .section-intro__title{margin-bottom:.625rem}.beat-split__copy[data-astro-cid-j7pv25f6] .section-intro__lead{line-height:1.55}@media (min-width: 768px){.beat-split[data-astro-cid-j7pv25f6]{gap:1.5rem}}@media (min-width: 1024px){.beat-split[data-astro-cid-j7pv25f6]{grid-template-columns:minmax(18rem,22rem) minmax(22rem,32rem);gap:2.5rem;max-width:58rem;margin-inline:auto;align-items:center;justify-content:center}.beat-split__copy[data-astro-cid-j7pv25f6] .section-intro__eyebrow{margin-bottom:.5rem}.beat-split__copy[data-astro-cid-j7pv25f6] .section-intro__title{margin-bottom:.875rem}.beat-split__copy[data-astro-cid-j7pv25f6] .section-intro__lead{max-width:none;line-height:1.65}}.faq-wrap[data-astro-cid-j7pv25f6]{max-width:720px;margin:0 auto}.feature-card--phone[data-astro-cid-j7pv25f6]{overflow:hidden;padding-bottom:0;background:var(--color-body);isolation:isolate}.feature-card__phone[data-astro-cid-j7pv25f6]{margin-top:1.1rem;display:flex;justify-content:center;margin-bottom:0}.feature-card__phone[data-astro-cid-j7pv25f6] .phone-shot{mask-image:none!important;-webkit-mask-image:none!important}.feature-card__phone[data-astro-cid-j7pv25f6] .phone-shot:after,.feature-card__phone[data-astro-cid-j7pv25f6] .phone-shot__frame:after,.feature-card__phone[data-astro-cid-j7pv25f6] .phone-shot__screen:after{content:none!important;display:none!important}.hero-split[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;align-items:center;gap:2.75rem}.hero-split-text[data-astro-cid-j7pv25f6]{width:100%;text-align:center}.hero-split-phone[data-astro-cid-j7pv25f6]{display:flex;width:100%;justify-content:center;align-items:flex-end}@media (min-width: 1024px){.hero-split[data-astro-cid-j7pv25f6]{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:1180px;margin:0 auto;gap:3.75rem}.hero-split-text[data-astro-cid-j7pv25f6]{flex:1 1 auto;max-width:600px;text-align:left}.hero-split-phone[data-astro-cid-j7pv25f6]{display:flex;flex:0 0 auto;width:320px;justify-content:center;align-items:center}}.hero-title[data-astro-cid-j7pv25f6]{margin-bottom:1.5rem}.hero-desc[data-astro-cid-j7pv25f6]{margin-bottom:2.35rem;text-wrap:balance;max-width:22rem;margin-inline:auto}@media (min-width: 1024px){.hero-desc[data-astro-cid-j7pv25f6]{max-width:34rem;margin-left:0;margin-right:auto;text-wrap:pretty}}.hero-actions[data-astro-cid-j7pv25f6]{margin-bottom:0;gap:1.5rem}
