*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2)}.App,body{min-height:100vh}.App{color:#333;display:flex;height:100vh;width:100vw}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{background:#fff;display:flex;flex:1 1;overflow:hidden;width:100%}.sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;flex:0 0 300px;max-height:calc(100vh - 200px);overflow-y:auto;padding:1.5rem}.sidebar h3{color:#667eea;margin-bottom:1rem}.tool-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1rem}.tool-card strong{color:#333;display:block;margin-bottom:.5rem}.tool-card p{color:#666;font-size:.9rem;margin-bottom:.5rem}.stats{display:flex;flex-wrap:wrap;font-size:.8rem;gap:.5rem}.stats span{background:#667eea;border-radius:4px;color:#fff;padding:.2rem .5rem}.main{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:2rem}form{margin-bottom:2rem}form input[type=text]{border:2px solid #e0e0e0;border-radius:8px;font-size:1.1rem;margin-bottom:1rem;padding:1rem;transition:border-color .3s;width:100%}form input[type=text]:focus{border-color:#667eea;outline:none}.controls{justify-content:space-between}.actions,.controls{align-items:center;display:flex}.actions{gap:.75rem}.voice-actions{gap:.5rem}.controls label{align-items:center;cursor:pointer;display:flex;gap:.5rem}button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;transition:transform .2s}button:hover:not(:disabled){transform:translateY(-2px)}button:disabled{cursor:not-allowed;opacity:.6}.voice-button,.voice-button.start{background:#111827}.voice-button.stop{background:#ef4444}.voice-hint{color:#6b7280;font-size:.85rem;margin-top:.5rem}.voice-error{color:#b91c1c;font-size:.9rem;margin-top:.75rem}.steps{max-height:calc(100vh - 400px);overflow-y:auto}.result-container{margin-bottom:2rem}.final-answer-box{background:linear-gradient(135deg,#11998e,#38ef7d);border-radius:12px;box-shadow:0 8px 24px #11998e4d;color:#fff;margin-bottom:1rem;padding:2.5rem}.final-answer-box h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;opacity:.95}.final-answer-box p{font-size:1.3rem;line-height:1.6;margin-bottom:1rem}.confidence-badge{background:#fff3;border-radius:20px;display:inline-block;font-size:.95rem;font-weight:500;padding:.5rem 1rem}.execution-details{background:#f8f9fa;border-radius:8px;cursor:pointer;padding:1rem}.execution-details summary{color:#667eea;font-weight:500;-webkit-user-select:none;user-select:none}.feedback-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.feedback-btn{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.feedback-btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.feedback-btn.helpful{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.feedback-btn.helpful:hover{box-shadow:0 4px 12px #11998e4d}.feedback-btn.not-helpful{background:#f59e0b;color:#fff}.feedback-btn.not-helpful:hover{box-shadow:0 4px 12px #f59e0b4d}.feedback-btn.wrong{background:#ef4444;color:#fff}.feedback-btn.wrong:hover{box-shadow:0 4px 12px #ef44444d}.feedback-btn.deeper{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.feedback-btn.deeper:hover{box-shadow:0 4px 12px #667eea4d}.teaching-mode{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:12px;box-shadow:0 4px 12px #fdcb6e4d;margin-top:1.5rem;padding:1.5rem}.teaching-mode h3{color:#2d3436;font-size:1.3rem;margin-bottom:.5rem}.teaching-hint{color:#636e72;font-size:.95rem;margin-bottom:1rem}.correction-input{border:2px solid #fdcb6e;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.correction-input:focus{border-color:#f39c12;box-shadow:0 0 0 3px #fdcb6e33;outline:none}.teaching-actions{display:flex;gap:.75rem}.submit-correction{background:linear-gradient(135deg,#00b894,#00cec9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.submit-correction:hover{box-shadow:0 4px 12px #00b8944d;transform:translateY(-2px)}.cancel-correction{background:#b2bec3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-correction:hover{background:#636e72;transform:translateY(-2px)}.knowledge-graph-btn{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.knowledge-graph-btn:hover{box-shadow:0 4px 12px #f5576c4d;transform:translateY(-2px)}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000004d;max-height:90vh;max-width:90vw;overflow-y:auto;padding:2rem;position:relative}.knowledge-graph-modal{max-width:1000px}.modal-close{background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:36px;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:36px}.modal-close:hover{background:#dc2626;transform:scale(1.1)}.knowledge-graph-modal h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem}.graph-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat-card{padding:1.5rem}.stat-value{font-size:2.5rem;margin-bottom:.5rem}.stat-label{font-size:.9rem}.graph-nodes h3{color:#2d3436;font-size:1.5rem;margin-bottom:1rem}.nodes-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:2rem}.node-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:10px;padding:1rem;transition:all .2s ease}.node-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.node-card.topic{background:linear-gradient(135deg,#11998e0d,#38ef7d0d);border-left-color:#11998e}.node-card.tool{background:linear-gradient(135deg,#f093fb0d,#f5576c0d);border-left-color:#f5576c}.node-label{color:#2d3436;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.node-meta{color:#636e72;display:flex;flex-direction:column;font-size:.85rem;gap:.25rem}.highlight-card{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border-radius:12px;margin-bottom:1rem;padding:1.5rem}.highlight-card h4{color:#2d3436;font-size:1.2rem;margin-bottom:.5rem}.highlight-card p{color:#2d3436;font-size:1rem;margin:0}.steps-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem}.mini-step{background:#fff;border-radius:6px;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.mini-step,.mini-step-num{align-items:center;display:flex}.mini-step-num{background:#667eea;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.mini-step-tool{color:#666;font-family:monospace}.step{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.error-step{background:#fee;border-left-color:#ef4444}.composite-result{background:#f0fdf4;border-left-color:#10b981}.composite-result .subgoals-summary ul{margin:.5rem 0;padding-left:1.5rem}.composite-result .synthesis{background:#fff;border-radius:4px;margin-top:1rem;padding:1rem}.composite-result .effectiveness{color:#059669;font-weight:700;margin-top:.5rem}.observation pre{background:#f3f4f6;border-radius:4px;font-size:.85rem;overflow-x:auto;padding:.5rem}.step-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.step-num{color:#667eea;font-weight:700}.step-status{border-radius:20px;font-size:.9rem;padding:.3rem .8rem}.step-status.done{background:#4caf50;color:#fff}.step-status.running{background:#ff9800;color:#fff}.step-content>div{margin-bottom:.8rem}.thought{color:#555;font-style:italic}.decision{background:#e3f2fd;color:#1976d2}.decision,.observation{border-radius:4px;padding:.5rem}.observation{background:#fff3e0;color:#e65100}.reflection{background:#f3e5f5;border-radius:4px;color:#6a1b9a;padding:.8rem}.reflection>div{font-size:.9rem;margin-bottom:.3rem}.confidence{color:#667eea;font-weight:700;text-align:right}.demo-panel{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;margin-bottom:2rem;padding:1.5rem}.demo-header h2{font-size:1.6rem;margin-bottom:.25rem}.demo-header p{color:#666;margin-bottom:1rem}.demo-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.demo-actions.inline{margin-bottom:.5rem;margin-top:.5rem}.demo-actions button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1rem}.demo-actions button:disabled{cursor:not-allowed;opacity:.6}.demo-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:1rem}.demo-card{background:#f8f9ff;border:1px solid #e3e6ff;border-radius:12px;padding:1rem}.demo-card.full{margin-top:1rem}.demo-output{background:#0f172a;border-radius:8px;color:#e2e8f0;font-size:.85rem;max-height:240px;overflow-x:auto;padding:.75rem}.demo-empty{color:#888;font-style:italic}.demo-split{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.demo-textarea{background:#fff;border:1px solid #d0d7ff;border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;min-height:200px;padding:.75rem;width:100%}.demo-textarea.notes{margin-top:.5rem;min-height:80px}.demo-section{margin-top:1rem}.demo-status{color:#2e7d32;font-weight:600;margin-top:.5rem}.tab-navigation{background:#fff;border-bottom:2px solid #e5e7eb;box-shadow:0 2px 4px #0000000d;display:flex;gap:12px;margin:0 auto;max-width:1200px;padding:16px 20px;width:100%}.tab-button{background:#0000;border:2px solid #0000;border-radius:8px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;position:relative;transition:all .2s ease}.tab-button:hover{background:#f3f4f6;color:#374151}.tab-button.active{background:#f5f7ff;border-bottom-color:#667eea;color:#667eea}.tab-button.active:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:1px;bottom:-18px;content:"";height:2px;left:0;position:absolute;right:0}@media (max-width:768px){.tab-navigation{gap:8px;padding:12px}.tab-button{font-size:13px;padding:8px 12px}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;gap:60px;height:100vh;justify-content:center;padding:40px;width:100%}.buddy-image-hero{filter:drop-shadow(0 8px 24px rgba(0,0,0,.3));flex-shrink:0;height:auto;max-width:500px;object-fit:contain;width:100%}.login-box{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;flex-shrink:0;max-width:420px;padding:50px;width:100%}.login-box h2{color:#333;font-size:28px;font-weight:600;margin:0 0 30px;text-align:center}.login-box form{display:flex;flex-direction:column;gap:16px}.login-input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:16px;padding:14px 16px;transition:all .3s ease;width:100%}.login-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.login-input:disabled{cursor:not-allowed;opacity:.6}.login-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:14px 20px;transition:all .3s ease;width:100%}.login-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.75}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-top-color:#fff;display:inline-block;height:14px;width:14px}.login-note{color:#666;font-size:13px;margin-top:16px;text-align:center}.error-message{background-color:#fee;border-left:4px solid #c33;border-radius:6px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px}@media (max-width:992px){.login-container{flex-direction:column;gap:40px;padding:40px 20px}.buddy-image-hero{max-width:350px}.login-box{max-width:400px}}@media (max-width:768px){.login-container{gap:30px;padding:20px}.buddy-image-hero{max-width:280px}.login-box{padding:30px 24px}.login-box h2{font-size:24px}}@media (max-width:480px){.login-container{gap:20px;padding:15px}.buddy-image-hero{max-width:220px}.login-box{padding:24px 20px}.login-box h2{font-size:22px}.login-button{font-size:14px;padding:12px 16px}}.unified-chat-shell{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:1.5rem;height:100vh;min-width:0;overflow:hidden;padding:1.5rem;width:100%}.sessions-sidebar{background:#0000;color:#e2e8f0;display:flex;flex:1 1;flex-direction:column;gap:12px;padding:0;width:100%}.sidebar-header{align-items:center;display:flex;justify-content:space-between}.sidebar-header h2{font-size:16px;font-weight:700;margin:0}.new-session-btn{background:#fffffff2;border:none;border-radius:6px;box-shadow:0 4px 12px #00000026;color:#1f2937;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s}.new-session-btn:hover{background:#fff;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.sidebar-toggle{color:#cbd5f5;font-size:12px}.sidebar-toggle label{align-items:center;display:flex;gap:8px}.sessions-list{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding-right:4px}.session-item{background:#ffffff1a;border:1px solid #0000;border-radius:10px;cursor:pointer;padding:10px}.session-item.active{background:#fff3;border-color:#fff6}.session-item.archived{opacity:.7}.session-title{align-items:center;color:#f8fafc;display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:space-between}.session-title input{background:#0003;border:1px solid #fff3;border-radius:6px;color:#fff;font-size:12px;padding:4px 6px;width:100%}.session-count{background:#ffffff26;border-radius:10px;color:#fff;font-size:11px;padding:2px 6px}.session-source{color:#ffffffb3;font-size:10px;letter-spacing:.3px;text-transform:uppercase}.session-actions{display:flex;gap:6px;margin-top:6px}.session-actions button{background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;padding:4px 6px}.session-actions button:hover{background:#ffffff40}.dialog-overlay{background:#00000080;bottom:0;right:0;z-index:1000}.dialog-overlay,.knowledge-modal-overlay{align-items:center;display:flex;justify-content:center;left:0;position:fixed;top:0}.knowledge-modal-overlay{background:#000000b3;height:100%;width:100%;z-index:2000}.knowledge-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:900px;overflow:hidden;width:90%}.knowledge-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:24px}.knowledge-modal-header h2{font-size:24px;font-weight:700;margin:0}.close-btn{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:36px;transition:all .2s ease;width:36px}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.knowledge-modal-content{flex:1 1;overflow-y:auto;padding:24px}.knowledge-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;padding:20px;text-align:center}.stat-label{font-size:14px;margin-bottom:8px;opacity:.9}.stat-value{font-size:32px}.knowledge-skills h3{color:#1f2937;font-size:18px;font-weight:700;margin:0 0 16px}.skills-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.skill-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.skill-name{color:#1f2937;font-weight:600;margin-bottom:8px}.skill-confidence{align-items:center;display:flex;gap:8px}.skill-bar{background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;flex:1 1;height:8px;transition:width .5s ease}.skill-confidence span{color:#6b7280;font-size:12px;font-weight:600;min-width:35px}.loading{color:#6b7280;font-size:16px;padding:40px;text-align:center}.dialog-box{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:400px;padding:24px;width:90%}.dialog-box h2{color:#1f2937;font-size:18px;font-weight:700;margin:0 0 16px}.dialog-input{margin-bottom:12px}.dialog-input,.dialog-textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;padding:10px 12px;width:100%}.dialog-textarea{margin-bottom:16px;resize:none}.dialog-actions{display:flex;gap:8px;justify-content:flex-end}.dialog-btn-create{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px}.dialog-btn-create:hover{background:#5568d3}.dialog-btn-cancel{background:#e5e7eb;border:none;border-radius:8px;color:#1f2937;cursor:pointer;font-weight:600;padding:10px 16px}.dialog-btn-cancel:hover{background:#d1d5db}.buddy-panel{align-items:center;background:#0000;border-radius:12px;color:#fff;display:flex;flex-direction:column;flex-shrink:0;gap:20px;max-width:30vw;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1rem;width:300px}.buddy-name{color:#fff;font-size:36px;font-weight:800;letter-spacing:-1px;margin:0;text-align:center}.buddy-container{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.buddy-avatar-large{cursor:pointer;height:280px;object-fit:contain;transition:transform .2s ease;width:280px}.buddy-avatar-large:hover{transform:scale(1.05)}.knowledge-bar-button{background:#ffffff26;border-radius:12px;cursor:help;margin-top:auto;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.knowledge-bar-button:hover{background:#fff3;transform:translateY(-2px)}.knowledge-bar-fill{background:linear-gradient(90deg,#10b981,#34d399);height:100%;left:0;opacity:.3;position:absolute;top:0;transition:width .5s ease}.knowledge-bar-label{color:#fff;display:block;font-size:14px;font-weight:600;position:relative;text-align:center;z-index:1}.unified-chat{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;display:flex;flex:1 1;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:70px 0 0;min-width:0;overflow:hidden;position:relative}.presentation-layer{overflow-y:auto;padding:16px 24px 0}.chat-header{background:#0000;box-shadow:none;color:#fff;height:auto;padding:1rem 2rem;position:fixed;right:1.5rem;top:1.5rem;z-index:20}.chat-header,.header-content{align-items:center;display:flex;justify-content:flex-end}.header-content{gap:16px;text-align:left}.buddy-branding{align-items:center;display:flex;gap:12px}.buddy-emoji{animation:wave 2s ease-in-out infinite;font-size:42px}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.buddy-title{-webkit-text-fill-color:#0000;animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#fff,gold,#fff);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;font-size:32px;font-weight:800;letter-spacing:-1px;margin:0}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.buddy-tagline{animation:pulse 2s ease-in-out infinite;font-size:14px;font-weight:500;opacity:.95}.buddy-header-image{filter:drop-shadow(0 4px 10px rgba(0,0,0,.25));height:48px;object-fit:contain;width:48px}.header-actions{align-items:center;display:flex;gap:12px}.logout-btn{background:#fffffff2;border:none;border-radius:6px;box-shadow:0 4px 12px #00000026;color:#1f2937;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s}.logout-btn:hover{background:#fff;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.chat-header h1{font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0}.chat-header p{font-size:13px;margin:4px 0 12px;opacity:.9}.confidence-bar{background:#fff3;border-radius:2px;height:4px;margin:0 auto;max-width:300px;overflow:hidden;position:relative;width:100%}.confidence-fill{background:#10b981;border-radius:2px;height:100%;transition:width .3s ease}.confidence-label{display:block;font-size:11px;margin-top:4px;opacity:.8}.messages-container{display:flex;flex:1 1;flex-direction:column;gap:16px;max-width:100%;overflow-y:auto;padding:2rem;scroll-behavior:smooth}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.message{animation:slideIn .3s ease-out;display:flex;gap:12px;max-width:95%}.message-avatar{align-items:center;background:#f0f4ff;border-radius:50%;display:flex;flex-shrink:0;font-size:24px;height:32px;justify-content:center;margin-top:4px;width:32px}.message-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.message-user{align-self:flex-end;flex-direction:row-reverse;margin-left:auto;max-width:95%}.message-body{display:flex;flex-direction:column;gap:4px}.message-text{word-wrap:break-word;background:#f3f4f6;border-radius:12px;color:#374151;font-size:14px;line-height:1.6;padding:12px 16px;white-space:pre-wrap}.message-user .message-text{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-time{color:#9ca3af;font-size:11px;opacity:.6;padding:0 12px}.message-source{color:#9ca3af;font-size:10px;letter-spacing:.3px;padding:0 12px;text-transform:uppercase}.message-actions{display:flex;flex-wrap:wrap;gap:8px;padding:4px 12px 8px}.message-actions .action-button{border:none;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 12px}.message-actions .action-primary{background:#6366f1;color:#fff}.message-actions .action-secondary{background:#e5e7eb;color:#111827}.message-actions .action-danger{background:#ef4444;color:#fff}.message-actions .action-link{color:#2563eb;font-size:12px;text-decoration:none}.message-actions .action-expandable{font-size:12px;width:100%}.message-actions .action-progress{align-items:center;display:flex;font-size:12px;gap:8px}.message.thinking{opacity:.6}.thinking-dots{display:flex;gap:4px;padding:8px 12px}.thinking-dots span{animation:bounce 1.4s infinite;background:#667eea;border-radius:50%;height:6px;width:6px}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{opacity:1;transform:translateY(0)}30%{transform:translateY(-10px)}}.message-todos{background:#f9fafb;border-left:3px solid #667eea;border-radius:4px;cursor:pointer;margin-top:8px;padding:8px 12px}.message-todos summary{color:#6b7280;font-size:12px;font-weight:600;outline:none;-webkit-user-select:none;user-select:none}.message-todos summary:hover{color:#667eea}.todos-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.todo-item{display:flex;font-size:12px;gap:8px;padding:4px 0}.todo-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:11px;height:16px;justify-content:center;width:16px}.todo-complete .todo-icon{background:#d1fae5;color:#10b981}.todo-in_progress .todo-icon{animation:spin 1s infinite;background:#fef3c7;color:#f59e0b}.todo-failed .todo-icon{background:#fee2e2;color:#ef4444}.todo-default .todo-icon{background:#f3f4f6;color:#9ca3af}.todo-task{color:#374151}.inline-preview{animation:slideIn .3s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:8px 0;overflow:hidden}.preview-header{background:linear-gradient(135deg,#f5f7fa,#f9fafb);border-bottom:1px solid #e5e7eb;padding:16px}.preview-header h3{color:#111827;font-size:16px;margin:0 0 4px}.preview-header p{color:#6b7280;font-size:13px;margin:0}.preview-content{align-items:center;background:#fff;display:flex;justify-content:center;min-height:400px;padding:32px}.generated-preview-iframe{background:#fff;border:none;border-radius:8px;height:500px;width:100%}.inline-preview .browser-view{border:none;border-radius:8px;height:500px;margin:0}.preview-component{max-width:800px;min-height:350px;width:100%}.dark-mode-demo{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.dark-mode-demo.light{background:#fff;color:#374151}.dark-mode-demo.dark{background:#1f2937;color:#f3f4f6}.demo-header{align-items:center;border-bottom:1px solid;border-color:#e5e7eb;border-color:var(--border-color,#e5e7eb);display:flex;justify-content:space-between;padding:16px}.demo-header h2{font-size:18px;margin:0}.toggle-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.toggle-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.demo-content{min-height:200px;padding:24px}.demo-card{border:1px solid #e5e7eb;border-color:var(--border-color,#e5e7eb);border-radius:8px;margin-top:16px;padding:20px}.dark-mode-demo.light .demo-card{background:#f9fafb}.dark-mode-demo.dark .demo-card{background:#111827;border-color:#374151}.demo-card h3{font-size:14px;margin:0 0 8px}.demo-card p{font-size:13px;margin:0;opacity:.8}.keyboard-shortcuts-demo{width:100%}.keyboard-shortcuts-demo h3{color:#111827;font-size:16px;margin:0 0 12px}.shortcuts-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.shortcut-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:6px;padding:12px}.shortcut-item kbd{background:#667eea;border-radius:4px;color:#fff;display:inline-block;font-family:monospace;font-size:11px;font-weight:600;padding:4px 8px}.shortcut-item span{color:#6b7280;font-size:12px}.default-preview{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:300px;padding:40px 20px;text-align:center}.default-preview h3{color:#667eea;font-size:24px;font-weight:700;margin:0}.default-preview p{color:#6b7280;font-size:15px;margin:0;max-width:500px}.demo-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:200px;padding:16px 32px;transition:all .2s}.demo-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.demo-button:active{transform:translateY(0)}.demo-text{color:#9ca3af;font-size:12px;margin:0}.preview-actions{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:center;padding:16px}.preview-actions button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.action-approve{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.action-approve:hover{box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.action-reject{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;color:#fff}.action-reject:hover{box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-2px)}.chat-input-form{background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:12px;padding:1rem 2rem}.chat-input-form textarea{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-family:inherit;font-size:14px;line-height:1.5;max-height:150px;padding:12px;resize:none;transition:all .2s}.chat-input-form textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-input-form textarea:disabled{background:#f9fafb;color:#d1d5db}.chat-input-form button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:16px;height:-webkit-fit-content;height:fit-content;margin-top:2px;padding:10px 16px;transition:all .2s}.chat-input-form button:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.chat-input-form button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.unified-chat-shell{flex-direction:column}.sessions-sidebar{height:220px;overflow-x:auto;width:100%}.buddy-panel{flex-direction:row;height:180px;padding:16px;width:100%}.buddy-container{flex-direction:row;text-align:left}.buddy-avatar-large{height:120px;width:120px}.chat-header{padding:16px}.chat-header h1{font-size:20px}.messages-container{gap:12px;padding:12px}.message{max-width:95%}.message-text{font-size:13px;padding:10px 12px}.inline-preview{margin:4px 0}.preview-content{min-height:150px;padding:12px}.preview-actions{flex-wrap:wrap;gap:8px}.preview-actions button{flex:1 1;font-size:13px;padding:8px 12px}.chat-input-form{gap:8px;padding:12px}.chat-input-form textarea{font-size:13px;padding:10px}.chat-input-form button{font-size:14px;padding:8px 12px}.shortcuts-grid{grid-template-columns:1fr}}.tool-results{background:#f5f5f5;border-radius:8px;margin-top:12px;overflow:hidden}.tool-results>details{cursor:pointer}.tool-results>details>summary{background:#e8e8e8;color:#333;font-size:13px;font-weight:600;padding:10px 12px;-webkit-user-select:none;user-select:none}.tool-results>details>summary:hover{background:#ddd}.tool-results-list{display:flex;flex-direction:column;gap:6px;padding:8px}.tool-result{align-items:center;background:#fff;border-left:4px solid #ccc;border-radius:6px;display:flex;font-size:12px;gap:8px;padding:8px 10px}.tool-result-success{background:#f1f8f4;border-left-color:#4caf50}.tool-result-failure{background:#fdeaea;border-left-color:#f44336}.tool-status{font-size:14px;font-weight:700;min-width:20px}.tool-result-success .tool-status{color:#4caf50}.tool-result-failure .tool-status{color:#f44336}.tool-name{color:#333;flex-grow:1}.tool-error{color:#d32f2f}.tool-error,.tool-output{font-size:11px;margin-top:4px;padding-left:10px;width:100%}.tool-output{color:#666}@media (max-width:480px){.unified-chat{height:auto;min-height:100vh}.chat-header{padding:12px}.chat-header h1{font-size:18px}.messages-container{padding:8px}.message{max-width:100%}.message-text{font-size:12px}.confidence-bar{max-width:200px}.preview-content{padding:8px}.chat-input-form{flex-direction:column}.chat-input-form button{margin-top:0;width:100%}}.browser-view{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden}.browser-view-empty{align-items:center;background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;display:flex;height:400px;justify-content:center}.empty-state{color:#666}.empty-state p{font-size:14px;margin:0}.browser-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:8px 12px}.browser-controls{align-items:center;display:flex;gap:8px;margin-bottom:6px}.browser-url-bar{align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;display:flex;flex:1 1;gap:6px;padding:6px 8px}.browser-icon{font-size:14px}.url-input{background:#0000;border:none;color:#333;flex:1 1;font-family:Monaco,Courier New,monospace;font-size:12px;outline:none}.url-input::-webkit-input-placeholder{color:#999}.browser-buttons{align-items:center;display:flex;gap:6px}.toggle-overlay-btn{background:#f0f0f0;border:1px solid #ccc;border-radius:3px;cursor:pointer;font-size:12px;padding:6px 10px;transition:all .2s}.toggle-overlay-btn:hover{background:#e0e0e0;border-color:#999}.toggle-overlay-btn:active{background:#d0d0d0}.loading-indicator{animation:pulse 1s infinite;color:#666;font-size:12px}.browser-title{color:#666;font-size:12px;max-height:18px;overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap}.browser-viewport{align-items:flex-start;background:#fff;display:flex;flex:1 1;justify-content:center;overflow:auto;padding:12px}.screenshot-container{max-height:100%;max-width:100%;position:relative}.screenshot{border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:block;height:auto;width:100%}.element-overlay{height:100%;left:0;pointer-events:auto;position:absolute;top:0;width:100%}.element-rect{fill:#0000;stroke:#3b82f6;stroke-width:2;cursor:pointer;pointer-events:auto;transition:all .15s}.element-rect:hover{fill:#3b82f61a;stroke:#1e40af;stroke-width:2.5}.label-background{fill:#1e40af;stroke:none;rx:2}.element-label{fill:#fff;text-anchor:start;dominant-baseline:middle;font-size:11px;font-weight:500;pointer-events:none}.browser-footer{align-items:center;background:#f9f9f9;border-top:1px solid #e0e0e0;color:#666;display:flex;font-size:12px;justify-content:space-between;padding:8px 12px}.footer-info{display:flex;flex-wrap:wrap;gap:12px}.info-badge{background:#e8f1fe;border-radius:3px;color:#1e40af;font-size:11px;padding:2px 6px}@media (max-width:768px){.browser-controls{flex-direction:column;gap:6px}.browser-url-bar{flex:1 1;width:100%}.browser-viewport{padding:8px}.toggle-overlay-btn{font-size:11px;padding:4px 8px}}@media (prefers-color-scheme:dark){.browser-view{background:#2a2a2a}.browser-header{background:#1e1e1e;border-bottom-color:#3a3a3a}.browser-controls{background:#2a2a2a}.browser-url-bar{background:#3a3a3a;border-color:#4a4a4a}.url-input{color:#e0e0e0}.browser-title{color:#b0b0b0}.browser-viewport{background:#1e1e1e}.browser-footer{background:#2a2a2a;border-top-color:#3a3a3a}}.mission-visualizer{background:#0f1624;border:1px solid #23324a;border-radius:12px;color:#e6f0ff;margin:10px 0 16px;padding:14px}.mv-header{align-items:center;display:flex;justify-content:space-between}.mv-title{font-weight:700}.mv-status{font-size:12px;opacity:.8;text-transform:uppercase}.mv-objective{color:#b7c7e6;margin-top:6px}.mv-progress{align-items:center;display:flex;gap:8px;margin-top:8px}.mv-bar{background:#1b2840;border-radius:6px;flex:1 1;height:8px;overflow:hidden}.mv-fill{background:linear-gradient(90deg,#43e6a3,#39b8ff);height:100%}.mv-step,.mv-tool{color:#cfe1ff;margin-top:6px}.mv-preview{background:#0b111c;border:1px solid #1d2a40;border-radius:8px;margin-top:10px;min-height:80px;padding:10px}.mv-section{border-bottom:1px solid #1d2a40;padding:8px}.mv-section-title{font-weight:600}.mv-section-text{color:#b6c7e8;font-size:13px}.mv-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.mv-actions button{background:#1c2f4b;border:1px solid #2e4668;border-radius:8px;color:#e6f0ff;cursor:pointer;padding:8px 10px}.mv-list{list-style:none;margin:0;padding:0}.mv-list-title{font-weight:600}.mv-list-snippet{color:#b6c7e8;font-size:13px}.mv-calc{align-items:center;display:flex;gap:8px}.mv-json,.mv-nav{color:#b6c7e8}.mv-json{font-size:12px;white-space:pre-wrap}.mv-empty{color:#7f93b5}.mv-note{background:#1b2840;border-left:3px solid #43e6a3;border-radius:4px;color:#b7c7e6;font-size:13px;margin-top:12px;padding:8px 12px}.whiteboard-container{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;min-width:0;overflow:hidden;width:100%}.whiteboard-header{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-bottom:none;display:flex;justify-content:space-between;padding:1rem 2rem}.back-button{background:#fffffff2;border:none;border-radius:6px;box-shadow:0 4px 12px #00000026;color:#1f2937;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1.25rem;transition:all .2s}.back-button:hover{background:#fff;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.whiteboard-layout{display:flex;flex:1 1;gap:0;min-width:0;overflow:hidden;width:100%}.whiteboard-sidebar{align-items:center;background:#0000;border-right:none;box-shadow:none;display:flex;flex-direction:column;flex-shrink:0;gap:0;overflow-x:hidden;overflow-y:auto;padding:1.5rem 1rem;width:280px}.buddy-section{display:none}.buddy-avatar-image{border-radius:12px;cursor:pointer;height:280px;margin:1rem 0;object-fit:contain;transition:transform .2s ease;width:280px}.buddy-avatar-image:hover{transform:scale(1.05)}.avatar-circle-fallback{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea33;color:#fff;cursor:pointer;display:flex;font-size:4rem;height:280px;justify-content:center;margin:.75rem 0;transition:transform .2s ease;width:280px}.avatar-circle-fallback:hover{transform:scale(1.05)}.whiteboard-title{color:#fff;flex:1 1;font-size:28px;font-weight:800;letter-spacing:-1px;margin:0;text-align:left}.whiteboard-nav{border-top:1px solid #fff3;display:flex;flex:1 1;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;width:100%}.nav-item{background:#ffffff1a;border:1px solid #0000;border-radius:8px;color:#ffffffd9;cursor:pointer;font-size:.95rem;font-weight:500;overflow:hidden;padding:.75rem 1rem;text-align:left;text-overflow:ellipsis;transition:all .2s;white-space:nowrap}.nav-item:hover{background:#ffffff26;border-color:#fff3;color:#fffffff2}.nav-item.active{background:#fff3;border-color:#fff6;box-shadow:none;color:#fff}.date-range-selector{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;display:flex;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;width:100%}.date-range-selector label{color:#ffffffd9;font-size:.9rem;font-weight:500;white-space:nowrap}.days-dropdown{background:#fffffff2;border:1px solid #ffffff4d;border-radius:6px;color:#374151;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;padding:.5rem .75rem;transition:all .2s}.days-dropdown:hover{background:#fff;border-color:#ffffff80}.days-dropdown:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff1a;outline:none}.loading-screen{color:#667eea;flex-direction:column;font-size:1.2rem;min-height:60vh}.content-loading,.loading-screen{align-items:center;display:flex;justify-content:center}.content-loading{color:#6b7280;font-size:1rem;min-height:400px}.spinner{animation:spin 1s linear infinite;border:5px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.whiteboard-main{align-items:center;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;display:flex;flex:1 1;flex-direction:column;margin:1.5rem;min-width:0;overflow-y:auto;padding:2rem}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.last-updated{color:#6b7280;font-size:.875rem}.error-banner{background:#fef2f2;border:2px solid #fca5a5;margin-bottom:1rem;padding:1rem}.whiteboard-grid{display:block;margin:0 auto;max-width:1200px;width:100%}.panel{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin:0 auto 2rem;max-width:900px;padding:2.5rem;transition:transform .2s,box-shadow .2s;width:100%}.panel h2{color:#1f2937;font-size:1.75rem;font-weight:600;margin:0 0 2rem}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.section-header h2{flex:1 1;margin:0;min-width:200px}.date-range-selector-inline{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.75rem;padding:.75rem 1rem;white-space:nowrap}.date-range-selector-inline label{color:#6b7280;font-size:.9rem;font-weight:500}.days-dropdown-inline{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem .75rem;transition:all .2s}.days-dropdown-inline:hover{background:#f9fafb;border-color:#9ca3af}.days-dropdown-inline:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.no-data{color:#6b7280;font-style:italic;padding:2rem;text-align:center}.stats-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:2rem}.stat-box{background:#f9fafb;border-radius:8px;padding:1.5rem;text-align:center}.stat-value{font-size:2rem;font-weight:700}.stat-label{font-size:.875rem;margin-top:.25rem}.data-table{border-collapse:collapse;width:100%}.data-table thead{background:#f9fafb}.data-table th{border-bottom:2px solid #e5e7eb;color:#4b5563;font-weight:600;padding:.75rem;text-align:left}.data-table td{border-bottom:1px solid #f3f4f6;padding:.75rem}.data-table tr:hover{background:#f9fafb}.endpoint-path{color:#4b5563;font-family:Courier New,monospace;font-size:.875rem}.endpoint-breakdown{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.endpoint-breakdown h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.request-count{color:#667eea;font-weight:600}.methods-list{background:#f3f4f6;border-radius:4px;color:#4b5563;display:inline-block;font-family:Courier New,monospace;font-size:.75rem;padding:.25rem .5rem}.data-table tr.high-traffic{background:#f0f4ff}.data-table tr.high-traffic:hover{background:#e7ecff}.data-table tr.high-traffic td:first-child{color:#667eea;font-weight:600}.companies-accordion{display:flex;flex-direction:column;gap:1rem}.company-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:box-shadow .2s}.company-card:hover{box-shadow:0 4px 12px #00000014}.company-header{align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem;transition:background .2s}.company-header:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.company-name{align-items:center;color:#1f2937;display:flex;font-size:1rem;gap:.75rem}.toggle-icon{color:#667eea;display:inline-block;font-size:.9rem;text-align:center;transition:transform .2s;width:20px}.company-stats{align-items:center;display:flex;gap:1.5rem}.company-stats .stat{color:#6b7280;font-size:.9rem;font-weight:500}.company-stats .stat.cost{color:#10b981;font-weight:600}.request-types-container{background:#fafbfc;border-top:1px solid #e5e7eb;padding:1.5rem}.request-types-table{border-collapse:collapse;font-size:.9rem;width:100%}.request-types-table thead{background:#f0f1f3}.request-types-table th{border-bottom:2px solid #e5e7eb;color:#4b5563;font-weight:600;padding:.75rem;text-align:left}.request-types-table td{border-bottom:1px solid #e5e7eb;padding:.75rem}.request-types-table tbody tr:hover{background:#fff}.req-type{color:#667eea;font-family:Courier New,monospace;font-weight:500}.req-count{color:#1f2937;font-weight:600}.req-latency{color:#6b7280}.req-cost{color:#10b981;font-weight:600}.cost-summary{margin-bottom:1.5rem}.cost-total{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:2.5rem;font-weight:700;padding:1.5rem;text-align:center}.cost-label{display:block;font-size:.875rem;margin-top:.5rem;opacity:.9}.cost-breakdown{display:flex;flex-direction:column;gap:.75rem}.cost-item{background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.cost-service,.cost-value{font-weight:600}.cost-value{color:#667eea}.income-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.income-card{background:#f9fafb;border-radius:8px;padding:1.5rem 1rem;text-align:center}.income-value{color:#667eea;font-size:2rem;font-weight:700}.income-label{color:#6b7280;font-size:.875rem;margin-top:.5rem}.latency-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.latency-card{background:#f9fafb;border-radius:8px;padding:1.5rem 1rem;text-align:center}.latency-value{color:#10b981;font-size:2rem;font-weight:700}.latency-label{color:#6b7280;font-size:.875rem;margin-top:.5rem}.artifacts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.artifact-item{background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem 1.25rem}.artifact-type{font-weight:500;text-transform:capitalize}.artifact-count{color:#667eea;font-weight:600}.llm-stats{display:flex;flex-direction:column;gap:1.25rem}.stat-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem 1.25rem}.stat-label{color:#6b7280;font-weight:500}.stat-value{color:#667eea;font-size:1.1rem;font-weight:600}.models-breakdown{background:#f9fafb;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.model-list{list-style:none;margin:.5rem 0 0;padding:0}.model-list li{color:#555;font-size:.9rem;padding:.5rem}.tools-accordion{display:flex;flex-direction:column;gap:1rem}.tool-category{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.category-header{background:linear-gradient(135deg,#667eea15,#764ba215);cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:background .2s}.category-header:hover{background:linear-gradient(135deg,#667eea25,#764ba225)}.category-count{background:#667eea;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.tools-in-category{display:flex;flex-direction:column;gap:.75rem;padding:.75rem}.tool-item{background:#f9fafb;border-left:3px solid #667eea;border-radius:6px;padding:.75rem}.tool-name{font-weight:500;margin-bottom:.5rem}.tool-metrics{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.metric{display:flex;flex-direction:column;gap:.25rem}.metric-label{color:#6b7280;font-size:.75rem;font-weight:500}.metric-value{color:#667eea;font-size:1rem;font-weight:600}.section-description{color:#6b7280;font-size:.9rem;font-style:italic;margin:0 0 1rem}.coming-soon{color:#9ca3af;padding:2rem 1rem}\n.whiteboard-footer{display:none}@media (max-width:1024px){.whiteboard-layout{flex-direction:row}.whiteboard-sidebar{width:260px}.whiteboard-main{padding:1.5rem}.panel{max-width:100%;padding:2rem}}.function-test-panel{max-width:800px}.test-info{background:#f0f4ff;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2.5rem;padding:2rem}.info-description{color:#374151;font-size:.95rem;line-height:1.6;margin:0 0 1.25rem}.info-description:last-child{margin-bottom:0}.test-action-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:2rem;padding:1rem 2rem;transition:all .2s}.test-action-button:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.test-action-button:active:not(:disabled){transform:translateY(0)}.test-action-button:disabled{cursor:not-allowed;opacity:.7}.test-results-area{background:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px;min-height:200px;padding:1.5rem}.test-results{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.test-error{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;padding:1rem}.test-header{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1rem}.test-header h3{color:#1f2937;font-size:1.3rem;margin:0 0 .5rem}.test-timestamp{color:#6b7280;font-size:.85rem;margin:0}.test-summary{background:#fff;border:1px solid #e5e7eb;border-radius:6px;gap:2rem;margin-bottom:2rem;padding:1rem}.summary-item{align-items:center;display:flex;flex-direction:column}.summary-item.passed{color:#059669}.summary-item.failed{color:#dc2626}.summary-item.rate{color:#667eea}.summary-label{color:#6b7280;font-size:.85rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.summary-value{font-size:1.5rem;font-weight:700}.test-steps{margin-top:1.5rem}.test-steps h4{color:#1f2937;font-size:1.1rem;margin:0 0 1rem}.steps-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.steps-list .step{align-items:flex-start;background:#fff;border-left:4px solid #e5e7eb;border-radius:6px;display:flex;flex:1 1;gap:.75rem;padding:.75rem 1rem}.steps-list .step.passed{background:#f0fdf4;border-left-color:#059669}.steps-list .step.failed{background:#fef2f2;border-left-color:#dc2626}.steps-list .step.unknown{background:#f3f4f6;border-left-color:#6b7280}.step-icon{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;font-weight:700;height:24px;justify-content:center;width:24px}.steps-list .step.passed .step-icon{background:#059669;color:#fff;font-size:.85rem}.steps-list .step.failed .step-icon{background:#dc2626;color:#fff;font-size:.85rem}.steps-list .step.unknown .step-icon{background:#d1d5db;color:#6b7280}.step-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.step-detail,.step-message{display:block;font-size:.85rem}.step-message{color:#6b7280;margin-top:.25rem}@media (max-width:768px){.whiteboard-sidebar{padding:1.5rem 1rem;width:220px}.whiteboard-title{font-size:28px}.avatar-circle-fallback,.buddy-avatar-image{height:180px;width:180px}.avatar-circle-fallback{font-size:4rem}.whiteboard-main{padding:1rem}.panel{max-width:100%;padding:1.5rem}.stat-box{padding:1rem}}.error-banner{align-items:center;background:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem}.error-banner button{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem}.error-banner button:hover{background:#991b1b}.whiteboard-footer{display:none}.tool-confidence-panel{background:#fff;border-radius:12px;padding:2rem}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.tool-category{background:linear-gradient(135deg,#f8f9fa,#f0f4f8);border:1px solid #e0e7ff;border-radius:10px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.category-title{align-items:center;color:#1f2937;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 .5rem}.category-desc{color:#6b7280;font-size:.85rem;font-style:italic;margin:0 0 1rem}.tools-list{display:flex;flex-direction:column;gap:.75rem}.tool-item{align-items:center;background:#fff;border-left:3px solid #e5e7eb;border-radius:8px;display:flex;gap:1rem;padding:.75rem 1rem;transition:all .2s ease}.tool-item:hover{box-shadow:0 2px 6px #00000014;transform:translateX(4px)}.tool-item.low-risk{border-left-color:#10b981}.tool-item.medium-risk{border-left-color:#f59e0b}.tool-item.high-risk{border-left-color:#ef4444}.tool-item.neutral{border-left-color:#8b5cf6}.tool-name{color:#1f2937;flex:1 1;font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.tool-risk{border-radius:4px;font-size:.75rem;font-weight:700;min-width:60px;padding:.25rem .75rem;text-align:center;white-space:nowrap}.tool-item.low-risk .tool-risk{background:#d1fae5;color:#065f46}.tool-item.medium-risk .tool-risk{background:#fef3c7;color:#92400e}.tool-item.high-risk .tool-risk{background:#fee2e2;color:#991b1b}.tool-item.neutral .tool-risk{background:#ede9fe;color:#5b21b6}.tool-desc{color:#6b7280;flex:0.8 1;font-size:.8rem;text-align:right}.tools-legend{background:#f3f4f6;border-radius:8px;display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;padding:1.5rem}.legend-item{align-items:center;color:#374151;display:flex;font-size:.9rem;gap:.75rem}.risk-badge{border-radius:4px;font-size:.75rem;font-weight:700;padding:.25rem .75rem;white-space:nowrap}.risk-badge.low-risk{background:#d1fae5;color:#065f46}.risk-badge.medium-risk{background:#fef3c7;color:#92400e}.risk-badge.high-risk{background:#fee2e2;color:#991b1b}.live-agents-panel{background:#fff;border-radius:12px;padding:2rem}.agents-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:1.5rem}.analytics-card{background:linear-gradient(135deg,#f8f9fa,#f0f4f8);border:1px solid #e0e7ff;border-radius:10px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.analytics-card h3{align-items:center;color:#1f2937;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.agents-list{display:flex;flex-direction:column;gap:.75rem}.agent-item{align-items:center;background:#fff;border-left:3px solid #10b981;border-radius:8px;display:flex;justify-content:space-between;padding:.875rem 1rem;transition:all .2s ease}.agent-item:hover{box-shadow:0 2px 6px #00000014;transform:translateX(4px)}.agent-info{display:flex;flex-direction:column;gap:.35rem}.agent-name{color:#1f2937;font-size:.95rem;font-weight:600}.agent-stats{color:#6b7280;display:flex;font-size:.8rem;gap:1rem}.agent-stats span{white-space:nowrap}.agent-status{border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.35rem .875rem;text-transform:uppercase}.agent-status.online{background:#d1fae5;color:#065f46}.agent-status.offline{background:#fee2e2;color:#991b1b}.capacity-list{display:flex;flex-direction:column;gap:1rem}.capacity-item{background:#fff;border-radius:8px;padding:.875rem 1rem}.capacity-label{color:#1f2937;display:flex;font-size:.9rem;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.capacity-bar{background:#e5e7eb;border-radius:6px;height:24px;overflow:hidden;position:relative;width:100%}.capacity-fill{align-items:center;background:linear-gradient(90deg,#10b981,#059669);color:#fff;display:flex;font-size:.75rem;font-weight:700;height:100%;justify-content:center;transition:width .3s ease}.bottleneck-warning{color:#f59e0b;font-size:.8rem;font-weight:500;margin-top:.5rem}.pipeline-stats{display:flex;flex-direction:column;gap:1rem}.pipeline-breakdown{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.breakdown-item{align-items:center;background:#fff;border-left:3px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:.5rem .875rem}.breakdown-item.success{border-left-color:#10b981}.breakdown-item.failed{border-left-color:#ef4444}.breakdown-label{color:#6b7280;font-size:.85rem}.breakdown-value{color:#1f2937;font-size:1rem;font-weight:700}.empty-state{background:#fff;border:2px dashed #e5e7eb;border-radius:8px;color:#9ca3af;font-style:italic;padding:2rem;text-align:center}.system-learning-panel{background:#fff;border-radius:12px;padding:2rem}.confidence-distribution{margin-bottom:2rem}.confidence-distribution h3{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0 0 1rem}.tool-profiles{margin-top:2rem}.tool-profiles h3{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0 0 1rem}.tool-profiles .tools-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tool-profile-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s ease}.tool-profile-item:hover{border-color:#667eea;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.tool-profile-item .tool-name{color:#1f2937;flex:initial;font-family:Courier New,monospace;font-size:.85rem;font-weight:600}.tool-profile-item .tool-stats{color:#6b7280;display:flex;font-size:.75rem;gap:.5rem}.confidence-badge{border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-align:center;text-transform:uppercase}.confidence-badge.confidence-high{background:#d1fae5;color:#065f46}.confidence-badge.confidence-medium{background:#fef3c7;color:#92400e}.confidence-badge.confidence-low{background:#fee2e2;color:#991b1b}.api-usage-summary,.cost-summary{background:linear-gradient(135deg,#f8f9fa,#f0f4f8);border:1px solid #e0e7ff;border-radius:10px;margin:2rem 0;padding:1.5rem}.api-usage-summary h3,.cost-summary h3{color:#1f2937;font-size:1.1rem;font-weight:700;margin:0 0 1rem!important}.stat-box.warning .stat-label{color:#f59e0b}.monitor-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 4px 6px #00000012;margin:24px 0;padding:24px}.monitor-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.monitor-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.monitor-controls{display:flex;gap:12px}.monitor-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.monitor-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.monitor-btn:disabled{cursor:not-allowed;opacity:.6}.test-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.test-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.overall-health{margin-bottom:24px}.health-indicator{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;margin-bottom:12px;padding:16px}.health-light{animation:pulse 2s infinite;border-radius:50%;box-shadow:0 0 12px currentColor;flex-shrink:0;height:24px;width:24px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.health-text{flex:1 1}.health-status{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:4px}.health-summary{color:#6b7280;font-size:13px}.status-decoder{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;gap:2rem;padding:12px 16px}.decoder-item{align-items:center;display:flex;gap:8px}.decoder-circle{border-radius:50%;box-shadow:0 0 6px currentColor;flex-shrink:0;height:12px;width:12px}.decoder-label{color:#6b7280;font-size:13px;font-weight:500}.decoder-count{color:#1f2937;font-size:14px;font-weight:600;min-width:20px;text-align:right}.systems-grid{margin-bottom:24px}.grid-title{color:#374151;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.systems-accordion{display:flex;flex-direction:column;gap:2rem;margin-bottom:24px}.category-header{align-items:center;background:#0000;border:none;color:#1f2937;display:flex;font-size:15px;font-weight:600;justify-content:space-between;margin:0 0 1rem;padding:0}.category-name{color:#1f2937}.systems-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);width:100%}.system-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:12px 16px;transition:all .2s ease}.system-item:hover{background:#fff;border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.system-status{border-radius:50%;box-shadow:0 0 8px currentColor;flex-shrink:0;height:12px;margin-top:4px;width:12px}.system-info{flex:1 1;min-width:0}.system-name{color:#1f2937;font-size:14px;font-weight:600;margin-bottom:4px}.system-detail{color:#6b7280;font-size:13px;line-height:1.4}.accordion-toggle{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px;transition:all .2s ease;width:100%}.accordion-toggle:hover{background:#f9fafb;border-color:#9ca3af}.toggle-arrow{display:inline-block;font-size:12px;transition:transform .2s ease}.toggle-text{flex:1 1;text-align:left}.test-results{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:24px;padding:16px}.test-title{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 16px}.test-summary{border-bottom:1px solid #e5e7eb;display:flex;gap:24px;margin-bottom:16px;padding-bottom:16px}.test-stat{display:flex;flex-direction:column}.test-label{color:#6b7280;font-size:12px;font-weight:500;margin-bottom:4px}.test-value{color:#1f2937;font-size:18px;font-weight:600}.test-value.passed{color:#10b981}.test-value.failed{color:#ef4444}.test-steps{display:flex;flex-direction:column;gap:8px}.test-step{align-items:flex-start;display:flex;gap:12px;padding:8px 0}.step-status{align-items:center;border-radius:4px;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:20px;justify-content:center;width:20px}.step-status.passed{background:#10b981}.step-status.failed{background:#ef4444}.step-info{flex:1 1;min-width:0}.step-name{color:#1f2937;font-size:13px;font-weight:600;margin-bottom:2px}.step-detail{color:#6b7280;font-size:12px;line-height:1.4}.monitor-metadata{border-top:1px solid #0000000d;margin-top:16px;padding-top:12px;text-align:right}.monitor-metadata small{color:#9ca3af;font-size:12px}.monitor-loading{color:#6b7280;font-size:14px;padding:24px;text-align:center}@media (max-width:1200px){.systems-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.monitor-panel{padding:16px}.systems-list{grid-template-columns:1fr}.category-header{font-size:14px}}@media (max-width:480px){.systems-list{grid-template-columns:1fr}.category-header{align-items:flex-start;flex-direction:column;gap:8px}.category-count{align-self:flex-start}}.monitor-trackers-grid{margin:24px 0;padding:0}.trackers-title{color:#1f2937;font-size:16px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;padding:0 4px;text-transform:uppercase}.trackers-container{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:32px}.tracker-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:8px;min-height:100px;padding:16px;transition:all .2s ease}.tracker-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tracker-status{align-items:center;display:flex;gap:8px}.tracker-status-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.tracker-label{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.tracker-name{color:#1f2937;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracker-message{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:13px;line-height:1.3;overflow:hidden}@media (max-width:1200px){.systems-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.systems-list{grid-template-columns:1fr}}.voice-settings{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:1000px;padding:20px}.voice-settings-header{border-bottom:2px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px;text-align:center}.voice-settings-header h2{color:#333;font-size:28px;margin:0}.voice-settings-header p{color:#666;font-size:14px;margin:8px 0 0}.voice-message{animation:slideDown .3s ease-out;border-radius:4px;font-size:14px;margin-bottom:20px;padding:12px 16px}.voice-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.voice-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.voice-error,.voice-loading{color:#666;font-size:16px;padding:40px 20px;text-align:center}.voice-error{color:#d32f2f}.voice-settings-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:200px 1fr;margin-bottom:30px}.voice-call-type-selector h3{color:#666;font-size:14px;letter-spacing:.5px;margin:0 0 15px;text-transform:uppercase}.voice-tabs{display:flex;flex-direction:column;gap:8px}.voice-tab{background:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:12px 16px;text-align:left;transition:all .2s ease}.voice-tab:hover{background-color:#f5f5f5;border-color:#1976d2}.voice-tab.active{background-color:#1976d2;border-color:#1976d2;color:#fff}.voice-settings-panel{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;gap:25px;padding:25px}.voice-setting-group{display:flex;flex-direction:column;gap:8px}.voice-setting-subgroup{background:#fff;border:1px solid #e6e6e6;border-radius:6px;display:flex;flex-direction:column;gap:6px;padding:10px}.voice-setting-subgroup input[type=checkbox]{height:18px;width:18px}.voice-setting-group label{color:#333;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.voice-setting-group small{color:#999;font-size:12px}.voice-select{background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:14px;padding:10px 12px;transition:border-color .2s}.voice-select:focus,.voice-select:hover{border-color:#1976d2}.voice-select:focus{box-shadow:0 0 0 2px #1976d21a;outline:none}.voice-slider{-webkit-appearance:none;appearance:none;background:#ddd;border-radius:3px;height:6px;outline:none;width:100%}.voice-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#1976d2;border-radius:50%;cursor:pointer;height:18px;-webkit-transition:all .2s;transition:all .2s;width:18px}.voice-slider::-webkit-slider-thumb:hover{box-shadow:0 0 8px #1976d266;transform:scale(1.2)}.voice-slider::-moz-range-thumb{background:#1976d2;border:none;border-radius:50%;cursor:pointer;height:18px;-moz-transition:all .2s;transition:all .2s;width:18px}.voice-slider::-moz-range-thumb:hover{box-shadow:0 0 8px #1976d266;transform:scale(1.2)}.voice-preset-buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}.voice-preset{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:4px;padding:10px;transition:all .2s}.voice-preset:hover{background-color:#f0f7ff;border-color:#1976d2}.voice-preset.active{background-color:#1976d2;border-color:#1976d2;color:#fff}.voice-preset small{font-size:11px;opacity:.9}.voice-value{background:#e3f2fd;border-radius:4px;color:#1976d2;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px}.voice-persona-buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.voice-persona{background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-size:13px;font-weight:500;padding:12px 16px;transition:all .2s}.voice-persona:hover{background-color:#f0f7ff;border-color:#1976d2}.voice-persona.active{background-color:#1976d2;border-color:#1976d2;color:#fff}.voice-actions{display:flex;gap:12px;margin-bottom:30px}.voice-btn{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .2s}.voice-btn:disabled{cursor:not-allowed;opacity:.6}.voice-btn-save-calltype{background-color:#2196f3;color:#fff}.voice-btn-save-calltype:hover:not(:disabled){background-color:#1976d2;box-shadow:0 4px 8px #1976d24d}.voice-btn-save-all{background-color:#4caf50;color:#fff}.voice-btn-save-all:hover:not(:disabled){background-color:#388e3c;box-shadow:0 4px 8px #388e3c4d}.voice-preview{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.voice-preview h4{color:#333;font-size:14px;letter-spacing:.5px;margin:0 0 15px;text-transform:uppercase}.voice-json-preview{background:#fff9c4;border:1px solid khaki;border-radius:4px;color:#333;font-size:12px;line-height:1.5;margin:0;overflow-x:auto;padding:15px}@media (max-width:768px){.voice-settings-container{grid-template-columns:1fr}.voice-tabs{flex-direction:row;flex-wrap:wrap}.voice-tab{flex:1 1;min-width:150px}.voice-persona-buttons,.voice-preset-buttons{grid-template-columns:repeat(2,1fr)}.voice-actions{flex-direction:column}.voice-btn{width:100%}}@media (max-width:480px){.voice-settings{padding:12px}.voice-settings-header h2{font-size:20px}.voice-settings-panel{padding:16px}.voice-persona-buttons,.voice-preset-buttons{grid-template-columns:1fr}}.settings-page{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:20px}.settings-header{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:20px;padding:30px}.settings-header h1{color:#1e293b;font-size:32px;font-weight:700;margin:0 0 10px}.settings-header p{color:#64748b;font-size:16px;margin:0}.settings-container{display:flex;gap:20px;min-height:500px}.settings-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:8px;min-width:200px;padding:20px}.settings-tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:8px;padding:12px 16px;text-align:left;transition:all .2s ease}.settings-tab:hover{background:#f1f5f9;color:#1e293b}.settings-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.settings-main{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;flex:1 1;overflow:hidden}.settings-tab-content{padding:30px}.settings-tab-content h2{color:#1e293b;font-size:24px;font-weight:600;margin:0 0 20px}.coming-soon{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:8px;color:#94a3b8;font-size:16px;font-style:italic;padding:40px 20px;text-align:center}@media (max-width:768px){.settings-container{flex-direction:column}.settings-sidebar{flex-direction:row;min-width:auto;overflow-x:auto}.settings-tab{white-space:nowrap}}
/*# sourceMappingURL=main.9c115824.css.map*/