.verifiedBadgeWrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default;outline:none}.verifiedBadgeWrap:focus-visible .verifiedBadge{outline:2px solid color-mix(in srgb,var(--primary) 45%,transparent);outline-offset:2px;border-radius:50%}.verifiedBadgeWrap--message{margin-left:.14em}.verifiedBadge--message{display:inline-block;padding:0;line-height:0}.verifiedBadge--message svg{display:block;width:15px;height:15px}.verifiedBadgeWrap--profile{margin:0;top:auto;font-size:inherit}.verifiedBadge--profile{display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0;font-size:inherit}.verifiedBadge--profile svg{display:block;width:.92em;height:.92em}.profileDisplayNameRow{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 .28em;margin:0;max-width:100%;min-width:0;padding:0;border:0;font:inherit;font-weight:inherit;color:inherit;text-align:center;line-height:1.15}.profileDisplayNameRow__name{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:inherit}.profileDisplayNameRow__badges{display:inline-flex;align-items:center;flex-shrink:0;gap:.22em;line-height:0}.profileDisplayNameRow--profileHero{margin-top:10px;font-size:24px;font-weight:700;letter-spacing:-.03em;color:var(--on-surface)}.profileDisplayNameRow--settings{font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--on-surface)}.profileDisplayNameRow--settings .profileDisplayNameRow__name{font:inherit;color:inherit}.verifiedProfileIsland{position:absolute;top:52px;left:50%;z-index:12;transform:translate(-50%);pointer-events:none;max-width:calc(100% - 32px)}.verifiedProfileIsland__pill{display:flex;align-items:center;justify-content:center;gap:0;height:30px;padding:0;border-radius:999px;color:var(--surface, #fff);background:var(--on-surface, #1c1b1f);border:1px solid color-mix(in srgb,var(--on-surface, #1c1b1f) 88%,var(--outline-variant, #cac4d0));box-shadow:0 6px 20px #0003;overflow:hidden;max-width:30px;opacity:0;transform:scale(.88);transition:max-width .22s cubic-bezier(.32,.72,0,1),padding .22s cubic-bezier(.32,.72,0,1),gap .18s cubic-bezier(.32,.72,0,1),opacity .14s ease,transform .22s cubic-bezier(.32,.72,0,1)}.verifiedProfileIsland--open .verifiedProfileIsland__pill{max-width:min(280px,calc(100vw - 48px));padding:0 13px 0 10px;gap:7px;opacity:1;transform:scale(1)}.verifiedProfileIsland__icon{display:inline-flex;flex-shrink:0;line-height:0}.verifiedProfileIsland__text{font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;max-width:0;opacity:0;transition:max-width .22s cubic-bezier(.32,.72,0,1),opacity .12s ease .04s}.verifiedProfileIsland--open .verifiedProfileIsland__text{max-width:240px;opacity:1}@media(prefers-reduced-motion:reduce){.verifiedProfileIsland__pill,.verifiedProfileIsland__text{transition:none}.verifiedProfileIsland--open .verifiedProfileIsland__pill{transform:none}}.chatChecklist{display:flex;flex-direction:column;gap:4px;min-width:0;max-width:100%;padding-top:1px;line-height:1.3;white-space:normal}.chatChecklistQuestion{font-weight:600;font-size:13px;color:var(--on-surface);word-break:break-word;overflow-wrap:anywhere;margin-bottom:2px}.chatChecklistMeta{font-size:11px;color:var(--secondary);margin-bottom:2px}.chatChecklistOptions{display:flex;flex-direction:column;gap:0}.chatChecklistOption{display:flex;align-items:flex-start;gap:6px;min-height:28px;padding:2px 0}.chatChecklistOptionToggle{flex:1;display:flex;align-items:flex-start;gap:8px;min-width:0;margin:0;padding:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.chatChecklistOptionToggle:disabled{cursor:default}.chatChecklistOption--chosen .chatChecklistOptionText{color:var(--on-surface)}.chatChecklistOptionCheck{width:16px;height:16px;margin-top:1px;border-radius:4px;border:1.5px solid var(--outline);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--on-primary);background:transparent;transition:background .15s ease,border-color .15s ease}.chatChecklistOption--chosen .chatChecklistOptionCheck{border-color:var(--primary);background:var(--primary)}.chatChecklistOptionText{flex:1;min-width:0;font-size:13px;line-height:1.35;color:var(--on-surface);word-break:break-word;overflow-wrap:anywhere}.chatChecklistOptionVoters{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;margin:0;padding:2px 0 2px 4px;border:none;background:transparent;cursor:pointer;border-radius:999px}.chatChecklistOptionVoters:hover,.chatChecklistOptionVoters:focus-visible{opacity:.85;outline:none}.chatChecklistVoterAvatars{display:inline-flex;flex-direction:row-reverse;align-items:center}.chatChecklistVoterAvatar{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--surface, var(--bg));margin-left:-5px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-container-highest);font-size:9px;font-weight:600;color:var(--on-surface)}.chatChecklistVoterAvatars .chatChecklistVoterAvatar:last-child{margin-left:0}.chatChecklistVoterCount{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary);font-size:11px;font-weight:600;line-height:18px;text-align:center}.chatChecklistComposer{display:grid;gap:12px}.chatChecklistComposerField{display:grid;gap:6px}.chatChecklistComposerLabel{font-size:12px;font-weight:600;color:var(--secondary)}.chatChecklistComposerInput,.chatChecklistComposerItemInput{width:100%;box-sizing:border-box;border:1px solid var(--outline-variant);border-radius:var(--radius-sm);padding:8px 10px;background:var(--surface);color:var(--on-surface);font:inherit}.chatChecklistComposerItems{display:grid;gap:8px}.chatChecklistComposerItemRow{display:flex;gap:8px;align-items:center}.chatChecklistCheckerSheetItem{margin:0 0 10px;font-size:13px;line-height:1.35;color:var(--secondary);word-break:break-word;overflow-wrap:anywhere}.chatChecklistCheckerSheetEmpty{padding:8px 0 4px;font-size:13px;color:var(--secondary)}.chatChecklistCheckerSheetList{display:flex;flex-direction:column;margin:0 -4px}.chatChecklistCheckerSheetRow{display:flex;align-items:center;gap:12px;padding:8px 4px;border-radius:var(--radius-sm)}.chatChecklistCheckerSheetRow+.chatChecklistCheckerSheetRow{border-top:1px solid color-mix(in srgb,var(--outline-variant) 65%,transparent)}.chatChecklistCheckerSheetAvatar{width:36px;height:36px;flex-shrink:0;border-radius:50%;overflow:hidden}.chatChecklistCheckerSheetAvatarFallback{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-container-highest);font-size:14px;font-weight:600;color:var(--on-surface)}.chatChecklistCheckerSheetBody{min-width:0;flex:1}.chatChecklistCheckerSheetName{font-size:14px;font-weight:500;color:var(--on-surface);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatChecklistCheckerSheetTime{flex-shrink:0;margin-left:auto;font-size:12px;line-height:1.2;color:var(--secondary);white-space:nowrap}.chatChecklistVisuallyHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chatChecklistShimmer{display:block;flex-shrink:0;border-radius:8px;background:linear-gradient(105deg,color-mix(in srgb,var(--on-surface) 7%,transparent) 0% 40%,color-mix(in srgb,var(--on-surface) 12%,transparent) 50%,color-mix(in srgb,var(--on-surface) 7%,transparent) 60% 100%);background-size:200% 100%;animation:chatChecklistShimmerPulse 1.35s ease-in-out infinite}@keyframes chatChecklistShimmerPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.chatChecklistCheckerSheetLoading{padding:2px 0 4px}.chatChecklistCheckerSheetList--shimmer .chatChecklistCheckerSheetRow--shimmer{border-top:none}.chatChecklistCheckerSheetList--shimmer .chatChecklistCheckerSheetRow--shimmer+.chatChecklistCheckerSheetRow--shimmer{border-top:1px solid color-mix(in srgb,var(--outline-variant) 45%,transparent)}.chatChecklistCheckerSheetShimmerAvatar{width:36px;height:36px;border-radius:50%}.chatChecklistCheckerSheetShimmerName{flex:1;min-width:0;height:14px;max-width:58%;border-radius:6px}.chatChecklistCheckerSheetShimmerTime{width:44px;height:12px;margin-left:auto;border-radius:6px}.chatChecklistComposer{position:relative}.chatChecklistComposer--busy .chatChecklistComposerField,.chatChecklistComposer--busy .btn{opacity:.35;pointer-events:none}.chatChecklistComposerBusyLayer{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-start;justify-content:stretch;padding:2px 0;background:color-mix(in srgb,var(--surface) 72%,transparent);backdrop-filter:blur(2px)}.chatChecklistComposerShimmer{display:grid;gap:10px;width:100%}.chatChecklistComposerShimmerLabel{width:72px;height:12px;border-radius:6px}.chatChecklistComposerShimmerLabel--spaced{margin-top:4px}.chatChecklistComposerShimmerField{width:100%;height:38px;border-radius:var(--radius-sm)}.chatChecklistComposerShimmerItems{display:grid;gap:8px}.chatChecklistComposerShimmerItem{width:100%;height:38px;border-radius:var(--radius-sm)}.emojiImg{display:inline-block;vertical-align:-.15em;width:1.125rem;height:1.125rem;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.emojiImg--big{width:1.5rem;height:1.5rem}.emojiImg--reaction{width:1.125rem;height:1.125rem}.emojiImg--reaction-picker{width:1.25rem;height:1.25rem}.emojiImg--loading{opacity:0}.emojiImg--loaded{opacity:1;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.emojiImg--loaded{transition:none}}.stickerPackPreviewSheetHost{position:relative;z-index:1200}.stickerPackPreviewSheet__header{display:flex;align-items:center;gap:12px;padding:4px 0 12px}.stickerPackPreviewSheet__avatarWrap{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}.stickerPackPreviewSheet__avatarWrap .mediaImageWrap,.stickerPackPreviewSheet__avatarWrap .mediaImageAvatarPlaceholder{width:100%;height:100%;display:block}.stickerPackPreviewSheet__avatarFallback{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:600;flex-shrink:0}.stickerPackPreviewSheet__meta{min-width:0;display:flex;flex-direction:column;gap:2px}.stickerPackPreviewSheet__owner{font-size:13px;color:var(--secondary)}.stickerPackPreviewSheet__count{font-size:12px;color:var(--secondary);opacity:.85}.stickerPackPreviewSheet__state{padding:24px 0;text-align:center;color:var(--secondary);font-size:14px}.stickerPackPreviewSheet__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:8px;padding-bottom:8px}.stickerPackPreviewSheet__sticker{width:100%;aspect-ratio:1;display:grid;place-items:center;border:none;background:transparent;padding:0;border-radius:8px}.stickerPackPreviewSheet__footer{display:flex;gap:8px;width:100%}.stickerPackPreviewSheet__footer .upmSquashBtn{flex:1}.chatStickerOpenBtn{display:inline-block;border:none;background:transparent;padding:0;margin:0;cursor:pointer;border-radius:8px;line-height:0}.chatStickerOpenBtn:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 70%,transparent);outline-offset:2px}:root{--msg-bubble-radius: 16px;--msg-bubble-radius-small: 8px;--msg-meta-height: 1rem}.messageRow{position:relative;display:flex;align-items:flex-end;margin-bottom:.25rem;overflow-anchor:auto}.messageRowOwn{flex-direction:row-reverse}.messageRowPeer{padding-left:2.375rem}.messageRowPeer.messageRowPeer--noAvatar{padding-left:0}.messageRowLastInGroup{margin-bottom:.5rem}.messageRowPeer .msgAvatar{position:absolute;z-index:1;bottom:0;left:0;width:2.125rem;height:2.125rem;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--surface-container-highest);cursor:pointer;border:none;padding:0}.messageRowPeer .msgAvatarInitials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;text-shadow:0 1px 1px rgba(0,0,0,.2)}.msg{--border-top-left-radius: var(--msg-bubble-radius);--border-top-right-radius: var(--msg-bubble-radius);--border-bottom-left-radius: var(--msg-bubble-radius);--border-bottom-right-radius: var(--msg-bubble-radius);--msg-bg: var(--msg-bubble-incoming);position:relative;width:-moz-fit-content;width:fit-content;max-width:min(100%,min(72vw,680px));min-width:0;margin-bottom:0;padding:.375rem .625rem .4375rem;border-radius:var(--border-top-left-radius) var(--border-top-right-radius) var(--border-bottom-right-radius) var(--border-bottom-left-radius);background:var(--msg-bg);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.msgMine{--msg-bg: var(--msg-bubble-outgoing)}.msgGroupNotFirst.msgMine{--border-top-right-radius: var(--msg-bubble-radius-small)}.msgGroupNotFirst:not(.msgMine){--border-top-left-radius: var(--msg-bubble-radius-small)}.msgGroupNotLast.msgMine{--border-bottom-right-radius: var(--msg-bubble-radius-small)}.msgGroupNotLast:not(.msgMine){--border-bottom-left-radius: var(--msg-bubble-radius-small)}.msg.has-appendix.msgMine{--border-bottom-right-radius: var(--msg-bubble-radius-small)}.msg.has-appendix:not(.msgMine){--border-bottom-left-radius: var(--msg-bubble-radius-small)}.msg.has-appendix.msgMine{border-bottom-right-radius:0}.msg.has-appendix:not(.msgMine){border-bottom-left-radius:0}.msgAppendix{position:absolute;bottom:-.0625rem;overflow:hidden;width:.5625rem;height:1.125rem;pointer-events:none;color:var(--msg-bg)}.msgMine .msgAppendix{right:-.551rem}.msg:not(.msgMine) .msgAppendix{left:-.562rem}.msgTop{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.25rem;margin-bottom:.125rem;font-size:calc(var(--public-chat-msg-sender));font-weight:600;line-height:1.25}.msgTop strong{font-size:inherit;font-weight:inherit}.msgText{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-start;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.125rem;font-size:var(--public-chat-msg-text);line-height:1.3125;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;unicode-bidi:plaintext}.msgText--withMediaTop{margin-top:.375rem}.msgTextBody{flex:1 1 auto;min-width:0}.msgText>.msgMeta{flex:0 0 auto;display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;padding-bottom:.0625rem;line-height:1.35;-webkit-user-select:none;-moz-user-select:none;user-select:none}.msgMetaTime{font-size:var(--public-chat-msg-meta);color:var(--secondary);opacity:.78;white-space:nowrap}.msgMine .msgMetaTime{color:var(--secondary);opacity:.85}.msgMetaStatus{width:14px;height:14px;opacity:.8;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.msgMetaChannelBadge{font-size:var(--public-chat-msg-channel-badge);font-weight:700;line-height:1;display:inline-flex;align-items:center;flex-shrink:0}.msgMetaChannelBadge--ok{color:var(--success, #2e7d32)}.msgMetaChannelBadge--err{color:var(--error, #c62828)}.msgMeta--media{display:inline-flex;align-items:center;gap:.3125rem;padding:.125rem .4375rem;border-radius:999px;background:color-mix(in srgb,var(--surface-container-highest) 92%,transparent);border:1px solid color-mix(in srgb,var(--outline-variant) 75%,transparent);max-width:100%;pointer-events:none}.msgMeta--media .msgMetaTime{color:var(--on-surface);opacity:.88}.msgMediaCorner{position:absolute;right:.375rem;bottom:.375rem;z-index:2;max-width:calc(100% - .75rem);pointer-events:none}.msgFooter{display:flex;align-items:flex-end;gap:.375rem;flex-wrap:wrap;margin-top:.375rem}.msgFooter .msgMeta{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto}.msgStickerOnly{background:transparent!important;box-shadow:none!important;padding:0!important}.msgStickerOnlyInner{padding:.125rem .25rem;display:inline-block}@media(max-width:600px){.messageRowPeer{padding-left:2.625rem}.messageRowPeer.messageRowPeer--noAvatar{padding-left:0}.messageRowLastInGroup{margin-bottom:.4375rem}.msg{max-width:min(100%,calc(100vw - 6.25rem))}.msgMine{max-width:min(100%,calc(100vw - 3.75rem))}}.msgFileCard{--msg-file-subtitle: var(--secondary, var(--color-text-secondary, #707579));--msg-file-icon-bg: var(--primary, #4a8af4);position:relative;display:flex;align-items:center;gap:0;width:auto;max-width:min(100%,17rem);min-width:0;padding:0;border:none;border-radius:0;background:transparent;text-decoration:none!important;color:inherit!important;box-shadow:none!important;cursor:pointer;transition:none}.msgMine .msgFileCard{--msg-file-subtitle: color-mix(in srgb, var(--primary, #4a8af4) 72%, var(--on-surface, #000) 28%)}.msgFileCardIconSlot{position:relative;flex-shrink:0;margin-inline-end:.625rem}.msgFileCardDocIcon,.msgFileCardActionIcon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.5rem}.msgFileCardDocIcon{position:relative;flex-shrink:0;align-items:flex-end;padding:.6875rem .5625rem .3125rem;color:#fff;background:var(--msg-file-icon-bg);clip-path:polygon(0 0,calc(100% - .875rem) 0,100% .875rem,100% 100%,0 100%);transition:clip-path .15s ease-in}.msgFileCardDocIcon:after{content:"";position:absolute;top:0;right:0;display:block;border-color:#00000040;border-style:solid;border-width:.4375rem;border-bottom-left-radius:.1875rem;transition:border-width .15s ease-in}.msgFileCardDocIcon--red{--msg-file-icon-bg: #e53935}.msgFileCardDocIcon--orange{--msg-file-icon-bg: #fb8c00}.msgFileCardDocIcon--green{--msg-file-icon-bg: #43a047}.msgFileCardExt{font-size:.6875rem;font-weight:600;line-height:1;letter-spacing:.02em;transition:opacity .15s ease}.msgFileCardActionIcon{position:absolute;top:0;left:0;color:#fff;opacity:0;pointer-events:none;transition:opacity .2s ease}.msgFileCardActionIcon svg{width:1.25rem;height:1.25rem}.msgFileCard:hover .msgFileCardDocIcon:after{border-width:0}.msgFileCard:hover .msgFileCardDocIcon{clip-path:polygon(0 0,100% 0,100% 0,100% 100%,0 100%)}.msgFileCard:hover .msgFileCardExt{opacity:0}.msgFileCard:hover .msgFileCardActionIcon{opacity:1}.msgFileCardText{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.0625rem;overflow:hidden}.msgFileCardName{overflow:hidden;font-size:var(--public-chat-file-name, .9375rem);font-weight:500;line-height:1.25rem;white-space:nowrap;text-overflow:ellipsis}.msgFileCardMeta{overflow:hidden;font-size:var(--public-chat-file-meta, .8125rem);line-height:.9375rem;color:var(--msg-file-subtitle);white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.msg:has(.msgMedia--filesOnly){width:-moz-fit-content;width:fit-content;max-width:min(100%,20rem);padding:.3125rem .625rem .4375rem}.msg:has(.msgMedia--filesOnly):has(.msgText){max-width:min(100%,clamp(240px,36vw,480px));padding:.5rem .625rem .4375rem}.msg:has(.msgMedia--filesOnly):has(.msgText) .msgMedia{margin:0!important;width:100%!important;max-width:100%!important}.msgMedia--filesOnly{width:auto!important;max-width:100%;gap:0}.msgMedia--filesOnly .msgAttach.msgAttachFilesInline{margin-top:0;width:auto;max-width:100%;gap:.5rem}.msg:has(.msgMedia--filesOnly):has(.msgText) .msgAttach.msgAttachFilesInline{margin-top:.375rem;width:100%}.msg:has(.msgMedia--filesOnly) .msgFileCard{max-width:100%}.msgSystemText .msgFileCard,.attachments .msgFileCard{max-width:min(100%,16rem)}@media(max-width:360px){.msgFileCardDocIcon,.msgFileCardActionIcon{width:2.5rem;height:2.5rem}.msgFileCardDocIcon{padding-bottom:.25rem}.msgFileCardDocIcon:after{border-width:0 .75rem .75rem 0}.msgFileCardName{font-size:.875rem;line-height:1.125rem}.msgFileCardMeta{font-size:.75rem}}:root{--ctx-menu-bg: var(--surface);--ctx-menu-border: var(--msg-bubble-border, var(--outline-variant));--ctx-menu-shadow: 0 8px 22px rgba(0, 0, 0, .14);--ctx-menu-hover: color-mix(in srgb, var(--surface-container-highest) 62%, transparent 38%);--ctx-menu-radius: 10px;--ctx-menu-reaction-radius: 1.125rem}[data-theme=dark]{--ctx-menu-shadow: 0 10px 26px rgba(0, 0, 0, .42);--ctx-menu-hover: color-mix(in srgb, var(--surface-container-highest) 72%, transparent 28%)}.ctxMenu.chatCtxMenu{width:-moz-fit-content;width:fit-content;max-width:min(calc(100vw - 12px),13rem);background:none!important;border:none!important;box-shadow:none!important;overflow:visible;display:flex;flex-direction:column;align-items:flex-end;gap:.375rem}.chatCtxReactionBar{display:flex;justify-content:flex-end;width:-moz-fit-content;width:fit-content;max-width:100%;align-self:flex-end}.chatCtxReactionBarInner{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.0625rem;min-height:2.125rem;max-height:2.125rem;max-width:100%;padding:0 .25rem;border:1px solid var(--ctx-menu-border);border-radius:var(--ctx-menu-reaction-radius);background:var(--ctx-menu-bg);box-shadow:var(--ctx-menu-shadow);overflow:hidden;transform-origin:bottom right;transition:max-height .26s cubic-bezier(.2,.9,.2,1),padding .26s cubic-bezier(.2,.9,.2,1),border-radius .22s cubic-bezier(.2,.9,.2,1)}.chatCtxReactionBarInner--expanded{display:grid;grid-template-columns:repeat(7,1.75rem);grid-auto-rows:1.75rem;-moz-column-gap:.0625rem;column-gap:.0625rem;row-gap:.0625rem;align-content:start;justify-content:start;width:-moz-fit-content;width:fit-content;min-height:0;height:auto;max-height:10.5rem;padding:.1875rem .25rem;overflow-x:hidden;overflow-y:auto;animation:chatCtxReactionBarExpand .22s cubic-bezier(.2,.9,.2,1) both}@keyframes chatCtxReactionBarExpand{0%{transform:scale(.94);opacity:.88}to{transform:scale(1);opacity:1}}.chatCtxReactionEmoji{flex:0 0 auto;width:1.75rem;height:1.75rem;margin:0;padding:0;border:none;border-radius:50%;background:transparent;font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.chatCtxReactionEmoji:hover{background:var(--ctx-menu-hover)}.chatCtxReactionEmoji:active{transform:scale(.92)}.chatCtxReactionEmoji--enter{animation:chatCtxReactionEmojiIn .22s cubic-bezier(.2,.9,.2,1) backwards;animation-delay:calc(var(--reaction-idx, 0) * 26ms)}@keyframes chatCtxReactionEmojiIn{0%{transform:scale(.45);opacity:0}to{transform:scale(1);opacity:1}}.chatCtxReactionMore{flex:0 0 auto;width:1.75rem;height:1.75rem;margin:0;padding:0;border:none;border-radius:50%;background:transparent;color:var(--secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .12s ease,transform .22s cubic-bezier(.2,.9,.2,1)}.chatCtxReactionMore:hover{background:var(--ctx-menu-hover)}.chatCtxMenuBubble{width:-moz-fit-content;width:fit-content;min-width:9rem;max-width:10.5rem;align-self:flex-end;border:1px solid var(--ctx-menu-border);border-radius:var(--ctx-menu-radius);background:var(--ctx-menu-bg);box-shadow:var(--ctx-menu-shadow);overflow:hidden;padding:.125rem 0}.ctxMenu.chatCtxMenu .ctxMenuScreens{width:100%;background:transparent!important;border-radius:inherit}.ctxMenu.chatCtxMenu .ctxMenuScreensInner{width:200%}.ctxMenu.chatCtxMenu .ctxMenuItem,.ctxMenu.chatCtxMenu .chatCtxMenuItem{width:100%;margin:0;min-height:2rem;padding:.375rem .5625rem;border-radius:0;font-size:.8125rem;line-height:1.25rem;gap:.5rem;transform:none}.ctxMenu.chatCtxMenu .ctxMenuItem:hover,.ctxMenu.chatCtxMenu .ctxMenuItem:focus-visible,.ctxMenu.chatCtxMenu .chatCtxMenuItem:hover,.ctxMenu.chatCtxMenu .chatCtxMenuItem:focus-visible{background:var(--ctx-menu-hover);outline:none}.ctxMenu.chatCtxMenu .ctxMenuItem:active{transform:scale(.985)}.ctxMenu.chatCtxMenu .ctxMenuItemIcon{width:1rem;height:1rem;opacity:.78;flex:0 0 auto}.ctxMenuItemWithIcon{display:flex;align-items:center;gap:.375rem}.ctxMenu.chatCtxMenu .chatCtxMenuDivider,.ctxMenu.chatCtxMenu .ctxMenuDivider{height:1px;margin:.125rem 0;border:none;background:color-mix(in srgb,var(--outline-variant) 70%,transparent)}.ctxMenu.chatCtxMenu .ctxMenuNav{padding:.3125rem .4375rem;border-bottom:1px solid color-mix(in srgb,var(--outline-variant) 65%,transparent);background:transparent}.ctxMenu.chatCtxMenu .ctxMenuNavBack{width:1.625rem;height:1.625rem;min-width:1.625rem;border-radius:8px}.ctxMenu.chatCtxMenu .ctxMenuNavTitle{font-size:.8125rem}.ui-popoverInner:has(>.ui-menu),.ui-popoverInner.ui-popoverInnerBlur:has(>.ui-menu){background:var(--ctx-menu-bg)!important;border:1px solid var(--ctx-menu-border)!important;border-radius:var(--ctx-menu-radius)!important;box-shadow:var(--ctx-menu-shadow)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:hidden;padding:.125rem 0}.ui-popoverInner:has(>.ui-menu)>.ui-menu{min-width:9rem;max-width:min(calc(100vw - 12px),13rem);padding:0;gap:0}.ui-popoverInner:has(>.ui-menu) .ui-menuItem{min-height:2rem;padding:.375rem .5625rem;border-radius:0;margin:0;font-size:.8125rem;line-height:1.25rem;gap:.5rem;transition:background-color .12s ease,color .12s ease,transform .12s ease}.ui-popoverInner:has(>.ui-menu) .ui-menuItem:hover:not(:disabled),.ui-popoverInner:has(>.ui-menu) .ui-menuItem:focus-visible:not(:disabled){background:var(--ctx-menu-hover);outline:none}.ui-popoverInner:has(>.ui-menu) .ui-menuItem:active:not(:disabled){transform:scale(.985)}.ui-popoverInner:has(>.ui-menu) .ui-menuItemIcon{width:1rem;height:1rem;opacity:.78}.ui-popoverInner:has(>.ui-menu) .ui-menuDivider{height:1px;margin:.125rem 0;background:color-mix(in srgb,var(--outline-variant) 70%,transparent);border:none}.ui-popoverInner:has(>.ui-menu) .ui-menuSectionLabel{padding:.3125rem .5625rem;margin-bottom:0;font-size:.6875rem;font-weight:600;letter-spacing:.01em;color:var(--secondary);border-bottom:1px solid color-mix(in srgb,var(--outline-variant) 65%,transparent)}.ui-popoverInner:has(>.ui-menu) .ui-menuItemDestructive:hover:not(:disabled),.ui-popoverInner:has(>.ui-menu) .ui-menuItemDestructive:focus-visible:not(:disabled){background:color-mix(in srgb,var(--ui-danger) 22%,var(--ctx-menu-hover) 78%)}.ctxMenu:not(.chatCtxMenu){width:-moz-fit-content;width:fit-content;min-width:9rem;max-width:min(calc(100vw - 12px),13rem);background:var(--ctx-menu-bg);border:1px solid var(--ctx-menu-border);border-radius:var(--ctx-menu-radius);box-shadow:var(--ctx-menu-shadow);backdrop-filter:none;-webkit-backdrop-filter:none}.ctxMenu:not(.chatCtxMenu) .ctxMenuTitle{padding:.3125rem .5625rem;font-size:.6875rem;font-weight:600;color:var(--secondary);border-bottom:1px solid color-mix(in srgb,var(--outline-variant) 65%,transparent)}.ctxMenu:not(.chatCtxMenu) .ctxMenuItem{width:100%;margin:0;min-height:2rem;padding:.375rem .5625rem;border-radius:0;font-size:.8125rem;line-height:1.25rem;gap:.5rem}.ctxMenu:not(.chatCtxMenu) .ctxMenuItem:hover,.ctxMenu:not(.chatCtxMenu) .ctxMenuItem:focus-visible{background:var(--ctx-menu-hover);outline:none}.ctxMenu:not(.chatCtxMenu) .ctxMenuItem:active:not(:disabled){transform:scale(.985)}@media(max-width:600px){.chatCtxReactionBar{justify-content:center}}@media(prefers-reduced-motion:reduce){.chatCtxReactionBarInner,.chatCtxReactionEmoji,.chatCtxReactionMore,.chatCtxReactionMore svg{transition-duration:1ms!important;animation:none!important}.chatCtxReactionBarInner--expanded,.chatCtxReactionEmoji--enter{animation:none}}.chatBodyWrap>.chatMessagesScrollHost>.chatThreadLoading{flex:1 1 auto;min-height:0;height:100%}.chatBodyWrap>.chatThreadLoading{flex:1 1 auto;min-height:0;height:100%;overflow:hidden}.chatThreadLoading--shimmer{align-items:stretch;justify-content:flex-end;padding:14px;min-height:0;height:100%;background:transparent}.chatThreadLoadingVisuallyHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chatThreadShimmer{display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-width:0}.chatThreadShimmer--initial{flex:1 1 auto;min-height:100%}.chatThreadShimmer--history{justify-content:flex-end;max-height:100%}.chatThreadShimmerRow{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chatThreadShimmerRow .messageRowBubbleCol{width:min(72vw,420px);max-width:100%}.chatThreadShimmerAvatar{cursor:default;background:transparent}.chatThreadShimmerAvatarFill{display:block;width:100%;height:100%;border-radius:50%}.chatThreadShimmerSenderName{display:block;height:.6875rem;width:5.5rem;max-width:42%;margin:0 0 .25rem .125rem;border-radius:4px}.chatThreadShimmerBubble{display:block;height:2.125rem;min-width:4.5rem;max-width:100%;border-radius:var(--msg-bubble-radius, 16px)}.chatThreadShimmerBubble--tall{height:5.5rem;border-radius:14px}.chatShimmerBlock{background:linear-gradient(105deg,color-mix(in srgb,var(--outline-variant) 22%,transparent) 0% 40%,color-mix(in srgb,var(--outline-variant) 36%,transparent) 50%,color-mix(in srgb,var(--outline-variant) 22%,transparent) 60% 100%);background-size:200% 100%;animation:chatThreadShimmerPulse 1.4s ease-in-out infinite}[data-theme=dark] .chatShimmerBlock{background:linear-gradient(105deg,color-mix(in srgb,var(--on-surface) 10%,transparent) 0% 40%,color-mix(in srgb,var(--on-surface) 18%,transparent) 50%,color-mix(in srgb,var(--on-surface) 10%,transparent) 60% 100%);background-size:200% 100%}@keyframes chatThreadShimmerPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.chatShimmerBlock{animation:none;background:color-mix(in srgb,var(--outline-variant) 28%,transparent)}[data-theme=dark] .chatShimmerBlock{background:color-mix(in srgb,var(--on-surface) 14%,transparent)}}.moderatorBadgeWrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default;outline:none}.moderatorBadgeWrap:focus-visible .moderatorBadge{outline:2px solid color-mix(in srgb,#7c3aed 45%,transparent);outline-offset:2px;border-radius:50%}.moderatorBadgeWrap--message{margin-left:.14em}.moderatorBadge--message{display:inline-block;padding:0;line-height:0}.moderatorBadge--message svg{display:block;width:20px;height:20px}.moderatorBadgeWrap--inline{margin:0;font-size:.92em;line-height:0}.moderatorBadge--inline{display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0}.moderatorBadge--inline svg{display:block;width:1em;height:1em}.moderatorBadgeWrap--profile{margin:0;top:auto;font-size:inherit}.moderatorBadge--profile{display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0;font-size:inherit}.moderatorBadge--profile svg{display:block;width:1.08em;height:1.08em}.moderatorProfileIsland{position:absolute;top:52px;left:50%;z-index:12;transform:translate(-50%);pointer-events:none;max-width:calc(100% - 32px)}.moderatorProfileIsland__pill{display:flex;align-items:center;justify-content:center;gap:0;height:30px;padding:0;border-radius:999px;color:var(--on-surface, #fff);background:linear-gradient(135deg,#5b21b6,#7c3aed);border:1px solid color-mix(in srgb,#7c3aed 72%,#fff);box-shadow:0 6px 20px #5b21b659;overflow:hidden;max-width:30px;opacity:0;transform:scale(.88);transition:max-width .22s cubic-bezier(.32,.72,0,1),padding .22s cubic-bezier(.32,.72,0,1),gap .18s cubic-bezier(.32,.72,0,1),opacity .14s ease,transform .22s cubic-bezier(.32,.72,0,1)}.moderatorProfileIsland--open .moderatorProfileIsland__pill{max-width:min(300px,calc(100vw - 48px));padding:0 13px 0 10px;gap:7px;opacity:1;transform:scale(1)}.moderatorProfileIsland__icon{display:inline-flex;flex-shrink:0;line-height:0}.moderatorProfileIsland__text{font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;max-width:0;opacity:0;transition:max-width .22s cubic-bezier(.32,.72,0,1),opacity .12s ease .04s}.moderatorProfileIsland--open .moderatorProfileIsland__text{max-width:260px;opacity:1}@media(prefers-reduced-motion:reduce){.moderatorProfileIsland__pill,.moderatorProfileIsland__text{transition:none}.moderatorProfileIsland--open .moderatorProfileIsland__pill{transform:none}}.mpi{display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:100%;max-width:160px}.mpi--compact{max-width:120px}.mpiCaption{margin-top:6px;font-size:11px;line-height:1.25;font-weight:500;color:#ffffffeb;text-align:center;max-width:100%}.mpi--compact .mpiCaption{margin-top:4px;font-size:10px}.mpiBarTrack{width:100%;height:4px;border-radius:2px;background:#ffffff40;overflow:hidden}.mpi--compact .mpiBarTrack{height:3px}.mpiBarFill{height:100%;width:35%;border-radius:2px;background:#fffffff2;animation:mpi-indeterminate 1.1s ease-in-out infinite}.mpiBarFill--determinate{animation:none;min-width:2px}@keyframes mpi-indeterminate{0%{transform:translate(-100%)}to{transform:translate(320%)}}.mpi.composerDraftProcessingIndicator{max-width:100%;align-items:stretch}:root{--msg-reaction-bg: var(--surface);--msg-reaction-border: var(--msg-bubble-border, color-mix(in srgb, var(--outline-variant) 88%, transparent));--msg-reaction-text: var(--on-surface);--msg-reaction-shadow: 0 1px 2px rgba(0, 0, 0, .06);--msg-reaction-hover: var(--surface-container-highest);--msg-reaction-chosen-bg: color-mix(in srgb, var(--primary) 11%, var(--surface) 89%);--msg-reaction-chosen-border: color-mix( in srgb, var(--primary) 34%, var(--msg-bubble-border, var(--outline-variant)) 66% );--msg-reaction-chosen-text: var(--primary)}[data-theme=dark]{--msg-reaction-bg: var(--surface-container-highest);--msg-reaction-border: var(--msg-bubble-border, color-mix(in srgb, var(--outline-variant) 90%, transparent));--msg-reaction-shadow: 0 1px 3px rgba(0, 0, 0, .28);--msg-reaction-hover: color-mix(in srgb, var(--on-surface) 7%, var(--surface-container-highest) 93%);--msg-reaction-chosen-bg: color-mix(in srgb, var(--primary) 18%, var(--surface-container-highest) 82%);--msg-reaction-chosen-border: color-mix( in srgb, var(--primary) 42%, var(--msg-bubble-border, var(--outline-variant)) 58% );--msg-reaction-chosen-text: color-mix(in srgb, var(--primary) 82%, #ffffff 18%)}.messageRowBubbleCol{display:flex;flex-direction:column;align-items:flex-start;width:-moz-fit-content;width:fit-content;min-width:0;max-width:min(100%,min(72vw,680px))}.messageRowBubbleCol--own{align-items:flex-end;margin-left:auto}.msgReactions{position:relative;z-index:1;display:flex;flex-direction:row;flex-wrap:wrap;gap:.25rem;width:100%;max-width:min(100%,min(72vw,680px));margin-top:.1875rem;margin-bottom:.125rem;align-self:flex-start}.msgReactions--own{flex-direction:row-reverse;align-self:flex-end}.msgReaction{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;z-index:1;display:inline-flex;flex-direction:row;align-items:center;gap:.125rem;width:auto;height:1.625rem;margin:0;padding:0 .6125rem 0 .5875rem;border:1px solid var(--msg-reaction-border);border-radius:999px;background-color:var(--msg-reaction-bg);color:var(--msg-reaction-text);box-shadow:var(--msg-reaction-shadow);font-family:inherit;font-size:.75rem;font-weight:500;font-variant-numeric:tabular-nums;line-height:1;text-transform:none;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.msgReaction:hover{background-color:var(--msg-reaction-hover)}.msgReaction:active{transform:scale(.96)}.msgReaction--chosen{background-color:var(--msg-reaction-chosen-bg);border-color:var(--msg-reaction-chosen-border);color:var(--msg-reaction-chosen-text)}.msgReaction--chosen:hover{background-color:var(--msg-reaction-chosen-bg);filter:brightness(1.04)}.msgReactionEmoji{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;font-size:1rem;line-height:1}.msgReactionCount{margin-inline-end:.0625rem;font-size:.75rem;font-weight:600;line-height:1;opacity:.92}.chatBody.messageList--thin-scroll,.miniChatBody.messageList--thin-scroll{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.chatBody.messageList--thin-scroll::-webkit-scrollbar,.miniChatBody.messageList--thin-scroll::-webkit-scrollbar{display:block;width:var(--scrollbar-size-thin);height:var(--scrollbar-size-thin)}.chatBody.messageList--thin-scroll::-webkit-scrollbar-track,.miniChatBody.messageList--thin-scroll::-webkit-scrollbar-track{background:transparent}.chatBody.messageList--thin-scroll::-webkit-scrollbar-thumb,.miniChatBody.messageList--thin-scroll::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.chatBody.messageList--thin-scroll::-webkit-scrollbar-thumb:hover,.miniChatBody.messageList--thin-scroll::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.messageListHistoryTopReserve{position:relative;flex:0 0 auto;width:100%;overflow:hidden;overflow-anchor:none;pointer-events:none;visibility:hidden}.messageListHistoryTopReserve--loading{visibility:visible;display:flex;flex-direction:column;justify-content:flex-end;padding:0 14px 10px;box-sizing:border-box}.messageListHistoryTopReserve__shimmer{width:100%;min-width:0;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;min-height:0;overflow:hidden}.messageListHistoryTopReserve__sentinel{position:absolute;left:0;right:0;bottom:0;flex:none;visibility:hidden}.composerAttachMenu{position:relative;flex:0 0 32px;width:32px;min-width:32px}.composerAttachMenuTrigger{width:32px;min-width:32px;height:32px;padding:0}.composerAttachMenuDropdown{position:absolute;bottom:calc(100% + 6px);left:0;z-index:10001;min-width:196px;max-width:min(248px,calc(100vw - 20px));padding:4px;border-radius:10px;border:1px solid var(--outline-variant);background:var(--surface);box-shadow:0 6px 20px #00000024}.composerAttachMenuItem{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;border:none;border-radius:8px;background:transparent;color:var(--on-surface);font-size:13px;line-height:1.2;text-align:left;cursor:pointer}.composerAttachMenuItem:hover,.composerAttachMenuItem:focus-visible{background:color-mix(in srgb,var(--on-surface) 6%,transparent);outline:none}.composerAttachMenuItemIcon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary)}.composerAttachMenuItemIcon svg{width:18px;height:18px}.composerAttachMenuHiddenInput{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ComposerFormattingMenu{position:fixed;z-index:10000;display:flex;pointer-events:auto;opacity:1}.ComposerFormattingMenu__panel{display:flex;align-items:center;gap:2px;padding:4px;border-radius:12px;background:var(--surface);border:1px solid var(--outline-variant);box-shadow:0 10px 24px #00000038}.ComposerFormattingMenu__button{display:grid;place-items:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:var(--on-surface);cursor:pointer;flex-shrink:0;transition:background .15s ease}.ComposerFormattingMenu__button:hover{background:var(--surface-container-highest)}.ComposerFormattingMenu__button:active{background:var(--surface-container-high)}.ComposerFormattingMenu__button:focus-visible{outline:2px solid color-mix(in srgb,var(--primary) 55%,transparent);outline-offset:1px}.ComposerFormattingMenu__separator{width:1px;height:24px;margin:0 2px;background:var(--outline-variant);flex-shrink:0}.cda-thumb{position:relative;border-radius:10px;overflow:hidden;background:var(--surface-container-highest, rgba(0, 0, 0, .06));border:1px solid var(--outline-variant, rgba(0, 0, 0, .12));flex-shrink:0;isolation:isolate}.cda-thumb--sm{width:56px;height:56px;border-radius:8px}.cda-thumb--md{width:72px;height:72px}.cda-thumb__media{position:absolute;inset:0;display:flex}.cda-thumb__media>*{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cda-thumb__scrim{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:linear-gradient(180deg,color-mix(in srgb,#000 38%,transparent),color-mix(in srgb,#000 62%,transparent));color:#fff;transition:background-color .15s ease}.cda-ring{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.cda-thumb--sm .cda-ring{width:28px;height:28px}.cda-ring__svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.cda-ring__track{fill:none;stroke:#ffffff47;stroke-width:2.5}.cda-ring__bar{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;transition:stroke-dashoffset .18s linear,stroke .18s linear}.cda-ring__bar--error{stroke:var(--error, #e5484d)}.cda-ring__bar--indeterminate{animation:cda-ring-spin 1.1s linear infinite;transform-origin:50% 50%}@keyframes cda-ring-spin{to{transform:rotate(360deg)}}.cda-ring__center{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:none;background:transparent;color:#fff;padding:0;cursor:pointer;border-radius:50%;transition:background-color .12s ease}.cda-ring__center:hover{background:#ffffff1f}.cda-ring__center:focus-visible{outline:2px solid #fff;outline-offset:2px}.cda-ring__center svg{display:block}.cda-thumb__percent{font-size:10px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:.01em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.cda-thumb--sm .cda-thumb__percent{font-size:9px}.cda-thumb__caption{font-size:9px;line-height:1.1;color:#ffffffe0;max-width:90%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cda-thumb__done{position:absolute;top:4px;right:4px;z-index:3;width:18px;height:18px;border-radius:50%;background:var(--primary, #2563eb);color:var(--on-primary, #fff);display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;box-shadow:0 1px 2px #0000002e}.cda-thumb--sm .cda-thumb__done{width:16px;height:16px;font-size:10px;top:3px;right:3px}.cda-thumb__remove{position:absolute;bottom:4px;right:4px;z-index:3;width:22px;height:22px;min-width:22px;padding:0;border:none;border-radius:6px;background:color-mix(in srgb,#000 55%,transparent);color:#fff;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease}.cda-thumb__remove:hover{background:color-mix(in srgb,#000 75%,transparent)}.cda-thumb--sm .cda-thumb__remove{width:18px;height:18px;min-width:18px;font-size:13px;bottom:3px;right:3px}.cda-thumb__errorBtn{border:none;background:transparent;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--error, #e5484d)}.cda-thumb__errorBtn:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:6px}.cda-thumb__errorIcon{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--error, #e5484d) 22%,transparent);display:flex;align-items:center;justify-content:center}.cda-thumb--sm .cda-thumb__errorIcon{width:22px;height:22px}.cda-row{flex:1 1 100%;max-width:100%;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;padding:8px 10px;border-radius:12px;border:1px solid var(--outline-variant, rgba(0, 0, 0, .12));background:var(--surface, #fff)}.cda-row--compact{padding:6px 8px;gap:4px;border-radius:8px}.cda-row__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.cda-row__label{font-size:12px;color:var(--on-surface, currentColor);line-height:1.35;word-break:break-word;overflow-wrap:anywhere;flex:1;min-width:0}.cda-row--compact .cda-row__label{font-size:11px}.cda-row__actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.cda-row__done{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--primary, #2563eb);color:var(--on-primary, #fff);font-size:11px;line-height:1}.cda-row__remove{width:26px;height:26px;min-width:26px;padding:0;border:none;background:transparent;border-radius:6px;font-size:16px;line-height:1;cursor:pointer;color:var(--on-surface-variant, var(--on-surface, currentColor));display:flex;align-items:center;justify-content:center;transition:background-color .12s ease}.cda-row__remove:hover{background:var(--surface-container-highest, rgba(0, 0, 0, .05))}.cda-row__progress{display:flex;align-items:center;gap:8px;min-width:0}.cda-row__progressTrack{flex:1;min-width:0;height:4px;background:var(--surface-container-highest, rgba(0, 0, 0, .08));border-radius:999px;overflow:hidden}.cda-row__progressBar{height:100%;background:var(--primary, #2563eb);border-radius:999px;transition:width .15s ease}.cda-row__progressBar--indeterminate{width:40%!important;animation:cda-row-indet 1.1s ease-in-out infinite}@keyframes cda-row-indet{0%{transform:translate(-100%)}to{transform:translate(260%)}}.cda-row__pct{font-size:11px;color:var(--on-surface-variant, var(--secondary, currentColor));font-variant-numeric:tabular-nums;flex-shrink:0;min-width:2.5em;text-align:right}.cda-row__caption{font-size:10px;color:var(--on-surface-variant, var(--secondary, currentColor));line-height:1.2}.cda-row__errorBtn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:4px 8px;border:1px solid color-mix(in srgb,var(--error, #e5484d) 35%,transparent);background:color-mix(in srgb,var(--error, #e5484d) 10%,transparent);color:var(--error, #e5484d);border-radius:8px;font-size:11px;line-height:1.2;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.cda-row__errorBtn:hover{background:color-mix(in srgb,var(--error, #e5484d) 18%,transparent);border-color:color-mix(in srgb,var(--error, #e5484d) 55%,transparent)}.cda-row__errorBtn:focus-visible{outline:2px solid var(--error, #e5484d);outline-offset:2px}.stickerPicker{display:flex;flex-direction:column;overflow:hidden;--sticker-picker-cell-size: 72px;--sticker-picker-header-height: 48px}.stickerPicker--popover{width:340px;height:100%;max-height:100%;background:var(--surface);border:1px solid var(--outline-variant);border-radius:14px;box-shadow:0 4px 16px #00000014,0 12px 40px #00000024}.stickerPicker--sheet{width:100%;height:100%;min-height:min(50vh,360px);max-height:min(56vh,440px);background:transparent}.stickerPicker--sheet .stickerPicker__headerRow{background:transparent}.stickerPicker__headerRow{display:flex;align-items:center;gap:4px;flex-shrink:0;min-height:var(--sticker-picker-header-height);padding:6px 6px 6px 8px;border-bottom:1px solid var(--outline-variant);background:var(--surface);z-index:1}.stickerPicker__header{display:flex;align-items:center;gap:4px;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:auto}.stickerPicker__header::-webkit-scrollbar{display:none;width:0;height:0}.stickerPicker__headerTab{flex-shrink:0;width:36px;height:36px;padding:4px;display:grid;place-items:center;border:none;border-radius:10px;cursor:pointer;background:transparent;color:var(--on-surface-variant, var(--secondary));transition:background-color .15s ease,color .15s ease,transform .12s ease}.stickerPicker__headerTab:hover{background:var(--surface-container-high, rgba(0, 0, 0, .04))}.stickerPicker__headerTab--active{color:var(--on-surface);background:var(--surface-container-highest, rgba(0, 0, 0, .08))}.stickerPicker__headerTabIcon{display:grid;place-items:center;opacity:.85}.stickerPicker__close{flex-shrink:0;width:32px;height:32px;padding:0;display:grid;place-items:center;border:none;border-radius:8px;cursor:pointer;background:transparent;color:var(--secondary);font-size:14px;line-height:1}.stickerPicker__close:hover{background:var(--surface-container-high, rgba(0, 0, 0, .04));color:var(--on-surface)}.stickerPicker__main{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:8px 4px 10px}.stickerPicker__set{scroll-margin-top:6px}.stickerPicker__setTitle{padding:4px 10px 6px;font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--secondary);text-transform:uppercase}.stickerPicker__grid{display:grid;padding:0 6px 4px}.stickerPicker__setPlaceholder{width:100%}.stickerPicker__empty{display:flex;align-items:center;justify-content:center;min-height:120px;padding:16px;font-size:13px;color:var(--secondary);text-align:center}.stickerPicker__stickerBtn{border:none;background:transparent;padding:2px;border-radius:10px;cursor:pointer;display:grid;place-items:center;width:100%;min-width:0;transition:background-color .12s ease,transform .1s ease}.stickerPicker__stickerBtn:hover{background:var(--surface-container-high, rgba(0, 0, 0, .05))}.stickerPicker__stickerBtn:active{transform:scale(.94)}.stickerPicker__stickerBtn--placeholder{cursor:default;pointer-events:none}.stickerShimmer{display:block;flex-shrink:0;border-radius:8px;background:linear-gradient(105deg,var(--surface-container-low, #e8e8e8) 0%,var(--surface-container-low, #e8e8e8) 40%,var(--surface-container-high, #f0f0f0) 50%,var(--surface-container-low, #e8e8e8) 60%,var(--surface-container-low, #e8e8e8) 100%);background-size:200% 100%;animation:stickerShimmerPulse 1.4s ease-in-out infinite}[data-theme=dark] .stickerShimmer{background:linear-gradient(105deg,#ffffff0f 0% 40%,#ffffff1a 50%,#ffffff0f 60% 100%);background-size:200% 100%}@keyframes stickerShimmerPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.stickerPicker__tabs{display:flex;gap:4px;padding:8px;align-items:center;flex-shrink:0;border-top:1px solid var(--outline-variant)}.stickerPicker__tabsScroll{display:flex;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.stickerPicker__tabsScroll::-webkit-scrollbar{display:none;width:0;height:0}.stickerPicker__tabsScroll--chrome{flex:initial;width:100%;align-items:center;padding-block:2px}.stickerPicker__gridPlaceholder{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px}.stickerPicker__gridPlaceholderCell{display:grid;place-items:center;padding:4px}.stickerPickerSheetHost .sheetModalPlain__body{padding:0;overflow:hidden;display:flex;flex-direction:column}.stickerPickerSheetHost .sheetModalPlain__body .stickerPicker--sheet{height:100%;min-height:min(50vh,360px);max-height:min(56vh,440px)}.stickerPickerSheetHost .sheetModalPlain__footer.stickerPicker__sheetFooter{display:none}
