:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-container{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);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:#667eea;background-color:#f9fafb}.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,#667eea,#764ba2);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:#667eea;cursor:pointer;font-weight:600;font-size:14px;text-decoration:none;transition:color .3s ease}.toggle-button:hover{color:#764ba2;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:#f6f7fb;color:#111827}.hb-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.hb-topbar-left{display:flex;align-items:center;gap:10px;min-width:0}.hb-title{font-weight:700;font-size:16px}.hb-meta-pill{font-size:12px;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#374151;white-space:nowrap}.hb-topbar-right{display:flex;align-items:center;gap:14px}.hb-score{display:flex;align-items:center;gap:8px;font-size:12px;color:#374151}.hb-score-dot{width:8px;height:8px;border-radius:50%;background:#ef4444}.hb-score-num{font-weight:700;margin-left:4px}.hb-controls{display:flex;align-items:center;gap:10px}.hb-dropdown{height:34px;border:1px solid #e5e7eb;border-radius:10px;padding:0 10px;background:#fff;font-size:12px}.hb-btn{height:34px;border-radius:10px;padding:0 12px;border:1px solid transparent;font-weight:600;cursor:pointer}.hb-btn.primary{background:#111827;color:#fff}.hb-btn.primary:disabled{opacity:.5;cursor:not-allowed}.hb-btn.danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.hb-listening{font-size:12px;color:#6b7280}.hb-grid{flex:1;min-height:0;display:grid;grid-template-columns:1.1fr 1fr;gap:12px;padding:12px}.hb-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.hb-panel-header{padding:12px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:10px}.hb-panel-title{font-weight:700}.hb-search input{height:32px;width:260px;max-width:45vw;border:1px solid #e5e7eb;border-radius:10px;padding:0 10px;font-size:12px}.hb-transcript{flex:1;min-height:0;overflow:auto;padding:14px 12px;background:#fafafa}.hb-msg-row{display:flex;margin-bottom:10px}.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 12px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px #00000005}.hb-bubble.right{background:#eef2ff;border-color:#e0e7ff}.hb-bubble.highlight{outline:2px solid #60a5fa;outline-offset:2px}.hb-bubble-top{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px}.hb-speaker{font-weight:700;font-size:12px;color:#374151}.hb-bubble-text{white-space:pre-wrap;font-size:13px;line-height:1.35;color:#111827}.hb-empty{font-size:13px;color:#6b7280}.hb-tabs{display:flex;gap:8px;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#fff}.hb-tab{border:1px solid #e5e7eb;background:#f9fafb;padding:7px 10px;border-radius:10px;font-weight:700;font-size:12px;cursor:pointer;color:#374151}.hb-tab.active{background:#111827;color:#fff;border-color:#111827}.hb-feedback{padding:12px;overflow:auto}.hb-feedback-card{display:flex;gap:12px;align-items:center;border:1px solid #e5e7eb;background:#f9fafb;border-radius:14px;padding:12px}.hb-score-circle{width:44px;height:44px;border-radius:50%;background:#fee2e2;border:1px solid #fecaca;display:grid;place-items:center;font-weight:800;color:#991b1b}.hb-feedback-title{font-weight:800;margin-bottom:2px}.hb-feedback-sub{font-size:13px;color:#4b5563}.hb-scorecard-title{margin-top:12px;font-weight:800;color:#111827}.hb-scorecard{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:0}.hb-scorecard-left,.hb-scorecard-right{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden;min-height:0}.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:10px 12px;background:#fafafa;border-bottom:1px solid #f3f4f6}.hb-section-name{font-weight:800;font-size:13px}.hb-section-score{font-size:12px;color:#6b7280;font-weight:700}.hb-section-list{padding:8px;display:flex;flex-direction:column;gap:6px}.hb-criterion{display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:10px;cursor:pointer;text-align:left}.hb-criterion:hover{background:#f9fafb}.hb-criterion.selected{outline:2px solid #60a5fa;outline-offset:2px}.hb-criterion-icon{width:18px;height:18px;border-radius:6px;display:grid;place-items:center;font-weight:900;font-size:12px}.hb-criterion-icon.ok{background:#dcfce7;color:#166534}.hb-criterion-icon.bad{background:#fee2e2;color:#991b1b}.hb-criterion-text{font-size:13px;color:#111827;font-weight:650}.hb-criterion-pill{font-size:12px;padding:6px 10px;border-radius:999px;font-weight:800;border:1px solid #e5e7eb;background:#f9fafb}.tone-good{background:#dcfce7!important;border-color:#bbf7d0!important;color:#166534!important}.tone-mid{background:#fef3c7!important;border-color:#fde68a!important;color:#92400e!important}.tone-bad{background:#fee2e2!important;border-color:#fecaca!important;color:#991b1b!important}.hb-detail-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.hb-detail-title{font-weight:900;font-size:14px}.hb-detail-pill{font-size:12px;padding:6px 10px;border-radius:999px;font-weight:900;border:1px solid #e5e7eb}.hb-detail-block{margin-top:12px}.hb-detail-label{font-weight:900;font-size:12px;color:#374151;margin-bottom:6px}.hb-detail-body{font-size:13px;color:#111827;line-height:1.35;white-space:pre-wrap}.hb-quotes{display:flex;flex-direction:column;gap:8px}.hb-quote{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#fafafa}.hb-quote-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}.hb-quote-speaker{font-size:12px;font-weight:900;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#374151}.hb-quote-speaker.rep{background:#eef2ff;border-color:#e0e7ff}.hb-quote-speaker.prospect{background:#ecfeff;border-color:#cffafe}.hb-quote-time{font-size:12px;color:#6b7280}.hb-quote-line{font-size:13px;color:#111827;line-height:1.35;white-space:pre-wrap}.hb-roleplay-layout{display:grid;grid-template-columns:240px 360px 1fr;gap:12px;padding:12px}.hb-sidenav{border:1px solid rgba(255,255,255,.06);background:#ffffff08;border-radius:14px;padding:12px;height:calc(100vh - 120px);overflow:auto}.hb-sidenav-title{font-weight:750;font-size:14px;margin-bottom:10px}.hb-sidenav-item{width:100%;text-align:left;border:1px solid rgba(255,255,255,.06);background:#0000001f;color:inherit;padding:10px 12px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.hb-sidenav-item.active{border-color:#ffffff24;background:#00000038}.hb-bots-panel{height:calc(100vh - 120px);overflow:hidden;display:flex;flex-direction:column}.hb-bots-search{padding:12px;border-bottom:1px solid rgba(255,255,255,.06)}.hb-bots-search input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0000002e;color:inherit}.hb-bots-meta{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.hb-bots-list{padding:12px;overflow:auto;display:flex;flex-direction:column;gap:10px}.hb-bot-card{width:100%;text-align:left;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#00000024;padding:12px;cursor:pointer}.hb-bot-card.selected{border-color:#ffffff29;background:#0000003d}.hb-bot-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.hb-bot-name{font-weight:750;font-size:14px}.hb-bot-pill{font-size:12px;opacity:.85;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#00000029}.hb-bot-sub{margin-top:6px;font-size:12px;opacity:.8}.hb-bot-detail{height:calc(100vh - 120px);overflow:hidden;display:flex;flex-direction:column}.hb-bot-detail-body{padding:14px;overflow:auto}.hb-detail-hero{border:1px solid rgba(255,255,255,.06);background:#0000001f;border-radius:16px;padding:14px}.hb-detail-hero-title{font-weight:800;font-size:12px;opacity:.9;margin-bottom:6px}.hb-detail-hero-text{font-size:13px;opacity:.88;line-height:1.35;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 rgba(255,255,255,.06);background:#0000001f;border-radius:14px;padding:12px}.hb-detail-mini-label{font-size:11px;opacity:.75;margin-bottom:6px}.hb-detail-mini-value{font-size:13px;font-weight:650;opacity:.92}.hb-callbar{margin-top:14px;display:flex;gap:12px;align-items:center}.hb-startcall{padding:12px 16px!important;border-radius:14px!important;font-weight:750;min-width:160px;justify-content:center}@media(max-width:1100px){.hb-roleplay-layout{grid-template-columns:240px 1fr}.hb-bot-detail{grid-column:1 / -1;height:auto}}.hb-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.hb-modal{width:min(680px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#141414f5;color:inherit;box-shadow:0 20px 60px #00000073;overflow:hidden}.hb-modal-head{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.hb-modal-body{padding:14px}.hb-form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.hb-form-row label{font-size:12px;opacity:.85;font-weight:650}.hb-form-row input,.hb-form-row textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0000002e;color:inherit;outline:none}.hb-charcount{font-size:11px;opacity:.7;align-self:flex-end}.hb-form-error{margin-top:6px;margin-bottom:10px;font-size:12px;color:#ffb4b4}.hb-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.hb-modal input,.hb-modal textarea,.hb-modal select{color:#ffffffeb;caret-color:#ffffffeb;-webkit-text-fill-color:rgba(255,255,255,.92);background:#ffffff0f;border:1px solid rgba(255,255,255,.14)}.hb-modal input::placeholder,.hb-modal textarea::placeholder{color:#ffffff73}.hb-bot-card{position:relative;padding-right:84px}.hb-bot-card .hb-delete-btn{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:12px;font-weight:650;border-radius:999px;border:1px solid rgba(220,38,38,.25);background:#dc262614;color:#b91c1c;cursor:pointer;-webkit-user-select:none;user-select:none}.hb-bot-card .hb-delete-btn:hover{background:#dc262624;border-color:#dc262659}.hb-bot-card .hb-delete-btn:active{transform:translateY(1px)}.hb-bot-card .hb-delete-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.hb-bot-card .hb-delete-btn:focus-visible{outline:2px solid rgba(0,0,0,.25);outline-offset:2px}@media(max-width:900px){.hb-bot-card{padding-right:56px}.hb-delete-text{display:none}}.hb-bot-card .hb-delete-btn{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-bots-list{overflow-x:hidden}.hb-bot-card{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:12px}.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:13px;font-weight:750;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-bot-sub{margin-top:2px;font-size:12px;opacity:.75;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-bot-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.hb-bot-pill{font-size:11px;padding:4px 8px;border-radius:999px;line-height:1}.hb-delete-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(220,38,38,.25);background:#dc262614;cursor:pointer}.hb-delete-icon:hover{background:#dc262624;border-color:#dc262659}.hb-delete-icon:disabled{opacity:.55;cursor:not-allowed}.hb-delete-icon:focus-visible{outline:2px solid rgba(0,0,0,.25);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,.hb-modal-head,.hb-modal-body,.hb-modal label,.hb-modal .hb-charcount,.hb-modal .hb-form-error{color:#ffffffeb}.hb-modal input,.hb-modal textarea,.hb-modal select{color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.14)}.hb-modal input::placeholder,.hb-modal textarea::placeholder{color:#ffffff8c}.hb-modal input:focus,.hb-modal textarea:focus,.hb-modal select:focus{outline:none;border-color:#ffffff47;box-shadow:0 0 0 3px #ffffff14}.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}
