.uikit-message-input{position:relative;display:flex;gap:4px;padding:12px 10px}@media (min-width:1024px){.uikit-message-input{gap:8px;padding:12px 20px}}[data-uikit-theme=light] .uikit-message-input{background-color:var(--uikit-theme-light-bg-color-operate);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-message-input{background-color:var(--uikit-theme-dark-bg-color-operate);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-message-input__wrapper{width:100%;height:100%;display:flex;flex-direction:row;min-height:42px;gap:8px}.uikit-message-input__toolbar{flex-direction:row}.uikit-message-input__leftInline,.uikit-message-input__rightInline,.uikit-message-input__toolbar{display:flex;align-items:center;height:100%}.uikit-message-input__actions{display:flex;flex-direction:row;align-items:center;gap:4px}.uikit-emoji-picker{flex:0 0 auto}.uikit-emoji-picker__icon{cursor:pointer;padding:4px;border-radius:4px}[data-uikit-theme=light] .uikit-emoji-picker__icon{color:var(--uikit-theme-light-text-color-link);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-emoji-picker__icon{color:var(--uikit-theme-dark-text-color-link);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=light] .uikit-emoji-picker__icon:hover{background-color:var(--uikit-theme-light-button-color-secondary-hover);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-emoji-picker__icon:hover{background-color:var(--uikit-theme-dark-button-color-secondary-hover);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=light] .uikit-emoji-picker__icon:active{background-color:var(--uikit-theme-light-button-color-secondary-active);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-emoji-picker__icon:active{background-color:var(--uikit-theme-dark-button-color-secondary-active);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-emoji-picker__list{display:flex;flex-flow:row wrap;gap:8px;width:310px;border-radius:16px;padding:16px;margin-bottom:10px;z-index:1000}[data-uikit-theme=light] .uikit-emoji-picker__list{background-color:var(--uikit-theme-light-dropdown-color-default);box-shadow:0 0 10px 0 var(--uikit-theme-light-shadow-color);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-emoji-picker__list{background-color:var(--uikit-theme-dark-dropdown-color-default);box-shadow:0 0 10px 0 var(--uikit-theme-dark-shadow-color);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-emoji-picker__list-item{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer}.uikit-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:stretch;overflow:hidden}.uikit-center{align-items:center}.uikit-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;backdrop-filter:blur(6px)}[data-uikit-theme=light] .uikit-placeholder{background:var(--uikit-theme-light-bg-color-default);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-placeholder{background:var(--uikit-theme-dark-bg-color-default);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-placeholderText{font-size:14px;font-weight:400;line-height:22px}[data-uikit-theme=light] .uikit-placeholderText{color:var(--uikit-theme-light-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-placeholderText{color:var(--uikit-theme-dark-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-streamContent{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden}:root{--uikit-theme-dark-text-color-primary:hsla(0,0%,100%,.93);--uikit-theme-dark-text-color-secondary:hsla(0,0%,100%,.55);--uikit-theme-dark-text-color-tertiary:hsla(0,0%,100%,.3);--uikit-theme-dark-text-color-disabled:hsla(0,0%,100%,.14);--uikit-theme-dark-text-color-button:#fff;--uikit-theme-dark-text-color-button-disabled:hsla(0,0%,100%,.42);--uikit-theme-dark-text-color-link:#4086ff;--uikit-theme-dark-text-color-link-hover:#2b6ad6;--uikit-theme-dark-text-color-link-active:#5c9dff;--uikit-theme-dark-text-color-link-disabled:#243047;--uikit-theme-dark-text-color-anti-primary:rgba(0,0,0,.9);--uikit-theme-dark-text-color-anti-secondary:rgba(0,0,0,.55);--uikit-theme-dark-text-color-warning:#e37f32;--uikit-theme-dark-text-color-success:#38a673;--uikit-theme-dark-text-color-error:#e6594c;--uikit-theme-dark-bg-color-topbar:#131417;--uikit-theme-dark-bg-color-operate:#1f2024;--uikit-theme-dark-bg-color-dialog:#1f2024;--uikit-theme-dark-bg-color-dialog-module:#2b2c30;--uikit-theme-dark-bg-color-entrycard:#2b2c30;--uikit-theme-dark-bg-color-function:#3a3c42;--uikit-theme-dark-bg-color-bottombar:#2b2c30;--uikit-theme-dark-bg-color-input:#2b2c30;--uikit-theme-dark-bg-color-bubble-reciprocal:#2b2c30;--uikit-theme-dark-bg-color-bubble-own:#5c9dff;--uikit-theme-dark-bg-color-default:#131417;--uikit-theme-dark-bg-color-tag-mask:rgba(0,0,0,.55);--uikit-theme-dark-bg-color-element-mask:rgba(0,0,0,.25);--uikit-theme-dark-bg-color-mask:rgba(0,0,0,.55);--uikit-theme-dark-bg-color-mask-disappeared:rgba(0,0,0,.06);--uikit-theme-dark-bg-color-mask-begin:rgba(0,0,0,.9);--uikit-theme-dark-stroke-color-primary:#3a3c42;--uikit-theme-dark-stroke-color-secondary:#2b2c30;--uikit-theme-dark-stroke-color-module:#48494f;--uikit-theme-dark-shadow-color:rgba(0,0,0,.06);--uikit-theme-dark-list-color-default:#1f2024;--uikit-theme-dark-list-color-hover:#2b2c30;--uikit-theme-dark-list-color-focused:#243047;--uikit-theme-dark-button-color-primary-default:#4086ff;--uikit-theme-dark-button-color-primary-hover:#2b6ad6;--uikit-theme-dark-button-color-primary-active:#5c9dff;--uikit-theme-dark-button-color-primary-disabled:#243047;--uikit-theme-dark-button-color-secondary-default:#3a3c42;--uikit-theme-dark-button-color-secondary-hover:#2b2c30;--uikit-theme-dark-button-color-secondary-active:#48494f;--uikit-theme-dark-button-color-secondary-disabled:#2b2c30;--uikit-theme-dark-button-color-accept:#38a673;--uikit-theme-dark-button-color-hangup-default:#e6594c;--uikit-theme-dark-button-color-hangup-disabled:#422324;--uikit-theme-dark-button-color-hangup-hover:#c2544e;--uikit-theme-dark-button-color-hangup-active:#e57a6e;--uikit-theme-dark-button-color-on:#fff;--uikit-theme-dark-button-color-off:rgba(0,0,0,.4);--uikit-theme-dark-dropdown-color-default:#2b2c30;--uikit-theme-dark-dropdown-color-hover:#3a3c42;--uikit-theme-dark-dropdown-color-active:#1f2024;--uikit-theme-dark-scroll-bar-color-default:hsla(0,0%,100%,.14);--uikit-theme-dark-scroll-bar-color-hover:hsla(0,0%,100%,.3);--uikit-theme-dark-floating-color-default:#2b2c30;--uikit-theme-dark-floating-color-operate:#3a3c42;--uikit-theme-dark-checkbox-color-selected:#2b6ad6;--uikit-theme-dark-toast-color-warning:#35231a;--uikit-theme-dark-toast-color-success:#22352c;--uikit-theme-dark-toast-color-error:#422324;--uikit-theme-dark-toast-color-default:#243047;--uikit-theme-dark-switch-color-off:#3a3c42;--uikit-theme-dark-switch-color-on:#2b6ad6;--uikit-theme-dark-switch-color-button:#fff;--uikit-theme-dark-slider-color-filled:#2b6ad6;--uikit-theme-dark-slider-color-empty:#48494f;--uikit-theme-dark-slider-color-button:#fff;--uikit-theme-dark-tab-color-selected:#48494f;--uikit-theme-dark-tab-color-unselected:#3a3c42;--uikit-theme-dark-tab-color-option:#3a3c42;--uikit-theme-light-text-color-primary:rgba(0,0,0,.9);--uikit-theme-light-text-color-secondary:rgba(0,0,0,.55);--uikit-theme-light-text-color-tertiary:rgba(0,0,0,.4);--uikit-theme-light-text-color-disabled:rgba(0,0,0,.25);--uikit-theme-light-text-color-button:#fff;--uikit-theme-light-text-color-button-disabled:#fff;--uikit-theme-light-text-color-link:#1c66e5;--uikit-theme-light-text-color-link-hover:#4588f5;--uikit-theme-light-text-color-link-active:#0d49bf;--uikit-theme-light-text-color-link-disabled:#cce2ff;--uikit-theme-light-text-color-anti-primary:rgba(0,0,0,.9);--uikit-theme-light-text-color-anti-secondary:rgba(0,0,0,.55);--uikit-theme-light-text-color-warning:#ff7200;--uikit-theme-light-text-color-success:#0abf77;--uikit-theme-light-text-color-error:#e54545;--uikit-theme-light-bg-color-topbar:#f9fafc;--uikit-theme-light-bg-color-operate:#fff;--uikit-theme-light-bg-color-dialog:#fff;--uikit-theme-light-bg-color-dialog-module:#f0f2f7;--uikit-theme-light-bg-color-entrycard:#f0f2f7;--uikit-theme-light-bg-color-function:#f0f2f7;--uikit-theme-light-bg-color-bottombar:#fff;--uikit-theme-light-bg-color-input:#f0f2f7;--uikit-theme-light-bg-color-bubble-reciprocal:#f0f2f7;--uikit-theme-light-bg-color-bubble-own:#cce2ff;--uikit-theme-light-bg-color-default:#f0f2f7;--uikit-theme-light-bg-color-tag-mask:hsla(0,0%,100%,.55);--uikit-theme-light-bg-color-element-mask:rgba(0,0,0,.25);--uikit-theme-light-bg-color-mask:rgba(0,0,0,.55);--uikit-theme-light-bg-color-mask-disappeared:hsla(0,0%,100%,.14);--uikit-theme-light-bg-color-mask-begin:#fff;--uikit-theme-light-stroke-color-primary:#e6e9f0;--uikit-theme-light-stroke-color-secondary:#f0f2f7;--uikit-theme-light-stroke-color-module:#e6e9f0;--uikit-theme-light-shadow-color:rgba(0,0,0,.06);--uikit-theme-light-list-color-default:#fff;--uikit-theme-light-list-color-hover:#f9fafc;--uikit-theme-light-list-color-focused:#ebf3ff;--uikit-theme-light-button-color-primary-default:#1c66e5;--uikit-theme-light-button-color-primary-hover:#4588f5;--uikit-theme-light-button-color-primary-active:#0d49bf;--uikit-theme-light-button-color-primary-disabled:#cce2ff;--uikit-theme-light-button-color-secondary-default:#f0f2f7;--uikit-theme-light-button-color-secondary-hover:#f9fafc;--uikit-theme-light-button-color-secondary-active:#e6e9f0;--uikit-theme-light-button-color-secondary-disabled:#f9fafc;--uikit-theme-light-button-color-accept:#0abf77;--uikit-theme-light-button-color-hangup-default:#e54545;--uikit-theme-light-button-color-hangup-disabled:#fcc9c7;--uikit-theme-light-button-color-hangup-hover:#e86666;--uikit-theme-light-button-color-hangup-active:#c93439;--uikit-theme-light-button-color-on:#fff;--uikit-theme-light-button-color-off:rgba(0,0,0,.4);--uikit-theme-light-dropdown-color-default:#fff;--uikit-theme-light-dropdown-color-hover:#f9fafc;--uikit-theme-light-dropdown-color-active:#cce2ff;--uikit-theme-light-scroll-bar-color-default:rgba(0,0,0,.12);--uikit-theme-light-scroll-bar-color-hover:rgba(0,0,0,.25);--uikit-theme-light-floating-color-default:#fff;--uikit-theme-light-floating-color-operate:#f0f2f7;--uikit-theme-light-checkbox-color-selected:#1c66e5;--uikit-theme-light-toast-color-warning:#ffd6b2;--uikit-theme-light-toast-color-success:#dcfae9;--uikit-theme-light-toast-color-error:#ffe7e6;--uikit-theme-light-toast-color-default:#ebf3ff;--uikit-theme-light-switch-color-off:#d1d4de;--uikit-theme-light-switch-color-on:#1c66e5;--uikit-theme-light-switch-color-button:#fff;--uikit-theme-light-slider-color-filled:#1c66e5;--uikit-theme-light-slider-color-empty:#e6e9f0;--uikit-theme-light-slider-color-button:#fff;--uikit-theme-light-tab-color-selected:#cce2ff;--uikit-theme-light-tab-color-unselected:#f0f2f7;--uikit-theme-light-tab-color-option:#e6e9f0;--uikit-color-theme-1:#ebf3ff;--uikit-color-theme-2:#cce2ff;--uikit-color-theme-3:#adcfff;--uikit-color-theme-4:#7aafff;--uikit-color-theme-5:#4588f5;--uikit-color-theme-6:#1c66e5;--uikit-color-theme-7:#0d49bf;--uikit-color-theme-8:#033099;--uikit-color-theme-9:#001f73;--uikit-color-theme-10:#00124d;--uikit-color-black-1:#000;--uikit-color-black-2:rgba(0,0,0,.9);--uikit-color-black-3:rgba(0,0,0,.72);--uikit-color-black-4:rgba(0,0,0,.55);--uikit-color-black-5:rgba(0,0,0,.4);--uikit-color-black-6:rgba(0,0,0,.25);--uikit-color-black-7:rgba(0,0,0,.12);--uikit-color-black-8:rgba(0,0,0,.06);--uikit-color-white-1:#fff;--uikit-color-white-2:hsla(0,0%,100%,.93);--uikit-color-white-3:hsla(0,0%,100%,.75);--uikit-color-white-4:hsla(0,0%,100%,.55);--uikit-color-white-5:hsla(0,0%,100%,.42);--uikit-color-white-6:hsla(0,0%,100%,.3);--uikit-color-white-7:hsla(0,0%,100%,.14);--uikit-color-gray-1:#f9fafc;--uikit-color-gray-2:#f0f2f7;--uikit-color-gray-3:#e6e9f0;--uikit-color-gray-4:#d1d4de;--uikit-color-gray-5:#c0c3cc;--uikit-color-gray-6:#b3b6be;--uikit-color-gray-7:#a5a9b0;--uikit-color-green-1:#dcfae9;--uikit-color-green-2:#b6f0d1;--uikit-color-green-3:#84e3b5;--uikit-color-green-4:#5ad69e;--uikit-color-green-5:#3cc98c;--uikit-color-green-6:#0abf77;--uikit-color-green-7:#09a768;--uikit-color-green-8:#078f59;--uikit-color-green-9:#067049;--uikit-color-green-10:#044d37;--uikit-color-red-1:#ffe7e6;--uikit-color-red-2:#fcc9c7;--uikit-color-red-3:#faaeac;--uikit-color-red-4:#f58989;--uikit-color-red-5:#e86666;--uikit-color-red-6:#e54545;--uikit-color-red-7:#c93439;--uikit-color-red-8:#ad2934;--uikit-color-red-9:#8f222d;--uikit-color-red-10:#6b1a27;--uikit-color-orange-1:#ffeedb;--uikit-color-orange-2:#ffd6b2;--uikit-color-orange-3:#ffbe85;--uikit-color-orange-4:#ffa455;--uikit-color-orange-5:#ff8b2b;--uikit-color-orange-6:#ff7200;--uikit-color-orange-7:#e05d00;--uikit-color-orange-8:#bf4900;--uikit-color-orange-9:#8f370b;--uikit-color-orange-10:#620;--uikit-color-transparent:hsla(0,0%,100%,0)}[data-uikit-theme=dark]{--uikit-color-theme-1:#1c2333;--uikit-color-theme-2:#243047;--uikit-color-theme-3:#2f4875;--uikit-color-theme-4:#305ba6;--uikit-color-theme-5:#2b6ad6;--uikit-color-theme-6:#4086ff;--uikit-color-theme-7:#5c9dff;--uikit-color-theme-8:#78b0ff;--uikit-color-theme-9:#9cc7ff;--uikit-color-theme-10:#c2deff;--uikit-color-black-1:#000;--uikit-color-black-2:rgba(0,0,0,.9);--uikit-color-black-3:rgba(0,0,0,.72);--uikit-color-black-4:rgba(0,0,0,.55);--uikit-color-black-5:rgba(0,0,0,.4);--uikit-color-black-6:rgba(0,0,0,.25);--uikit-color-black-7:rgba(0,0,0,.12);--uikit-color-black-8:rgba(0,0,0,.06);--uikit-color-white-1:#fff;--uikit-color-white-2:hsla(0,0%,100%,.93);--uikit-color-white-3:hsla(0,0%,100%,.75);--uikit-color-white-4:hsla(0,0%,100%,.55);--uikit-color-white-5:hsla(0,0%,100%,.42);--uikit-color-white-6:hsla(0,0%,100%,.3);--uikit-color-white-7:hsla(0,0%,100%,.14);--uikit-color-gray-1:#131417;--uikit-color-gray-2:#1f2024;--uikit-color-gray-3:#2b2c30;--uikit-color-gray-4:#3a3c42;--uikit-color-gray-5:#48494f;--uikit-color-gray-6:#54565c;--uikit-color-gray-7:#676a70;--uikit-color-green-1:#1a2620;--uikit-color-green-2:#22352c;--uikit-color-green-3:#2f4f3f;--uikit-color-green-4:#377355;--uikit-color-green-5:#368f65;--uikit-color-green-6:#38a673;--uikit-color-green-7:#62b58b;--uikit-color-green-8:#8bc7a9;--uikit-color-green-9:#a9d4bd;--uikit-color-green-10:#c8e5d5;--uikit-color-red-1:#2b1c1f;--uikit-color-red-2:#422324;--uikit-color-red-3:#613234;--uikit-color-red-4:#8a4242;--uikit-color-red-5:#c2544e;--uikit-color-red-6:#e6594c;--uikit-color-red-7:#e57a6e;--uikit-color-red-8:#f3a599;--uikit-color-red-9:#facbc3;--uikit-color-red-10:#fae4de;--uikit-color-orange-1:#211a19;--uikit-color-orange-2:#35231a;--uikit-color-orange-3:#462e1f;--uikit-color-orange-4:#653c21;--uikit-color-orange-5:#96562a;--uikit-color-orange-6:#e37f32;--uikit-color-orange-7:#e39552;--uikit-color-orange-8:#eead72;--uikit-color-orange-9:#f7cfa4;--uikit-color-orange-10:#f9e9d1;--uikit-color-transparent:hsla(0,0%,100%,0)}:where(.uikit-view){box-sizing:border-box;display:flex;flex-direction:column;align-content:flex-start;border:0 solid #000;margin:0;padding:0;min-width:0}.uikit-view.uikit-view--flex-dir-row{flex-direction:row}.uikit-view.uikit-view--flex-dir-col{flex-direction:column}._uikit-base-icon_m6ujd_1{width:16px;height:16px}.uikit-attachment-picker{flex:0 0 auto}.uikit-attachment-picker__single-button{cursor:pointer;padding:4px;border-radius:4px}[data-uikit-theme=light] .uikit-attachment-picker__single-button{color:var(--uikit-theme-light-text-color-link)}[data-uikit-theme=light] .uikit-attachment-picker__single-button:hover{background-color:var(--uikit-theme-light-button-color-secondary-hover)}[data-uikit-theme=light] .uikit-attachment-picker__single-button:active{background-color:var(--uikit-theme-light-button-color-secondary-active)}[data-uikit-theme=light] .uikit-attachment-picker__single-button{transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-attachment-picker__single-button{color:var(--uikit-theme-dark-text-color-link)}[data-uikit-theme=dark] .uikit-attachment-picker__single-button:hover{background-color:var(--uikit-theme-dark-button-color-secondary-hover)}[data-uikit-theme=dark] .uikit-attachment-picker__single-button:active{background-color:var(--uikit-theme-dark-button-color-secondary-active)}[data-uikit-theme=dark] .uikit-attachment-picker__single-button{transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-attachment-picker__popup{flex-direction:column;display:flex;border-radius:12px;overflow:hidden;margin-bottom:6px;padding:4px 0;width:144px}[data-uikit-theme=light] .uikit-attachment-picker__popup{background-color:var(--uikit-theme-light-bg-color-operate);box-shadow:0 0 10px 0 var(--uikit-theme-light-shadow-color);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-attachment-picker__popup{background-color:var(--uikit-theme-dark-bg-color-operate);box-shadow:0 0 10px 0 var(--uikit-theme-dark-shadow-color);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-attachment-picker__popup-button{border:none;display:flex;flex-direction:row;align-items:center;padding:8px 10px;cursor:pointer;gap:8px;font-size:14px;font-weight:500;transition:all .2s ease;user-select:none}[data-uikit-theme=light] .uikit-attachment-picker__popup-button{color:var(--uikit-theme-light-text-color-primary);background-color:var(--uikit-theme-light-dropdown-color-default)}[data-uikit-theme=light] .uikit-attachment-picker__popup-button:hover{background-color:var(--uikit-theme-light-dropdown-color-hover)}[data-uikit-theme=light] .uikit-attachment-picker__popup-button:active{background-color:var(--uikit-theme-light-dropdown-color-active)}[data-uikit-theme=light] .uikit-attachment-picker__popup-button{transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-attachment-picker__popup-button{color:var(--uikit-theme-dark-text-color-primary);background-color:var(--uikit-theme-dark-dropdown-color-default)}[data-uikit-theme=dark] .uikit-attachment-picker__popup-button:hover{background-color:var(--uikit-theme-dark-dropdown-color-hover)}[data-uikit-theme=dark] .uikit-attachment-picker__popup-button:active{background-color:var(--uikit-theme-dark-dropdown-color-active)}[data-uikit-theme=dark] .uikit-attachment-picker__popup-button{transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-attachment-picker__popup-button-icon{padding:4px;border-radius:4px;cursor:pointer;overflow:hidden}[data-uikit-theme=light] .uikit-attachment-picker__popup-button-icon{color:var(--uikit-theme-light-text-color-link);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-attachment-picker__popup-button-icon{color:var(--uikit-theme-dark-text-color-link);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-attachment-picker--expanded{flex-direction:row}.uikit-quoted__message__preview{display:flex;flex-direction:row;align-items:center;gap:16px;position:absolute;left:0;right:0;bottom:100%;padding:8px 16px;animation:uikit-slide-in .2s ease-out;transform-origin:bottom}[data-uikit-theme=light] .uikit-quoted__message__preview{background-color:var(--uikit-theme-light-bg-color-input);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-quoted__message__preview{background-color:var(--uikit-theme-dark-bg-color-input);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-quoted__message__preview__content{width:100%;position:relative;padding:8px 12px;background:var(--chat-hover-bg)}[data-uikit-theme=light] .uikit-quoted__message__preview__content{background-color:var(--uikit-theme-light-bg-color-operate);border-left:6px solid var(--uikit-theme-light-text-color-tertiary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-quoted__message__preview__content{background-color:var(--uikit-theme-dark-bg-color-operate);border-left:6px solid var(--uikit-theme-dark-text-color-tertiary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-quoted__message__preview__content--header{display:flex;margin-bottom:4px;font-size:14px;font-weight:500}.uikit-quoted__message__preview__content--title{font-size:14px;font-weight:500}[data-uikit-theme=light] .uikit-quoted__message__preview__content--title{color:var(--uikit-theme-light-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-quoted__message__preview__content--title{color:var(--uikit-theme-dark-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-quoted__message__preview__content--text{font-size:14px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}[data-uikit-theme=light] .uikit-quoted__message__preview__content--text{color:var(--uikit-theme-light-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-quoted__message__preview__content--text{color:var(--uikit-theme-dark-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-quoted__message__preview__close{cursor:pointer;transition:color .2s ease}[data-uikit-theme=light] .uikit-quoted__message__preview__close{color:var(--uikit-theme-light-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-quoted__message__preview__close{color:var(--uikit-theme-dark-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-quoted__message__preview__close:hover{color:var(--chat-text-color)}@keyframes uikit-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.uikit-input-wrapper{flex:1;display:flex;flex-direction:row;min-width:0;height:100%;padding:6px 8px;border:2px solid transparent;border-radius:20px;align-items:flex-start;user-select:none;font-size:14px;line-height:1.5;cursor:text}[data-uikit-theme=light] .uikit-input-wrapper{color:var(--uikit-theme-light-text-color-primary);background-color:var(--uikit-theme-light-bg-color-input);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-input-wrapper{color:var(--uikit-theme-dark-text-color-primary);background-color:var(--uikit-theme-dark-bg-color-input);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-input-wrapper{gap:4px}@media (min-width:1024px){.uikit-input-wrapper{gap:8px}}.uikit-input-wrapper--disabled{cursor:not-allowed;border:none}.uikit-input-wrapper__tiptap-editor{flex:1;height:100%}.uikit-input-wrapper__input-prefix,.uikit-input-wrapper__input-subfix{display:flex;height:100%;align-items:center}.tiptap.ProseMirror{min-height:100%;height:fit-content;max-height:120px;flex:1 0 auto;word-wrap:break-word;word-break:break-word;white-space:pre-wrap;-webkit-user-select:text;user-select:text;overflow-y:auto;border:none!important;outline:none!important}.tiptap.ProseMirror *{vertical-align:bottom}.tiptap.ProseMirror:disabled{cursor:not-allowed}.tiptap.ProseMirror p{margin:0;padding:2px;font-style:normal;outline:none!important}.tiptap.ProseMirror img.ProseMirror-selectednode{outline:2px solid #68cef8}.tiptap.ProseMirror .message-emoji{display:inline-block;width:20px;height:20px;user-select:text;pointer-events:none}.tiptap.ProseMirror .message-image{display:inline-block;max-width:220px;user-select:text}.tiptap.ProseMirror .message-file{display:inline-block;width:180px;user-select:text}.tiptap p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.uikit-message-input-mention-tag{display:inline;padding:2px 4px;margin:0 2px;border-radius:4px;background-color:rgba(0,122,255,.1);color:#007aff;font-weight:500;cursor:pointer;user-select:none;white-space:nowrap}.uikit-message-input-mention-tag:hover{background-color:rgba(0,122,255,.15)}.uikit-message-input-mention-tag.ProseMirror-selectednode{background-color:rgba(0,122,255,.2)}.uikit-mention-suggestion__content{width:160px;border-radius:8px;overflow:hidden;z-index:9999}[data-uikit-theme=light] .uikit-mention-suggestion__content{background-color:var(--uikit-theme-light-dropdown-color-default);box-shadow:0 4px 12px var(--uikit-theme-light-shadow-color);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-mention-suggestion__content{background-color:var(--uikit-theme-dark-dropdown-color-default);box-shadow:0 4px 12px var(--uikit-theme-dark-shadow-color);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-mention-suggestion__listbox{max-height:200px;overflow-y:auto;overflow-x:hidden;padding:4px 0;overflow:auto}.uikit-mention-suggestion__listbox::-webkit-scrollbar{width:6px;height:6px}.uikit-mention-suggestion__listbox::-webkit-scrollbar-track{background-color:transparent}.uikit-mention-suggestion__listbox::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.12)}.uikit-mention-suggestion__listbox::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}[data-uikit-theme=dark] .uikit-mention-suggestion__listbox::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.14)}[data-uikit-theme=dark] .uikit-mention-suggestion__listbox::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.3)}.uikit-mention-suggestion__item{display:flex;align-items:center;height:40px;width:100%;box-sizing:border-box;padding:8px 12px;cursor:pointer;transition:background-color .15s;outline:none}[data-uikit-theme=light] .uikit-mention-suggestion__item:hover{background-color:var(--uikit-theme-light-dropdown-color-hover);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-mention-suggestion__item:hover{background-color:var(--uikit-theme-dark-dropdown-color-hover);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=light] .uikit-mention-suggestion__item--selected{background-color:var(--uikit-theme-light-dropdown-color-active);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-mention-suggestion__item--selected{background-color:var(--uikit-theme-dark-dropdown-color-active);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-mention-suggestion__loading,.uikit-mention-suggestion__sentinel{display:flex;align-items:center;justify-content:center}.uikit-mention-suggestion__loading{gap:8px;padding:4px;font-size:13px;width:100%}[data-uikit-theme=light] .uikit-mention-suggestion__loading{color:var(--uikit-theme-light-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-mention-suggestion__loading{color:var(--uikit-theme-dark-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-mention-suggestion__spinner{width:16px;height:16px;border:2px solid rgba(0,122,255,.2);border-top-color:rgba(0,122,255,.8);border-radius:50%;animation:uikit-spin .6s linear infinite}@keyframes uikit-spin{to{transform:rotate(1turn)}}.uikit-mention-suggestion__empty{padding:4px 0;text-align:center;font-size:14px}[data-uikit-theme=light] .uikit-mention-suggestion__empty{color:var(--uikit-theme-light-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-mention-suggestion__empty{color:var(--uikit-theme-dark-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-mention-suggestion__avatar{width:20px;height:20px;border-radius:50%;margin-right:12px;flex-shrink:0;object-fit:cover}.uikit-mention-suggestion__name{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-uikit-theme=light] .uikit-mention-suggestion__name{color:var(--uikit-theme-light-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-mention-suggestion__name{color:var(--uikit-theme-dark-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-send-button{padding:2px;border-radius:4px;cursor:pointer}[data-uikit-theme=light] .uikit-send-button{color:var(--uikit-theme-light-text-color-link);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-send-button{color:var(--uikit-theme-dark-text-color-link);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=light] .uikit-send-button:hover{background-color:#dfefff;transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-send-button:hover{background-color:#3a3a3a;transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-send-button--disabled{cursor:not-allowed}[data-uikit-theme=dark] .uikit-send-button--disabled,[data-uikit-theme=light] .uikit-send-button--disabled{color:#787878;transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-barrageList{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}[data-uikit-theme=light] .uikit-barrageList{background-color:var(--uikit-theme-light-bg-color-operate);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-barrageList{background-color:var(--uikit-theme-dark-bg-color-operate);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-barrageList__container{flex:1;height:100%;padding:10px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;background:transparent;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none}.uikit-barrageList__container::-webkit-scrollbar{width:0;height:0}.uikit-barrageList__container::-webkit-scrollbar-thumb,.uikit-barrageList__container::-webkit-scrollbar-track{background:transparent}.uikit-barrageList__chunk{display:flex;flex-direction:column;gap:8px;height:0}.uikit-barrageList__empty{display:flex;align-items:center;justify-content:center;height:100%;font-size:14px}[data-uikit-theme=light] .uikit-barrageList__empty{color:var(--uikit-theme-light-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-barrageList__empty{color:var(--uikit-theme-dark-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-barrageList__item{display:inline-flex;align-items:baseline;gap:6px;font-size:14px;pointer-events:auto}[data-uikit-theme=light] .uikit-barrageList__item{color:var(--uikit-theme-light-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-barrageList__item{color:var(--uikit-theme-dark-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-barrageList__body{display:inline;line-height:1.6;word-break:break-all}.uikit-barrageList__badge{background-color:var(--uikit-color-theme-6);border-radius:12px;padding:0 8px;margin-right:6px}.uikit-barrageList__nickname{font-weight:400;margin-right:2px;white-space:pre;cursor:pointer}[data-uikit-theme=light] .uikit-barrageList__nickname{color:var(--uikit-theme-light-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-barrageList__nickname{color:var(--uikit-theme-dark-text-color-secondary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-barrageList__text{display:inline;white-space:pre-wrap;word-break:break-word}[data-uikit-theme=light] .uikit-barrageList__text{color:var(--uikit-theme-light-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}[data-uikit-theme=dark] .uikit-barrageList__text{color:var(--uikit-theme-dark-text-color-primary);transition:color .3s ease-out,border-color .3s ease-out,background-color .3s ease-out}.uikit-barrageList__emoji{display:inline-block;width:20px;height:20px;vertical-align:middle;margin:0 2px}.uikit-barrageList__tip{display:flex;flex-direction:row;align-items:center;gap:4px;padding:10px;font-size:12px;font-weight:400;word-spacing:.2em;letter-spacing:.1em}.uikit-barrageList__tipName{color:var(--uikit-color-theme-8)}.uikit-barrageList__gift{display:flex;align-items:center;gap:6px}.uikit-barrageList__gift span{font-size:14px}.uikit-barrageList__gift img{width:16px;height:16px}.uikit-barrageList__gift .uikit-name{color:#769ee2}.uikit-barrageList__gift .uikit-gift{display:flex;align-items:center}