:root{--tg-blue: #3390ec;--tg-blue-hover: #4ea4f5;--tg-bg: #d8dfcf;--tg-chat-bg: #96b889;--tg-header: #ffffff;--tg-line: #e4e8eb;--ink: #0f1419;--muted: #707579;--bubble-in: #ffffff;--bubble-out: #d9fdd3;--card: #ffffff;--warn-bg: #fdecea;--warn-ink: #8a2e21;--sidebar-width: 322px}*{box-sizing:border-box}body{margin:0;background:var(--tg-bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.35;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app{min-height:100vh}.screen{display:flex;flex-direction:column;gap:16px;width:min(720px,100%);margin:0 auto;padding:20px 16px 48px}h1{font-size:24px;margin:0;font-weight:600}h3{margin:0 0 6px;font-size:15px;font-weight:600}.lead{color:var(--muted);margin:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.btn{border:none;border-radius:10px;padding:10px 18px;font-size:15px;cursor:pointer;text-decoration:none;display:inline-block;font-family:inherit}.btn:disabled{opacity:.45;cursor:default}.btn-primary{background:var(--tg-blue);color:#fff}.btn-primary:hover:not(:disabled){background:var(--tg-blue-hover)}.btn-secondary{background:#eaf1f8;color:var(--tg-blue)}.btn-ghost{background:transparent;color:var(--tg-blue);padding:8px 10px}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4facfe,#3390ec);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px;flex:0 0 auto;overflow:hidden}.avatar span{transform:translateY(-1px)}.avatar-artem span,.avatar-marina span,.avatar-sergey span,.avatar-olya span,.avatar-denis span{display:none}.avatar-sm{width:28px;height:28px;font-size:13px}.avatar-lg{width:52px;height:52px;font-size:22px}.avatar-artem{background-image:url(/avatars/artem.png);background-size:250%;background-position:50% 20%}.avatar-marina{background-image:url(/avatars/marina.png);background-size:165%;background-position:66% 33%}.avatar-sergey{background-image:url(/avatars/sergey.png);background-size:190%;background-position:50% 26%}.avatar-olya{background-image:url(/avatars/olya.png);background-size:175%;background-position:50% 24%}.avatar-denis{background-image:url(/avatars/denis.png);background-size:185%;background-position:47% 24%}.avatar-team{background:linear-gradient(135deg,#64748b,#0f766e)}.cards{display:flex;flex-direction:column;gap:2px;background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000f}.card{display:flex;align-items:center;gap:14px;text-align:left;background:var(--card);border:none;border-bottom:1px solid var(--tg-line);padding:12px 16px;cursor:pointer;font-family:inherit}.card:last-child{border-bottom:none}.card:hover{background:#f5f8fa}.card-body{min-width:0}.card-title{font-weight:600;font-size:15px;color:var(--ink)}.card-persona{color:var(--tg-blue);font-size:13px;margin-top:1px}.card-hint{color:var(--muted);font-size:13px;margin-top:3px}.dialog{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);height:100vh;min-height:620px;overflow:hidden;background:var(--tg-chat-bg)}.chat-sidebar{background:#fff;border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;min-width:0;z-index:8}.sidebar-top{display:flex;align-items:center;gap:9px;padding:8px 12px 7px;min-height:56px}.icon-btn{border:0;background:transparent;color:#707579;width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.icon-btn:hover:not(:disabled){background:#f1f3f5}.icon-btn:disabled{opacity:.35;cursor:default}.icon-btn svg{width:24px;height:24px;fill:currentColor}.back-arrow{font-size:32px;line-height:1;transform:translateY(-2px)}.review-dot{color:var(--tg-blue);font-size:22px;line-height:1}.search-pill{height:40px;min-width:0;flex:1;display:flex;align-items:center;gap:12px;padding:0 14px;border-radius:24px;background:#f1f3f5;color:#90969b;font-size:16px}.search-pill svg{width:24px;height:24px;fill:currentColor}.folder-tabs{display:grid;grid-template-columns:1fr 1fr .8fr;gap:4px;margin:4px 8px 9px;padding:4px;border-radius:30px;background:#f7f8fa;box-shadow:0 2px 10px #0000000f}.folder-tab{border:0;border-radius:22px;background:transparent;color:var(--muted);font:inherit;font-size:14px;font-weight:600;padding:8px;cursor:pointer}.folder-tab.active{background:#e7f1ff;color:var(--tg-blue)}.chat-list{overflow:auto;padding:4px 8px 20px}.chat-list-item{width:100%;min-height:68px;border:0;border-radius:12px;background:transparent;display:flex;align-items:center;gap:11px;padding:7px 10px;text-align:left;cursor:pointer;font:inherit}.chat-list-item:hover{background:#f4f7fa}.chat-list-item.active{background:var(--tg-blue);color:#fff}.chat-list-item.active .chat-list-text,.chat-list-item.active .chat-list-head span{color:#ffffffdb}.chat-list-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.chat-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-list-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.chat-list-head span{color:var(--muted);font-size:12px;flex:0 0 auto}.chat-list-text{color:var(--muted);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-role{color:#2f8ee5;font-weight:600}.chat-list-item.active .chat-list-role{color:#fff}.telegram-pane{min-width:0;height:100vh;min-height:620px;display:flex;flex-direction:column;background-image:url(/telegram-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.tg-header{display:flex;align-items:center;gap:10px;background:#fffffff7;padding:7px 12px;border-bottom:0;box-shadow:0 1px 6px #00000029;min-height:54px;width:min(920px,calc(100% - 32px));margin:12px auto 0;border-radius:22px;z-index:5}.tg-header .titles{flex:1;min-width:0}.tg-header .name{font-weight:700;font-size:15px;line-height:1.1}.tg-header .status{font-size:13px;color:var(--muted);line-height:1.2;margin-top:2px}.chat{flex:1;overflow:auto;display:flex;flex-direction:column;gap:2px;padding:7px clamp(14px,12vw,260px) 10px;background-color:transparent}.history-pack{display:flex;flex-direction:column;gap:2px;margin-bottom:9px}.day-divider{display:flex;justify-content:center;margin:7px 0 11px;position:sticky;top:8px;z-index:2}.day-divider span{color:#fff;background:#47784b9e;border-radius:16px;padding:4px 12px 5px;font-weight:700;font-size:14px;box-shadow:0 1px 1px #00000014}.message-row{display:flex;align-items:flex-end;max-width:min(78%,680px)}.message-row-me{align-self:flex-end;justify-content:flex-end}.message-row-them{align-self:flex-start}.bubble{max-width:100%;padding:7px 10px 6px;border-radius:12px;white-space:pre-wrap;font-size:15px;line-height:1.28;box-shadow:0 1px 1px #00000029;position:relative;overflow-wrap:anywhere}.bubble-them{background:var(--bubble-in);border-bottom-left-radius:4px}.bubble-me{background:var(--bubble-out);border-bottom-right-radius:4px}.bubble-them:before,.bubble-me:after{content:"";position:absolute;bottom:0;width:9px;height:11px}.bubble-them:before{left:-5px;background:radial-gradient(circle at 0 0,transparent 11px,var(--bubble-in) 12px)}.bubble-me:after{right:-5px;background:radial-gradient(circle at 100% 0,transparent 11px,var(--bubble-out) 12px)}.bubble+.bubble{margin-top:1px}.bubble-with-sticker{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px}.sticker{width:42px;height:32px;border-radius:16px;background:var(--tg-blue);display:inline-flex;align-items:center;justify-content:center;font-size:20px}.msg-meta{float:right;margin:5px 0 -2px 9px;color:#6f9d65;font-size:11px;line-height:1;white-space:nowrap}.bubble-them .msg-meta{color:#8a8f94}.checks{margin-left:4px;color:#4aa3f5;letter-spacing:-2px}.typing{display:flex;align-items:center;gap:4px;width:54px;min-height:32px;box-shadow:0 1px 1px #00000021}.typing span{width:7px;height:7px;border-radius:50%;background:#9aa1a6;animation:typing-pulse 1s infinite ease-in-out}.typing span:nth-child(2){animation-delay:.14s}.typing span:nth-child(3){animation-delay:.28s}@keyframes typing-pulse{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}.composer{display:flex;align-items:flex-end;gap:7px;width:min(920px,calc(100% - 32px));margin:0 auto 8px;padding:6px 8px 6px 10px;background:#fffffffa;border-top:0;border-radius:23px;box-shadow:0 1px 5px #0000002e}.composer textarea{flex:1;resize:none;border:none;outline:none;background:transparent;border-radius:0;padding:9px 2px 10px;font:inherit;font-size:16px;max-height:120px}.send-btn{width:42px;height:42px;border-radius:50%;border:none;cursor:pointer;background:var(--tg-blue);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.send-btn:disabled{background:#cbd0d6;cursor:default}.send-btn svg{width:22px;height:22px}.dialog-error{margin:8px 14px}.debrief{display:flex;flex-direction:column;gap:16px}.scales,section.block{background:var(--card);border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000f}.scales{display:flex;flex-direction:column;gap:12px}.scale-head{display:flex;justify-content:space-between;font-size:14px;margin-bottom:5px}.scale-val{color:var(--tg-blue);font-weight:600}.scale-track{height:7px;background:#e7ebee;border-radius:6px;overflow:hidden}.scale-fill{height:100%;background:var(--tg-blue)}.debrief ul{margin:0;padding-left:20px}.debrief li{margin:3px 0}.better blockquote{margin:0;padding:12px 16px;background:var(--bubble-out);border-radius:10px;box-shadow:0 1px 1px #00000014}.notice{background:var(--card);border-radius:10px;padding:12px 16px;color:var(--muted);box-shadow:0 1px 2px #0000000d}.notice-warn{background:var(--warn-bg);color:var(--warn-ink)}.gate{align-items:flex-start;gap:20px;padding-top:48px}.gate .avatar-lg{margin-bottom:4px}@media (max-width: 860px){.dialog{display:flex;min-height:100vh}.chat-sidebar{display:none}.telegram-pane{min-height:100vh;width:100%}.chat{padding:14px 12px 10px}.message-row{max-width:92%}.tg-header{gap:8px;padding-inline:8px}.tg-header .icon-btn:nth-last-child(2){display:none}}@media (min-width: 861px){.tg-header .icon-btn:first-child{display:none}}
