@keyframes NeonIuiFadeIn{0%{opacity:0}to{opacity:1}}@keyframes NeonIuiFadeOut{0%{opacity:1}to{opacity:0}}.fade-enter-active{animation:NeonIuiFadeIn .3s}.fade-leave-active{animation:NeonIuiFadeOut .3s}@keyframes NeonIuiFadeZoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes NeonIuiFadeZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.fade-zoom-enter-active{animation:NeonIuiFadeZoomIn .35s}.fade-zoom-leave-active{animation:NeonIuiFadeZoomOut .35s}@keyframes NeonIuiSlideTopIn{0%{top:-100%}to{top:0}}@keyframes NeonIuiSlideTopOut{0%{top:0}to{top:-100%}}@keyframes NeonIuiSlideBottomIn{0%{bottom:-100%}to{bottom:0}}@keyframes NeonIuiSlideBottomOut{0%{bottom:0}to{bottom:-100%}}@keyframes NeonIuiSlideRightIn{0%{right:-100%}to{right:0}}@keyframes NeonIuiSlideRightOut{0%{right:0}to{right:-100%}}@keyframes NeonIuiSlideLeftIn{0%{left:-100%}to{left:0}}@keyframes NeonIuiSlideLeftOut{0%{left:0}to{left:-100%}}.slide-top-enter-active{animation:NeonIuiSlideTopIn .3s}.slide-top-leave-active{animation:NeonIuiSlideTopOut .3s}.slide-right-enter-active{animation:NeonIuiSlideRightIn .3s}.slide-right-leave-active{animation:NeonIuiSlideRightOut .3s}.slide-bottom-enter-active{animation:NeonIuiSlideBottomIn .3s}.slide-bottom-leave-active{animation:NeonIuiSlideBottomOut .3s}.slide-left-enter-active{animation:NeonIuiSlideLeftIn .3s}.slide-left-leave-active{animation:NeonIuiSlideLeftOut .3s}.n-overflow-hidden{overflow:hidden}.n-bottom-sheet__mask{position:fixed;left:0;right:0;top:0;bottom:0;height:100%;z-index:1000;background-color:rgba(0,0,0,.5)}.n-bottom-sheet__mask-opacity{background-color:rgba(0,0,0,.01)}.n-bottom-sheet__mask-content{position:fixed;top:0;left:0;z-index:1001}.n-bottom-sheet__content{position:fixed;z-index:1001;background-color:var(--bg_middle_light, #FFF)}.n-bottom-sheet__content_top{top:0;left:0;right:0}.n-bottom-sheet__content_right{top:0;right:0;bottom:0}.n-bottom-sheet__content_bottom{left:0;right:0;bottom:0;border-radius:12px 12px 0 0;background-color:var(--bg_middle_light, #FFF)}.n-bottom-sheet__content_bottom-transition{transition:bottom .3s}.n-bottom-sheet__content_bottom-body{position:relative;overflow:hidden}.n-bottom-sheet__content_bottom-title{height:36px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.n-bottom-sheet__content_bottom-title-rect{width:32px;height:5px;background-color:var(--icon_tertiary, #CCC);border-radius:3px}.n-bottom-sheet__content_left{top:0;left:0;bottom:0}.n-bottom-sheet__content_center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:6px}.message-list.local{display:flex;flex-direction:column}.message-list.local>*{margin-bottom:12px}.message-list.local>*:last-child{margin-bottom:0}.message-list.local .message:has(.full-width),.message-list.local .bubble-zone:has(.full-width),.message-list.local .bubble:has(.full-width){min-width:100%}.message-list.local .message.divider{justify-content:center}.message-list.local .message.divider .bubble{background:transparent;color:var(--text_secondary, #909094);text-align:center;font-size:14px;line-height:20px}.message-list.local .message:not(.divider){display:flex}.message-list.local .message:not(.divider) .avatar{width:36px;height:36px;margin:0 10px 0 0;background-color:var(--border_light, rgba(0, 0, 0, .05));border-radius:50%;object-position:center;object-fit:contain}.message-list.local .message:not(.divider) .bubble-zone{display:flex;flex-direction:column;align-items:flex-start;width:fit-content;max-width:100%}.message-list.local .message:not(.divider) .nickname{margin-bottom:6px;color:var(--text_secondary_light, #a6a6a6);font-size:12px;line-height:14px}.message-list.local .message:not(.divider) .bubble{max-width:100%;overflow-wrap:anywhere;color:var(--text_primary, #1a1c1e);font-size:16px}.message-list.local .message:not(.divider) .bubble *{user-select:text;-webkit-user-select:text}.message-list.local .message:not(.divider) .bubble p{min-height:16px}.message-list.local .message:not(.divider) .bubble:not(.borderless){padding:8px 12px;background:var(--bubble_guest, #fff);color:var(--bubble_guest_text_primary, #1a1c1e);border-radius:8px}.message-list.local .message:not(.divider).host:not(.no-reverse){flex-direction:row-reverse}.message-list.local .message:not(.divider).host:not(.no-reverse) .avatar{margin:0 0 0 10px}.message-list.local .message:not(.divider).host:not(.no-reverse) .bubble-zone{align-items:flex-end}.message-list.local .message:not(.divider).host .bubble:not(.borderless){width:100%;max-width:260px}@media(min-width:750px){.message-list.local .message:not(.divider).host .bubble:not(.borderless):not(:has(.card)){max-width:675px}}.message-list.local .message:not(.divider).host .bubble:has(>img,>.card:only-child),.message-list.local .message:not(.divider).host .bubble.only-child{padding:0;overflow:hidden;background:var(--bubble_guest, #fff);font-size:0}.message-list.local .message:not(.divider).host .bubble>img:only-child{width:100%;line-height:inherit}.message-list.local .message:not(.divider).host .bubble:not(:has(.card:only-child)) img{width:auto;height:auto;max-width:218px;max-height:218px;object-fit:contain;border-radius:4px}
