/* Глобальный консультант Onlyplace: Design System v1.0. */
.onlyplace-ai-launcher,.onlyplace-ai-chat{--op-color-primary:#159455;--op-color-primary-hover:#117A46;--op-color-primary-soft:#EAF7F0;--op-color-page:#F7F9F8;--op-color-surface:#fff;--op-color-text:#17201B;--op-color-text-secondary:#66736B;--op-color-border:#DDE5E0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box}.onlyplace-ai-chat *,.onlyplace-ai-launcher *{box-sizing:border-box}
.onlyplace-ai-launcher{position:fixed;z-index:100010;right:24px;bottom:24px;width:56px;height:56px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--op-color-primary);color:#fff;box-shadow:0 10px 28px rgba(23,32,27,.22);cursor:pointer}.onlyplace-ai-launcher:hover{background:var(--op-color-primary-hover)}.onlyplace-ai-launcher:focus-visible{outline:3px solid rgba(21,148,85,.3);outline-offset:3px}.onlyplace-ai-launcher svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.onlyplace-ai-chat{position:fixed;z-index:100011;right:24px;bottom:92px;width:min(390px,calc(100vw - 32px));height:min(590px,calc(100vh - 130px));display:grid;grid-template-rows:auto 1fr auto auto;background:#fff;border:1px solid var(--op-color-border);border-radius:16px;box-shadow:0 18px 55px rgba(23,32,27,.2);overflow:hidden;color:var(--op-color-text)}.onlyplace-ai-chat[hidden]{display:none!important}.onlyplace-ai-chat header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 16px 14px;border-bottom:1px solid var(--op-color-border)}.onlyplace-ai-chat header>div{display:grid;gap:1px}.onlyplace-ai-chat header strong{font-size:15px;line-height:21px}.onlyplace-ai-chat header span{font-size:12px;line-height:17px;color:var(--op-color-text-secondary)}.onlyplace-ai-chat header button{appearance:none;width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:var(--op-color-text);cursor:pointer}.onlyplace-ai-chat header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.onlyplace-ai-chat__messages{overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--op-color-page)}.onlyplace-ai-chat__bubble{max-width:86%;padding:10px 12px;border-radius:12px;font-size:14px;line-height:20px;white-space:pre-wrap}.onlyplace-ai-chat__bubble--assistant{align-self:flex-start;background:#fff;border:1px solid var(--op-color-border)}.onlyplace-ai-chat__bubble--user{align-self:flex-end;background:var(--op-color-primary);color:#fff}.onlyplace-ai-chat__status{min-height:18px;padding:3px 16px 0;font-size:12px;line-height:16px;color:var(--op-color-text-secondary)}
.onlyplace-ai-chat__composer{display:grid;grid-template-columns:1fr 48px;gap:8px;padding:10px 12px 12px;background:#fff}.onlyplace-ai-chat__composer textarea{min-height:48px;max-height:100px;resize:none;padding:12px;border:1px solid var(--op-color-border);border-radius:10px;font:400 14px/20px inherit;color:var(--op-color-text)}.onlyplace-ai-chat__composer textarea:focus{outline:2px solid var(--op-color-primary);outline-offset:1px}.onlyplace-ai-chat__composer button{appearance:none;width:48px;height:48px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;background:var(--op-color-primary);color:#fff;cursor:pointer}.onlyplace-ai-chat__composer button:hover{background:var(--op-color-primary-hover)}.onlyplace-ai-chat__composer button:disabled{opacity:.6}.onlyplace-ai-chat__composer button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.onlyplace-ai-chat__results-action{align-self:flex-start;appearance:none;min-height:40px;padding:8px 12px;border:1px solid var(--op-color-primary);border-radius:8px;background:#fff;color:var(--op-color-primary);font:600 13px/18px inherit;cursor:pointer}.onlyplace-ai-chat__results-action:hover{background:var(--op-color-primary-soft)}
@media(max-width:767px){.onlyplace-ai-launcher{right:16px;bottom:16px}.onlyplace-ai-chat{right:0;bottom:0;width:100%;height:min(82vh,680px);border-radius:16px 16px 0 0}.onlyplace-global-ai-open .onlyplace-ai-launcher{display:none}}
