@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f0f2f7;color:#111827}input,button,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.auth-container{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);position:relative;overflow:hidden}.auth-background{position:absolute;inset:0;opacity:.1;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.3) 0%,transparent 50%);pointer-events:none}.auth-content{display:flex;align-items:center;justify-content:center;max-width:1200px;width:90%;position:relative;z-index:1}.auth-box{background:#fff;border-radius:16px;padding:48px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px;animation:slideInLeft .6s ease-out}.auth-header{margin-bottom:32px;text-align:center}.auth-header h1{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.auth-subtitle{font-size:14px;color:#6b7280;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#4f46e5;background-color:#f9fafb;box-shadow:0 0 0 3px #4f46e514}.error-message{padding:12px;background-color:#fee2e2;color:#dc2626;border-radius:8px;font-size:14px;border-left:4px solid #dc2626}.success-message{padding:12px;background-color:#dcfce7;color:#16a34a;border-radius:8px;font-size:14px;border-left:4px solid #16a34a}.auth-button{padding:12px 24px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-toggle{text-align:center;padding-top:16px;border-top:1px solid #e5e7eb}.auth-toggle p{font-size:14px;color:#6b7280;margin:0}.toggle-button{background:none;border:none;color:#4f46e5;cursor:pointer;font-weight:600;font-size:14px;text-decoration:none;transition:color .3s ease}.toggle-button:hover{color:#7c3aed;text-decoration:underline}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:480px){.auth-container{padding:16px}.auth-box{padding:24px 20px}.auth-header h1{font-size:20px}.auth-form{gap:16px}.form-group input{padding:10px 12px;font-size:16px}}.hb-page{height:100vh;display:flex;flex-direction:column;background:#f0f2f7;color:#111827;font-size:14px}.hb-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 20px;height:52px;background:#fff;border-bottom:1px solid #e8eaed;box-shadow:0 1px 3px #0000000f;flex-shrink:0;z-index:10}.hb-topbar-left{display:flex;align-items:center;gap:12px;min-width:0}.hb-title{font-weight:700;font-size:15px;letter-spacing:-.2px;color:#111827}.hb-meta-pill{font-size:11.5px;padding:4px 10px;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563;white-space:nowrap;font-weight:500}.hb-topbar-right{display:flex;align-items:center;gap:10px}.hb-score{display:flex;align-items:center;gap:6px;font-size:12px;color:#4b5563;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;padding:4px 12px}.hb-score-dot{width:7px;height:7px;border-radius:50%;background:#4f46e5}.hb-score-num{font-weight:700;color:#111827}.hb-controls{display:flex;align-items:center;gap:8px}.hb-dropdown{height:34px;border:1px solid #e5e7eb;border-radius:8px;padding:0 10px;background:#fff;font-size:13px;color:#374151;transition:border-color .15s,box-shadow .15s}.hb-dropdown:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.hb-btn{height:34px;border-radius:8px;padding:0 14px;border:1px solid transparent;font-weight:600;font-size:13px;cursor:pointer;transition:all .15s ease;letter-spacing:.1px;white-space:nowrap}.hb-btn.primary{background:#111827;color:#fff}.hb-btn.primary:hover:not(:disabled){background:#1f2937;box-shadow:0 2px 6px #0000002e}.hb-btn.primary:active:not(:disabled){transform:translateY(1px);box-shadow:none}.hb-btn.primary:disabled{opacity:.45;cursor:not-allowed}.hb-btn.danger{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.hb-btn.danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.hb-listening{font-size:12px;color:#6b7280}.hb-grid{flex:1;min-height:0;display:grid;grid-template-columns:1.1fr 1fr;gap:14px;padding:14px}.hb-panel{background:#fff;border:1px solid #e8eaed;border-radius:14px;display:flex;flex-direction:column;min-height:0;overflow:hidden;box-shadow:0 1px 3px #0000000f}.hb-panel-header{padding:12px 14px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;flex-shrink:0}.hb-panel-title{font-weight:700;font-size:13.5px;color:#111827}.hb-search input{height:32px;width:220px;max-width:45vw;border:1px solid #e5e7eb;border-radius:8px;padding:0 10px;font-size:12.5px;color:#374151;background:#f9fafb;transition:border-color .15s,box-shadow .15s}.hb-search input:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e514}.hb-transcript{flex:1;min-height:0;overflow:auto;padding:16px 14px;background:#fafbfd}.hb-msg-row{display:flex;margin-bottom:12px}.hb-msg-row.left{justify-content:flex-start}.hb-msg-row.right{justify-content:flex-end}.hb-bubble{max-width:min(560px,90%);border-radius:14px;padding:10px 13px;border:1px solid #e8eaed;background:#fff;box-shadow:0 1px 2px #0000000a}.hb-bubble.right{background:#eef2ff;border-color:#e0e7ff}.hb-bubble.highlight{outline:2px solid #4f46e5;outline-offset:2px}.hb-bubble-top{display:flex;justify-content:space-between;gap:8px;margin-bottom:5px}.hb-speaker{font-weight:700;font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.hb-bubble-text{white-space:pre-wrap;font-size:13px;line-height:1.55;color:#111827}.hb-empty{font-size:13px;color:#9ca3af;text-align:center;padding:40px 20px}.hb-tabs{display:flex;gap:6px;padding:10px 14px;border-bottom:1px solid #f0f0f0;background:#fff;flex-shrink:0}.hb-tab{border:1px solid #e5e7eb;background:#f9fafb;padding:6px 12px;border-radius:8px;font-weight:600;font-size:12.5px;cursor:pointer;color:#4b5563;transition:all .15s ease}.hb-tab:hover{background:#f3f4f6;border-color:#d1d5db}.hb-tab.active{background:#111827;color:#fff;border-color:#111827}.hb-feedback{padding:14px;overflow:auto}.hb-feedback-card{display:flex;gap:14px;align-items:center;border:1px solid #e8eaed;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;padding:14px 16px}.hb-score-circle{width:48px;height:48px;border-radius:50%;background:#ede9fe;border:1.5px solid #c4b5fd;display:grid;place-items:center;font-weight:800;font-size:14px;color:#4f46e5;flex-shrink:0}.hb-feedback-title{font-weight:700;font-size:14px;margin-bottom:3px;color:#111827}.hb-feedback-sub{font-size:12.5px;color:#6b7280}.hb-scorecard-title{margin-top:14px;margin-bottom:8px;font-weight:700;font-size:13.5px;color:#111827}.hb-scorecard{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:0}.hb-scorecard-left,.hb-scorecard-right{border:1px solid #e8eaed;border-radius:12px;background:#fff;overflow:hidden;min-height:0;box-shadow:0 1px 2px #0000000a}.hb-scorecard-left{overflow:auto}.hb-scorecard-right{padding:12px;overflow:auto}.hb-section{border-bottom:1px solid #f3f4f6}.hb-section-head{display:flex;justify-content:space-between;align-items:center;padding:9px 12px;background:#fafafa;border-bottom:1px solid #f3f4f6}.hb-section-name{font-weight:700;font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.4px}.hb-section-score{font-size:12px;color:#6b7280;font-weight:600}.hb-section-list{padding:8px;display:flex;flex-direction:column;gap:5px}.hb-criterion{display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;border:1px solid #e8eaed;background:#fff;border-radius:10px;padding:9px 10px;cursor:pointer;text-align:left;transition:all .12s ease;width:100%}.hb-criterion:hover{background:#f9fafb;border-color:#d1d5db}.hb-criterion.selected{outline:2px solid #4f46e5;outline-offset:1px;background:#fafaff}.hb-criterion-icon{width:18px;height:18px;border-radius:5px;display:grid;place-items:center;font-weight:900;font-size:11px}.hb-criterion-icon.ok{background:#dcfce7;color:#16a34a}.hb-criterion-icon.bad{background:#fee2e2;color:#dc2626}.hb-criterion-text{font-size:12.5px;color:#374151;font-weight:550}.hb-criterion-pill{font-size:11.5px;padding:4px 9px;border-radius:999px;font-weight:700;border:1px solid #e5e7eb;background:#f9fafb}.tone-good{background:#dcfce7!important;border-color:#bbf7d0!important;color:#15803d!important}.tone-mid{background:#fef3c7!important;border-color:#fde68a!important;color:#b45309!important}.tone-bad{background:#fee2e2!important;border-color:#fecaca!important;color:#dc2626!important}.hb-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.hb-detail-title{font-weight:700;font-size:13.5px;color:#111827;line-height:1.3}.hb-detail-pill{font-size:12px;padding:5px 10px;border-radius:999px;font-weight:700;border:1px solid #e5e7eb;flex-shrink:0}.hb-detail-block{margin-top:14px}.hb-detail-label{font-weight:700;font-size:10.5px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.hb-detail-body{font-size:13px;color:#374151;line-height:1.6;white-space:pre-wrap}.hb-quotes{display:flex;flex-direction:column;gap:8px}.hb-quote{border:1px solid #e8eaed;border-radius:10px;padding:10px 12px;background:#fafbfd}.hb-quote-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}.hb-quote-speaker{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;text-transform:uppercase;letter-spacing:.3px}.hb-quote-speaker.rep{background:#eef2ff;border-color:#e0e7ff;color:#4f46e5}.hb-quote-speaker.prospect{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.hb-quote-time{font-size:11.5px;color:#9ca3af}.hb-quote-line{font-size:12.5px;color:#374151;line-height:1.55;white-space:pre-wrap}.hb-roleplay-layout{flex:1;min-height:0;display:grid;grid-template-columns:200px 320px 1fr;gap:14px;padding:14px}.hb-sidenav{background:#fff;border:1px solid #e8eaed;border-radius:14px;padding:12px;height:calc(100vh - 80px);overflow:auto;box-shadow:0 1px 3px #0000000f}.hb-sidenav-title{font-weight:700;font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:8px;padding:0 4px}.hb-sidenav-item{width:100%;text-align:left;border:1px solid transparent;background:transparent;color:#374151;padding:8px 10px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:13.5px;font-weight:500;transition:all .12s ease}.hb-sidenav-item:hover{background:#f3f4f6;color:#111827}.hb-sidenav-item.active{background:#f0f0ff;color:#4f46e5;font-weight:600;border-color:#e0e0ff}.hb-bots-panel{background:#fff;border:1px solid #e8eaed;border-radius:14px;height:calc(100vh - 80px);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000f}.hb-bots-search{padding:10px 12px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.hb-bots-search input{width:100%;padding:8px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;font-size:13px;transition:border-color .15s,box-shadow .15s}.hb-bots-search input:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e514}.hb-bots-meta{padding:7px 14px;border-bottom:1px solid #f0f0f0;font-size:11.5px;color:#9ca3af;flex-shrink:0}.hb-bots-list{padding:10px;overflow:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:6px}.hb-bot-card{width:100%;box-sizing:border-box;text-align:left;border-radius:10px;border:1px solid #e8eaed;background:#fff;padding:10px 84px 10px 12px;cursor:pointer;transition:all .12s ease;position:relative}.hb-bot-card:hover{border-color:#d1d5db;box-shadow:0 2px 6px #00000012}.hb-bot-card.selected{border-color:#4f46e5;background:#fafaff;box-shadow:0 0 0 2px #4f46e51f}.hb-bot-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.hb-bot-main{min-width:0;flex:1}.hb-bot-name{font-size:13.5px;font-weight:650;line-height:1.2;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-bot-sub{margin-top:3px;font-size:12px;color:#6b7280;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-bot-actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.hb-bot-pill{font-size:11px;padding:3px 8px;border-radius:999px;line-height:1;background:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563}.hb-bot-card .hb-delete-btn{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 9px;font-size:11.5px;font-weight:600;border-radius:999px;border:1px solid rgba(220,38,38,.2);background:#dc26260f;color:#b91c1c;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .12s ease;opacity:0;pointer-events:none}.hb-bot-card:hover .hb-delete-btn,.hb-bot-card:focus-within .hb-delete-btn{opacity:1;pointer-events:auto}.hb-bot-card .hb-delete-btn:hover{background:#dc26261f;border-color:#dc26264d}.hb-bot-card .hb-delete-btn:active{transform:translateY(1px)}.hb-bot-card .hb-delete-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.hb-bot-card .hb-delete-btn:focus-visible{outline:2px solid rgba(79,70,229,.4);outline-offset:2px}.hb-bot-detail{background:#fff;border:1px solid #e8eaed;border-radius:14px;height:calc(100vh - 80px);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000f}.hb-bot-detail-body{padding:16px;overflow:auto;flex:1}.hb-detail-hero{border:1px solid #f0f0f0;background:#fafbfd;border-radius:12px;padding:14px}.hb-detail-hero-title{font-weight:700;font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:8px}.hb-detail-hero-text{font-size:13px;color:#374151;line-height:1.6;white-space:pre-wrap}.hb-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.hb-detail-mini{border:1px solid #f0f0f0;background:#fafbfd;border-radius:10px;padding:12px}.hb-detail-mini-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.4px;color:#9ca3af;font-weight:600;margin-bottom:5px}.hb-detail-mini-value{font-size:13px;font-weight:600;color:#111827}.hb-callbar{display:flex;gap:10px;align-items:center;margin-top:14px}.hb-startcall{padding:10px 20px!important;height:auto!important;border-radius:10px!important;font-weight:650!important;font-size:13.5px!important;min-width:140px;justify-content:center}.hb-delete-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(220,38,38,.2);background:#dc26260f;cursor:pointer;transition:all .12s ease}.hb-delete-icon:hover{background:#dc26261f;border-color:#dc26264d}.hb-delete-icon:disabled{opacity:.45;cursor:not-allowed}.hb-delete-icon:focus-visible{outline:2px solid rgba(79,70,229,.4);outline-offset:2px}.hb-history-row{display:flex;align-items:stretch;gap:8px}.hb-history-main{flex:1;min-width:0}.hb-delete-history{flex-shrink:0;align-self:center;margin-right:2px}.hb-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hb-modal{width:min(680px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0f0f14f7;box-shadow:0 24px 64px #00000080;overflow:hidden}.hb-modal-head{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between}.hb-modal-body{padding:16px}.hb-form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.hb-charcount{font-size:11px;opacity:.5;align-self:flex-end}.hb-form-error{margin-top:4px;margin-bottom:10px;font-size:12.5px;color:#fca5a5}.hb-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.hb-modal,.hb-modal-head,.hb-modal-body,.hb-modal label,.hb-modal .hb-charcount,.hb-modal .hb-form-error{color:#ffffffeb}.hb-modal .hb-form-row label{font-size:12px;font-weight:600}.hb-modal input,.hb-modal textarea,.hb-modal select{color:#fff;-webkit-text-fill-color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);width:100%;padding:10px 12px;border-radius:10px;outline:none;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.hb-modal input::placeholder,.hb-modal textarea::placeholder{color:#ffffff52}.hb-modal input:focus,.hb-modal textarea:focus,.hb-modal select:focus{border-color:#4f46e5b3;box-shadow:0 0 0 3px #4f46e52e}.hb-modal select option{background:#111;color:#fff}.hb-modal input:-webkit-autofill,.hb-modal textarea:-webkit-autofill,.hb-modal select:-webkit-autofill{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-out 0s}@media(max-width:1100px){.hb-roleplay-layout{grid-template-columns:200px 1fr}.hb-bot-detail{grid-column:1 / -1;height:auto}}@media(max-width:900px){.hb-bot-card{padding-right:56px}.hb-delete-text{display:none}}
