.content.chat-content{max-width:none;padding:28px 24px 20px}.chat-page{--chat-muted:#748198}.chat-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.chat-page-heading .eyebrow{margin-bottom:7px;font-size:10px;letter-spacing:1.8px}.chat-page-heading h1{font-size:31px}.chat-page-heading p{color:var(--chat-muted);font-size:14px;margin-top:7px}.chat-heading-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.chat-live-state{display:flex;align-items:center;gap:6px;color:#8590a3;font-size:12px}.chat-live-state>span,.chat-status-dot{height:7px;width:7px;border-radius:50%;display:inline-block;background:#abb3c3;flex-shrink:0}.chat-live-state.live>span,.chat-status-dot.available{background:#2ba882;box-shadow:0 0 0 3px #2ba88215}.chat-live-state.reconnecting>span,.chat-status-dot.away{background:#d69a35}.chat-availability{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dfe6ee;border-radius:8px;padding:9px 12px}.chat-availability select{border:0;background:transparent;color:#47546b;font-size:13px;max-width:115px}.chat-workbench{display:flex;min-width:0;height:calc(100dvh - 263px);min-height:600px;max-height:1000px;border:1px solid #e0e5ed;border-radius:13px;background:white;overflow:hidden;box-shadow:0 3px 20px #23345804}.chat-queue{width:300px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid #e6eaf1;min-height:0}.chat-queue-top{display:flex;align-items:center;justify-content:space-between;padding:16px 15px 8px 20px}.chat-queue-top>div{display:flex;align-items:center;gap:9px}.chat-queue-top>div>svg{color:#6c7c98}.chat-queue h2{font-size:15px;letter-spacing:-.2px}.chat-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:21px;padding:0 6px;background:#edf1f8;color:#7484a0;font-size:11px;font-weight:700;border-radius:6px}.chat-queue-top>.icon-button{color:#8391a8}.chat-search{display:flex;align-items:center;gap:9px;margin:6px 18px 15px;padding:0 10px;background:#f5f7fb;border:1px solid #edf0f5;border-radius:7px;min-height:39px;color:#8491a7}.chat-search input{min-width:0;width:100%;border:0;background:none;outline:none;font-size:12px;color:#344259}.chat-search:focus-within{border-color:#9db7f6;box-shadow:0 0 0 3px #275bea09}.chat-search input::placeholder{color:#919bae}.chat-search>.icon-button{min-width:24px;min-height:30px}.chat-queue-tabs{display:flex;gap:7px;flex-wrap:wrap;padding:0 17px 15px;border-bottom:1px solid #e9edf3}.chat-queue-tabs button{border:1px solid transparent;background:#f3f5f9;color:#748098;border-radius:6px;padding:6px 9px;font-size:11px;font-weight:600;transition:background .18s,color .18s}.chat-queue-tabs button.active{background:#ebf0ff;color:#275bea;border-color:#dbe5ff}.chat-queue-tabs button:hover{background:#eaf0fc;color:#275bea}.chat-conversations{min-height:0;overflow-y:auto;flex:1;scrollbar-width:thin}.chat-conversation{display:flex;align-items:flex-start;gap:10px;width:100%;padding:19px 16px;border:0;border-bottom:1px solid #edf0f5;border-left:3px solid transparent;background:white;text-align:left;transition:background .15s,border-color .15s}.chat-conversation:hover{background:#f8faff}.chat-conversation.selected{border-left-color:#3266ec;background:#f0f4ff}.chat-avatar-wrap{position:relative;flex-shrink:0}.chat-avatar-wrap .avatar{width:37px;height:37px;font-size:11px;background:#eef2f9;color:#607b9b}.chat-avatar-online{position:absolute;right:0;bottom:1px;width:10px;height:10px;border:2px solid white;border-radius:50%;background:#28a982}.chat-conversation-copy{display:flex;flex-direction:column;gap:7px;min-width:0;flex:1}.chat-conversation-line{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-conversation-line strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#26354e}.chat-conversation-line time{font-size:10px;color:#97a0b2;white-space:nowrap}.chat-conversation-preview{display:block;font-size:12px;color:#818ca0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}.chat-conversation-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;height:18px}.chat-conversation-bottom>span:first-child{display:flex;align-items:center;gap:5px;color:#8492a8;font-size:10px;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-unread{min-width:18px;height:18px;border-radius:5px;background:#2f63ea;color:white;font-size:10px;padding:0 4px;font-weight:700;display:grid;place-items:center}.chat-list-skeleton{display:grid;gap:18px;padding:23px 18px}.chat-list-skeleton .skeleton{height:64px}.chat-queue-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:55px 25px;color:#8a9bb7;gap:12px}.chat-queue-empty h3{font-size:15px;color:#566984}.chat-queue-empty p{font-size:12px;line-height:1.7;max-width:210px}.chat-queue-empty .text-button{font-size:12px;margin-top:8px}.chat-team-presence{display:flex;align-items:center;gap:9px;font-size:11px;padding:16px 20px;border-top:1px solid #edf0f5;color:#8a95a8}.chat-team-presence>svg{color:#65879d}.chat-pagination{display:flex;align-items:center;justify-content:space-between;padding:5px 12px 5px 20px;font-size:11px;color:#8390a6;border-top:1px solid #edf0f5}.chat-pagination>div{display:flex}.chat-pagination .icon-button{min-width:30px;min-height:34px}.chat-inbox-empty{min-width:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px;background:radial-gradient(ellipse at 50% 35%,#f7f9ff 0,white 60%)}.chat-empty-illustration{position:relative;display:grid;place-items:center;width:116px;height:116px;background:#eef3ff;border:1px solid #dfe9fd;border-radius:35px;transform:rotate(-6deg);color:#6286e2;margin-bottom:35px;box-shadow:0 12px 35px #2953b40c}.chat-empty-illustration>svg{transform:rotate(6deg)}.chat-empty-illustration>span{position:absolute;right:-8px;top:12px;width:18px;height:18px;border:4px solid white;background:#4ebe9b;border-radius:50%}.chat-empty-illustration>span:last-child{top:auto;right:auto;bottom:5px;left:-15px;background:#dce6ff;width:13px;height:13px;border:0}.chat-inbox-empty .eyebrow{font-size:10px;color:#93a1bd;margin-bottom:13px}.chat-inbox-empty h2{font-size:25px;letter-spacing:-.7px;color:#2d3e5b}.chat-inbox-empty>p{font-size:14px;color:#8793a9;max-width:350px;margin:13px auto 25px;line-height:1.8}.chat-inbox-empty .button{font-size:13px}.chat-empty-footnote{margin-top:45px;display:flex;align-items:center;gap:7px;font-size:11px;color:#9da8b9}.chat-thread-layout{min-width:0;flex:1;display:flex;position:relative}.chat-thread{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0}.chat-thread-header{min-height:78px;display:flex;align-items:center;gap:12px;padding:15px 21px;border-bottom:1px solid #e8edf4}.chat-thread-header>.avatar{width:37px;height:37px;font-size:11px}.chat-thread-title{flex:1;min-width:0}.chat-thread-title h2{font-size:15px;color:#293a55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread-title>span{display:flex;align-items:center;gap:6px;color:#91a0b3;font-size:11px;margin-top:4px;white-space:nowrap}.chat-thread-title .chat-status-dot{width:5px;height:5px}.chat-title-separator{color:#cad1dd;padding:0 1px}.chat-thread-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-small-button{min-height:35px;padding:7px 11px;font-size:11px;border-radius:7px;gap:6px}.chat-resolve{background:#ecf7f2;color:#378b6c;border-color:#d9efe4}.chat-resolve:hover{background:#def2e8}.chat-back,.chat-context-close,.chat-context-toggle{display:none}.chat-message-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 27px 23px;background:#fdfdff;scrollbar-width:thin;scrollbar-color:#dce3ef transparent}.chat-history{text-align:center;padding:6px 0 8px}.chat-history .button{font-size:11px;min-height:31px}.chat-date-divider{display:flex;align-items:center;justify-content:center;gap:15px;color:#a0aabc;font-size:10px;font-weight:500;margin:12px 0 25px}.chat-date-divider:after,.chat-date-divider:before{content:"";height:1px;background:#edf0f5;flex:1}.chat-date-divider span{padding:0 2px}.chat-message{display:flex;gap:9px;margin-bottom:19px;align-items:flex-end;animation:chat-message-in .2s ease-out}.chat-message>.avatar{width:27px;height:27px;font-size:9px;margin-bottom:22px}.chat-message-content{max-width:84%;min-width:0}.chat-message-author{color:#8c98ac;display:block;font-size:10px;margin-bottom:6px}.chat-message-bubble{background:#f0f3f9;border:1px solid #e9edf4;border-radius:13px 13px 13px 3px;padding:13px 16px;color:#465771;min-width:45px}.chat-message-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.8}.chat-message.staff{justify-content:flex-end}.chat-message.staff .chat-message-bubble{background:#2d60df;border-color:#2d60df;border-radius:13px 13px 3px 13px;color:#fff;box-shadow:0 3px 8px #2459d012}.chat-message.staff .chat-message-author{text-align:right}.chat-message-meta{margin-top:6px;display:flex;align-items:center;gap:7px;font-size:9px;color:#a1aabb}.chat-message.staff .chat-message-meta{justify-content:flex-end}.chat-message-meta>span{display:flex;align-items:center;gap:3px}.chat-message-meta .is-read{color:#5288ca}.chat-attachment{width:100%;display:flex;align-items:center;gap:10px;background:#ffffffa8;border:1px solid #dce3ef;border-radius:8px;padding:10px;color:#53698c;text-align:left;margin-top:7px;min-width:160px;max-width:100%}.chat-attachment:first-child{margin-top:0}.chat-attachment>span{flex:1;min-width:0}.chat-attachment strong{display:block;font-size:11px;overflow-wrap:anywhere;line-height:1.5}.chat-attachment small{display:block;font-size:10px;color:#91a1bb}.chat-attachment>svg{flex-shrink:0}.chat-message.staff .chat-attachment{background:#ffffff12;color:#f1f6ff;border-color:#ffffff30}.chat-message.staff .chat-attachment small{color:#cbdbff}.chat-message.staff .chat-attachment:hover{background:#ffffff22}.chat-typing{display:flex;gap:8px;align-items:center;color:#97a3b7;font-size:10px;padding:0 6px 6px}.chat-typing>span{display:flex;gap:3px;background:#edf2fa;border-radius:10px;padding:11px 9px}.chat-typing i{display:inline-block;width:4px;height:4px;border-radius:50%;background:#8fa5c8;animation:chat-typing-bounce 1s ease-in-out infinite}.chat-typing i:nth-child(2){animation-delay:.15s}.chat-typing i:nth-child(3){animation-delay:.3s}.chat-composer-area{padding:15px 20px 18px;background:white;border-top:1px solid #f0f2f7}.chat-composer{border:1px solid #dbe2ed;border-radius:10px;background:white;box-shadow:0 2px 10px #102a5a03;overflow:hidden;transition:border-color .2s,box-shadow .2s}.chat-composer:focus-within{border-color:#a8bdee;box-shadow:0 0 0 3px #275bea08}.chat-composer-label{display:flex;gap:7px;align-items:center;padding:12px 14px 0;color:#687c9c;font-size:10px}.chat-composer-label>span:last-child{margin-left:auto;color:#a3adbd;font-size:9px}.chat-composer textarea{display:block;width:100%;resize:vertical;min-height:88px;max-height:220px;padding:14px;background:transparent;border:0;outline:0;font:inherit;font-size:13px;line-height:1.7;color:#3f526f}.chat-composer textarea::placeholder{color:#a2aebf}.chat-composer textarea:disabled{color:#8491a8;background:#fafbfe}.chat-composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px 10px}.chat-composer-toolbar>div{display:flex;align-items:center;gap:7px;min-width:0}.chat-composer-toolbar>div>span{font-size:9px;color:#a1adbf}.chat-composer-toolbar .icon-button{min-height:33px;min-width:33px;color:#91a0b9}.chat-composer-toolbar .button{font-size:11px;min-height:35px;padding:7px 11px;white-space:nowrap}.chat-file-input{display:none}.chat-draft-attachments{display:flex;gap:6px;flex-wrap:wrap;padding:0 12px 7px}.chat-draft-attachments>span{display:flex;align-items:center;gap:5px;min-width:0;max-width:100%;padding:4px 6px;background:#eff4fc;color:#6780aa;border:1px solid #e0e9f8;border-radius:5px}.chat-draft-attachments strong{font-size:10px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-draft-attachments button{display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:0;color:#8298b8}.chat-send-error{color:#b2585d;font-size:11px;line-height:1.6;padding:5px 13px}.chat-composer-notice{display:flex;gap:13px;align-items:center;flex-wrap:wrap;padding:15px 8px;color:#8399b8}.chat-composer-notice>div{flex:1;min-width:130px}.chat-composer-notice strong{display:block;color:#5f7393;font-size:13px}.chat-composer-notice span{display:block;color:#92a0b5;font-size:11px;margin-top:4px}.chat-composer-notice .button{font-size:11px;min-height:35px}.chat-customer{width:235px;flex-shrink:0;border-left:1px solid #e7ebf3;background:#fff;overflow-y:auto;scrollbar-width:thin}.chat-customer-heading{padding:23px 20px 16px;display:flex;align-items:center;justify-content:space-between}.chat-customer-heading h3{font-size:12px;color:#687b99}.chat-customer-profile{padding:12px 20px 25px;display:flex;flex-direction:column;align-items:center;text-align:center}.chat-customer-profile .avatar{width:59px;height:59px;font-size:18px;background:#eff4fc;color:#6687b9;border-color:#dfe8f8;margin-bottom:13px}.chat-customer-profile h3{font-size:15px;color:#344b6b;overflow-wrap:anywhere}.chat-customer-status{display:flex;align-items:center;gap:5px;font-size:10px;color:#97a4b8;margin-top:6px}.chat-customer-status.online{color:#4a9d81}.chat-customer-section{border-top:1px solid #edf0f5;padding:21px 20px}.chat-customer-section h4{text-transform:uppercase;letter-spacing:1.1px;font-size:9px;color:#9ba7bb;margin:0 0 20px;font-weight:600}.chat-detail-line{display:flex;gap:9px;align-items:flex-start;margin-bottom:20px;color:#9aa9c0}.chat-detail-line:last-child{margin-bottom:0}.chat-detail-line>svg{margin-top:2px;flex-shrink:0}.chat-detail-line>div{min-width:0}.chat-detail-line span{display:block;font-size:10px;color:#9ba7bb;margin-bottom:4px}.chat-detail-line strong{font-size:11px;color:#6a7f9e;font-weight:500;overflow-wrap:anywhere;display:block}.chat-detail-line a{font-size:11px;color:#537dcc;text-decoration:none;overflow-wrap:anywhere}.chat-detail-line a>svg{display:inline;vertical-align:middle;margin-left:4px}.chat-detail-line a:hover{text-decoration:underline}.chat-assignment{display:flex;flex-direction:column;gap:7px;margin-bottom:17px}.chat-assignment>span{color:#8a9ab2;font-size:10px}.chat-assignment select{border:1px solid #dfe6f0;min-height:34px;border-radius:6px;color:#627b9f;font-size:10px;padding:6px;background:white;max-width:100%}.chat-assignment strong{font-size:12px;color:#7188a9}.chat-customer-section dl{margin:0}.chat-customer-section dl>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;font-size:10px}.chat-customer-section dt{color:#99a6ba}.chat-customer-section dd{margin:0;color:#758aa9}.chat-customer-section .chat-detail-status{font-size:9px;padding:3px 6px;border-radius:4px}.chat-detail-status.open{background:#edf7f2;color:#50997d}.chat-detail-status.closed{background:#f0f3f8;color:#8796ae}.chat-customer-note{padding:20px;display:flex;align-items:flex-start;gap:8px;color:#9aaac1;border-top:1px solid #edf0f5}.chat-customer-note>svg{flex-shrink:0}.chat-customer-note p{font-size:10px;line-height:1.8}.chat-thread-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;text-align:center;padding:30px;flex:1;color:#8c9bb3}.chat-thread-loading>span{font-size:13px}.chat-thread-loading h2{font-size:18px}.chat-thread-loading p{font-size:13px}.chat-inline-error{margin:10px 16px 0;font-size:12px;display:flex;gap:10px;align-items:center;justify-content:space-between}.chat-context-scrim{display:none}@keyframes chat-message-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}@media (min-width:1600px){.chat-queue{width:340px}.chat-customer{width:260px}.chat-message-bubble p{font-size:14px}.chat-message-scroll{padding:20px 35px 25px}.chat-conversation{padding:20px}.chat-conversation-line strong{font-size:14px}.chat-conversation-preview{font-size:13px}}@media (max-width:1400px){.chat-customer{display:none}.chat-context-toggle{display:flex}.chat-thread-layout.show-details .chat-customer{display:block;position:absolute;right:0;top:0;bottom:0;z-index:5;width:250px;box-shadow:-10px 0 35px #1b31581a}.chat-context-close{display:flex}.chat-thread-layout.show-details .chat-context-scrim{display:block;position:absolute;inset:0;background:#263e631f;border:0;z-index:4}.chat-customer-heading{padding-top:15px}.chat-workbench{min-height:610px}.chat-composer-toolbar>div>span{font-size:8px}}@media (max-width:1100px){.chat-queue{width:265px}.content.chat-content{padding:24px 18px 18px}.chat-page-heading h1{font-size:28px}.chat-heading-actions{gap:10px}.chat-live-state{font-size:10px}.chat-thread-header{padding:15px;gap:9px}.chat-message-scroll{padding:15px 17px}.chat-composer-area{padding:13px}.chat-composer-toolbar>div>span{display:none}.chat-thread-title>span{font-size:10px}.chat-thread-actions{gap:5px}.chat-small-button{padding:7px 8px;font-size:10px}.chat-thread-actions .icon-button{min-width:32px}.chat-message-content{max-width:86%}}@media (max-width:900px){.chat-workbench{height:calc(100dvh - 240px)}.chat-queue{width:285px}}@media (max-width:720px){.content.chat-content{padding:19px 12px 12px}.chat-page-heading{align-items:flex-start;gap:12px;margin-bottom:18px}.chat-page-heading h1{font-size:27px}.chat-page-heading p{font-size:12px;margin-top:6px;max-width:200px}.chat-page-heading .eyebrow{font-size:8px;letter-spacing:1.25px}.chat-heading-actions{flex-direction:column;align-items:flex-end;gap:8px}.chat-live-state{font-size:9px;max-width:145px;text-align:right;line-height:1.5;justify-content:flex-end}.chat-availability{padding:6px 8px;gap:6px}.chat-availability select{font-size:11px}.chat-workbench{height:calc(100dvh - 205px);min-height:540px;border-radius:10px}.chat-queue{width:100%;border:0}.chat-queue-top{padding-top:13px}.chat-queue h2{font-size:16px}.chat-search{min-height:42px}.chat-search input{font-size:13px}.chat-queue-tabs{gap:7px}.chat-queue-tabs button{font-size:11px;padding:7px 9px}.chat-conversation{padding:19px 18px}.chat-conversation-line strong{font-size:14px}.chat-conversation-preview{font-size:13px}.chat-conversation-bottom>span:first-child,.chat-conversation-line time{font-size:11px}.chat-team-presence{font-size:12px}.chat-inbox-empty,.chat-workbench.has-selection>.chat-queue{display:none}.chat-thread-layout{width:100%}.chat-back{display:flex;min-width:28px}.chat-thread-header{min-height:73px;gap:8px;padding:12px 9px}.chat-thread-header>.avatar{width:31px;height:31px;font-size:10px}.chat-thread-title h2{font-size:14px}.chat-thread-title>span{font-size:9px;gap:4px}.chat-thread-actions{gap:4px}.chat-thread-actions .icon-button{min-width:30px}.chat-small-button{padding:6px 7px;gap:4px;min-height:32px}.chat-message-scroll{padding:12px 14px 20px}.chat-message-bubble{padding:11px 13px}.chat-message-bubble p{font-size:13px}.chat-message{gap:7px;margin-bottom:17px}.chat-message-content{max-width:86%}.chat-message-author{font-size:10px}.chat-message-meta{font-size:9px}.chat-composer-area{padding:11px}.chat-composer textarea{min-height:87px;font-size:14px}.chat-composer-label{font-size:10px;padding:11px 12px 0}.chat-composer-label>span:last-child{display:none}.chat-composer-toolbar .button{min-height:37px;font-size:11px}.chat-composer-toolbar .icon-button{min-width:37px;min-height:37px}.chat-composer-notice{padding:10px 4px;gap:10px}.chat-composer-notice strong{font-size:12px}.chat-composer-notice span,.chat-customer-note p{font-size:11px}.chat-detail-line a,.chat-detail-line strong{font-size:12px}.chat-assignment select,.chat-customer-section dl>div{font-size:11px}}@media (max-width:480px){.chat-thread-header{flex-wrap:wrap;row-gap:7px}.chat-thread-actions{flex-basis:100%;justify-content:flex-end}}@media (max-width:380px){.chat-thread-header>.avatar{display:none}.chat-thread-title>span{font-size:8px}.chat-thread-title h2{font-size:13px}.chat-small-button{font-size:9px}.chat-page-heading p{max-width:160px}.chat-page-heading h1{font-size:25px}}@media (prefers-reduced-motion:reduce){.chat-message,.chat-typing i{animation:none}}.widget-settings-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(290px,.9fr);gap:26px;align-items:start}.widget-editor{padding:29px}.widget-section-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:27px}.widget-section-heading p{font-size:14px;margin-top:5px}.widget-section-icon{width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;border-radius:12px;color:#426ba5;background:#edf3fc}.widget-fieldset{border:0;padding:0;margin:0;min-width:0}.widget-settings textarea{font:inherit;outline-offset:4px}.widget-settings .field textarea{display:block;width:100%;min-width:0;resize:vertical;min-height:94px;padding:12px 13px;border:1px solid #d8dfeb;border-radius:7px;color:var(--ink);background:white;font-size:15px;font-weight:400;line-height:1.65;transition:border-color .18s,box-shadow .18s}.widget-settings .field textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px #275bea15}.widget-settings fieldset:disabled input,.widget-settings fieldset:disabled textarea{background:#f5f7fa;color:#798398}.widget-settings fieldset:disabled button{cursor:not-allowed}.widget-color-controls{display:grid;grid-template-columns:85px minmax(0,1fr);gap:13px}.widget-color-controls input[type=color]{padding:5px;height:46px;cursor:pointer}.widget-palette{display:flex;gap:11px;flex-wrap:wrap;margin-top:-6px}.widget-color-swatch{display:grid;place-items:center;height:34px;width:34px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 0 1px #dfe5ee;transition:transform .18s,box-shadow .18s}.widget-color-swatch:hover:not(:disabled){transform:translateY(-2px)}.widget-color-swatch[aria-pressed=true]{box-shadow:0 0 0 2px #61789f}.widget-editor-divider{border-top:1px solid #edf0f5;margin:2px 0}.widget-enabled-control{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e2e8f2;border-radius:9px;padding:16px;background:#f8faff;cursor:pointer}.widget-enabled-control span{min-width:0}.widget-enabled-control strong{display:block;font-size:14px}.widget-enabled-control small{display:block;margin-top:4px;line-height:1.5;color:var(--muted)}.widget-enabled-control input{height:23px;width:23px;flex-shrink:0;accent-color:var(--blue);cursor:pointer}.widget-save-row{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #edf0f5;margin-top:25px;padding-top:22px}.widget-save-row .muted{font-size:12px}.widget-save-row p{display:flex;align-items:center;gap:8px}.widget-save-row svg{flex-shrink:0}.widget-editor>.error{margin-top:20px;margin-bottom:0}.widget-preview-column{display:grid;gap:20px;min-width:0}.widget-preview-stage{padding:27px;border:1px solid #dce5f5;border-radius:15px;background:radial-gradient(ellipse at 70% 20%,#ffffffbb,transparent 60%),linear-gradient(135deg,#e7effc,#eef2f8);display:flex;flex-direction:column;align-items:center}.widget-preview-label{display:flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:1.1px;color:#637797;font-weight:600;margin-bottom:24px}.widget-preview-window{width:100%;max-width:338px;background:white;border-radius:17px;box-shadow:0 16px 35px #2744741c,0 2px 4px #27447410;overflow:hidden;border:1px solid #ffffffd9}.widget-preview-header{padding:23px 21px;display:flex;align-items:center;gap:12px;background:var(--widget-color);color:var(--widget-ink);transition:background .18s}.widget-preview-brand{height:42px;width:42px;border-radius:12px;display:grid;place-items:center;background:#ffffff20;flex-shrink:0}.widget-preview-header>div{min-width:0}.widget-preview-header strong{display:block;font-size:15px;overflow-wrap:anywhere}.widget-preview-header span:not(.widget-preview-brand){display:block;font-size:11px;margin-top:5px}.widget-preview-body{min-height:185px;padding:25px 20px}.widget-preview-bubble{background:#f0f3f8;border-radius:12px 12px 12px 3px;padding:14px 16px;font-size:14px;color:#3b4960;line-height:1.65;overflow-wrap:anywhere;white-space:pre-wrap;max-height:280px;overflow-y:auto}.widget-preview-team{display:block;font-size:10px;color:#8692a6;margin:9px 2px}.widget-preview-composer{margin:0 15px;padding:14px;border:1px solid #e7ebf2;border-radius:9px;font-size:12px;color:#8592a7;display:flex;gap:12px;justify-content:space-between}.widget-preview-composer svg{color:#657c9e;flex-shrink:0}.widget-preview-credit{text-align:center;font-size:10px;color:#8390a4;padding:13px 10px}.widget-preview-credit strong{color:#5b6d8a}.widget-preview-launcher{background:var(--widget-color);color:var(--widget-ink);width:56px;height:56px;border-radius:20px;display:grid;place-items:center;align-self:flex-end;margin-top:18px;box-shadow:0 7px 18px #203a6920}.widget-preview-note{color:#6e7d94;font-size:12px;line-height:1.6;text-align:center;max-width:290px;margin-top:19px}.widget-test-card{border-radius:12px;border:1px solid #e0e7f1;padding:24px;background:white}.widget-test-card .widget-section-icon{margin-bottom:15px}.widget-test-card h2{font-size:19px}.widget-test-card p{color:var(--muted);font-size:14px;line-height:1.7;margin:9px 0 18px}.widget-test-card .button{text-decoration:none}.widget-test-card small{display:block;color:#697993;font-size:12px;line-height:1.6;margin-top:12px}.widget-install-panel{margin-top:26px;padding:28px}.widget-code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eff3f9;border-radius:9px 9px 0 0;border:1px solid #e0e6f0;padding:10px 15px}.widget-code-toolbar>span{font-size:10px;letter-spacing:1.4px;font-weight:700;color:#697994}.widget-code-toolbar button{background:white}.widget-embed-code{display:block;width:100%;min-width:0;resize:vertical;background:#152239;color:#c5dcff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace!important;font-size:12px!important;line-height:1.8;border:1px solid #152239;border-radius:0 0 9px 9px;min-height:103px;padding:20px;word-break:break-all}.widget-copy-message{color:#3d627a;font-size:13px;margin-top:12px}.widget-install-note{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:#74829a;margin-top:17px;line-height:1.6}.widget-install-note svg{flex-shrink:0;margin-top:1px}.widget-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:#6c7a92;min-height:220px}.widget-load-error{padding:26px}@media (max-width:1100px){.widget-settings-grid{grid-template-columns:minmax(0,1.15fr) minmax(260px,1fr);gap:18px}.widget-editor,.widget-preview-stage{padding:21px}.widget-section-heading{gap:10px}.widget-section-heading h2{font-size:17px}.widget-section-heading p{font-size:13px}}@media (max-width:720px){.widget-settings-grid{grid-template-columns:minmax(0,1fr)}.widget-preview-stage{padding:27px}.widget-preview-launcher{margin-right:max(0px,calc((100% - 338px) / 2))}.widget-install-panel{padding:20px}.widget-save-row{flex-wrap:wrap}.widget-section-icon{width:36px;height:36px}.widget-code-toolbar{padding:10px}.widget-embed-code{padding:15px;min-height:145px}}