.app-header{width:100%;min-width:0;display:flex;align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;padding:0 16px;height:56px;line-height:56px}@media (min-width: 600px){.app-header{padding:0 32px}}.app-header-brand{flex:1;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.app-header-menu{flex:2;display:flex;justify-content:center;border-bottom:none!important;background:transparent;line-height:56px}.app-header-menu .ant-menu-item{font-size:14px}.app-header-spacer{flex:1}.app-header-logo{font-size:22px}.app-header-title{font-size:18px;font-weight:700;color:#1677ff;letter-spacing:1px}.layoutRoot{height:100vh;width:100%;background:linear-gradient(135deg,#f0f5ff,#e6fffb);display:flex;align-items:center;justify-content:center}.contentBox{width:100%;max-width:1000px;background:#fff;border-radius:12px;box-shadow:0 8px 40px #00000014;padding:32px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;margin:24px auto;animation:fadeInUp .4s ease-out}@media (prefers-reduced-motion: reduce){.contentBox{animation:none}}.contentBox::-webkit-scrollbar{width:5px}.contentBox::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.contentBox{scrollbar-width:thin;scrollbar-color:#d9d9d9 transparent}.scrollable-content{flex:1;max-height:80vh;overflow-y:auto}@media (prefers-reduced-motion: reduce){.message-row{animation:none}}.message-row{margin-bottom:4px;animation:fadeInUp .3s ease-out}.message-avatar{flex-shrink:0;margin:4px 10px 0}.user-message{background-color:#dcf8c6;border-radius:14px 4px 14px 14px;box-shadow:0 1px 3px #00000014;border:none}.user-message .ant-card-body{padding:10px 14px!important}.assistant-message{background-color:#f5f5f5;border-radius:4px 14px 14px;box-shadow:0 1px 3px #00000014;border:none}.assistant-message .ant-card-body{padding:10px 14px!important}.analysis-button{font-size:12px;color:#8c8c8c;padding:0 8px;height:22px;margin-top:2px}.analysis-button:hover{color:#1677ff}.analysis-panel{width:100%;margin-top:6px;background:#f6ffed;border-radius:10px;border:1px solid #d9f7be}.typing-dots{display:inline-block;animation:typingPulse 1.4s ease-in-out infinite;font-size:18px;letter-spacing:2px}@keyframes typingPulse{0%,to{opacity:1}50%{opacity:.3}}@media (prefers-reduced-motion: reduce){.typing-dots,.message-row{animation:none}}.voice-container{width:100%;height:100%;gap:16px;padding:24px}.voice-avatar{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;border:3px solid transparent}.voice-avatar-user{background:#e6f4ff;border-color:#91caff}.voice-avatar-ai{background:#f6ffed;border-color:#b7eb8f}.voice-avatar-speaking{animation:voicePulse 1.6s ease-in-out infinite}@keyframes voicePulse{0%,to{box-shadow:0 0 #1677ff4d}50%{box-shadow:0 0 0 16px #1677ff00}}@keyframes voicePulseReduced{0%,to{opacity:1}50%{opacity:.6}}@media (prefers-reduced-motion: reduce){.voice-avatar-speaking{animation:voicePulseReduced 1.6s ease-in-out infinite}.wave-bar{animation:none}}.voice-avatar-emoji{line-height:1}.voice-role-label{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:2px}.voice-text-area{min-height:60px;max-width:500px;text-align:center;padding:16px 24px;background:#fafafa;border-radius:12px}.voice-text-content{font-size:20px;font-weight:500;color:#222;line-height:1.6;word-break:break-word}.voice-control-btn{width:64px;height:64px;box-shadow:0 4px 16px #1677ff4d}.voice-control-btn:hover{transform:scale(1.05)}.voice-waves{display:flex;align-items:flex-end;justify-content:center;gap:4px;height:32px}.wave-bar{display:inline-block;width:4px;background:#1677ff;border-radius:2px;animation:wave .8s ease-in-out infinite}.wave-bar:nth-child(1){height:12px;animation-delay:0s}.wave-bar:nth-child(2){height:24px;animation-delay:.1s}.wave-bar:nth-child(3){height:16px;animation-delay:.2s}.wave-bar:nth-child(4){height:28px;animation-delay:.3s}.wave-bar:nth-child(5){height:12px;animation-delay:.4s}@keyframes wave{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(.3);opacity:1}}.recording-indicator{display:flex;align-items:center;gap:8px;margin-bottom:8px}.recording-dot{width:10px;height:10px;background:#ff4d4f;border-radius:50%;animation:recordingPulse 1s ease-in-out infinite}@keyframes recordingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@media (prefers-reduced-motion: reduce){.recording-dot{animation:none}}html,body,#root{width:100vw;height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
