@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{color:#171717;font-synthesis:none;text-rendering:optimizelegibility;--black:#171717;--soft-black:#282828;--muted:#999;--line:#ededed;--coral:#ff5a5f;--orange:#ff8c32;--yellow:#ffd34e;background:#efefef;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:#efefef;min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer;border:0}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #ff5a5f47}.app-canvas{background:radial-gradient(circle at 16% 12%,#ffcfb761,#0000 28%),radial-gradient(circle at 88% 86%,#dde0ff7a,#0000 30%),#efefef;place-items:center;min-height:100vh;padding:34px;display:grid}.phone-shell{background:#fff;border:1px solid #ffffffd9;border-radius:31px;width:min(100%,430px);height:min(860px,100vh - 68px);min-height:650px;position:relative;overflow:hidden;box-shadow:0 30px 80px #2323231f,0 4px 12px #2323230a}.phone-screen{flex-direction:column;height:100%;display:flex;overflow:hidden}.screen-enter{animation:.44s cubic-bezier(.2,.8,.2,1) both screen-in}.simple-header,.chat-header,.call-header{flex:none;align-items:center;height:72px;padding:0 24px;display:flex}.simple-header{justify-content:space-between}.icon-button{color:#171717;background:0 0;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;transition:background .2s,transform .2s;display:grid}.icon-button:hover{background:#f5f5f5;transform:translateY(-1px)}.profile-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:34px 28px 28px;display:flex}.profile-avatar-wrap{margin:0 0 24px;animation:5s ease-in-out infinite float-avatar}.profile-content h1,.call-heading h1{letter-spacing:-.065em;margin:0;font-family:Manrope,sans-serif;font-size:29px;font-weight:700}.status-line{color:#999;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.status-line i{background:#63c462;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 3px #63c46224}.status-line.is-active i{background:var(--coral);box-shadow:0 0 0 3px #ff5a5f24}.mode-list{border-top:1px solid var(--line);width:min(100%,350px);margin-top:42px}.mode-row{color:#b5b5b5;border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:40px 1fr 25px;align-items:center;gap:12px;width:100%;padding:14px 2px 14px 0;transition:padding .25s,color .25s;display:grid}.mode-row:hover{color:var(--black);padding-left:5px}.mode-icon{color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 7px 15px #00000017}.chat-row .mode-icon{background:var(--yellow)}.call-row .mode-icon{background:var(--orange)}.mode-text{flex-direction:column;gap:2px;min-width:0;display:flex}.mode-text strong{color:#242424;letter-spacing:-.02em;font-size:16px;font-weight:600}.mode-text small{color:#aaa;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.mode-row>svg{color:#c6c6c6;transform:rotate(180deg)}.avatar{isolation:isolate;width:178px;height:178px;position:relative}.avatar-small{flex:none;width:39px;height:39px}.avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;position:relative}.chat-screen{background:#fff}.chat-header{border-bottom:1px solid #f1f1f1;gap:10px}.back-button{margin-right:1px}.chat-person{flex-direction:column;flex:1;gap:1px;display:flex}.chat-person strong{letter-spacing:-.03em;font-family:Manrope,sans-serif;font-size:15px}.chat-person .status-line{font-size:11px}.header-call{color:#1b1b1b}.chat-date{color:#c3c3c3;letter-spacing:.16em;margin:17px auto 11px;font-size:10px;font-weight:700}.conversation-stream{scroll-behavior:smooth;flex:1;min-height:0;padding:0 20px 13px;overflow-y:auto}.message-row{justify-content:flex-start;margin:0 0 8px;animation:.3s ease-out both message-rise;display:flex}.message-row.is-user{justify-content:flex-end}.message-bubble{color:#303030;letter-spacing:-.01em;border-radius:16px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.45}.agent-bubble{background:#f1f1f1;border-top-left-radius:6px}.user-bubble{color:#fff;background:var(--coral);border-top-right-radius:6px;box-shadow:0 6px 14px #ff5a5f29}.typing-indicator{background:#f1f1f1;border-radius:15px;align-items:center;gap:4px;width:max-content;padding:12px 14px;display:flex}.typing-indicator i{background:#a5a5a5;border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite typing}.typing-indicator i:nth-child(2){animation-delay:.15s}.typing-indicator i:nth-child(3){animation-delay:.3s}.chat-composer{border-top:1px solid #f1f1f1;align-items:center;gap:8px;padding:13px 16px 17px;display:flex}.composer-field{background:#f6f6f6;border-radius:13px;flex:1;align-items:center;min-height:40px;display:flex}.composer-field input{color:#252525;background:0 0;border:0;outline:0;width:100%;height:40px;padding:0 13px;font-size:13px;line-height:40px}.composer-field input::placeholder{color:#ababab}.composer-mic,.send-button{color:#fff;background:#cfcfcf;border-radius:50%;flex:0 0 38px;place-items:center;width:38px;height:38px;transition:transform .2s,background .2s;display:grid}.composer-mic:hover{background:#777;transform:translateY(-1px)}.send-button{color:#fff;background:var(--coral)}.send-button svg{display:block}.send-button:hover:not(:disabled){transform:translateY(-1px)}.send-button:disabled{cursor:default;opacity:.35}.call-screen{background:#fff;position:relative}.call-header{justify-content:space-between}.call-heading{text-align:center;margin-top:47px}.call-heading h1{font-size:28px}.call-time{color:#a2a2a2;font-variant-numeric:tabular-nums;margin-top:7px;font-size:13px;display:block}.call-avatar-stage{place-items:center;width:260px;height:260px;margin:67px auto 0;display:grid;position:relative}.call-avatar-stage .avatar{z-index:2;width:178px;height:178px}.sound-ring{border:1px solid #ff5a5f21;border-radius:50%;position:absolute}.ring-one{width:210px;height:210px}.ring-two{border-color:#ff5a5f17;width:245px;height:245px}.ring-three{border-color:#ff5a5f0f;width:285px;height:285px}.call-avatar-stage.is-speaking .sound-ring{animation:1.7s ease-out infinite sound-pulse}.call-avatar-stage.is-speaking .ring-two{animation-delay:.35s}.call-avatar-stage.is-speaking .ring-three{animation-delay:.7s}.call-status{color:#999;text-align:center;justify-content:center;align-items:center;gap:10px;max-width:290px;min-height:44px;margin:22px auto 0;font-size:12px;display:flex}.voice-wave{align-items:center;gap:2px;height:18px;display:flex}.voice-wave i{background:var(--coral);border-radius:4px;width:2px;height:7px;animation:1s ease-in-out infinite wave;display:block}.voice-wave i:nth-child(2){height:13px;animation-delay:.12s}.voice-wave i:nth-child(3){height:18px;animation-delay:.22s}.voice-wave i:nth-child(4){height:11px;animation-delay:.32s}.voice-wave i:nth-child(5){height:6px;animation-delay:.42s}.call-controls{justify-content:center;gap:42px;margin-top:auto;padding:18px 20px 29px;display:flex}.control-wrap{color:#777;flex-direction:column;align-items:center;gap:9px;font-size:12px;display:flex}.round-control{color:#fff;background:#d2d2d2;border-radius:50%;place-items:center;width:72px;height:72px;transition:transform .2s,background .2s;display:grid;position:relative}.round-control:hover{transform:translateY(-2px)}.barge-control.is-on{background:#a8a8a8}.end-control{background:#ff3d3e}.toggle-dot{background:#70d66d;border-radius:50%;width:6px;height:6px;position:absolute;top:15px;right:16px;box-shadow:0 0 0 2px #ffffff80}.barge-control:not(.is-on) .toggle-dot{background:#e4e4e4}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d8d8d8;border-radius:99px}@keyframes screen-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes message-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes float-avatar{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(1deg)}}@keyframes typing{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes wave{0%,to{opacity:.6;transform:scaleY(.65)}50%{opacity:1;transform:scaleY(1)}}@keyframes sound-pulse{0%{opacity:.75;transform:scale(.9)}75%,to{opacity:0;transform:scale(1.12)}}@media (width<=560px){.app-canvas{background:#fff;padding:0}.phone-shell{width:100%;height:100svh;min-height:560px;box-shadow:none;border:0;border-radius:0}.simple-header,.chat-header,.call-header{padding-left:20px;padding-right:20px}.profile-content{padding-top:25px}.profile-avatar-wrap{margin-bottom:18px}.call-heading{margin-top:31px}.call-avatar-stage{margin-top:48px}.call-controls{padding-bottom:max(24px, env(safe-area-inset-bottom))}.chat-composer{padding-bottom:max(14px, env(safe-area-inset-bottom))}}@media (height<=720px) and (width>=561px){.phone-shell{min-height:590px}.profile-content{padding-top:12px}.profile-avatar-wrap{margin:-5px 0 2px;transform:scale(.82)}.mode-list{margin-top:24px}.call-heading{margin-top:15px}.call-avatar-stage{margin-top:18px;transform:scale(.82)}.call-status{margin-top:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
