.cms-chatting-widget{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1080;font-family:inherit}.cms-chatting-toggle{position:relative;width:3.5rem;height:3.5rem;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bs-primary);color:#fff;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.22);font-size:1.35rem}.cms-chatting-unread{position:absolute;right:-.2rem;top:-.2rem;min-width:1.25rem;height:1.25rem;padding:0 .25rem;border-radius:999px;background:var(--bs-danger);color:#fff;font-size:.7rem;line-height:1.25rem}.cms-chatting-panel{position:absolute;right:0;bottom:4.25rem;width:min(390px,calc(100vw - 2rem));height:min(620px,calc(100vh - 7rem));display:flex;flex-direction:column;border:1px solid var(--bs-border-color);border-radius:1rem;background:var(--bs-body-bg);color:var(--bs-body-color);box-shadow:0 1rem 3rem rgba(0,0,0,.25);overflow:hidden}.cms-chatting-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--bs-primary);color:#fff}.cms-chatting-header div{min-width:0}.cms-chatting-header strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cms-chatting-header small{display:block;opacity:.85;font-size:.75rem}.cms-chatting-status{min-height:0;padding:.45rem .85rem;font-size:.78rem;color:var(--bs-secondary-color);border-bottom:1px solid var(--bs-border-color);background:var(--bs-tertiary-bg)}.cms-chatting-status:empty{display:none}.cms-chatting-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.65rem}.cms-chatting-message{max-width:86%;padding:.6rem .75rem;border-radius:.85rem;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.5}.cms-chatting-message-user{align-self:flex-end;background:var(--bs-primary);color:#fff;border-bottom-right-radius:.2rem}.cms-chatting-message-ai,.cms-chatting-message-admin{align-self:flex-start;background:var(--bs-tertiary-bg);border:1px solid var(--bs-border-color);border-bottom-left-radius:.2rem}.cms-chatting-message-system{align-self:center;max-width:95%;padding:.25rem .5rem;background:transparent;color:var(--bs-secondary-color);font-size:.76rem;text-align:center}.cms-chatting-message-meta{display:block;margin-top:.25rem;opacity:.7;font-size:.68rem}.cms-chatting-actions{display:flex;gap:.4rem;padding:.5rem .75rem;border-top:1px solid var(--bs-border-color)}.cms-chatting-form{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.75rem;border-top:1px solid var(--bs-border-color);background:var(--bs-body-bg)}.cms-chatting-form textarea{resize:none}.cms-chatting-form button{align-self:stretch}@media(max-width:575.98px){.cms-chatting-widget{right:.75rem;bottom:.75rem}.cms-chatting-panel{position:fixed;inset:.75rem;width:auto;height:auto;bottom:5rem}.cms-chatting-toggle{width:3.25rem;height:3.25rem}}
.cms-chatting-form{grid-template-columns:auto 1fr auto}.cms-chatting-attach{padding:.375rem .65rem}.cms-chatting-pending{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-top:1px solid var(--bs-border-color);background:var(--bs-tertiary-bg)}.cms-chatting-pending[hidden]{display:none}.cms-chatting-pending>div{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.cms-chatting-pending-image{width:56px;height:56px;object-fit:cover;border-radius:.4rem;border:1px solid var(--bs-border-color)}.cms-chatting-pending-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}.cms-chatting-paste-hint{padding:0 .75rem .6rem;color:var(--bs-secondary-color);font-size:.7rem}.cms-chatting-attachment-image{display:block;max-width:100%;max-height:240px;margin-top:.5rem;border-radius:.5rem;cursor:zoom-in}.cms-chatting-attachment-file{display:block;margin-top:.5rem;word-break:break-all}
.cms-chatting-message-notice{align-self:stretch;max-width:100%;padding:.65rem .75rem;border:1px solid var(--bs-warning-border-subtle);border-radius:.65rem;background:var(--bs-warning-bg-subtle);color:var(--bs-body-color);text-align:left;font-size:.84rem}.cms-chatting-message-notice .cms-chatting-message-meta{color:var(--bs-secondary-color)}.cms-chatting-panel[hidden]{display:none}
.cms-chatting-messages{min-height:0;scrollbar-gutter:stable}.cms-chatting-notice-layer{position:fixed;inset:0;z-index:1095;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.45)}.cms-chatting-notice-layer-dialog{width:min(720px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow:hidden;border:1px solid var(--bs-border-color);border-radius:.75rem;background:var(--bs-body-bg);box-shadow:0 1.5rem 4rem rgba(0,0,0,.35)}.cms-chatting-notice-layer-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--bs-border-color);background:var(--bs-tertiary-bg)}.cms-chatting-notice-layer-body{max-height:calc(100vh - 8rem);overflow:auto;padding:1.25rem;word-break:break-word}.cms-chatting-notice-layer-body img{max-width:100%;height:auto}
