@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap";.ant-menu-item{font-weight:500}.ant-menu-item-selected{background-color:var(--ant-color-primary-bg)}:root{--primary: #C67A52;--primary-light: #D48A63;--primary-dark: #A85E3B;--primary-bg: rgba(198, 122, 82, .12);--primary-border: rgba(198, 122, 82, .2);--accent: #C67A52;--accent-light: #D48A63;--accent-bg: rgba(198, 122, 82, .12);--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--info: #C67A52;--bg-root: #FAF8F4;--bg-card: #FFFFFF;--bg-inset: #F5F2EC;--bg-hover: #F5F2EC;--text-primary: #2C2C2C;--text-secondary: #6B6B6B;--text-tertiary: #9A9A9A;--border: #E5E2DC;--border-light: #F5F2EC;--sider-bg: #FFFFFF;--sider-text: #6B6B6B;--sider-active: var(--primary);--shadow-xs: 0 1px 2px rgba(44, 44, 44, .04);--shadow-sm: 0 1px 3px rgba(44, 44, 44, .06), 0 1px 2px rgba(44, 44, 44, .04);--shadow-md: 0 4px 12px rgba(44, 44, 44, .06), 0 1px 3px rgba(44, 44, 44, .04);--shadow-lg: 0 12px 32px rgba(44, 44, 44, .08), 0 4px 8px rgba(44, 44, 44, .04);--shadow-focus: 0 0 0 3px rgba(198, 122, 82, .2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-base: .25s;--duration-slow: .4s}html,body,#root{min-height:100%}body{margin:0;font-family:IBM Plex Sans,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-root);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-btn{background:var(--primary);border:none;color:#fff;font-weight:600;padding:10px 22px;border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-base) var(--ease-out);box-shadow:var(--shadow-sm)}.gradient-btn:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.gradient-btn:active{transform:translateY(0)}.floating-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all var(--duration-base) var(--ease-out)}.floating-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-border)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #0d94884d}50%{box-shadow:0 0 0 10px #0d948800}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .5s var(--ease-out) forwards}.animate-pulse-glow{animation:pulse-glow 2s infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.page-shell .section-card{box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card)}.page-shell .section-card .ant-card-head{border-bottom:1px solid var(--border-light)}.page-shell .section-card .ant-card-head-title{font-weight:600;font-family:IBM Plex Sans,Noto Sans SC,sans-serif}.llm-voice{background:var(--bg-root);border-radius:var(--radius-xl)}.llm-voice .ant-typography{font-family:IBM Plex Sans,Noto Sans SC,sans-serif;color:var(--text-primary)}.llm-voice .section-card{background:var(--bg-card);border:1px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none}.llm-voice .section-card .ant-card-head{background:transparent;border-bottom:1px solid var(--border-light)}.llm-voice .ant-tabs-nav{margin:0 0 12px}.llm-voice .ant-tabs-tab{font-weight:600;padding:8px 16px;font-family:IBM Plex Sans,Noto Sans SC,sans-serif}.llm-voice .ant-tabs-ink-bar{height:3px;border-radius:var(--radius-full);background:var(--primary)}.llm-voice .ant-tabs-nav:before{border-bottom:1px solid var(--border)}.llm-voice .ant-tabs-tab-active{color:var(--text-primary)}.role-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;cursor:pointer;transition:all var(--duration-base) var(--ease-out);position:relative;overflow:hidden}.role-card:hover{border-color:var(--primary-border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.role-card.role-card--active{border-color:var(--primary);background:var(--primary-bg)}.role-card.role-card--active:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.template-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;cursor:pointer;transition:all var(--duration-base) var(--ease-out)}.template-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.template-card .template-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--accent-bg);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:12px}.editor-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.role-header-card{padding:12px}.editor-section-title{font-family:IBM Plex Sans,Noto Sans SC,sans-serif;font-weight:700;font-size:16px;color:var(--text-primary);margin-bottom:16px;display:flex;align-items:center;gap:8px}.editor-section-title .icon{width:28px;height:28px;border-radius:var(--radius-sm);background:var(--primary-bg);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:14px}.chat-panel{background:var(--bg-inset);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.chat-panel-header{padding:14px 20px;background:var(--bg-card);border-bottom:1px solid var(--border-light);font-weight:600;font-family:IBM Plex Sans,Noto Sans SC,sans-serif;display:flex;align-items:center;justify-content:space-between}.chat-panel-body{padding:16px;height:340px;overflow-y:auto}.chat-bubble{max-width:75%;padding:10px 14px;border-radius:var(--radius-md);font-size:14px;line-height:1.6;word-break:break-word;white-space:pre-wrap}.chat-bubble--user{background:var(--primary);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.chat-bubble--assistant{background:var(--bg-card);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-panel-input{padding:12px 16px;background:var(--bg-card);border-top:1px solid var(--border-light);display:flex;gap:8px;align-items:flex-end}.collapse-trigger{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg-inset);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-weight:500;color:var(--text-secondary);transition:all var(--duration-fast);width:100%;text-align:left}.collapse-trigger:hover{background:var(--bg-hover);color:var(--text-primary)}.empty-state{text-align:center;padding:48px 24px;color:var(--text-tertiary)}.empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.4}.app-sider .ant-menu{background:transparent;border-inline-end:none}.app-sider .ant-menu-item,.app-sider .ant-menu-submenu-title{margin:3px 8px!important;border-radius:var(--radius-md)!important;height:42px!important;line-height:42px!important;font-weight:500;color:var(--sider-text)!important;transition:all var(--duration-fast)}.app-sider .ant-menu-item:hover{background:#ffffff0f!important;color:#fff!important}.app-sider .ant-menu-item-selected{background:var(--primary)!important;color:#fff!important}.app-sider .ant-menu-item-selected svg{color:#fff!important}.app-sider .ant-menu-item-group-title{padding:8px 16px!important;font-size:11px!important;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d!important;font-weight:600}.tag-active{background:var(--primary-bg);color:var(--primary);border:1px solid var(--primary-border);border-radius:var(--radius-full);padding:2px 10px;font-size:12px;font-weight:600}.tag-template{background:var(--accent-bg);color:var(--accent);border:1px solid rgba(245,158,11,.2);border-radius:var(--radius-full);padding:2px 10px;font-size:12px;font-weight:600}.kb-file-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--bg-inset);border-radius:var(--radius-md);margin-bottom:8px;border:1px solid var(--border-light);transition:all var(--duration-fast)}.kb-file-item:hover{border-color:var(--border);background:var(--bg-hover)}@media (max-width: 768px){.llm-voice{padding:8px;border-radius:var(--radius-lg)}.role-card,.template-card,.editor-section{padding:16px}.chat-panel-body{height:240px}.btn-block-mobile{width:100%}.ant-modal{max-width:calc(100vw - 24px);margin:0 auto}.ant-card-head-title{white-space:normal}}.voice-hero{background:linear-gradient(135deg,var(--primary-bg),rgba(198,122,82,.06));border:1px solid var(--primary-border);border-radius:var(--radius-xl);padding:20px 24px;position:relative;overflow:hidden}.voice-hero:before,.voice-hero:after{content:"";position:absolute;border-radius:var(--radius-full);border:1px solid var(--primary-border);opacity:.4}.voice-hero:before{width:220px;height:220px;right:-60px;top:-120px}.voice-hero:after{width:160px;height:160px;left:-40px;bottom:-80px}.voice-stage .section-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.voice-stage .ant-card-body{padding:24px}.voice-steps .ant-steps-item{flex:1}.voice-steps .ant-steps-item-title{font-weight:600;font-size:14px}.voice-steps .ant-steps-item-icon{width:30px;height:30px;line-height:30px;border-radius:var(--radius-full);font-weight:700}.voice-steps .ant-steps-item-process .ant-steps-item-icon{background:var(--primary);border:none;color:#fff;box-shadow:var(--shadow-sm)}.voice-primary-btn{background:var(--primary)!important;border:none!important;color:#fff!important;font-weight:700;box-shadow:var(--shadow-sm)}.voice-primary-btn:hover,.voice-primary-btn:focus{background:var(--primary-dark)!important}.voice-actions{margin-top:16px;display:flex;justify-content:space-between;gap:12px}.voice-actions .ant-btn{height:44px;border-radius:var(--radius-md);font-weight:600;padding:0 24px}.voice-actions .ant-btn-primary{background:var(--primary);border:none;box-shadow:var(--shadow-sm)}.voice-wave{margin-top:16px;display:grid;grid-auto-flow:column;gap:5px;align-items:end;height:28px}.voice-wave span{width:5px;border-radius:var(--radius-full);background:linear-gradient(180deg,var(--primary-light),var(--primary));animation:voiceWave 1.2s ease-in-out infinite}.voice-wave span:nth-child(1){height:10px;animation-delay:0s}.voice-wave span:nth-child(2){height:18px;animation-delay:.1s}.voice-wave span:nth-child(3){height:24px;animation-delay:.2s}.voice-wave span:nth-child(4){height:14px;animation-delay:.3s}.voice-wave span:nth-child(5){height:22px;animation-delay:.4s}.voice-wave span:nth-child(6){height:16px;animation-delay:.5s}.voice-wave span:nth-child(7){height:20px;animation-delay:.6s}@keyframes voiceWave{0%,to{transform:scaleY(.7);opacity:.7}50%{transform:scaleY(1.05);opacity:1}}.mobile-page-title{margin:0;word-break:break-word}.mobile-card-actions .ant-card-actions{display:flex;flex-wrap:wrap}.mobile-card-actions .ant-card-actions>li{margin:0;min-width:50%}@media (max-width: 768px){.voice-hero{padding:16px;border-radius:var(--radius-lg)}.voice-steps .ant-steps-item-title{font-size:12px}.chat-debug-panel{height:260px!important}.ant-statistic{text-align:left}}
