:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #f4f7f6;--surface: #ffffff;--surface-soft: #eef5f3;--ink: #17211f;--muted: #5d6f6a;--line: #d8e3e0;--teal: #2d8c88;--teal-dark: #176763;--amber: #b87920;--blue: #315f9c;--danger: #b42318;--shadow: 0 16px 40px rgba(23, 33, 31, .08);--app-height: 100dvh;--ron-frame-width: 100%}*{box-sizing:border-box}body{margin:0;min-width:320px;width:100%;height:var(--app-height);background:var(--bg);color:var(--ink);overflow:hidden}#root{width:100%;max-width:var(--ron-frame-width);height:var(--app-height);overflow:hidden;display:flex;justify-content:center;align-items:stretch;padding:10px clamp(14px,1.2vw,24px);margin:0 auto}html.bitrix-embedded,html.bitrix-embedded body,html.bitrix-embedded #root{min-width:0;max-width:none}html.bitrix-embedded #root{width:100%;max-width:none;padding-inline:clamp(14px,1.6vw,28px)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled,input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(49,95,156,.35);outline-offset:2px}.lead-copilot{flex:0 1 auto;min-height:0;max-height:min(58vh,620px);overflow:auto;border-bottom:1px solid var(--line);background:#f8fbfa}.lead-copilot-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px 8px}.lead-copilot-head>div{display:flex;align-items:baseline;gap:8px;min-width:0}.lead-copilot-head span,.copilot-summary>span,.copilot-columns section>span,.copilot-next-action>span,.copilot-draft>div>span{color:var(--muted);font-size:12px}.lead-copilot-head strong{font-size:15px}.qa-badge{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;min-height:28px;padding:4px 8px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);font-size:12px}.qa-badge.ok{border-color:#9dcfc8;color:var(--teal-dark)}.qa-badge.warn{border-color:#e4c48c;color:#805214}.qa-badge.blocked{border-color:#efb3ad;color:var(--danger)}.copilot-actions{display:grid;grid-template-columns:repeat(6,minmax(92px,1fr));gap:1px;padding:0 12px;background:var(--line)}.copilot-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;min-height:40px;padding:6px 8px;border:0;background:#fff;color:#40514d;font-size:12px}.copilot-actions button:first-child{border-radius:6px 0 0 6px}.copilot-actions button:last-child{border-radius:0 6px 6px 0}.copilot-actions button.active{background:#e0f1ee;color:var(--teal-dark);font-weight:700}.copilot-actions button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copilot-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 12px}.copilot-input-row input,.copilot-draft textarea,.copilot-feedback select{min-width:0;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink)}.copilot-input-row input{height:38px;padding:0 10px}.copilot-input-row button,.copilot-primary,.copilot-feedback button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border:1px solid var(--teal-dark);border-radius:6px;background:var(--teal-dark);color:#fff;padding:7px 11px;font-weight:700;font-size:13px}.copilot-result{display:grid;gap:1px;border-top:1px solid var(--line);background:var(--line)}.copilot-result>section,.copilot-columns,.copilot-feedback,.copilot-feedback-status{background:#fff}.copilot-summary,.copilot-blockers,.copilot-next-action,.copilot-draft{padding:10px 12px}.copilot-summary p,.copilot-blockers p,.copilot-columns p,.copilot-feedback-status{margin:4px 0 0;line-height:1.4;font-size:13px}.copilot-blockers{background:#fff6f5!important;color:#7f1d15}.copilot-blockers strong{font-size:13px}.copilot-columns{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.copilot-columns section{min-width:0;padding:10px 12px;background:#fff}.copilot-next-action strong{display:block;margin-top:4px;font-size:14px}.copilot-next-action>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.copilot-next-action small{padding:3px 6px;border-radius:4px;background:#edf4f2;color:#40514d}.copilot-draft>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.copilot-draft>div button{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--teal-dark)}.copilot-draft textarea{display:block;width:100%;resize:vertical;padding:8px 10px;line-height:1.45}.copilot-feedback{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:8px 12px}.copilot-feedback select{min-height:36px;padding:0 30px 0 9px}.copilot-feedback button{min-height:36px;border-color:var(--line);background:#fff;color:var(--ink);font-weight:600}.copilot-feedback button:first-of-type{border-color:#9dcfc8;color:var(--teal-dark)}.copilot-feedback-status{padding:0 12px 10px;color:var(--teal-dark)}.copilot-primary{margin:0 12px 10px}.copilot-error{margin:0;padding:0 12px 9px;color:var(--danger);font-size:13px}.shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:14px;justify-content:center;justify-items:stretch;width:min(1680px,100%);min-width:0;max-width:100%;height:calc(var(--app-height) - 16px);min-height:0;margin:0 auto;overflow:hidden}.shell.work-shell{grid-template-columns:minmax(0,1fr) minmax(340px,380px);width:min(1720px,100%)}.shell.starter-shell{grid-template-columns:minmax(760px,1fr) minmax(340px,380px);justify-content:center;width:min(1680px,100%)}.shell.starter-shell.work-shell{grid-template-columns:minmax(0,1fr) minmax(340px,380px);width:min(1720px,100%)}.shell.focus-only{grid-template-columns:minmax(0,1fr);justify-content:center;width:clamp(1120px,92vw,1500px)}.shell.focus-only.starter-shell{grid-template-columns:minmax(0,1fr);width:min(1700px,100%)}.shell.focus-only.starter-shell .assistant-panel{width:100%;max-width:1700px;justify-self:center}.assistant-panel,.side-panel{min-width:0}.assistant-panel{display:flex;flex-direction:column;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden;min-height:0}.topbar{flex:0 0 auto;display:flex;align-items:center;gap:14px;padding:10px 12px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff,#edf7f4)}.ron-avatar{width:46px;height:46px;border-radius:8px;display:grid;place-items:center;background:#dff0ed;border:2px solid transparent;overflow:hidden;flex:0 0 auto}.ron-avatar img{width:auto;max-width:none;height:54px;object-fit:initial;transform:translate(-1px,-3px)}.ron-avatar.listening{border-color:var(--blue);animation:ronPulse 1.4s ease-in-out infinite}.ron-avatar.thinking{border-color:var(--amber)}.ron-avatar.searching{border-color:var(--blue);box-shadow:0 0 0 4px #315f9c1f}.ron-avatar.needs-confirm{border-color:var(--amber);box-shadow:0 0 0 4px #b8792024}.ron-avatar.success{border-color:var(--teal)}.ron-avatar.error{border-color:var(--danger)}.topbar h1,.topbar p,.section-title h2,.draft-box h3,.message p{margin:0}.topbar h1{font-size:19px;line-height:1.2}.topbar p{margin-top:2px;color:var(--muted);font-size:14px}.topbar-copy{min-width:0}.topbar-copy .access-copy{margin-top:4px;color:var(--teal-dark);font-size:12px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}.status-pill{margin-left:auto;min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #b8d9d5;border-radius:999px;background:#effaf8;color:var(--teal-dark);font-size:13px;font-weight:600}.status-pill span,.status-pill strong,.status-pill small{display:block}.status-pill strong{line-height:1.1}.status-pill small{margin-top:2px;color:var(--muted);font-size:11px;font-weight:600;white-space:nowrap}.manager-toolbar{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px 0;background:var(--surface)}.toolbar-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-weight:750;white-space:nowrap}.toolbar-button:hover,.toolbar-button.active{border-color:#8fc8c1;background:#eef9f7;color:var(--teal-dark)}.toolbar-button.primary{border-color:var(--teal);background:var(--teal);color:#fff}.toolbar-button.primary:hover{border-color:var(--teal-dark);background:var(--teal-dark);color:#fff}.mode-tabs{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:8px;padding:8px 12px 0;background:var(--surface)}.mode-tabs button{min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-weight:700}.mode-tabs button.active{border-color:#9ccfca;background:#eaf7f4;color:var(--teal-dark)}.shell.focus-only.starter-shell .mode-tabs{justify-content:center;padding-top:10px}.shell.focus-only.starter-shell .conversation{display:grid;grid-template-columns:minmax(620px,1fr) minmax(340px,400px);grid-auto-rows:min-content;justify-content:center;align-content:center;align-items:start;gap:16px;width:min(100%,1500px);max-width:1500px;justify-self:center;align-self:center;padding:clamp(14px,3vh,24px) clamp(18px,2vw,34px)}.shell.focus-only.starter-shell .composer{width:min(100%,1500px);align-self:center;border-top:1px solid var(--line)}.home-actions-panel{flex:0 0 auto;display:grid;gap:9px;margin:0 12px;padding:10px;border:1px solid #b8d9d5;border-radius:8px;background:#f7fbfa;outline:none}.home-actions-panel:focus-visible{box-shadow:0 0 0 3px #0082842e}.home-actions-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-actions-heading span,.home-actions-heading strong,.home-actions-heading small{display:block}.home-actions-heading strong{font-size:15px}.home-actions-heading small{margin-top:2px;color:var(--muted);font-size:12px}.home-actions-heading>button{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted)}.home-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.home-action-grid>button{min-height:52px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal-dark);text-align:left}.home-action-grid>button:hover{border-color:#8fc8c1;background:#eef9f7}.home-action-grid span,.home-action-grid strong,.home-action-grid small{display:block;min-width:0}.home-action-grid strong{color:var(--ink);font-size:13px;line-height:1.2}.home-action-grid small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.2}.result-strip{flex:0 0 auto;display:grid;grid-template-columns:1fr 1.7fr 1.25fr auto;gap:8px;margin:0 12px;padding:7px;border:1px solid #cde1dd;border-radius:8px;background:#f5fbfa}.manager-result{grid-template-columns:minmax(110px,.85fr) minmax(190px,1.35fr) minmax(210px,1.35fr)}.result-strip div{min-width:0;padding:7px 8px;border:1px solid #dce9e6;border-radius:8px;background:#fff}.result-strip span,.result-strip strong{display:block;min-width:0}.result-strip span{color:var(--muted);font-size:11px;font-weight:700}.result-strip strong{margin-top:3px;color:var(--ink);font-size:13px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manager-result strong{line-height:1.35;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.result-strip .confidence{width:96px}.conversation{flex:1 1 auto;display:flex;flex-direction:column;gap:10px;min-height:0;padding:8px 12px;overflow:auto}.conversation.starter-conversation{align-items:stretch;justify-content:stretch;padding:14px}.starter-conversation .message{align-self:start;width:min(980px,100%);max-width:100%}.message{width:min(860px,94%);padding:9px 11px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.message.user{align-self:flex-end;background:#eef2f8;border-color:#cfdaec}.message span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.message p{line-height:1.5;white-space:pre-line;overflow-wrap:anywhere}.starter-panel{display:grid;gap:10px;width:100%;max-width:none;margin:0;padding:14px;border:1px solid #cde1dd;border-radius:8px;background:#fbfdfc;align-self:start;justify-self:stretch}.starter-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.starter-heading>strong{display:block;color:var(--ink);font-size:15px}.starter-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.starter-action{min-height:62px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border:1px solid #b8d9d5;border-radius:8px;background:#f4fbf9;color:var(--teal-dark);text-align:left}.starter-primary-action{min-height:70px;grid-template-columns:26px minmax(0,1fr);padding:12px;border-color:#8fc8c1;background:#eaf7f4}.starter-primary-action strong{font-size:16px}.starter-primary-action small{font-size:13px}.starter-action:hover{border-color:#8fc8c1;background:#eaf7f4}.starter-action span,.starter-action strong,.starter-action small{display:block;min-width:0}.starter-action strong{color:var(--ink);font-size:14px;font-weight:800;line-height:1.2}.starter-action small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.2}.starter-examples{display:grid;grid-template-columns:1fr;gap:8px}.starter-example{min-height:40px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal-dark);text-align:left}.starter-example:hover{border-color:#8fc8c1;background:#f7fbfa}.starter-example span,.starter-example strong,.starter-example small{display:block;min-width:0}.starter-example strong{color:var(--ink);font-size:13px;line-height:1.2}.starter-example small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.15}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.leasing-starter-panel{gap:12px}.leasing-starter-panel .starter-heading{align-items:center}.leasing-starter-panel .starter-heading>span,.leasing-starter-panel .starter-heading strong,.leasing-starter-panel .starter-heading small{display:block}.leasing-starter-panel .starter-heading small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}.catalog-button{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #b8d9d5;border-radius:8px;background:#fff;color:var(--teal-dark);font-size:13px;font-weight:800}.catalog-button:hover{border-color:#8fc8c1;background:#eaf7f4}.leasing-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.leasing-question-grid button{min-height:44px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:12px;font-weight:700;line-height:1.25;text-align:left}.leasing-question-grid button:hover{border-color:#8fc8c1;background:#f4fbf9;color:var(--teal-dark)}.leasing-chip-row{flex-wrap:wrap;overflow:visible;max-height:100px;overflow-y:auto}.leasing-chip-row .result-chip{flex:1 1 220px;justify-content:flex-start;height:auto;min-height:40px;padding-block:7px;border-radius:8px;white-space:normal;text-align:left}.leasing-catalog-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#14232075}.leasing-catalog{width:min(920px,100%);max-height:min(760px,calc(100dvh - 40px));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 70px #1423203d}.leasing-catalog>header{flex:0 0 auto;display:flex;align-items:flex-start;gap:16px;padding:18px 20px 14px;border-bottom:1px solid var(--line)}.leasing-catalog h2,.leasing-catalog h3,.leasing-catalog p{margin:0}.leasing-catalog h2{font-size:22px;line-height:1.2}.leasing-catalog header p{margin-top:5px;color:var(--muted);font-size:13px}.catalog-close{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;margin-left:auto;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.catalog-search{flex:0 0 auto;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;margin:12px 20px;padding:0 12px;border:1px solid #b8d9d5;border-radius:8px;background:#fbfdfc}.catalog-search input{width:100%;min-height:46px;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px}.catalog-search small{color:var(--muted);font-size:12px;white-space:nowrap}.leasing-catalog-content{min-height:0;overflow:auto;padding:0 20px 20px}.leasing-catalog-group{padding:15px 0;border-top:1px solid #e4ecea}.leasing-catalog-group:first-child{border-top:0}.leasing-catalog-group h3{margin-bottom:9px;color:var(--teal-dark);font-size:15px}.leasing-catalog-group>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.leasing-catalog-group button{min-height:46px;padding:9px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:13px;line-height:1.3;text-align:left}.leasing-catalog-group button:hover{border-color:#8fc8c1;background:#f4fbf9}.catalog-empty{padding:24px 0;color:var(--muted);text-align:center}.chip-row{flex:0 0 auto;display:flex;gap:8px;min-height:46px;padding:0 12px;overflow-x:auto;scrollbar-width:thin}.result-chip{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #cde1dd;border-radius:999px;background:#fff;color:var(--teal-dark);font-size:13px;font-weight:700;transition:background .18s ease,border-color .18s ease}.result-chip:hover{border-color:#8fc8c1;background:#eaf7f4}.result-chip.primary-action{border-color:var(--teal);background:var(--teal);color:#fff;box-shadow:0 8px 18px #2d8c882e}.result-chip.primary-action:hover{border-color:var(--teal-dark);background:var(--teal-dark)}.feedback-strip{flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:6px;min-height:34px;margin:0 12px;padding:0 0 4px;color:var(--muted);font-size:12px;font-weight:700}.feedback-main{display:flex;align-items:center;gap:8px;min-height:40px}.feedback-main>span{flex:0 0 auto}.feedback-actions{display:flex;gap:7px}.feedback-button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-size:12px;font-weight:700;transition:background .18s ease,border-color .18s ease,color .18s ease}.feedback-button:hover{border-color:#8fc8c1;background:#f5fbfa}.feedback-button.selected{border-color:#9ccfca;background:#eaf7f4;color:var(--teal-dark)}.feedback-strip strong{margin-left:auto;color:var(--teal-dark);font-size:12px;white-space:nowrap}.feedback-reasons{display:flex;align-items:center;gap:6px;min-width:0;padding-left:82px;flex-wrap:wrap}.feedback-reasons>span{color:var(--muted);font-size:12px;white-space:nowrap}.feedback-reason{min-height:36px;padding:0 11px;border:1px solid #cde1dd;border-radius:999px;background:#fff;color:var(--ink);font-size:12px;font-weight:700;transition:background .18s ease,border-color .18s ease}.feedback-reason:hover{border-color:#8fc8c1;background:#f5fbfa}.feedback-fix-actions{display:flex;align-items:center;gap:7px;padding-left:82px;flex-wrap:wrap}.feedback-fix-actions>span{color:var(--muted);font-size:12px;white-space:nowrap}.feedback-fix-button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #b8d9d5;border-radius:8px;background:#f4fbf9;color:var(--teal-dark);font-size:12px;font-weight:700;transition:background .18s ease,border-color .18s ease}.feedback-error{margin-left:82px;color:#9f2a2a;font-size:12px;font-weight:700}.feedback-fix-button:hover{border-color:#8fc8c1;background:#eaf7f4}.composer{flex:0 0 auto;padding:8px 12px 10px;border-top:1px solid var(--line);background:#fbfdfc}.composer label{display:block;margin-bottom:6px;color:var(--muted);font-size:13px;font-weight:700}.composer-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:8px}.composer input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--ink);background:var(--surface)}.icon-button,.primary-button,.secondary-button{min-height:44px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.icon-button{width:48px;background:var(--surface-soft);border-color:var(--line);color:var(--teal-dark)}.primary-button{padding:0 16px;background:var(--teal);color:#fff;font-weight:700}.secondary-button{padding:0 14px;background:#fff;border-color:var(--line);color:var(--ink);font-weight:700}.secondary-button.mini{min-height:36px;padding:0 10px;font-size:13px}.icon-button:hover,.secondary-button:hover{border-color:#a9c8c2}.primary-button:hover{background:var(--teal-dark)}.voice-preview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;align-items:center;margin-top:8px;padding:8px 10px;border:1px solid #cde1dd;border-radius:8px;background:#f5fbfa}.voice-preview span,.voice-preview strong{min-width:0}.voice-preview>span{color:var(--muted);font-size:12px;font-weight:700}.voice-preview>strong{grid-column:1 / 2;color:var(--ink);font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-preview>div{grid-row:1 / span 2;grid-column:2;display:flex;gap:6px}.side-panel{display:flex;flex-direction:column;gap:8px;height:100%;min-height:0;overflow:auto;padding-right:2px}.draft-box,.quick-box,.insight-box{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px;box-shadow:var(--shadow)}.section-title{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--teal-dark)}.section-title h2{font-size:15px}.compact-title{margin-bottom:6px}.refresh-button{width:32px;height:32px;min-height:32px;margin-left:auto;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal-dark)}.draft-box h3{font-size:16px;line-height:1.3}.draft-box p,.empty-state p,.muted{color:var(--muted);line-height:1.5}.muted{margin:0;font-size:13px}.draft-box ul{padding-left:18px;color:var(--ink);line-height:1.45;margin:8px 0 0}.draft-warning{margin:10px 0 0;padding:9px 10px;border:1px solid #f1c6bd;border-radius:8px;background:#fff4f1;color:var(--danger);font-size:13px;font-weight:700;line-height:1.35}.draft-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.empty-state{display:flex;align-items:center;gap:10px;min-height:56px;padding:10px;border:1px dashed #bfd0cc;border-radius:8px;background:#fbfdfc}.quick-list{display:grid;gap:7px}.focus-strip{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:8px}.focus-card{width:100%;min-height:46px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:7px 9px;border:1px solid #b8d9d5;border-radius:8px;background:#f4fbf9;color:var(--teal-dark);text-align:left}.focus-card:hover{border-color:#8fc8c1;background:#eaf7f4}.focus-card span,.focus-card strong,.focus-card small{display:block;min-width:0}.focus-card strong{color:var(--ink);font-size:13px;line-height:1.15}.focus-card small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.1}.examples-toggle-row{display:flex;justify-content:flex-start;margin-top:2px;margin-bottom:4px}.examples-toggle{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal-dark);font-size:13px;font-weight:700}.examples-toggle:hover{border-color:#a9c8c2;background:#f7fbfa}.quick-subtitle{flex:0 0 auto;display:flex;align-items:center;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700}.stack-list,.action-list{display:grid;gap:7px}.action-button{width:100%;min-height:44px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal-dark);text-align:left}.action-button:hover{border-color:#a9c8c2;background:#f7fbfa}.action-button span,.action-button strong,.action-button small{display:block;min-width:0}.action-button strong{color:var(--ink);font-size:13px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-button small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta-row{display:grid;gap:3px;min-height:38px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-decoration:none;overflow-wrap:anywhere}.meta-row.warn{border-color:#e8c38f;background:#fff8ed}.meta-row.ok{border-color:#b8d9d5;background:#f3fbf9}.meta-row.blocked{border-color:#efc7c3;background:#fff3f1}.meta-row span{font-weight:700}.meta-row small{color:var(--muted)}.meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.meta-grid div{min-height:42px;padding:7px;border:1px solid var(--line);border-radius:8px;background:#fbfdfc}.meta-grid span,.meta-grid strong{display:block}.meta-grid span{color:var(--muted);font-size:11px}.meta-grid strong{margin-top:4px;color:var(--ink);font-size:13px;overflow-wrap:anywhere}.readiness{border-color:#cde1dd}.readiness.ok{background:#f5fbf8}.readiness.warn{background:#fffaf2}.readiness.blocked{background:#fff8f7}.readiness-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.readiness-head strong{color:var(--ink);font-size:14px}.readiness-head span{color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.readiness-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.readiness-grid div{min-height:38px;padding:6px 7px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8}.readiness-grid span,.readiness-grid strong{display:block;min-width:0}.readiness-grid span{color:var(--muted);font-size:10px;font-weight:700}.readiness-grid strong{margin-top:3px;color:var(--ink);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.readiness-note{margin:8px 0 0;padding:7px 8px;border-radius:8px;font-size:12px;line-height:1.35}.readiness-note.blocked{color:var(--danger);background:#fff1ef}.readiness-note.warn{color:#765014;background:#fff4df}.readiness-note.ok{color:var(--teal-dark);background:#eaf7f4}.next-mini{display:grid;gap:5px;margin-top:7px}.next-mini span{padding:6px 8px;border:1px dashed #c8d8d4;border-radius:8px;color:var(--muted);font-size:12px;line-height:1.3}.pilot-checklist{display:grid;gap:7px;margin-top:8px}.pilot-checklist>strong{color:var(--ink);font-size:12px}.pilot-scenario{width:100%;min-height:46px;padding:8px;border:1px solid #cde1dd;border-radius:8px;background:#fff;color:var(--ink);text-align:left}.pilot-scenario:hover{border-color:#8fc8c1;background:#f5fbfa}.pilot-scenario span,.pilot-scenario b,.pilot-scenario small{display:block;min-width:0}.pilot-scenario b{font-size:12px;line-height:1.2}.pilot-scenario small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.3}.compact .section-title{margin-bottom:8px}.compact p+p{margin-top:6px}.quick-box{flex:1 1 168px;min-height:136px;display:flex;flex-direction:column;overflow:hidden}.quick-box.compact-quick{flex:0 0 auto;min-height:0}.quick-box.compact-quick .focus-strip{margin-bottom:6px}.quick-box .quick-list{flex:1 1 auto;min-height:0;max-height:100%;overflow:auto;padding-right:2px}.draft-box,.insight-box{flex:0 0 auto}@media(min-width:1500px){.shell{width:min(1720px,calc(100vw - 24px));grid-template-columns:minmax(0,1fr) minmax(340px,380px)}.shell.work-shell{width:min(1720px,calc(100vw - 24px));grid-template-columns:minmax(0,1fr) minmax(352px,390px)}.shell.starter-shell{width:min(1740px,calc(100vw - 24px));grid-template-columns:minmax(920px,1fr) minmax(352px,390px);justify-content:center}.shell.starter-shell.work-shell{width:min(1720px,calc(100vw - 24px));grid-template-columns:minmax(0,1fr) minmax(352px,390px)}.shell.focus-only{grid-template-columns:minmax(0,1fr);width:min(1500px,calc(100vw - 24px))}.shell.focus-only.starter-shell{grid-template-columns:minmax(0,1fr);width:min(1740px,calc(100vw - 36px))}}@media(max-width:1240px)and (min-width:901px){#root{padding-left:12px;padding-right:12px}.shell,.shell.work-shell,.shell.starter-shell{width:min(100%,1160px);grid-template-columns:minmax(0,1fr) minmax(300px,332px)}.shell.focus-only,.shell.focus-only.starter-shell{width:min(100%,1160px);grid-template-columns:minmax(0,min(100%,1080px));justify-content:center}.shell.focus-only.starter-shell .conversation{display:grid;grid-template-columns:minmax(540px,1fr) minmax(300px,340px);justify-content:center;gap:12px;padding:12px}.starter-panel{width:100%;max-width:none;margin:0}.starter-action{min-height:58px}.starter-primary-action{min-height:66px}.message{width:100%}}.quick-list button{width:100%;min-height:36px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-align:left;font-size:13px;line-height:1.25}.quick-list button:hover{border-color:#a9c8c2;background:#f7fbfa}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ronPulse{0%,to{box-shadow:0 0 #315f9c3d}50%{box-shadow:0 0 0 6px #315f9c14}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important}}@media(max-width:900px){html.bitrix-embedded,html.bitrix-embedded body,html.bitrix-embedded #root{min-width:0}body,#root{height:auto;overflow:auto}.shell{grid-template-columns:1fr;width:100%;min-width:0;height:auto;min-height:100dvh;overflow:visible}.shell.focus-only,.shell.focus-only.starter-shell{height:calc(var(--app-height) - 20px);min-height:0;overflow:hidden}.shell.focus-only .assistant-panel{min-height:0}.shell.focus-only .conversation{min-height:0;overflow:auto}.side-panel{height:auto;overflow:visible}.shell.focus-only.starter-shell .conversation{display:flex;flex-direction:column;width:100%;max-width:none;align-self:stretch;justify-content:flex-start;padding:10px}.shell.focus-only.starter-shell .composer{width:100%;align-self:stretch}.starter-panel{width:100%;max-width:none;margin:0}.result-strip{grid-template-columns:1fr 1fr}.manager-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.toolbar-button{min-width:0;white-space:normal}.home-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-box .quick-list,.lead-copilot{max-height:none}.copilot-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.copilot-actions button:first-child,.copilot-actions button:last-child{border-radius:0}}@media(max-width:640px){.copilot-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.copilot-columns,.copilot-input-row{grid-template-columns:1fr}.copilot-input-row button,.copilot-feedback select,.copilot-feedback button{width:100%}.meta-grid,.readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shell{width:100%;margin:0}.topbar{align-items:flex-start}.mode-tabs{gap:6px;padding-inline:10px}.mode-tabs button{min-height:34px;padding:0 9px}.manager-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:10px}.toolbar-button{width:100%;padding-inline:8px}.home-actions-panel{margin-inline:10px}.home-action-grid{grid-template-columns:1fr}.status-pill{display:none}.composer-row{grid-template-columns:44px minmax(0,1fr) 48px;gap:6px}.feedback-strip{gap:8px}.feedback-main{flex-wrap:wrap}.feedback-actions{width:100%}.feedback-button{flex:1 1 0;min-height:44px}.feedback-strip strong{margin-left:0}.feedback-reasons{flex-wrap:wrap;padding-left:0}.feedback-reason{min-height:38px}.feedback-fix-actions{flex-wrap:wrap;padding-left:0}.feedback-fix-button{min-height:44px}.feedback-error{margin-left:0}.result-strip,.starter-actions{grid-template-columns:1fr}.leasing-starter-panel .starter-heading{align-items:stretch;flex-direction:column}.catalog-button{width:100%;justify-content:center}.leasing-question-grid,.leasing-catalog-group>div{grid-template-columns:1fr}.leasing-catalog-backdrop{align-items:end;padding:0}.leasing-catalog{width:100%;max-height:92dvh;border-radius:8px 8px 0 0}.leasing-catalog>header{padding:14px 14px 12px}.leasing-catalog h2{font-size:19px}.catalog-search{margin:10px 14px}.catalog-search small{display:none}.leasing-catalog-content{padding:0 14px 18px}.leasing-chip-row{max-height:138px}.leasing-chip-row .result-chip{flex-basis:100%}.starter-examples{grid-template-columns:1fr}.starter-action{min-height:54px}.primary-button{grid-column:1 / -1}.composer .primary-button{grid-column:auto;width:48px;padding:0}.composer .primary-button span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.voice-preview{grid-template-columns:1fr}.voice-preview>strong,.voice-preview>div{grid-column:1}.voice-preview>div{grid-row:auto;flex-wrap:wrap}}
