:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{background:#f5f5f7;min-height:100dvh}button,input{font:inherit}.app{background:radial-gradient(circle at 50% -10%,#fff 0,#f5f5f7 48%,#ededf0 100%);min-height:100dvh}.welcome-screen{min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));place-items:center;display:grid}.welcome-card{text-align:center;background:#ffffffeb;border:1px solid #fffc;border-radius:28px;width:min(100%,420px);padding:clamp(28px,7vw,44px) clamp(20px,6vw,34px);box-shadow:0 20px 60px #00000014}.logo{background:#111;border-radius:22px;place-items:center;width:72px;height:72px;margin:0 auto 18px;display:grid;overflow:hidden}.logo img{object-fit:cover;width:100%;height:100%;display:block}.eyebrow{color:#8e8e93;letter-spacing:.12em;margin:0 0 8px;font-size:11px;font-weight:700}h1{letter-spacing:-.04em;margin:0 0 10px;font-size:clamp(28px,8vw,34px)}.intro{color:#71717a;margin:0 0 26px;font-size:16px}form{gap:12px;display:grid}input{background:#fff;border:1px solid #dedede;border-radius:16px;outline:none;width:100%;height:56px;padding:0 18px;font-size:17px}input:focus{border-color:#007aff;box-shadow:0 0 0 4px #007aff1a}button{color:#fff;cursor:pointer;background:#007aff;border:0;border-radius:16px;width:100%;height:56px;font-size:17px;font-weight:700;transition:transform .2s,opacity .2s}button:not(:disabled):active{transform:scale(.98)}button:disabled{opacity:.4;cursor:not-allowed}.phone{background:#fff;flex-direction:column;width:100%;max-width:560px;min-height:100dvh;margin:auto;display:flex;position:relative;overflow:hidden}.chat-header{z-index:10;height:120px;padding:0 16px max(12px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e5e5ea;flex-direction:column;justify-content:flex-end;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.back-button{color:#007aff;background:#e9e9eb;border:0;border-radius:50%;place-items:center;width:38px;height:38px;padding:0 0 4px;font-size:34px;font-weight:300;line-height:1;display:grid;position:absolute;top:16px;left:16px}.back-button:hover{background:#dedee3}.avatar{background:#e5e5ea;border-radius:50%;place-items:center;width:48px;height:48px;font-size:21px;font-weight:700;display:grid}.chat-header strong{text-overflow:ellipsis;white-space:nowrap;max-width:90%;margin-top:5px;font-size:15px;overflow:hidden}.chat-header span{color:#8e8e93;margin-top:2px;font-size:11px}.conversation{overscroll-behavior:contain;padding:138px 12px max(40px, env(safe-area-inset-bottom));scroll-behavior:smooth;flex:1;overflow-y:auto}.message-row{margin:7px 0;animation:.3s messageIn;display:flex}.sent{justify-content:flex-end}.received{justify-content:flex-start}.bubble{overflow-wrap:anywhere;border-radius:20px;max-width:min(78%,430px);padding:10px 14px;font-size:clamp(15px,4.2vw,17px);line-height:1.3}.sent .bubble{color:#fff;background:#007aff;border-bottom-right-radius:5px}.received .bubble{color:#000;background:#e9e9eb;border-bottom-left-radius:5px}.image-message{max-width:min(75%,360px)}.image-message img{border-radius:20px;width:100%;height:auto;display:block}.link-message{color:inherit;text-decoration:underline}.link-message span,.final-cta span{margin-left:5px;text-decoration:none}.typing-bubble{background:#e9e9eb;border-radius:20px 20px 20px 5px;align-items:center;gap:4px;padding:13px 16px;display:flex}.typing-bubble span{background:#8e8e93;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typing}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}.final-cta{justify-content:center;padding:30px 15px 10px;display:flex}.final-cta a{color:#fff;text-align:center;background:#111;border-radius:100px;justify-content:center;align-items:center;max-width:100%;padding:15px 22px;font-weight:700;text-decoration:none;display:inline-flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=700px){.phone{border-radius:32px;height:92dvh;min-height:min(850px,92dvh);margin-top:4dvh;box-shadow:0 30px 80px #0000001f}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
