
:root{
  --left:280px;--right:350px;--line:#dfe3e8;--bg:#eef1f4;--panel:#fff;--text:#101418;--muted:#7b858f;
  --blue:#2aabee;--blue-soft:#eaf6fd;--green:#26a269;--red:#d94b4b;--radius:16px;
}
*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:14px;overflow:hidden}
button,input,select,textarea{font:inherit;color:inherit}.mobile-only{display:none!important}
.app{height:100dvh;display:grid;grid-template-columns:var(--left) 6px minmax(0,1fr) 6px var(--right);background:var(--bg)}
.side{background:var(--panel);min-width:0;overflow:hidden}.client-panel{border-right:1px solid var(--line);display:flex;flex-direction:column;padding:14px 10px 10px}.assistant-panel{border-left:1px solid var(--line);padding:16px 14px;overflow-y:auto}
.resizer{cursor:col-resize;position:relative;background:transparent;touch-action:none}.resizer:after{content:"";position:absolute;width:1px;background:var(--line);inset:0 auto 0 2px}.resizer:hover:after,.resizer.dragging:after{width:2px;background:#aab4bd}
.side-head{height:50px;display:flex;align-items:center;gap:10px;padding:0 8px 10px}.side-head strong{display:block;font-size:16px}.side-head span{display:block;color:var(--muted);font-size:12px;margin-top:1px}.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--blue);display:grid;place-items:center;color:#fff;font-weight:800;font-size:12px}
.search-box{display:flex;gap:8px;align-items:center;background:#f2f4f6;border-radius:12px;padding:9px 11px;margin:2px 4px 10px;color:#89929a}.search-box input{border:0;background:transparent;outline:0;width:100%;min-width:0}
.client-list{display:flex;flex-direction:column;gap:3px}.client-row{border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:9px 8px;border-radius:13px;cursor:pointer}.client-row.active{background:var(--blue-soft)}.client-row:hover{background:#f5f7f9}.client-copy{min-width:0;flex:1}.client-copy b,.client-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-copy b{font-size:14px}.client-copy small{color:var(--muted);margin-top:3px;font-size:12px}.client-dot{width:8px;height:8px;border-radius:50%;background:var(--green)}.side-foot{margin-top:auto;padding:12px 9px;color:#98a1a8;font-size:11px;line-height:1.4}
.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#65b5e8,#2a8bc8);color:#fff;display:inline-grid;place-items:center;font-weight:700;flex:0 0 auto}.avatar.large{width:42px;height:42px}.avatar.ghost{background:#eef1f4;color:#79838b;font-size:20px}
.chat-panel{min-width:0;display:grid;grid-template-rows:68px auto minmax(0,1fr) auto;background:#e9edf1;position:relative}.chat-head{background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px;z-index:3}.profile{display:flex;align-items:center;gap:11px;min-width:0}.profile-copy{min-width:0}.profile-line{display:flex;align-items:center;gap:8px}.profile-line strong{font-size:16px}.fact-line{font-size:12px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55vw}.live-dot{width:7px;height:7px;border-radius:50%;background:#b5bdc4}.live-dot.on{background:var(--green);box-shadow:0 0 0 4px #e6f6ee}.head-actions{display:flex;align-items:center;gap:8px}.provider-label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.provider-label select{border:1px solid var(--line);background:#f8f9fa;border-radius:10px;padding:7px 26px 7px 9px;outline:0}.icon-btn{border:0;background:#f2f4f6;border-radius:10px;min-width:36px;height:36px;cursor:pointer;font-size:18px}
.call-strip{background:#fff;border-bottom:1px solid var(--line);padding:9px 14px;display:flex;align-items:center;gap:8px;overflow-x:auto}.action{border:0;border-radius:11px;padding:9px 12px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;white-space:nowrap}.action.primary{background:var(--blue);color:#fff}.action.primary:disabled{background:#b7d8e9;cursor:not-allowed}.action.secondary{background:#f0f3f5;color:#38434c}.action.reserve{background:#fff3e6;color:#995c1f}.action.reserve.active{background:#ffe2bd;color:#7a430e}.action.wide{width:100%;padding:12px}.status-pill{margin-left:auto;background:#f2f4f6;color:#6f7880;border-radius:999px;padding:7px 10px;font-size:11px;white-space:nowrap}
.messages{overflow-y:auto;padding:20px max(20px,calc((100% - 780px)/2));scroll-behavior:smooth;background-image:radial-gradient(circle at 1px 1px,rgba(55,75,92,.045) 1px,transparent 0);background-size:22px 22px}.day-divider{text-align:center;margin:3px 0 18px}.day-divider span{background:#cfd7dd;color:#fff;border-radius:999px;padding:4px 10px;font-size:11px}.system-card{max-width:650px;margin:0 auto 18px;background:rgba(255,255,255,.92);border:1px solid #dde3e7;border-radius:15px;padding:13px 14px;display:flex;gap:11px;box-shadow:0 1px 1px rgba(0,0,0,.03)}.system-icon{width:28px;height:28px;border-radius:9px;background:#edf8fe;color:var(--blue);display:grid;place-items:center}.system-card p{margin:4px 0 0;color:#66717a;line-height:1.45}
.message-row{display:flex;margin:8px 0}.message-row.operator{justify-content:flex-end}.bubble{max-width:min(76%,620px);border-radius:16px;padding:9px 12px;line-height:1.42;box-shadow:0 1px 1px rgba(0,0,0,.04);white-space:pre-wrap}.message-row.client .bubble{background:#fff;border-bottom-left-radius:5px}.message-row.operator .bubble{background:#dff2fd;border-bottom-right-radius:5px}.bubble-meta{font-size:10px;color:#8b949b;margin-top:4px;text-align:right}.interim{opacity:.6;font-style:italic}
.composer-wrap{background:#fff;border-top:1px solid var(--line);padding:9px 14px max(10px,env(safe-area-inset-bottom));z-index:3}.speaker-toggle{display:flex;gap:4px;margin:0 auto 6px;max-width:780px}.speaker{border:0;background:#f1f3f5;color:#717b83;border-radius:8px;padding:4px 9px;font-size:11px;cursor:pointer}.speaker.active{background:#e5f4fc;color:#157db5}.composer{max-width:780px;margin:auto;display:flex;align-items:flex-end;gap:8px;background:#f2f4f6;border-radius:16px;padding:6px 6px 6px 12px}.composer textarea{border:0;background:transparent;resize:none;outline:0;min-height:34px;max-height:110px;line-height:1.4;padding:7px 0;flex:1}.send-btn{border:0;width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;cursor:pointer}.composer-hint{max-width:780px;margin:5px auto 0;color:#9aa2a8;font-size:10px;padding-left:3px}
.assistant-head{display:flex;justify-content:space-between;align-items:center;padding:2px 3px 15px}.assistant-head strong{font-size:16px;display:block}.assistant-head span{font-size:11px;color:var(--muted);margin-top:3px}.assistant-head .spark{font-size:20px;color:var(--blue)}.facts-card,.suggestions-card,.next-card{border:1px solid var(--line);border-radius:14px;padding:12px;margin-bottom:10px;background:#fff}.section-title{font-size:12px;font-weight:750;color:#4d5962;margin-bottom:9px}.section-title span{font-size:9px;text-transform:uppercase;color:var(--green);background:#e9f8f0;border-radius:999px;padding:3px 6px;margin-left:4px}.facts-list{display:flex;flex-wrap:wrap;gap:6px}.fact-chip{background:#f1f4f6;border-radius:9px;padding:6px 8px;font-size:11px;color:#4f5b64}.fact-chip.warning{background:#fff1f1;color:#a14040}.empty-mini{color:#959ea5;font-size:11px}.suggestions{display:flex;flex-direction:column;gap:7px}.suggestion{background:#edf8fe;border:1px solid #d5edf9;border-radius:12px;padding:10px 11px;line-height:1.4;font-size:12px;cursor:pointer}.suggestion:hover{background:#e3f4fd}.muted-suggestion{background:#f4f6f7;border-color:#eceff1;color:#899199;cursor:default}.next-card p{margin:0;color:#69737b;line-height:1.45;font-size:12px}.ai-foot{font-size:10px;color:#98a1a8;display:flex;align-items:center;gap:6px;padding:3px 5px}.source-dot{width:6px;height:6px;border-radius:50%;background:#aeb6bc}.source-dot.remote{background:var(--green)}
.calibration-dialog{border:0;padding:0;background:transparent;max-width:none}.calibration-dialog::backdrop{background:rgba(18,28,35,.42);backdrop-filter:blur(3px)}.calibration-card{width:min(420px,calc(100vw - 28px));background:#fff;border-radius:22px;padding:25px 24px 20px;position:relative;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.18)}.dialog-close{position:absolute;right:12px;top:12px;border:0;background:#f2f4f6;width:32px;height:32px;border-radius:10px;font-size:19px;cursor:pointer}.mic-orb{width:76px;height:76px;border-radius:50%;background:#eef8fe;color:var(--blue);display:grid;place-items:center;font-size:30px;margin:4px auto 14px;transition:.2s}.mic-orb.listening{box-shadow:0 0 0 12px #edf8fd,0 0 0 23px #f6fbfe;transform:scale(1.03)}.calibration-card h2{font-size:20px;margin:0}.calibration-card p{color:#6f7981;line-height:1.5;margin:8px 0 18px}.level{height:8px;border-radius:99px;background:#edf0f2;overflow:hidden}.level>div{height:100%;width:0;background:var(--blue);transition:width .08s}.calibration-meta{display:flex;justify-content:space-between;color:#8b949b;font-size:11px;margin:7px 0 15px}.calibration-card .action+.action{margin-top:7px}
.sheet-backdrop,.bottom-sheet{display:none}
@media(max-width:900px){
  body{background:#fff}.mobile-only{display:inline-flex!important}.app{display:block;height:100dvh}.client-panel,.assistant-panel,.resizer{display:none}.chat-panel{height:100dvh;grid-template-rows:62px auto minmax(0,1fr) auto;background:#edf1f4}.chat-head{padding:0 9px}.top-mobile-actions{display:flex!important}.profile{gap:8px}.avatar.large{width:36px;height:36px}.profile-line strong{font-size:14px}.fact-line{max-width:46vw;font-size:10px}.provider-label{display:none}.call-strip{padding:7px 9px;gap:6px}.call-strip .action{padding:8px 9px;font-size:12px}.call-strip .action span:first-child{display:none}.status-pill{display:none}.messages{padding:14px 10px 10px;background-size:20px 20px}.system-card{margin-bottom:12px}.bubble{max-width:87%;font-size:14px}.composer-wrap{padding:7px 8px max(8px,env(safe-area-inset-bottom))}.composer-hint{display:none}.speaker-toggle{margin-bottom:5px}.sheet-backdrop{position:fixed;inset:0;background:rgba(18,28,35,.35);z-index:19}.sheet-backdrop.open{display:block}.bottom-sheet{display:block;position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:20px 20px 0 0;z-index:20;max-height:76dvh;overflow-y:auto;padding:8px 14px calc(16px + env(safe-area-inset-bottom));transform:translateY(105%);transition:transform .22s ease;box-shadow:0 -20px 50px rgba(0,0,0,.12)}.bottom-sheet.open{transform:translateY(0)}.sheet-handle{width:42px;height:4px;background:#d7dce0;border-radius:99px;margin:0 auto 8px}.sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sheet-head strong{font-size:17px}.mobile-client-card{display:flex;align-items:center;gap:10px;background:#f3f6f8;border-radius:14px;padding:11px}.mobile-client-card b,.mobile-client-card small{display:block}.mobile-client-card small{color:var(--muted);margin-top:2px}.bottom-sheet .suggestion{font-size:13px;margin-bottom:7px}.bottom-sheet .facts-list{margin-bottom:12px}
}
@media(max-width:520px){.reserve span:last-child{font-size:0}.reserve span:last-child:after{content:"Резерв";font-size:12px}.call-strip{justify-content:space-between}.call-strip .action{flex:1}.profile-copy{max-width:55vw}.chat-head .avatar.large{display:none}}

.audio-checks{display:grid;gap:8px;margin:0 0 14px;text-align:left}.audio-check{display:grid;grid-template-columns:38px 1fr 26px;align-items:center;gap:10px;padding:10px 11px;background:#f5f7f9;border:1px solid #e7ebee;border-radius:14px}.audio-check-icon{width:38px;height:38px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:18px}.audio-check b,.audio-check small{display:block}.audio-check b{font-size:13px}.audio-check small{font-size:11px;color:#7d878f;margin-top:2px}.audio-check-dot{width:22px;height:22px;border-radius:50%;background:#e7ebee;color:#99a1a7;display:grid;place-items:center;font-weight:800}.audio-check-dot.ok{background:#ddf6e8;color:#16834a}.audio-check-dot.error{background:#ffe7e3;color:#b93f34}.audio-check.ok{border-color:#ccebd9;background:#f4fbf7}.audio-check.error{border-color:#f4d2cd;background:#fff8f7}.action[hidden]{display:none!important}
