.app{position:relative;width:100%;height:100%;display:flex;flex-direction:column;background:linear-gradient(160deg,#0f1226,#1a1f3a,#2a1f4e);overflow:hidden}.bg-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.orb1{width:320px;height:320px;background:#6366f1;top:-80px;left:-80px}.orb2{width:280px;height:280px;background:#a855f7;bottom:120px;right:-60px}.orb3{width:200px;height:200px;background:#3b82f6;top:40%;left:50%;opacity:.2}.header{position:relative;z-index:2;display:flex;align-items:center;gap:14px;padding:20px 28px;padding-top:calc(20px + env(safe-area-inset-top))}.logo{font-size:40px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.title-block h1{margin:0;font-size:22px;font-weight:700;letter-spacing:1px}.title-block p{margin:2px 0 0;font-size:13px;color:#ffffff8c}.main{flex:1;position:relative;z-index:2;display:flex;gap:30px;padding:0 28px;min-height:0}.avatar-section{flex:0 0 38%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}.avatar-ring{position:relative;width:220px;height:220px;display:flex;align-items:center;justify-content:center}.avatar{width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-size:72px;box-shadow:0 0 50px #6366f180;z-index:2;transition:transform .3s}.avatar-ring.speaking .avatar{animation:bounce .6s ease-in-out infinite}.avatar-ring.idle .avatar{box-shadow:0 0 30px #6366f14d}.avatar-ring.connecting .avatar{animation:spin 2s linear infinite}.avatar-ring.error .avatar{background:linear-gradient(135deg,#ef4444,#f97316)}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pulse{position:absolute;border-radius:50%;border:2px solid rgba(99,102,241,.4);z-index:1}.pulse.active{animation:pulse-ring 1.8s ease-out infinite}.pulse.listening{border-color:#22c55e80}.p1{width:180px;height:180px;animation-delay:0s}.p2{width:180px;height:180px;animation-delay:.6s}.p3{width:180px;height:180px;animation-delay:1.2s;border-color:#22c55e4d}@keyframes pulse-ring{0%{transform:scale(1);opacity:.8}to{transform:scale(1.5);opacity:0}}.status{display:flex;align-items:center;gap:8px;font-size:16px;color:#ffffffd9}.dot{width:10px;height:10px;border-radius:50%}.dot-idle{background:#6b7280}.dot-connecting{background:#f59e0b;animation:blink 1s infinite}.dot-connected{background:#22c55e;box-shadow:0 0 8px #22c55e}.dot-error{background:#ef4444}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.err{color:#fca5a5;font-size:14px;text-align:center;max-width:300px;background:#ef444426;padding:8px 16px;border-radius:10px}.chat-section{flex:1;display:flex;min-width:0}.chat-window{flex:1;background:#ffffff0f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.08);padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.chat-empty{margin:auto;color:#fff6;text-align:center;font-size:15px;line-height:1.8;white-space:pre-line;max-width:320px}.msg{display:flex}.msg-user{justify-content:flex-end}.msg-assistant{justify-content:flex-start}.bubble{max-width:80%;padding:12px 16px;border-radius:18px;font-size:15px;line-height:1.6;word-break:break-word}.msg-user .bubble{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-bottom-right-radius:4px}.msg-assistant .bubble{background:#ffffff1f;color:#f1f5f9;border-bottom-left-radius:4px}.controls{position:relative;z-index:2;padding:20px 28px;padding-bottom:calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:10px}.btn-row{display:flex;gap:24px;align-items:center}.btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:600;transition:all .2s}.btn:active{transform:scale(.94)}.btn-call{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:22px;padding:18px 48px;border-radius:50px;flex-direction:row;gap:12px;box-shadow:0 8px 30px #22c55e66}.btn-call:disabled{opacity:.6;box-shadow:none}.btn-icon{font-size:28px;line-height:1}.btn-circle{width:80px;height:80px;border-radius:50%;font-size:14px}.btn-photo{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;box-shadow:0 4px 16px #f59e0b59}.btn-mute{background:#ffffff26;color:#fff}.btn-hangup{width:90px;height:90px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 6px 20px #ef444466}.btn-interrupt{background:#ffffff26;color:#fff}.btn-label{font-size:12px;font-weight:500;margin-top:2px}.tip{margin:4px 0 0;font-size:13px;color:#ffffff73}@media (max-width: 820px){.main{flex-direction:column;gap:16px;padding:0 16px}.avatar-section{flex:0 0 auto;gap:16px;padding-top:10px}.avatar-ring{width:160px;height:160px}.avatar{width:120px;height:120px;font-size:54px}.pulse,.p1,.p2,.p3{width:135px;height:135px}.chat-window{max-height:38vh}.header{padding:14px 18px}.logo{width:48px;height:48px;font-size:30px;border-radius:12px}.title-block h1{font-size:19px}.btn-call{font-size:18px;padding:14px 36px}.btn-circle{width:68px;height:68px}.btn-hangup{width:76px;height:76px}}@media (min-width: 1024px) and (orientation: landscape){.avatar-ring{width:260px;height:260px}.avatar{width:190px;height:190px;font-size:84px}}.msg-img{display:block;max-width:220px;max-height:220px;border-radius:12px;margin-bottom:8px;border:1px solid rgba(255,255,255,.15)}.img-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#000000d1;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.img-preview-card{background:#1a1f3a;border-radius:20px;padding:18px;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.img-preview-card img{max-width:100%;max-height:65vh;border-radius:12px;object-fit:contain}.img-preview-actions{display:flex;gap:14px;justify-content:center}.pv-btn{flex:1;padding:14px 20px;border:none;border-radius:14px;font-size:17px;font-weight:700;cursor:pointer;transition:transform .15s}.pv-btn:active{transform:scale(.96)}.pv-btn:disabled{opacity:.6}.pv-cancel{background:#ffffff26;color:#fff}.pv-send{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 6px 20px #22c55e66}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif;user-select:none;-webkit-user-select:none}body{background:#0f1226;color:#fff;touch-action:manipulation}button{font-family:inherit;border:none;outline:none;cursor:pointer;background:none;color:inherit}
