:root{--glow: #00eaff;--eye-size: 18vmin;--eye-gap: 12vmin;--mouth-width: 20vmin;--mouth-height: 1.2vmin}html,body{height:100%;width:100%;margin:0;background:#000;display:flex;align-items:center;justify-content:center;font-family:system-ui;color:#e8faff}.container{display:flex;flex-direction:column;align-items:center;gap:2.4rem;height:75dvh;justify-content:center;color:#e8faff}.robot{display:flex;flex-direction:column;align-items:center;gap:15vmin;transform:scale(1.5);-webkit-user-select:none;user-select:none;margin-bottom:15dvh}.eyes{display:flex;justify-content:space-between;width:calc((var(--eye-size) * 2) + var(--eye-gap))}.eye-left,.eye-right{background-color:var(--glow);border-radius:9999px}.mouth{background:var(--glow);border-radius:2vmin}.eyes .eye-left,.eyes .eye-right,[class*=emotion-talk] .eye-left,[class*=emotion-talk] .eye-right{width:14vmin;height:14vmin}.emotion-neutral .eye-left,.emotion-neutral .eye-right{width:var(--eye-size);height:var(--eye-size)}.emotion-neutral .eye-left,.emotion-neutral .eye-right{transform:translateY(0)}.emotion-neutral .mouth{width:var(--mouth-width);height:var(--mouth-height);border-radius:2vmin}.emotion-happy .eye-left,.emotion-happy .eye-right{width:15vmin;height:18vmin}.emotion-happy .eye-left,.emotion-happy .eye-right{transform:translateY(-1vmin)}.emotion-happy .mouth{width:22vmin;height:6vmin;border-radius:50%/40%}.emotion-smile .eye-left{width:15vmin;height:18vmin;rotate:-35deg}.emotion-smile .eye-right{width:15vmin;height:18vmin;rotate:35deg}.emotion-smile .eye-left,.emotion-smile .eye-right{transform:translateY(-1vmin)}.emotion-smile .mouth{width:22vmin;height:8vmin;border-radius:50%/30%}.emotion-sad .eye-left,.emotion-sad .eye-right{width:17vmin;height:8vmin}.emotion-sad .eye-left,.emotion-sad .eye-right{transform:translateY(1vmin)}.emotion-sad .mouth{width:18vmin;height:4vmin;border-radius:50%;transform:rotate(180deg)}.emotion-angry .eye-left{width:17vmin;height:3vmin;border-radius:0%;rotate:30deg}.emotion-angry .eye-right{width:17vmin;height:3vmin;border-radius:0%;rotate:-30deg}.emotion-angry .eye-left .emotion-angry .eye-right{transform:rotate(15deg) translateY(-1vmin)}.emotion-angry .mouth{width:18vmin;height:4vmin;border-radius:2vmin}.emotion-surprised .eye-left,.emotion-surprised .eye-right{width:20vmin;height:20vmin}.emotion-surprised .eye-left,.emotion-surprised .eye-right{transform:translateY(-2vmin)}.emotion-surprised .mouth{width:10vmin;height:10vmin;border-radius:50%}.emotion-sleepy .eye-left,.emotion-sleepy .eye-right{width:5vmin;height:2vmin}.emotion-sleepy .mouth{width:15vmin;height:1vmin;border-radius:2vmin}.emotion-wink .eye-left{width:15vmin;height:15vmin}.emotion-wink .eye-right{width:15vmin;height:20vmin}.emotion-wink .eye-left{transform:translateY(.5vmin)}.emotion-wink .eye-right{height:3vmin;transform:translateY(10vmin)}.emotion-wink .mouth{width:20vmin;height:5vmin;border-radius:50%/40%}.emotion-excited .eye-left,.emotion-excited .eye-right{width:15vmin;height:15vmin}.emotion-excited .mouth{width:24vmin;height:8vmin;border-radius:50%/40%}.emotion-shy .eye-left,.emotion-shy .eye-right{transform:translateY(0);opacity:.7}.emotion-shy .mouth{width:14vmin;height:4vmin;border-radius:50%/40%}.emotion-confused .eye-left,.emotion-confused .eye-right{width:17vmin;height:8vmin}.emotion-confused .eye-left{transform:rotate(10deg)}.emotion-confused .eye-right{transform:rotate(-10deg)}.emotion-confused .mouth{width:18vmin;height:3vmin;border-radius:2vmin;transform:rotate(10deg)}.emotion-smirk .eye-left,.emotion-smirk .eye-right{width:17vmin;height:8vmin}.emotion-smirk .eye-left{transform:translateY(-1vmin)}.emotion-smirk .eye-right{transform:translateY(0)}.emotion-smirk .mouth{width:18vmin;height:4vmin;border-radius:50%/30%;transform:rotate(-10deg)}.emotion-talk1 .mouth{width:22vmin;border-radius:50%/40%}.emotion-talk2 .mouth{width:22vmin;border-radius:50%/0%}.emotion-talk3 .mouth{width:22vmin;border-radius:80%}.emotion-talk4 .mouth{width:15vmin;border-radius:50%/40%}.emotion-talk5 .mouth{width:15vmin;border-radius:50%/0%}.emotion-talk6 .mouth{width:15vmin;border-radius:80%}.emotion-talk7 .mouth{width:10vmin;border-radius:50%/40%}.emotion-talk8 .mouth{width:10vmin;border-radius:50%/0%}.emotion-talk9 .mouth{width:10vmin;border-radius:80%}.emotion-talk10 .mouth{width:5vmin;border-radius:50%/40%}.emotion-talk11 .mouth{width:5vmin;border-radius:50%/0%}.emotion-talk12 .mouth{width:5vmin;border-radius:80%}.controls{width:100%;display:flex;gap:.6rem;justify-content:center;align-items:center}.btn{background-color:#ffffff0a;color:#ccefff;border:1px solid rgba(0,255,255,.08);padding:.6rem 1rem;border-radius:10px;cursor:pointer;font-weight:600}.btn:active{transform:translateY(1px)}.status{font-size:.9rem;opacity:.9}.hint{font-size:.85rem;color:#a7e6ff;opacity:.75}@media(max-width:600px){:root{--eye-size: 25vmin;--eye-gap: 10vmin;--mouth-width: 30vmin}}.record-btn{position:fixed;bottom:calc(3% + env(safe-area-inset-bottom,10px));left:50%;transform:translate(-50%);width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#ff4a4a,red);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;z-index:1000}.record-btn:hover{transform:translate(-50%) scale(1.1)}.record-btn:disabled{background:linear-gradient(135deg,#696969,#2f2f2f)}.record-btn:active{transform:translate(-50%) scale(.95);background:linear-gradient(135deg,#ff4a4a98,#ff4a4a98)}.mic-icon{pointer-events:none}.lang-switcher{position:fixed;bottom:calc(1.5rem + env(safe-area-inset-bottom,10px));right:calc(1.5rem + env(safe-area-inset-right,10px));display:flex;align-items:center;gap:.4rem;background:#0006;padding:.4rem .8rem;border-radius:12px;color:#bfbfbf;font-family:Inter,sans-serif;font-size:1.5rem}.lang-switcher .globe{opacity:.8}.langs{display:flex;align-items:center;gap:.4rem}.langs span{cursor:pointer}.langs span.active{font-weight:600;color:#fff}.langs span:not(.active):hover{color:#ddd}.langs span+span:before{content:"|";margin:0 .4rem;color:#777}.fullscreen-btn{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;cursor:pointer;color:#00eaff;margin-left:10px;z-index:10000}.fullscreen-btn:hover{background:#00eaff26;transform:scale(1.05)}.fullscreen-btn:active{transform:scale(.95)}.icon{fill:currentColor}.fullscreen-btn:hover .icon{transform:rotate(3deg) scale(1.1)}[tooltip]:before,[tooltip]:after{text-transform:none;font-size:.5em;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}[tooltip]:before{content:"";border:5px solid transparent;z-index:1001}[tooltip]:after{content:attr(tooltip);font-family:Helvetica,sans-serif;text-align:center;min-width:3em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:1ch 1.5ch;border-radius:.3ch;background:#333;color:#fff;z-index:1000}[tooltip]:disabled:before,[tooltip]:disabled:after{display:none}[tooltip]:before,[tooltip]:after,[tooltip]:not(:disabled):before,[tooltip]:not(:disabled):after{display:block}[tooltip]:hover:before,[tooltip]:hover:after,[tooltip]:hover:not(:disabled):before,[tooltip]:hover:not(:disabled):after{display:none}[tooltip]:active:before,[tooltip]:active:after,[tooltip]:active:not(:disabled):before,[tooltip]:active:not(:disabled):after{display:none}[tooltip=""]:before,[tooltip=""]:after{display:none!important}[tooltip]:not([flow]):before,[tooltip][flow^=up]:before{bottom:100%;border-bottom-width:0;border-top-color:#333}[tooltip]:not([flow]):after,[tooltip][flow^=up]:after{bottom:calc(100% + 5px)}[tooltip]:not([flow]):before,[tooltip]:not([flow]):after,[tooltip][flow^=up]:before,[tooltip][flow^=up]:after{left:50%;transform:translate(-50%,-.5em)}[tooltip][flow^=down]:before{top:100%;border-top-width:0;border-bottom-color:#333}[tooltip][flow^=down]:after{top:calc(100% + 5px)}[tooltip][flow^=down]:before,[tooltip][flow^=down]:after{left:50%;transform:translate(-50%,.5em)}[tooltip][flow^=left]:before{top:50%;border-right-width:0;border-left-color:#333;left:calc(0em - 10px);transform:translate(-.5em,-50%)}[tooltip][flow^=left]:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}[tooltip][flow^=right]:before{top:50%;border-left-width:0;border-right-color:#333;right:calc(0em - 5px);transform:translate(.5em,-50%)}[tooltip][flow^=right]:after{top:50%;left:calc(100% + 5px);transform:translate(.5em,-50%)}[tooltip]:before,[tooltip]:after{transition:opacity .3s ease;opacity:1}.overlay{position:fixed;inset:0;background:#28282829;display:flex;align-items:center;justify-content:center;z-index:99999}.spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#chat-toggle{position:sticky;width:50px;height:50px;border-radius:50%;border:none;background:#007bff;color:#fff;font-size:22px;cursor:pointer}#chat-toggle:hover{background:#0056b3;transform:scale(1.1)}#chat-logs{position:fixed;bottom:100px;right:30px;width:320px;height:400px;background:#1e1e1ef2;color:#fff;font-family:Arial,sans-serif;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;z-index:10000;transform:translateY(20px);opacity:0;pointer-events:none}#chat-logs.active{opacity:1;transform:translateY(0);pointer-events:auto}.chat-header{background:#222;padding:10px;text-align:center;font-weight:700;border-bottom:1px solid #333}.chat-messages{flex:1;overflow-y:auto;padding:10px}.message{margin-bottom:10px;padding:8px 10px;border-radius:10px;max-width:80%;word-wrap:break-word}.message.user{background:#007bff;align-self:flex-end;margin-left:auto}.message.bot{background:#444;align-self:flex-start}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.recording-indicator{position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:8px;background-color:#000c;padding:8px 16px;border-radius:999px;color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500}.red-dot{width:10px;height:10px;background-color:#ff3b30;border-radius:50%}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;inset:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#47d78a}.v-toast__item--info{background-color:#1c85d5}.v-toast__item--warning{background-color:#febc22}.v-toast__item--error{background-color:#f7471c}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23000' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}[data-v-d2a19c4d]:root{--glow: #00eaff}html[data-v-d2a19c4d],body[data-v-d2a19c4d]{height:100%;width:100%;margin:0;background:#000;display:flex;align-items:center;justify-content:center;font-family:system-ui;color:#e8faff}.container[data-v-d2a19c4d]{display:flex;flex-direction:column;align-items:center;gap:2.4rem;height:75dvh;justify-content:center;color:#e8faff}.robot-video-container[data-v-d2a19c4d]{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:flex-start;padding-top:2vh;z-index:1;pointer-events:none}.robot-video[data-v-d2a19c4d]{max-width:85vw;max-height:65vh;object-fit:contain;border-radius:20px}.btn[data-v-d2a19c4d]{background-color:#ffffff0a;color:#ccefff;border:1px solid rgba(0,255,255,.08);padding:.6rem 1rem;border-radius:10px;cursor:pointer;font-weight:600}.btn[data-v-d2a19c4d]:active{transform:translateY(1px)}.listening-indicator[data-v-d2a19c4d]{position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:8px;background-color:#000c;padding:8px 16px;border-radius:999px;color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500}.listening-dot[data-v-d2a19c4d]{width:10px;height:10px;background-color:#00eaff;border-radius:50%;animation:pulse-listening-d2a19c4d 1.5s ease-in-out infinite}@keyframes pulse-listening-d2a19c4d{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.lang-switcher[data-v-d2a19c4d]{position:fixed;bottom:calc(1.5rem + env(safe-area-inset-bottom,10px));right:calc(1.5rem + env(safe-area-inset-right,10px));display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:12px;color:#bfbfbf;font-family:Inter,sans-serif;font-size:1.5rem}.lang-switcher .globe[data-v-d2a19c4d]{flex-shrink:1;transform:translateZ(0);will-change:opacity,transform;backface-visibility:hidden}.langs[data-v-d2a19c4d]{display:flex;align-items:center;gap:.4rem}.langs span[data-v-d2a19c4d]{cursor:pointer}.langs span.active[data-v-d2a19c4d]{font-weight:600;color:#fff}.langs span[data-v-d2a19c4d]:not(.active):hover{color:#ddd}.langs span+span[data-v-d2a19c4d]:before{content:"|";margin:0 .4rem;color:#777}.fullscreen-btn[data-v-d2a19c4d]{position:relative;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;cursor:pointer;color:#00eaff;margin-left:10px;z-index:10000}.fullscreen-btn[data-v-d2a19c4d]:hover{background:#00eaff26;transform:scale(1.05)}.fullscreen-btn[data-v-d2a19c4d]:active{transform:scale(.95)}.icon[data-v-d2a19c4d]{fill:currentColor}.fullscreen-btn:hover .icon[data-v-d2a19c4d]{transform:rotate(3deg) scale(1.1)}[tooltip][data-v-d2a19c4d]:before,[tooltip][data-v-d2a19c4d]:after{text-transform:none;font-size:.5em;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}[tooltip][data-v-d2a19c4d]:before{content:"";border:5px solid transparent;z-index:1001}[tooltip][data-v-d2a19c4d]:after{content:attr(tooltip);font-family:Helvetica,sans-serif;text-align:center;min-width:3em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:1ch 1.5ch;border-radius:.3ch;background:#333;color:#fff;z-index:1000}[tooltip][data-v-d2a19c4d]:disabled:before,[tooltip][data-v-d2a19c4d]:disabled:after{display:none}[tooltip][data-v-d2a19c4d]:before,[tooltip][data-v-d2a19c4d]:after,[tooltip][data-v-d2a19c4d]:not(:disabled):before,[tooltip][data-v-d2a19c4d]:not(:disabled):after{display:block}[tooltip][data-v-d2a19c4d]:hover:before,[tooltip][data-v-d2a19c4d]:hover:after,[tooltip][data-v-d2a19c4d]:hover:not(:disabled):before,[tooltip][data-v-d2a19c4d]:hover:not(:disabled):after{display:none}[tooltip][data-v-d2a19c4d]:active:before,[tooltip][data-v-d2a19c4d]:active:after,[tooltip][data-v-d2a19c4d]:active:not(:disabled):before,[tooltip][data-v-d2a19c4d]:active:not(:disabled):after{display:none}[tooltip=""][data-v-d2a19c4d]:before,[tooltip=""][data-v-d2a19c4d]:after{display:none!important}[tooltip][flow^=left][data-v-d2a19c4d]:before{top:50%;border-right-width:0;border-left-color:#333;left:calc(0em - 10px);transform:translate(-.5em,-50%)}[tooltip][flow^=left][data-v-d2a19c4d]:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}[tooltip][data-v-d2a19c4d]:before,[tooltip][data-v-d2a19c4d]:after{transition:opacity .3s ease;opacity:1}.overlay[data-v-d2a19c4d]{position:fixed;inset:0;background:#28282829;display:flex;align-items:center;justify-content:center;z-index:99999}.spinner[data-v-d2a19c4d]{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin-d2a19c4d .8s linear infinite}@keyframes spin-d2a19c4d{to{transform:rotate(360deg)}}#chat-logs[data-v-d2a19c4d]{position:fixed;bottom:100px;right:30px;width:320px;height:400px;background:#1e1e1ef2;color:#fff;font-family:Arial,sans-serif;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;z-index:10000;transform:translateY(20px);opacity:0;pointer-events:none}#chat-logs.active[data-v-d2a19c4d]{opacity:1;transform:translateY(0);pointer-events:auto}.chat-header[data-v-d2a19c4d]{background:#222;padding:10px;text-align:center;font-weight:700;border-bottom:1px solid #333}.chat-messages[data-v-d2a19c4d]{flex:1;overflow-y:auto;padding:10px}.message[data-v-d2a19c4d]{margin-bottom:10px;padding:8px 10px;border-radius:10px;max-width:80%;word-wrap:break-word}.message.user[data-v-d2a19c4d]{background:#007bff;align-self:flex-end;margin-left:auto}.message.bot[data-v-d2a19c4d]{background:#444;align-self:flex-start}.chat-messages[data-v-d2a19c4d]::-webkit-scrollbar{width:6px}.chat-messages[data-v-d2a19c4d]::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.recording-indicator[data-v-d2a19c4d]{position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:8px;background-color:#000c;padding:8px 16px;border-radius:999px;color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500}.red-dot[data-v-d2a19c4d]{width:10px;height:10px;background-color:#ff3b30;border-radius:50%}.disclaimer[data-v-d2a19c4d]{position:fixed;bottom:-10px;left:50%;transform:translate(-50%);z-index:9999;font-size:12px;color:#888;font-family:system-ui,-apple-system,sans-serif}[data-v-0968361f]:root{--grid-offset: calc(50% + 80px) ;--color: hsl(0 0% 6%);--bg: hsl(0 0% 96%);--color-alpha: hsl(0 0% 60%);--selection: hsl(0 0% 80%);--bg-size: 180px;--grid-line: hsl(0 0% 80%);--input-bg: hsl(0 0% 100% / .2);--grid-accent: hsl(280 0% 10% / .1);--glint: white;--button-shade: 80%}[data-v-0968361f]:root:focus-within{--grid-accent: hsl(280 0% 10% / .35)}@media(prefers-color-scheme:dark){[data-v-0968361f]:root{--button-shade: 30%;--glint: black;--grid-accent: hsl(280 0% 80% / .1);--selection: hsl(0 0% 20%);--color: hsl(0 0% 98%);--bg: hsl(0 0% 6%);--color-alpha: hsl(0 0% 50%);--grid-line: hsl(0 0% 12%);--input-bg: hsl(0 0% 0% / .2)}[data-v-0968361f]:root:focus-within{--grid-accent: hsl(280 0% 80% / .35)}}[data-v-0968361f],[data-v-0968361f]:after,[data-v-0968361f]:before{box-sizing:border-box}.form-group:focus-within label[data-v-0968361f]{color:var(--color)}.form-group:focus-within input[data-v-0968361f]{border-color:var(--color);color:var(--color)}.form-group:focus-within button[data-v-0968361f]{color:var(--color)}input[data-v-0968361f]{font-family:Geist Mono,monospace;font-size:1.75rem;padding:1rem 4rem 1rem 2rem;letter-spacing:.2ch;border-radius:6px;color:var(--color-alpha);border-color:var(--color-alpha);border-style:solid;background:var(--input-bg);outline:none;transition:border-color .2s,color .2s}label[data-v-0968361f]{position:absolute;color:var(--color-alpha);bottom:calc(100% + .5rem);letter-spacing:.2ch;transition:color .2s}.form-group[data-v-0968361f]{position:relative}.eye circle[data-v-0968361f]:nth-of-type(2){fill:var(--glint)}button[data-v-0968361f]{padding:0;display:grid;place-items:center;height:100%;aspect-ratio:1;border-radius:12px;border:0;background:linear-gradient(hsl(0 0% var(--button-shade) / calc(var(--active, 0) * .5)),hsl(0 0% var(--button-shade) / calc(var(--active, 0) * .5))) padding-box;border:6px solid transparent;transition:background .125s;color:var(--color-alpha);position:absolute;right:0;z-index:2;top:50%;cursor:pointer;translate:0 -50%;outline:0}input[data-v-0968361f]::selection{background:var(--selection)}button[data-v-0968361f]:is(:focus-visible,:hover){--active: 1}button svg[data-v-0968361f]{width:75%}.sr-only[data-v-0968361f]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.logo[data-v-30e89fd0]{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo[data-v-30e89fd0]:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vue[data-v-30e89fd0]:hover{filter:drop-shadow(0 0 2em #42b883aa)}
