.live2d-canvas[data-v-0b5e636f]{width:100%;height:100%;display:block;pointer-events:none}.live2d-wrap[data-v-0b5e636f]{height:100%;width:100%}.voice-bars-wrap[data-v-0c50cf62]{position:relative;width:100%;height:100%;overflow:hidden}canvas[data-v-0c50cf62]{position:absolute;top:0;right:0;bottom:0;left:0}.mic-btn[data-v-e7b66fb0]{--size: 8vh;--ring-w: 4px;--c1: #5cf;--c2: #a0f;--c3: #3ff;position:relative;width:var(--size);height:var(--size);border:0;padding:0;border-radius:999px;background:transparent;cursor:pointer;outline:none;display:inline-grid;place-items:center;transition:transform .2s ease}.core[data-v-e7b66fb0]{position:relative;z-index:2;width:calc(var(--size) - 10px);height:calc(var(--size) - 10px);border-radius:99px;background:radial-gradient(120% 120% at 30% 20%,#023862,#02274e 55%,#0d214e);box-shadow:inset 0 1px 4px #ffffff0f,0 8px 24px #307aff40;color:#e8eeff;transition:all .3s ease}.icon[data-v-e7b66fb0]{width:100%;height:100%}.ring[data-v-e7b66fb0]{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;padding:var(--ring-w);background:conic-gradient(from 0deg,var(--c1),var(--c2),var(--c3),var(--c1));-webkit-mask-composite:xor;mask-composite:exclude;filter:drop-shadow(0 0 8px rgba(120,140,255,.55));transition:opacity .3s ease;opacity:.6}.mic-btn.listening .ring[data-v-e7b66fb0]{animation:spin-e7b66fb0 6s linear infinite;opacity:1}.halo[data-v-e7b66fb0]{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;border-radius:999px;background:radial-gradient(60% 60% at 50% 50%,#78a0ff73,#a050ff57 45%,#0000 70%);filter:blur(20px);opacity:.6;pointer-events:none;transition:opacity .25s ease}.mic-btn.listening .halo[data-v-e7b66fb0]{animation:pulse-e7b66fb0 1.8s ease-in-out infinite;opacity:.85}.mic-btn:hover .core[data-v-e7b66fb0]{box-shadow:inset 0 1px 6px #ffffff14,0 10px 30px #4884ff59}.mic-btn[data-v-e7b66fb0]:active{transform:scale(.95)}@keyframes spin-e7b66fb0{to{transform:rotate(360deg)}}@keyframes pulse-e7b66fb0{0%,to{transform:scale(1);filter:blur(10px);opacity:.75}50%{transform:scale(1.08);filter:blur(14px);opacity:1}}.app{width:100%;height:100vh;background:linear-gradient(270deg,#070e2c,#061434,#022345,#03122e);background-size:1400% 1400%;animation:gradientFlow 20s ease infinite;display:flex;align-items:center;justify-content:center}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.frame{width:96%;height:90%;position:relative;border-radius:12px;background:linear-gradient(35deg,#0ad0da,#258bcc,#5f70c8,#ce23d5);padding:12px}.frame:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:9px;background:linear-gradient(45deg,#080e2d,#06183d,#031d3d,#02203e);z-index:1}.title{position:relative;z-index:1;font-size:48px;font-weight:700;color:#d2d2da;text-align:center;display:inline-flex;align-items:center;justify-content:center;width:100%}.title:before{content:"";display:inline-block;width:6vw;height:9vh;background:url(/img/jinghui.jpeg) no-repeat center / contain;vertical-align:middle}.content{z-index:1;position:relative;display:flex;flex-direction:row;width:100%;height:90%}.content_left,.content_right{width:100%;height:100%;display:flex;padding-top:20px;flex-direction:column}.live2d{flex:12;width:100%;height:100%}.live2d:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#00c8ff40,#008cff26 30%,#003c7800 70%);animation:pulseGlow 4s ease-in-out infinite;width:45%}.live2d>*{position:relative;z-index:1}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.voice_bar{flex:1}.message_box{flex:12;width:90%;height:14vh;padding:7px;position:relative;border-radius:12px;background:linear-gradient(35deg,#0ad0da,#258bcc,#5f70c8,#ce23d5)}.message_box:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:9px;background:linear-gradient(45deg,#080e2d,#06183d,#031d3d,#02203e);z-index:1}.message_bottom{display:flex;align-items:center;flex-wrap:nowrap;width:90%}.microphone{flex:1;display:flex;align-items:center;justify-content:center;padding:10px}.operate{flex:0 0 auto;margin-left:16px}.message_box .message_inner{position:relative;z-index:2;height:100%;overflow-y:auto;padding:18px 20px 24px;scroll-behavior:smooth}.msg{display:flex;margin-bottom:14px}.msg.left{justify-content:flex-start}.msg.right{justify-content:flex-end}.msg .bubble{max-width:70%;padding:10px 12px;border-radius:12px}.msg .avatar img{width:100%;height:100%;object-fit:cover}.msg .bubble{grid-area:bubble;max-width:70%;padding:10px 12px;border-radius:12px;background:#ffffff0f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.08)}.msg.left .bubble{border-top-left-radius:6px}.msg.right .bubble{background:linear-gradient(135deg,#404fa48c,#801d938c);border-top-right-radius:6px}.msg .text{color:#e9ecff;white-space:pre-wrap;word-break:break-word;line-height:1.6;font-size:15px}.msg .meta{display:flex;gap:10px;align-items:center;margin-top:6px;opacity:.7;font-size:12px}.msg .meta .time{color:#bdc7ff}.typing{display:inline-flex;gap:4px}.typing i{width:6px;height:6px;border-radius:50%;background:#bdc7ff;display:inline-block;animation:typingBlink 1.2s infinite ease-in-out}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes typingBlink{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:1}}.message_box .message_inner::-webkit-scrollbar{width:8px}.message_box .message_inner::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:8px}.ai-loading{width:22px;height:22px;border-radius:50%;display:inline-block;position:relative;background:conic-gradient(from 0deg,#5cf,#a0f,#3ff,#5cf);animation:aiSpin 1.2s linear infinite}.ai-loading:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#080e2d;border-radius:50%}.ai-loading:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;background:radial-gradient(circle at center,#5cffff59,#a050ff40 40%,#0000 70%);animation:aiPulse 1.6s ease-in-out infinite}@keyframes aiSpin{to{transform:rotate(360deg)}}@keyframes aiPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.15);opacity:.8}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
