:root{--void-black:#0f0f0f;--flash-white:#ebebeb;--content-extralight:#f3f4f6;--content-subtle:#6b7280;--content-main:#374151;--grays-primary:#373737;--grays-secondary:#5f5f5f;--grays-tertiary:#a4a4a4;--grays-quaternary:#ebebeb;--bubble-bg:#f4f4f4;--bubble-user-bg:#4b4b4b;--neutral-600:#525252;--flam-error:#dc2626;--gray-50:#f9fafb;--shadow-card:0 0 10px 0 rgba(35,35,35,.07);--shadow-tab-active:0 1px 2px 0 rgba(20,21,26,.05)}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}html,body{height:100%}body{letter-spacing:-.2px;-webkit-font-smoothing:antialiased;background:var(--gray-50);color:var(--grays-primary);flex-direction:column;min-height:100vh;font-family:Golos Text,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;overflow-x:hidden}img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}button{font-family:inherit}.header{border-bottom:1px solid var(--content-extralight);background:#fff;flex-shrink:0;width:100%;padding:20px 16px}.header-inner{align-items:center;width:100%;max-width:1440px;margin:0 auto;display:flex}.brand{align-items:center;gap:4px;display:inline-flex}.brand img{width:28px;height:28px}.brand span{letter-spacing:-.8px;color:var(--content-main);font-size:19.5px;font-weight:600;line-height:26px}.main{background:var(--gray-50);flex-direction:column;flex:1;align-items:center;width:100%;padding:32px 16px;display:flex}.intro{text-align:center;flex-direction:column;align-items:center;gap:2px;width:100%;max-width:992px;display:flex}.intro h1{letter-spacing:-.3px;color:var(--void-black);font-size:18px;font-weight:700;line-height:26px}.intro p{letter-spacing:-.1px;color:var(--content-subtle);white-space:pre-line;max-width:312px;font-size:12px;font-weight:400;line-height:16px}.stage-wrap{justify-content:center;width:100%;max-width:1200px;margin-top:24px;display:flex}.card{flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:540px;transition:width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);display:flex}.stage-col{flex-direction:column;flex-shrink:0;width:100%;display:flex;position:relative}.stage-pad{padding:0}.stage{background:var(--gray-50);aspect-ratio:744/496;box-shadow:var(--shadow-card);border-radius:24px;position:relative;overflow:hidden}.video-stage{position:absolute;top:0;bottom:0;left:0;right:0}.video-stage .preview{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}#anamVideo{object-fit:cover;z-index:2;opacity:0;background:0 0;width:100%;height:100%;transition:opacity .5s;display:block;position:absolute;top:0;bottom:0;left:0;right:0}#anamVideo.visible{opacity:1}.stage-loader{z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.spin-dark{border:3px solid rgba(15,15,15,.15);border-top-color:var(--void-black);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}.overlay-bottom{z-index:10;pointer-events:none;flex-direction:column;justify-content:flex-end;align-items:center;padding:16px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.overlay-bottom>*{pointer-events:auto}.pill-btn{background:var(--void-black);color:#fff;letter-spacing:-.2px;cursor:pointer;height:36px;box-shadow:var(--shadow-tab-active);border:0;border-radius:28px;justify-content:center;align-items:center;gap:2px;padding:0 16px;font-size:14px;line-height:20px;transition:opacity .15s,transform .15s;display:inline-flex}.pill-btn svg{flex-shrink:0;width:16px;height:16px}.pill-btn .pill-label{padding:0 4px}.pill-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.pill-btn:disabled{cursor:not-allowed;opacity:.7}.spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{z-index:10;color:#fff;letter-spacing:-.2px;text-align:center;background:rgba(0,0,0,.5);border-radius:8px;width:60%;padding:2px 8px;font-size:14px;line-height:18px;position:absolute;bottom:64px;left:50%;transform:translate(-50%)}.error-retry{z-index:10;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.error-retry:hover:not(:disabled){transform:translate(-50%)translateY(-1px)}.active-controls{z-index:11;align-items:center;gap:12px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.round-btn{cursor:pointer;color:#fff;width:36px;height:36px;box-shadow:var(--shadow-tab-active);border:0;border-radius:28px;justify-content:center;align-items:center;transition:transform .15s,background .15s;display:flex}.round-btn svg{width:16px;height:16px}.round-btn:hover:not(:disabled){transform:scale(1.05)}.round-btn:disabled{cursor:not-allowed;opacity:.7}.round-btn.mic{background:var(--void-black)}.round-btn.mic.recording{background:var(--flam-error);animation:1.4s infinite rec-pulse}@keyframes rec-pulse{0%,to{box-shadow:0 0 rgba(220,38,38,.35)}50%{box-shadow:0 0 0 8px rgba(220,38,38,0)}}.round-btn.end{background:var(--flam-error)}.round-btn.end:hover:not(:disabled){background:#b91c1c}.caption{z-index:10;color:#fff;letter-spacing:-.2px;text-align:center;pointer-events:none;background:rgba(0,0,0,.5);border-radius:10px;max-width:80%;padding:4px 12px;font-size:13px;line-height:18px;position:absolute;bottom:64px;left:50%;transform:translate(-50%)}.chat-toggle{cursor:pointer;width:36px;height:36px;box-shadow:var(--shadow-tab-active);z-index:11;background:var(--grays-quaternary);color:var(--grays-primary);border:0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:absolute;bottom:16px;right:16px}.chat-toggle svg{width:16px;height:16px}.chat-toggle:hover{background:#d4d4d4;transform:scale(1.05)}.chat-toggle.open{background:var(--void-black);color:#fff}.chat-toggle.open:hover{background:rgba(15,15,15,.9)}.powered{letter-spacing:-.2px;color:var(--grays-tertiary);flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:8px 0;font-size:12px;line-height:16px;display:flex}.powered a{align-items:center;display:inline-flex}.powered img{width:auto;height:16px}.chat-panel{box-shadow:var(--shadow-card);opacity:0;pointer-events:none;background:#fff;border-radius:24px;flex-direction:column;flex-shrink:0;align-self:stretch;max-height:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.card.chat-open .chat-panel{opacity:1;pointer-events:auto;max-height:640px}.chat-inner{flex-direction:column;gap:10px;width:100%;height:420px;padding:16px;display:flex}.chat-head{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.chat-head h2{letter-spacing:-.2px;color:var(--neutral-600);font-size:16px;font-weight:600;line-height:24px}.chat-close{width:28px;height:28px;color:var(--grays-secondary);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.chat-close svg{width:16px;height:16px}.chat-close:hover{background:var(--content-extralight);color:var(--grays-primary)}.transcript{scrollbar-width:thin;flex-direction:column;flex:1;gap:10px;padding-right:4px;display:flex;overflow-y:auto}.chat-empty{text-align:center;color:var(--grays-tertiary);margin:auto 0;padding:40px 16px;font-size:12px}.msg-row{width:100%;display:flex}.msg-row.user{justify-content:flex-end;padding-left:16px}.msg-row.agent{justify-content:flex-start;padding-right:16px}.msg-row.system{justify-content:center;padding:0 16px}.msg-row.system .sys-text{color:var(--grays-tertiary);padding:2px 0;font-size:11px}.bubble{letter-spacing:-.1px;word-break:break-word;border-radius:16px;align-items:flex-end;gap:4px;max-width:100%;padding:8px 12px;font-size:12px;line-height:16px;display:inline-flex}.msg-row.user .bubble{background:var(--bubble-user-bg);color:#fff}.msg-row.agent .bubble{background:var(--bubble-bg);color:var(--bubble-user-bg)}.bubble .txt{white-space:pre-wrap;flex:1;min-width:0}.bubble .time{white-space:nowrap;color:var(--grays-tertiary);flex-shrink:0;font-size:10px;line-height:10px}.msg-row.user .bubble .time{color:rgba(255,255,255,.6)}.typing-bubble{background:var(--bubble-bg);border-radius:16px;align-items:center;gap:4px;padding:10px 14px;display:inline-flex}.typing-bubble span{background:var(--grays-tertiary);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (min-width:640px){.header{padding:24px}.brand img{width:32px;height:32px}.brand span{letter-spacing:-1px;font-size:24px;line-height:32px}.main{padding:32px 24px 40px}.intro h1{letter-spacing:-.4px;color:var(--neutral-600);font-size:20px;line-height:28px}.intro p{letter-spacing:-.2px;white-space:normal;max-width:none;font-size:14px;line-height:20px}.stage-wrap{margin-top:32px}.card{box-shadow:var(--shadow-card);background:#fff;border-radius:24px;flex-direction:row;gap:0;width:763px;max-width:763px;overflow:hidden}.card.chat-open{width:1156px;max-width:1156px}.stage-col{width:764px}.stage-pad{padding:10px}.stage{box-shadow:none}.overlay-bottom{padding:24px}.pill-btn{height:44px}.error-msg{font-size:16px;line-height:24px;bottom:88px}.error-retry{bottom:24px}.active-controls{gap:16px;bottom:24px}.round-btn{width:40px;height:40px}.caption{bottom:88px}.chat-toggle{width:40px;height:40px;bottom:24px;right:24px}.powered{padding:12px 0;font-size:16px;line-height:24px}.chat-panel{box-shadow:none;opacity:0;background:0 0;border-radius:0;width:0;max-width:0;max-height:none}.card.chat-open .chat-panel{width:100%;max-width:392px;max-height:none}.chat-inner{min-width:260px;max-width:392px;height:554px;padding:24px}.chat-close{display:none}}
