@charset "UTF-8";.plumInputWrapper{display:flex;flex-direction:column;box-sizing:border-box;min-width:100px}.plumInputWrapper:focus{outline:none}.plumInputWrapperSizeSmall,.plumInputWrapperSizeMedium,.plumInputWrapperSizeLarge{font-size:14px;line-height:16px}.plumInputWrapperDisabled{pointer-events:none;-webkit-user-select:none;user-select:none}.plumInputWrapperHolder{flex-shrink:0;position:relative;border:1px solid var(--plum-color-border-tertiary);background-color:var(--plum-color-white);box-sizing:border-box;transition:border-color .2s ease}.plumInputWrapperHolderLabel{position:absolute;left:10px;top:-6px;max-width:calc(100% - 20px);font-size:12px;line-height:12px;color:var(--plum-color-text-label);background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (pointer: coarse){.plumInputWrapperHolderLabel{pointer-events:none}}.plumInputWrapperHolderRequired{position:absolute;left:5px;top:5px;font-size:12px;line-height:12px;color:var(--plum-color-danger)}.plumInputWrapperHint{margin-top:2px;padding:0 10px;color:var(--plum-color-text-label);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}@keyframes plumInputWrapperFlashSuccess{0%{background-color:var(--plum-color-success)}to{background-color:transparent}}@keyframes plumInputWrapperFlashError{0%{background-color:var(--plum-color-danger)}to{background-color:transparent}}@keyframes plumInputWrapperFlashPending{0%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}50%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 50%)}to{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}}.plumInputWrapperFlash{position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0}.plumInputWrapperFlashSuccess{animation:1s ease 0s 1 normal none running plumInputWrapperFlashSuccess}.plumInputWrapperFlashError{animation:1s ease 0s 1 normal none running plumInputWrapperFlashError}.plumInputWrapperFlashPending{animation:1s ease 0s infinite normal none running plumInputWrapperFlashPending;pointer-events:all}.plumInputWrapperSizeSmall .plumInputWrapperHolder{min-height:30px}.plumInputWrapperSizeMedium .plumInputWrapperHolder{min-height:35px}.plumInputWrapperSizeLarge .plumInputWrapperHolder{min-height:40px}.plumInputWrapperShapeRoundedRectangle .plumInputWrapperHolder{border-radius:var(--plum-border-radius-rounded-rectangle)}.plumInputWrapperShapeRoundedRectangle .plumInputWrapperFlash{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill .plumInputWrapperHolder{border-radius:var(--plum-border-radius-pill)}.plumInputWrapperShapePill .plumInputWrapperFlash{border-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperWarning .plumInputWrapperHolder{border-color:var(--plum-color-warning)}.plumInputWrapperWarning .plumInputWrapperHint{color:var(--plum-color-warning)}.plumInputWrapperError .plumInputWrapperHolder{border-color:var(--plum-color-danger)}.plumInputWrapperError .plumInputWrapperHint{color:var(--plum-color-danger)}.plumInputWrapper:focus-within .plumInputWrapperHolder,.plumInputWrapperFocused .plumInputWrapperHolder{border-color:var(--plum-color-primary)}@media (hover: hover){.plumInputWrapper:hover .plumInputWrapperHolder{border-color:var(--plum-color-primary)}}.plumInputWrapperDisabled .plumInputWrapperHolder{background-color:#fafafa}.plumInputText .plumInputWrapperHolder{display:flex}.plumInputTextInputWrapper{flex:1;min-width:0;display:flex;position:relative}.plumInputTextInput{flex:1;padding:0 5px;border:none;min-width:0;width:0;font-size:inherit;line-height:inherit;background-color:transparent}.plumInputTextInput:focus{outline:none}.plumInputTextInput::placeholder{color:var(--plum-color-text-placeholder);-webkit-user-select:none;user-select:none}.plumInputTextInputLabelAsPlaceholder{position:absolute;left:0;top:0;height:100%;width:100%;padding:0 5px;color:var(--plum-color-text-label);display:flex;align-items:center;pointer-events:none}.plumInputTextInputLabelAsPlaceholder span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputTextClearButton{box-sizing:border-box;height:var(--plum-input-text-innner-height);display:flex;align-items:center;padding:4px 0;-webkit-user-select:none;user-select:none}.plumInputTextClearButton>*{background-color:transparent;border:none;padding:0;width:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer}@media (hover: hover){.plumInputTextClearButton>*:hover{background-color:var(--plum-color-bg-light)}}.plumInputTextClearButtonLast{padding-right:4px}.plumInputTextClearButtonLast button{border-top-right-radius:var(--plum-input-number-button-corner-radius);border-bottom-right-radius:var(--plum-input-number-button-corner-radius)}.plumInputTextLeftAdornment{box-sizing:border-box;height:var(--plum-input-text-innner-height);margin-left:10px;flex-shrink:0;display:flex;align-items:center}.plumInputTextRightAdornment{box-sizing:border-box;height:var(--plum-input-text-innner-height);margin-right:10px;flex-shrink:0;display:flex;align-items:center}.plumInputWrapperShapeRoundedRectangle{--plum-input-text-shape-corner-radius: calc(var(--plum-border-radius-rounded-rectangle) - 2px)}.plumInputWrapperShapeRoundedRectangle .plumInputTextInput{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill{--plum-input-text-shape-corner-radius: calc(var(--plum-border-radius-pill) - 2px)}.plumInputWrapperShapePill .plumInputTextInput{border-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-text-innner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-text-innner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-text-innner-height: 38px}.plumInputWrapper:has(.plumInputTextInput:focus) .plumInputTextInputLabelAsPlaceholder,.plumInputWrapper:has(.plumInputTextInput:not(:placeholder-shown)) .plumInputTextInputLabelAsPlaceholder{display:none}.plumInputWrapper:has(.plumInputTextInput:placeholder-shown) .plumInputTextClearButton{display:none}.plumInputWrapper:has(.plumInputTextInput:placeholder-shown):has(.plumInputTextInput:not(:focus)) .plumInputWrapperHolderLabel{display:none}.plumInputWrapper:has(.plumInputTextInput:placeholder-shown):has(.plumInputTextInput:not(:focus)):has(.plumInputTextInputLabelAsPlaceholder) .plumInputTextInput::placeholder{color:transparent}.plumInputTextInputWrapperFirst .plumInputTextInput{padding-left:10px;border-top-left-radius:0;border-bottom-left-radius:0}.plumInputTextInputWrapperFirst .plumInputTextInputLabelAsPlaceholder{padding-left:10px}.plumInputTextInputWrapperLast .plumInputTextInput{padding-right:10px;border-top-right-radius:0;border-bottom-right-radius:0}.plumInputTextInputWrapperLast .plumInputTextInputLabelAsPlaceholder{padding-right:10px}.plumIcon{box-sizing:border-box;display:block;width:24px;height:24px}.plumInputTextSearch .plumInputTextClearButton .plumIcon,.plumInputTextSearch .plumInputTextRightAdornment .plumIcon{color:var(--plum-color-text-placeholder)}.plumInputTextarea .plumInputWrapperHolder{display:flex}.plumInputTextareaFillContainer{height:100%;min-height:0}.plumInputTextareaFillContainer .plumInputWrapperHolder{height:100%;min-height:0;flex-shrink:1}.plumInputTextareaFillContainer .plumInputTextareaTextareaWrapper{height:100%;min-height:0}.plumInputTextareaFillContainer .plumInputTextareaTextarea{height:100%;min-height:0;overflow:auto}.plumInputTextareaTextareaWrapper{flex:1;min-width:0;display:flex;position:relative}.plumInputTextareaTextarea{box-sizing:border-box;flex:1;padding:0 5px;border:none;min-width:0;width:0;font-size:inherit;line-height:inherit;background-color:transparent;resize:none;font-family:inherit}.plumInputTextareaTextarea:focus{outline:none}.plumInputTextareaTextarea::placeholder{color:var(--plum-color-text-placeholder);-webkit-user-select:none;user-select:none}.plumInputTextareaTextarea::-webkit-scrollbar{width:15px}.plumInputTextareaTextarea::-webkit-scrollbar-thumb{background-color:var(--plum-color-border-tertiary);border:4px solid transparent;border-radius:8px;background-clip:padding-box;cursor:pointer}@media (hover: hover){.plumInputTextareaTextarea::-webkit-scrollbar-thumb:hover{background-color:var(--plum-color-border)}}.plumInputTextareaTextareaLabelAsPlaceholder{position:absolute;left:0;top:0;height:var(--plum-input-textarea-innner-height);padding:0 5px;color:var(--plum-color-text-label);display:flex;align-items:center;pointer-events:none}.plumInputTextareaTextareaLabelAsPlaceholder span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputTextareaClearButton{box-sizing:border-box;height:var(--plum-input-textarea-innner-height);display:flex;padding:4px 0;-webkit-user-select:none;user-select:none}.plumInputTextareaClearButton button{background-color:transparent;border:none;padding:0;width:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer}@media (hover: hover){.plumInputTextareaClearButton button:hover{background-color:var(--plum-color-bg-light)}}.plumInputTextareaClearButtonLast{padding-right:4px}.plumInputTextareaClearButtonLast button{border-top-right-radius:var(--plum-input-number-button-corner-radius);border-bottom-right-radius:var(--plum-input-number-button-corner-radius)}.plumInputTextareaLeftAdornment{box-sizing:border-box;height:var(--plum-input-textarea-innner-height);margin-left:10px;flex-shrink:0;display:flex;align-items:center}.plumInputTextareaRightAdornment{box-sizing:border-box;height:var(--plum-input-textarea-innner-height);margin-right:10px;flex-shrink:0;display:flex;align-items:center}.plumInputWrapperShapeRoundedRectangle{--plum-input-textarea-shape-corner-radius: calc(var(--plum-border-radius-rounded-rectangle) - 2px)}.plumInputWrapperShapeRoundedRectangle .plumInputTextareaTextarea{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill{--plum-input-textarea-shape-corner-radius: calc(var(--plum-border-radius-pill) - 2px)}.plumInputWrapperShapePill .plumInputTextareaTextarea{border-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-textarea-innner-height: 28px}.plumInputWrapperSizeSmall .plumInputTextareaTextarea{padding-top:6px;padding-bottom:6px}.plumInputWrapperSizeMedium{--plum-input-textarea-innner-height: 33px}.plumInputWrapperSizeMedium .plumInputTextareaTextarea{padding-top:8px;padding-bottom:8px}.plumInputWrapperSizeLarge{--plum-input-textarea-innner-height: 38px}.plumInputWrapperSizeLarge .plumInputTextareaTextarea{padding-top:10px;padding-bottom:10px}.plumInputWrapper:has(.plumInputTextareaTextarea:focus) .plumInputTextareaTextareaLabelAsPlaceholder,.plumInputWrapper:has(.plumInputTextareaTextarea:not(:placeholder-shown)) .plumInputTextareaTextareaLabelAsPlaceholder{display:none}.plumInputWrapper:has(.plumInputTextareaTextarea:placeholder-shown) .plumInputTextareaClearButton{display:none}.plumInputWrapper:has(.plumInputTextareaTextarea:placeholder-shown):has(.plumInputTextareaTextarea:not(:focus)) .plumInputWrapperHolderLabel{display:none}.plumInputWrapper:has(.plumInputTextareaTextarea:placeholder-shown):has(.plumInputTextareaTextarea:not(:focus)):has(.plumInputTextareaTextareaLabelAsPlaceholder) .plumInputTextareaTextarea::placeholder{color:transparent}.plumInputTextareaTextareaWrapper:not(.plumInputTextareaTextareaWrapperFirst) .plumInputTextareaTextarea{border-top-left-radius:0;border-bottom-left-radius:0}.plumInputTextareaTextareaWrapper:not(.plumInputTextareaTextareaWrapperLast) .plumInputTextareaTextarea{border-top-right-radius:0;border-bottom-right-radius:0}.plumInputTextareaTextareaWrapper.plumInputTextareaTextareaWrapperFirst .plumInputTextareaTextarea,.plumInputTextareaTextareaWrapper.plumInputTextareaTextareaWrapperFirst .plumInputTextareaTextareaLabelAsPlaceholder{padding-left:10px}.plumInputTextareaTextareaWrapper.plumInputTextareaTextareaWrapperLast .plumInputTextareaTextarea,.plumInputTextareaTextareaWrapper.plumInputTextareaTextareaWrapperLast .plumInputTextareaTextareaLabelAsPlaceholder{padding-right:10px}.plumInputRichTextToolbar{display:flex;flex-wrap:nowrap;align-items:center;gap:2px;flex-shrink:0;min-width:0;padding:4px 6px;border-bottom:1px solid var(--plum-color-border-tertiary);background-color:var(--plum-color-bg-light, #f5f5f5)}.plumInputRichTextToolbarScroll{position:relative;flex:1;min-width:0;overflow:hidden}.plumInputRichTextToolbarMain{display:flex;flex-wrap:nowrap;align-items:center;width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain;scrollbar-width:none}.plumInputRichTextToolbarMain::-webkit-scrollbar{display:none}.plumInputRichTextToolbarGradient{position:absolute;top:0;bottom:0;width:12px;pointer-events:none;opacity:0;transition:opacity .2s ease}.plumInputRichTextToolbarGradientVisible{opacity:1}.plumInputRichTextToolbarGradientLeft{left:0;background:linear-gradient(to right,color-mix(in srgb,var(--plum-color-bg-light, #f5f5f5),transparent 5%) 0%,color-mix(in srgb,var(--plum-color-bg-light, #f5f5f5),transparent 100%) 100%)}.plumInputRichTextToolbarGradientRight{right:0;background:linear-gradient(to left,color-mix(in srgb,var(--plum-color-bg-light, #f5f5f5),transparent 5%) 0%,color-mix(in srgb,var(--plum-color-bg-light, #f5f5f5),transparent 100%) 100%)}.plumInputRichTextToolbarActions{display:flex;flex-shrink:0;align-items:center;margin-left:auto}.plumInputRichTextToolbarSaveStatus{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 8px;border-radius:6px;font-size:13px;line-height:16px;white-space:nowrap}.plumInputRichTextToolbarSaveStatusIcon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.plumInputRichTextToolbarSaveStatusIcon svg{width:16px;height:16px}.plumInputRichTextToolbarSaveStatusLabel{white-space:nowrap}.plumInputRichTextToolbarSaveStatusPending{color:var(--plum-color-text-label)}.plumInputRichTextToolbarSaveStatusPending .plumInputRichTextToolbarSaveStatusIcon svg{animation:plumInputRichTextSaveStatusSpin .9s linear infinite}.plumInputRichTextToolbarSaveStatusSaved{color:var(--plum-color-success)}.plumInputRichTextToolbarSaveStatusFailed{color:var(--plum-color-danger)}.plumInputRichTextToolbarSaveStatusCompact .plumInputRichTextToolbarSaveStatusLabel{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes plumInputRichTextSaveStatusSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.plumInputRichText.plumInputWrapperShapeRoundedRectangle .plumInputRichTextToolbar{border-top-left-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px);border-top-right-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputRichText.plumInputWrapperShapePill .plumInputRichTextToolbar{border-top-left-radius:calc(var(--plum-border-radius-pill) - 1px);border-top-right-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputRichTextToolbarGroup{display:flex;flex-shrink:0;align-items:center;gap:2px}.plumInputRichTextToolbarSeparator{flex-shrink:0;width:1px;height:24px;margin:0 4px;background-color:var(--plum-color-border-tertiary)}.plumInputRichTextToolbarButton{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--plum-color-text-primary, inherit);cursor:pointer;transition:background-color .12s ease}.plumInputRichTextToolbarButton svg{width:16px;height:16px;flex-shrink:0}@media (hover: hover){.plumInputRichTextToolbarButton:hover:not(:disabled){background-color:var(--plum-color-border-tertiary)}}.plumInputRichTextToolbarButton[aria-pressed=true]{background-color:var(--plum-color-border-tertiary);color:var(--plum-color-primary, inherit)}.plumInputRichTextToolbarButton:disabled{opacity:.35;cursor:not-allowed}.plumInputRichTextToolbarSelectLabel{display:inline-flex;align-items:center;margin:0}.plumInputRichTextToolbarSelectLabelText{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.plumInputRichTextToolbarSelectWrap{display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 8px 0 6px;border:1px solid transparent;border-radius:6px;background:transparent;transition:background-color .12s ease,border-color .12s ease}@media (hover: hover){.plumInputRichTextToolbarSelectWrap:hover{background-color:var(--plum-color-border-tertiary);border-color:var(--plum-color-border-tertiary)}}.plumInputRichTextToolbarSelectIcon{flex-shrink:0;opacity:.7}.plumInputRichTextToolbarSelect{min-width:108px;height:24px;padding:0 4px;border:none;border-radius:4px;background:transparent;color:inherit;font:inherit;font-size:13px;line-height:24px;cursor:pointer;outline:none}.plumInputRichTextToolbarSelect:disabled{opacity:.35;cursor:not-allowed}.plumButton{cursor:pointer;position:relative;box-sizing:border-box;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--plum-color-text-main);font-weight:500}.plumButton:disabled{pointer-events:none}.plumButtonShapePill{border-radius:999px}.plumButtonShapeRoundedRectangle{border-radius:8px}.plumButtonShapeCircle{flex-shrink:0;border-radius:50%}.plumButtonShapeRoundedSquare{flex-shrink:0;border-radius:8px}.plumButtonSizeSmall{padding:2px 12px;min-height:30px;font-size:14px;line-height:18px}.plumButtonSizeSmall.plumButtonShapeCircle,.plumButtonSizeSmall.plumButtonShapeRoundedSquare{padding:0;width:30px;display:flex;align-items:center;justify-content:center}.plumButtonSizeMedium{padding:5px 14px;min-height:35px;font-size:14px;line-height:18px}.plumButtonSizeMedium.plumButtonShapeCircle,.plumButtonSizeMedium.plumButtonShapeRoundedSquare{padding:0;width:35px;display:flex;align-items:center;justify-content:center}.plumButtonSizeLarge{padding:8px 16px;min-height:40px;font-size:16px;line-height:18px}.plumButtonSizeLarge.plumButtonShapeCircle,.plumButtonSizeLarge.plumButtonShapeRoundedSquare{padding:0;width:40px;display:flex;align-items:center;justify-content:center}.plumButtonVariantPrimary{background-color:var(--plum-color-primary);border:1px solid transparent;color:var(--plum-color-white)}.plumButtonVariantPrimary.plumButtonDisabled{background-color:color-mix(in srgb,var(--plum-color-primary) 50%,var(--plum-color-white))}@media (hover: hover){.plumButtonVariantPrimary:hover{background-color:var(--plum-color-primary-hover)}}.plumButtonVariantSecondary{background-color:var(--plum-color-secondary);border:1px solid transparent;color:var(--plum-color-white)}.plumButtonVariantSecondary.plumButtonDisabled{background-color:color-mix(in srgb,var(--plum-color-secondary) 50%,var(--plum-color-white))}@media (hover: hover){.plumButtonVariantSecondary:hover{background-color:var(--plum-color-secondary-hover)}}.plumButtonVariantSuccess{background-color:var(--plum-color-success);border:1px solid transparent;color:var(--plum-color-white)}.plumButtonVariantSuccess.plumButtonDisabled{background-color:color-mix(in srgb,var(--plum-color-success) 50%,var(--plum-color-white))}@media (hover: hover){.plumButtonVariantSuccess:hover{background-color:var(--plum-color-success-hover)}}.plumButtonVariantWarning{background-color:var(--plum-color-warning);border:1px solid transparent;color:var(--plum-color-white)}.plumButtonVariantWarning.plumButtonDisabled{background-color:color-mix(in srgb,var(--plum-color-warning) 50%,var(--plum-color-white))}@media (hover: hover){.plumButtonVariantWarning:hover{background-color:var(--plum-color-warning-hover)}}.plumButtonVariantDanger{background-color:var(--plum-color-danger);border:1px solid transparent;color:var(--plum-color-white)}.plumButtonVariantDanger.plumButtonDisabled{background-color:color-mix(in srgb,var(--plum-color-danger) 50%,var(--plum-color-white))}@media (hover: hover){.plumButtonVariantDanger:hover{background-color:var(--plum-color-danger-hover)}}.plumButtonVariantLink{background-color:transparent;border:1px solid transparent;color:var(--plum-color-text-disabled)}.plumButtonVariantLink.plumButtonDisabled{color:var(--plum-color-text-placeholder)}@media (hover: hover){.plumButtonVariantLink:hover{text-decoration:underline}}.plumButtonVariantWhite{background-color:var(--plum-color-white);border:1px solid var(--plum-color-border-tertiary);color:var(--plum-color-text-secondary)}.plumButtonVariantWhite.plumButtonDisabled{color:var(--plum-color-text-placeholder)}@media (hover: hover){.plumButtonVariantWhite:hover{background-color:var(--plum-color-white-hover)}}.plumButtonVariantReset{border:1px solid transparent}.plumButtonVariantPrimaryLight{background-color:var(--plum-color-bg-light);border:1px solid transparent;color:var(--plum-color-primary)}.plumButtonVariantPrimaryLight.plumButtonDisabled{color:var(--plum-color-text-placeholder)}@media (hover: hover){.plumButtonVariantPrimaryLight:hover{color:var(--plum-color-primary-hover);background-color:var(--plum-color-primary-light-hover)}}.plumButtonVariantDangerLight{background-color:var(--plum-color-bg-light);border:1px solid transparent;color:var(--plum-color-danger)}.plumButtonVariantDangerLight.plumButtonDisabled{color:var(--plum-color-text-placeholder)}@media (hover: hover){.plumButtonVariantDangerLight:hover{color:var(--plum-color-danger-hover);background-color:var(--plum-color-primary-light-hover)}}.plumButtonLoading{color:transparent!important}.plumButtonLoader{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;gap:4px;align-items:center;justify-content:center}.plumButtonLoaderDot{font-size:30px;font-weight:800;width:5px;height:5px;border-radius:50%;background-color:#fff;vertical-align:center;animation:plum-button-loader-dot 2s infinite;animation-delay:0}.plumButtonLoaderDot:nth-child(2){animation-delay:.6s}.plumButtonLoaderDot:nth-child(3){animation-delay:1.2s}@keyframes plum-button-loader-dot{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.plumButtonBadge{position:absolute;background-color:var(--plum-color-danger);color:var(--plum-color-white);border-radius:8px;height:16px;min-width:16px;line-height:16px;padding:0 4px;font-size:12px}.plumButtonBadgeBoolean{border-radius:50%;height:10px;width:10px;min-width:unset;padding:0}.plumButtonBadgePlacementTopRight{top:4px;right:4px;transform:translate(50%,-50%)}.plumButtonBadgePlacementTopLeft{top:4px;left:4px;transform:translate(-50%,-50%)}.plumButtonBadgePlacementBottomRight{bottom:4px;right:4px;transform:translate(50%,50%)}.plumButtonBadgePlacementBottomLeft{bottom:4px;left:4px;transform:translate(-50%,50%)}.plumButtonVariantPrimary .plumButtonLoaderDot,.plumButtonVariantSecondary .plumButtonLoaderDot,.plumButtonVariantSuccess .plumButtonLoaderDot,.plumButtonVariantWarning .plumButtonLoaderDot,.plumButtonVariantDanger .plumButtonLoaderDot{background-color:var(--plum-color-white)}.plumButtonVariantLink .plumButtonLoaderDot{background-color:var(--plum-color-text-disabled)}.plumButtonVariantWhite .plumButtonLoaderDot{background-color:var(--plum-color-text-secondary)}.plumButtonVariantPrimaryLight .plumButtonLoaderDot{background-color:var(--plum-color-primary)}.plumButtonLoading{color:transparent}.plumButtonLoading>*:not(.plumButtonLoader){opacity:0}.plumButton .plumIcon{flex-shrink:0;width:18px;height:18px}.plumInputRichTextLinkModalDialog{box-sizing:border-box;width:min(360px,90vw);max-width:90vw;margin:auto;padding:0;border:none;background:transparent;color:inherit;overflow:hidden}.plumInputRichTextLinkModalDialog::backdrop{background-color:#00000059}.plumInputRichTextLinkModalDialog:not([open]){display:none}.plumInputRichTextLinkModal{box-sizing:border-box;width:100%;max-width:100%;min-width:0;margin:0;padding:0;border:1px solid var(--plum-color-border-tertiary);border-radius:8px;background:var(--plum-color-white);box-shadow:0 8px 24px #0000001f;overflow-x:hidden}.plumInputRichTextLinkModalHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:12px 12px 8px}.plumInputRichTextLinkModalTitle{flex:1;min-width:0;margin:0;overflow:hidden;font-size:14px;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.plumInputRichTextLinkModalClose{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:4px;border:none;border-radius:4px;background:transparent;color:inherit;cursor:pointer}.plumInputRichTextLinkModalClose svg{width:20px;height:20px}.plumInputRichTextLinkModalClose:hover{background-color:var(--plum-color-bg-light)}.plumInputRichTextLinkModalLabel{display:flex;flex-direction:column;gap:4px;box-sizing:border-box;min-width:0;padding:0 12px 12px;font-size:12px;color:var(--plum-color-text-label)}.plumInputRichTextLinkModalInput{box-sizing:border-box;width:100%;max-width:100%;min-width:0;padding:8px 10px;border:1px solid var(--plum-color-border-tertiary);border-radius:6px;font:inherit;font-size:14px;color:var(--plum-color-text-main)}.plumInputRichTextLinkModalInput:focus{outline:none;border-color:var(--plum-color-primary)}.plumInputRichTextLinkModalActions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:0 12px 12px}.plumInputRichTextLinkModalActionsPrimary{display:flex;flex-wrap:wrap;gap:8px;min-width:0;margin-left:auto}.plumInputRichText{min-height:250px}.plumInputRichText.plumInputWrapper{display:flex;flex-direction:column}.plumInputRichText .plumInputWrapperHolder{flex:1;display:flex;flex-direction:column;align-items:stretch;overflow:visible}.plumInputRichTextBody{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;width:100%}.plumInputRichTextEditorViewport{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;font-size:inherit;line-height:inherit;font-family:inherit}.plumInputRichTextEditorViewport .plumRichTextContent{flex:1 1 0;min-height:0;overflow:auto;overscroll-behavior:contain;padding:5px}.plumRichTextContent{box-sizing:border-box;width:100%;outline:none;overflow:visible;font-size:inherit;line-height:inherit;font-family:inherit}.plumRichTextContent p{margin:0 0 .5em}.plumRichTextContent p:last-child{margin-bottom:0}.plumRichTextContent h1,.plumRichTextContent h2,.plumRichTextContent h3,.plumRichTextContent h4,.plumRichTextContent h5,.plumRichTextContent h6{margin:0 0 .5em;font-weight:600;line-height:1.25;color:inherit}.plumRichTextContent h1:last-child,.plumRichTextContent h2:last-child,.plumRichTextContent h3:last-child,.plumRichTextContent h4:last-child,.plumRichTextContent h5:last-child,.plumRichTextContent h6:last-child{margin-bottom:0}.plumRichTextContent h1{font-size:1.5em}.plumRichTextContent h2{font-size:1.25em}.plumRichTextContent h3{font-size:1.125em}.plumRichTextContent h4{font-size:1em}.plumRichTextContent h5{font-size:.875em}.plumRichTextContent h6{font-size:.8125em;color:var(--plum-color-text-label)}.plumRichTextContent ul,.plumRichTextContent ol{margin:0 0 .5em;padding-left:1.25em}.plumRichTextContent blockquote{margin:0 0 .5em;padding:.25em 0 .25em .75em;border-left:3px solid var(--plum-color-border-tertiary);color:var(--plum-color-text-label)}.plumRichTextContent code{padding:.1em .35em;border-radius:4px;background-color:var(--plum-color-bg-secondary, #f0f0f0);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.plumRichTextContent s,.plumRichTextContent del{text-decoration:line-through}.plumRichTextContent u{text-decoration:underline}.plumRichTextContent a{color:var(--plum-color-primary);text-decoration:underline;cursor:pointer}.plumRichTextContent p.is-editor-empty:first-child:before{color:var(--plum-color-text-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none;-webkit-user-select:none;user-select:none}.plumRichTextViewer{font-size:inherit;line-height:inherit;font-family:inherit}.plumRichTextViewerViewport{display:block;overflow:visible;font-size:inherit;line-height:inherit;font-family:inherit}.plumRichTextViewerViewport .plumRichTextContent{display:block;padding:5px}.plumInputNumber .plumInputWrapperHolder{display:flex}.plumInputNumberInputWrapper{flex:1;min-width:0;display:flex;position:relative}.plumInputNumberInput{min-width:0;width:0;flex:1;padding:0 5px;border:none;font-size:inherit;line-height:inherit;background-color:transparent}.plumInputNumberInput:focus{outline:none}.plumInputNumberInput::placeholder{color:var(--plum-color-text-placeholder);-webkit-user-select:none;user-select:none}.plumInputNumberInputLabelAsPlaceholder{position:absolute;left:0;top:0;height:100%;padding:0 5px;color:var(--plum-color-text-label);display:flex;align-items:center;pointer-events:none}.plumInputNumberInputLabelAsPlaceholder span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputNumberClearButton{box-sizing:border-box;height:var(--plum-input-number-innner-height);display:flex;padding:4px 0;-webkit-user-select:none;user-select:none}.plumInputNumberClearButtonLast{padding-right:4px}.plumInputNumberClearButtonLast button{border-top-right-radius:var(--plum-input-number-button-corner-radius);border-bottom-right-radius:var(--plum-input-number-button-corner-radius)}.plumInputNumberClearButton button{background-color:transparent;border:none;padding:0;width:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputNumberClearButton button:hover{background-color:var(--plum-color-bg-light)}}.plumInputNumberCounter{box-sizing:border-box;height:var(--plum-number-select-innner-height);font-size:14px;display:flex;padding:4px 4px 4px 0;-webkit-user-select:none;user-select:none}.plumInputNumberCounterUp,.plumInputNumberCounterDown{width:30px;border:none;padding:0;background:transparent;border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputNumberCounterUp:hover,.plumInputNumberCounterDown:hover{background:var(--plum-color-bg-light)}}.plumInputNumberCounterDown{border-top-right-radius:var(--plum-input-number-button-corner-radius);border-bottom-right-radius:var(--plum-input-number-button-corner-radius)}.plumInputNumberLeftAdornment{box-sizing:border-box;height:var(--plum-number-select-innner-height);margin-left:10px;flex-shrink:0;display:flex;align-items:center}.plumInputNumberRightAdornment{box-sizing:border-box;height:var(--plum-number-select-innner-height);flex-shrink:0;display:flex;align-items:center}.plumInputNumberRightAdornmentLast{margin-right:10px}.plumInputNumber .plumIcon{width:18px;height:18px}.plumInputNumberInputWrapperFirst .plumInputNumberInput{padding-left:10px;border-top-left-radius:0;border-bottom-left-radius:0}.plumInputNumberInputWrapperFirst .plumInputNumberInputLabelAsPlaceholder{padding-left:10px}.plumInputNumberInputWrapperLast .plumInputNumberInput{padding-right:10px;border-top-right-radius:0;border-bottom-right-radius:0}.plumInputNumberInputWrapperLast .plumInputNumberInputLabelAsPlaceholder{padding-right:10px}.plumInputWrapperShapeRoundedRectangle{--plum-input-number-button-corner-radius: calc(var(--plum-border-radius-rounded-rectangle) - 2px)}.plumInputWrapperShapeRoundedRectangle .plumInputNumberInput{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill{--plum-input-number-button-corner-radius: calc(var(--plum-border-radius-pill) - 2px)}.plumInputWrapperShapePill .plumInputNumberInput{border-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-number-innner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-number-innner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-number-innner-height: 38px}.plumInputWrapper:has(.plumInputNumberInput:focus) .plumInputNumberInputLabelAsPlaceholder,.plumInputWrapper:has(.plumInputNumberInput:not(:placeholder-shown)) .plumInputNumberInputLabelAsPlaceholder{display:none}.plumInputWrapper:has(.plumInputNumberInput:placeholder-shown):has(.plumInputNumberInput:not(:focus)) .plumInputWrapperHolderLabel{display:none}.plumInputWrapper:has(.plumInputNumberInput:placeholder-shown):has(.plumInputNumberInput:not(:focus)):has(.plumInputNumberInputLabelAsPlaceholder) .plumInputNumberInput::placeholder{color:transparent}.plumInputSelect{font-size:14px}.plumInputSelect .plumInputWrapperHolder{display:flex;gap:4px}.plumInputSelectValue{border-radius:inherit;position:relative;flex:1;display:flex;overflow:hidden}.plumInputSelectValueLeftSentinel{position:absolute;left:0;top:0;bottom:0;width:24px;background:linear-gradient(to right,var(--plum-color-white),transparent);pointer-events:none}.plumInputSelectValueRightSentinel{position:absolute;right:0;top:0;bottom:0;width:24px;background:linear-gradient(to left,var(--plum-color-white),transparent);pointer-events:none}.plumInputSelectValueMultiple{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:4px 0 4px 4px;gap:4px;overflow:scroll;scrollbar-width:none;border-radius:var(--plum-input-select-inner-border-radius)}.plumInputSelectValueMultiple::-webkit-scrollbar{display:none}.plumInputSelectValueMultipleWrappable{position:static;inset:unset;flex-wrap:wrap}.plumInputSelectValueMultipleFirst{padding-left:9px}.plumInputSelectValueEdgeMarker{width:1px;height:1px;flex-shrink:0}.plumInputSelectValueMultiplePlaceholder{align-self:center;min-width:0;overflow:hidden;color:var(--plum-color-text-placeholder);text-overflow:ellipsis;white-space:nowrap}.plumInputSelectValueSingle{position:relative;flex:1;display:flex;min-width:0}.plumInputSelectValueSingleInput{width:0;flex:1;font-size:inherit;border:none;padding:0 0 0 9px;color:var(--plum-color-black);background-color:transparent}.plumInputSelectValueSingleInput:focus{outline:none}.plumInputSelectValueSingleInput::placeholder{font-size:inherit;color:var(--plum-color-text-placeholder)}.plumInputSelectValueSingleInputPlaceholderValue::placeholder{color:transparent}.plumInputSelectValueSingleInputPlaceholderValue:focus::placeholder{color:var(--plum-color-text-placeholder)}.plumInputSelectValueSingleInputPlaceholderError::placeholder{color:transparent}.plumInputSelectValueSingleInputPlaceholderError:focus::placeholder{color:var(--plum-color-text-placeholder)}.plumInputSelectValueSingleButton{width:0;flex:1;font-size:inherit;border:none;padding:0 0 0 9px;color:var(--plum-color-text-placeholder);background-color:transparent;text-align:left;cursor:pointer}.plumInputSelectValueSingleButton:focus{outline:none}.plumInputSelectValueSingleButton:disabled{cursor:default}.plumInputSelectValueSingleButton span{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.plumInputSelectValueSingleButtonPlaceholderValue{color:var(--plum-color-black)}.plumInputSelectValueSingleButtonPlaceholderError{color:var(--plum-color-danger)}.plumInputSelectValueMultipleItem{flex-shrink:0;white-space:nowrap;display:flex;align-items:center;gap:5px;background-color:var(--plum-color-bg-light);padding-right:5px;padding-left:10px;font-size:14px;line-height:16px;box-sizing:border-box;height:calc(var(--plum-input-select-innner-height) - 8px);border-radius:var(--plum-input-select-inner-border-radius)}.plumInputSelectValueMultipleItem span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.plumInputSelectValueMultipleItem button{font-size:inherit;line-height:inherit;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;border-radius:var(--plum-input-select-inner-border-radius);padding:0;color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputSelectValueMultipleItem button:hover{background-color:#dfe7f6}}.plumInputSelectValueMultiple.plumInputSelectValueMultipleWrappable .plumInputSelectValueMultipleItem{max-width:100%}.plumInputSelectValueMultiple:not(.plumInputSelectValueMultipleWrappable){gap:0}.plumInputSelectValueMultiple:not(.plumInputSelectValueMultipleWrappable) .plumInputSelectValueMultipleItem:not(:first-child):not(:nth-child(2)){margin-left:5px}.plumInputSelectValueSingleSelectedLabel{position:absolute;top:0;right:0;bottom:0;left:0;padding:0 0 0 9px;box-sizing:border-box;color:var(--plum-color-black);display:flex;align-items:center;min-width:0;overflow:hidden;pointer-events:none}.plumInputSelectValueSingleSelectedLabel span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputSelectValueSingleSelectedLabelError{color:var(--plum-color-danger)}.plumInputSelectValueSingle:has(.plumInputSelectValueSingleInput:focus) .plumInputSelectValueSingleSelectedLabel{display:none}.plumInputSelectValueLabelAsPlaceholder{position:absolute;left:10px;top:0;height:100%;color:var(--plum-color-text-label);max-width:calc(100% - 20px);min-width:0;display:flex;align-items:center;pointer-events:none;overflow:hidden}.plumInputSelectValueLabelAsPlaceholder span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputSelectLeftAdornment,.plumInputSelectRightAdornment{flex-shrink:0;display:flex;height:var(--plum-input-select-innner-height);box-sizing:border-box}.plumInputSelectClearButton{display:flex;padding:4px 0;height:var(--plum-input-select-innner-height);box-sizing:border-box}.plumInputSelectClearButton button{border:none;background-color:transparent;width:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--plum-input-select-inner-border-radius);color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputSelectClearButton button:hover{background-color:var(--plum-color-bg-light)}}.plumInputSelectClearButton button:focus{outline:none}.plumInputSelectArrowButton{flex-shrink:0;display:flex;padding:4px 4px 4px 0;height:var(--plum-input-select-innner-height);box-sizing:border-box}.plumInputSelectArrowButton button{background-color:transparent;border:none;padding:0;width:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--plum-input-select-inner-border-radius);color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputSelectArrowButton button:hover{background-color:var(--plum-color-bg-light)}}.plumInputSelectArrowButton button:focus{outline:none}.plumInputSelectDropdown{font-size:14px;line-height:16px;padding:5px;background-color:var(--plum-color-white);box-shadow:0 2px 6px #0003,0 -1px 8px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;gap:5px;z-index:50}.plumInputSelectDropdownShapeRoundedRectangle{border-radius:var(--plum-border-radius-rounded-rectangle)}.plumInputSelectDropdownShapePill{border-radius:var(--plum-border-radius-pill)}.plumInputSelectDropdownDisabled:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff3;border-radius:inherit}.plumInputSelectDropdownHidden{visibility:hidden}.plumInputSelectDropdownList{flex-shrink:0;overflow:hidden;min-height:0}.plumInputSelectDropdownList [role=grid]{border-radius:0;overscroll-behavior:contain}.plumInputSelectDropdownList [role=grid]:focus{outline:none}.plumInputSelectDropdownSelectAll{box-sizing:border-box;width:100%;min-height:30px;display:flex;align-items:center;padding:6px 10px;border:none;background-color:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-primary) 8%);color:var(--plum-color-primary);font-size:inherit;line-height:inherit;font-weight:600;text-align:left;cursor:pointer}@media (hover: hover){.plumInputSelectDropdownSelectAll:hover:not(:disabled){background-color:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-primary) 8%);color:var(--plum-color-primary)}}.plumInputSelectDropdownSelectAll:disabled{cursor:default;opacity:.6}.plumInputSelectDropdownSelectAllActive{color:var(--plum-color-primary)}.plumInputSelectDropdownGroupLabel{box-sizing:border-box;min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;background-color:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-primary) 8%);font-weight:600}.plumInputSelectDropdownGroupLabelClickable{cursor:pointer}@media (hover: hover){.plumInputSelectDropdownGroupLabelClickable:hover{background-color:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-primary) 8%);color:var(--plum-color-primary)}}.plumInputSelectDropdownGroupLabelIndeterminate,.plumInputSelectDropdownGroupLabelActive{color:var(--plum-color-primary)}.plumInputSelectDropdownGroupCheckbox{pointer-events:none}.plumInputSelectDropdownGroupCheckbox .plumInputCheckboxBoxChecked svg{top:1px;right:1px;bottom:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px)}.plumInputSelectDropdownOption{position:relative;min-height:30px;font-size:inherit;line-height:inherit;display:flex;align-items:center;padding:6px 10px;box-sizing:border-box;cursor:pointer}@media (hover: hover){.plumInputSelectDropdownOption:hover{background-color:var(--plum-color-bg-light)}}.plumInputSelectDropdownOptionActive{background-color:var(--plum-color-primary);color:var(--plum-color-white)}@media (hover: hover){.plumInputSelectDropdownOptionActive:hover{background-color:color-mix(in srgb,var(--plum-color-primary),var(--plum-color-black) 10%);color:var(--plum-color-white)}}.plumInputSelectDropdownOptionKeyboardActive:after,.plumInputSelectDropdownOptionKeyboardActive:hover:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;outline:2px solid rgba(0,0,0,.1)}.plumInputSelectDropdownOptionKeyboardActive.plumInputSelectDropdownOptionActive:after,.plumInputSelectDropdownOptionKeyboardActive:hover.plumInputSelectDropdownOptionActive:after{outline-color:#fff3}.plumInputSelectDropdownEmpty{height:30px;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-label)}.plumInputSelect .plumIcon{width:18px;height:18px}.plumInputWrapperShapeRoundedRectangle{--plum-input-select-inner-border-radius: calc(var(--plum-border-radius-rounded-rectangle) - 5px)}.plumInputWrapperShapeRoundedRectangle .plumInputSelectValueSingleInput,.plumInputWrapperShapeRoundedRectangle .plumInputSelectValueSingleButton{border-top-left-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px);border-bottom-left-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill{--plum-input-select-inner-border-radius: calc(var(--plum-border-radius-pill) - 5px)}.plumInputWrapperShapePill .plumInputSelectValueSingleInput,.plumInputWrapperShapePill .plumInputSelectValueSingleButton{border-top-left-radius:calc(var(--plum-border-radius-pill) - 1px);border-bottom-left-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-select-innner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-select-innner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-select-innner-height: 38px}.plumInputWrapper:has(.plumInputSelectValueMultiple):has(.plumInputSelectValueLabelAsPlaceholder) .plumInputWrapperHolderLabel{display:none}.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleInputPlaceholderValue) .plumInputSelectValueLabelAsPlaceholder,.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleInput:focus) .plumInputSelectValueLabelAsPlaceholder,.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleInput:not(:placeholder-shown)) .plumInputSelectValueLabelAsPlaceholder,.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleButtonPlaceholderValue) .plumInputSelectValueLabelAsPlaceholder,.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleButton:focus) .plumInputSelectValueLabelAsPlaceholder,.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleButton:not(.plumInputSelectValueSingleButtonEmpty)) .plumInputSelectValueLabelAsPlaceholder{display:none}.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleInput:placeholder-shown):has(.plumInputSelectValueSingleInput:not(:focus,.plumInputSelectValueSingleInputPlaceholderValue)) .plumInputWrapperHolderLabel{display:none}.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleInput:placeholder-shown):has(.plumInputSelectValueSingleInput:not(:focus,.plumInputSelectValueSingleInputPlaceholderValue)):has(.plumInputSelectValueLabelAsPlaceholder) .plumInputSelectValueSingleInput::placeholder{color:transparent}.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleButton.plumInputSelectValueSingleButtonEmpty:not(:focus)) .plumInputWrapperHolderLabel{display:none}.plumInputWrapper:has(.plumInputSelectValueSingle):has(.plumInputSelectValueSingleButton.plumInputSelectValueSingleButtonEmpty:not(:focus)):has(.plumInputSelectValueLabelAsPlaceholder) .plumInputSelectValueSingleButton{color:transparent}.plumInputSelectArrowButton .plumIcon{pointer-events:none}.plumInputSelectDropdown .plumIcon{width:18px;height:18px}.plumInputSelectDropdownShapeRoundedRectangle .plumInputSelectDropdownSelectAll,.plumInputSelectDropdownShapeRoundedRectangle .plumInputSelectDropdownOption{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 2px)}.plumInputSelectDropdownShapeRoundedRectangle .plumInputSelectDropdownOptionKeyboardActive:after{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 4px)}.plumInputSelectDropdownShapePill .plumInputSelectDropdownSelectAll,.plumInputSelectDropdownShapePill .plumInputSelectDropdownOption{border-radius:calc(var(--plum-border-radius-pill) - 5px)}.plumInputSelectDropdownShapePill .plumInputSelectDropdownOptionKeyboardActive:after{border-radius:calc(var(--plum-border-radius-pill) - 7px)}.plumInputSelectDropdownOptionActive.plumInputSelectDropdownOptionPrevActive{border-top-left-radius:0;border-top-right-radius:0}.plumInputSelectDropdownOptionActive.plumInputSelectDropdownOptionPrevActive:after{border-top-left-radius:0;border-top-right-radius:0}.plumInputSelectDropdownOptionActive.plumInputSelectDropdownOptionNextActive{border-bottom-left-radius:0;border-bottom-right-radius:0}.plumInputSelectDropdownOptionActive.plumInputSelectDropdownOptionNextActive:after{border-bottom-left-radius:0;border-bottom-right-radius:0}.plumCalendar{--plum-calendar-day-min-height: 36px;--plum-calendar-day-min-width: 36px;--plum-calendar-day-font-size: 14px;--plum-calendar-day-radius: 10px;--plum-calendar-weekday-height: 32px;--plum-calendar-weekday-font-size: 14px;--plum-calendar-month-width: 80px;--plum-calendar-year-width: 50px;width:100%;max-width:360px;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden}@keyframes PlumCalendar-module_plumCalendarFlashSuccess__A5Wq5{0%{background-color:var(--plum-color-success)}to{background-color:transparent}}@keyframes PlumCalendar-module_plumCalendarFlashError__p2FrV{0%{background-color:var(--plum-color-danger)}to{background-color:transparent}}@keyframes PlumCalendar-module_plumCalendarFlashPending__g-nNu{0%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}50%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 50%)}to{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}}.plumCalendarFlash{position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;border-radius:15px;z-index:1}.plumCalendarFlashSuccess{animation:1s ease 0s 1 normal none running plumCalendarFlashSuccess}.plumCalendarFlashError{animation:1s ease 0s 1 normal none running plumCalendarFlashError}.plumCalendarFlashPending{animation:1s ease 0s infinite normal none running plumCalendarFlashPending;pointer-events:all}.plumCalendarNav{display:flex;align-items:center;justify-content:space-between;gap:8px}.plumCalendarNavLeft{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.plumCalendarNavButton{width:30px;height:30px;min-height:unset;padding:0;font-size:14px;line-height:1}.plumCalendarSelectMonth{width:var(--plum-calendar-month-width);min-width:unset;font-size:14px}.plumCalendarSelectMonth .plumInputWrapper{min-width:unset}.plumCalendarSelectMonth .plumInputWrapperHolder{border:none;background-color:var(--plum-color-bg-light);transition:background-color .2s ease-in-out}.plumCalendarSelectMonth .plumInputWrapperHolder *{color:var(--plum-color-primary)}@media (hover: hover){.plumCalendarSelectMonth .plumInputWrapperHolder:hover{background-color:var(--plum-color-primary-light-hover)}}.plumCalendarSelectMonth .plumInputSelectValueSingleButton{text-align:center;padding-left:0;text-transform:capitalize}.plumCalendarSelectMonth .plumInputSelectArrowButton{display:none}.plumCalendarSelectYear{width:var(--plum-calendar-year-width);min-width:unset;font-size:14px}.plumCalendarSelectYear .plumInputSelectArrowButton{display:none}.plumCalendarSelectYear .plumInputWrapperHolder{border:none;background-color:var(--plum-color-bg-light);transition:background-color .2s ease-in-out}.plumCalendarSelectYear .plumInputWrapperHolder *{color:var(--plum-color-primary)}@media (hover: hover){.plumCalendarSelectYear .plumInputWrapperHolder:hover{background-color:var(--plum-color-primary-light-hover)}}.plumCalendarSelectYear .plumInputSelectValueSingleButton{padding-left:0;text-align:center}.plumCalendarBody{display:flex;flex-direction:column;gap:2px}.plumCalendarShifter{display:flex;align-items:center;justify-content:space-between;gap:8px}.plumCalendarSizeSmall .plumCalendarShifter,.plumCalendarSizeMedium .plumCalendarShifter{flex-direction:column;align-items:flex-start;justify-content:flex-start}.plumCalendarSizeSmall .plumCalendarShifterGroup,.plumCalendarSizeMedium .plumCalendarShifterGroup{width:100%}.plumCalendarSizeSmall .plumCalendarShifterArrow,.plumCalendarSizeMedium .plumCalendarShifterArrow{flex:0 0 auto}.plumCalendarSizeSmall .plumCalendarShifterButton,.plumCalendarSizeMedium .plumCalendarShifterButton{flex:1}.plumCalendarShifterGroup{flex:1;display:flex;align-items:center;gap:6px}.plumCalendarShifterArrow{padding:0}.plumCalendarShifterArrow.plumButtonShapeRoundedSquare,.plumCalendarShifterArrow.plumButtonShapeCircle{width:30px;height:30px;min-height:unset}.plumCalendarShifterButton{flex:1;font-size:14px;line-height:1;padding-left:12px;padding-right:12px}.plumCalendarWeekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.plumCalendarWeekdayButton{border:none;padding:0;border-radius:8px;height:var(--plum-calendar-weekday-height);font-size:var(--plum-calendar-weekday-font-size);font-weight:600;text-transform:lowercase;background-color:transparent;color:var(--plum-color-text-main)}@media (hover: hover){.plumCalendarWeekdayButton:not(:disabled):hover{cursor:pointer;background-color:var(--plum-color-bg-light)}}.plumCalendarWeekdayWeekend{color:var(--plum-color-text-label)}.plumCalendarGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.plumCalendarDay{border:none;padding:0;border-radius:var(--plum-calendar-day-radius);min-height:var(--plum-calendar-day-min-height);min-width:var(--plum-calendar-day-min-width);font-size:var(--plum-calendar-day-font-size);font-weight:500;color:var(--plum-color-text-main);background-color:transparent;cursor:pointer;position:relative}.plumCalendarDayWeekend:not(.plumCalendarDaySelected){color:var(--plum-color-danger)}.plumCalendarDayHoliday{color:var(--plum-color-danger)}.plumCalendarDayOutsideMonth{opacity:.5}.plumCalendarDaySelected{color:var(--plum-color-white);background-color:var(--plum-color-primary)}.plumCalendarDaySelected.plumCalendarDayHoliday,.plumCalendarDaySelected.plumCalendarDayWeekend{color:color-mix(in srgb,var(--plum-color-danger) 55%,var(--plum-color-white))}.plumCalendarDayToday{box-shadow:inset 0 0 0 1px var(--plum-color-primary)}.plumCalendarDayRangeLeft{border-top-left-radius:0;border-bottom-left-radius:0}.plumCalendarDayRangeRight{border-top-right-radius:0;border-bottom-right-radius:0}.plumCalendarDaySelected.plumCalendarDayPeriodBoundaryLeft:before{content:"";position:absolute;left:0;top:4px;bottom:4px;border-left:1px dashed var(--plum-color-white);pointer-events:none}.plumCalendarDaySelected.plumCalendarDayPeriodBoundaryRight:after{content:"";position:absolute;right:0;top:4px;bottom:4px;border-right:1px dashed var(--plum-color-white);pointer-events:none}.plumCalendarDayDisabled{opacity:.35;pointer-events:none}@media (hover: hover){.plumCalendarDay:not(.plumCalendarDaySelected):hover{background-color:var(--plum-color-bg-light)}}.plumCalendarSizeSmall{--plum-calendar-day-min-height: 30px;--plum-calendar-day-min-width: 30px;--plum-calendar-day-radius: 8px;--plum-calendar-weekday-height: 28px;--plum-calendar-weekday-font-size: 14px;--plum-calendar-month-width: 80px;--plum-calendar-year-width: 60px}.plumCalendarSizeMedium{--plum-calendar-day-min-height: 36px;--plum-calendar-day-min-width: 36px;--plum-calendar-day-radius: 10px;--plum-calendar-weekday-height: 32px;--plum-calendar-weekday-font-size: 14px;--plum-calendar-month-width: 80px;--plum-calendar-year-width: 60px}.plumCalendarSizeLarge{--plum-calendar-day-min-height: 44px;--plum-calendar-day-min-width: 44px;--plum-calendar-day-radius: 12px;--plum-calendar-weekday-height: 38px;--plum-calendar-weekday-font-size: 14px;--plum-calendar-month-width: 80px;--plum-calendar-year-width: 60px}.plumInputDateValueLabelAsPlaceholder{position:absolute;left:0;top:0;height:100%;color:var(--plum-color-text-label);max-width:calc(100% - 20px);min-width:0;display:flex;align-items:center;pointer-events:none;overflow:hidden}.plumInputDateValueLabelAsPlaceholder span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputDate .plumInputWrapperHolder{padding:0}.plumInputDate:has(.plumInputDateValueLabelAsPlaceholder) .plumInputWrapperHolderLabel{display:none}.plumInputDate:has(.plumInputDateValueLabelAsPlaceholder) .plumInputDateTriggerValue{color:transparent}.plumInputDate:has(.plumInputDateTrigger:not(.plumInputDateTriggerEmpty)) .plumInputDateValueLabelAsPlaceholder{display:none}.plumInputDateTrigger{box-sizing:border-box;width:100%;min-height:var(--plum-input-date-inner-height, 33px);height:var(--plum-input-date-inner-height, 33px);border:none;background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;cursor:pointer;padding:0 0 0 10px;font-size:14px;line-height:1}.plumInputDateTriggerDisabled{cursor:not-allowed}.plumInputDateTriggerWithChips{padding-left:5px}.plumInputDateTriggerWithChips .plumInputDateValueLabelAsPlaceholder{left:5px}.plumInputDateTriggerValue{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.plumInputDateValue{border-radius:inherit;position:relative;flex:1;min-width:0;min-height:calc(var(--plum-input-date-inner-height, 33px) - 8px);display:flex;align-items:center;overflow:hidden}.plumInputDateValueLeftSentinel{position:absolute;left:0;top:0;bottom:0;width:24px;background:linear-gradient(to right,var(--plum-color-white),transparent);pointer-events:none}.plumInputDateValueRightSentinel{position:absolute;right:0;top:0;bottom:0;width:24px;background:linear-gradient(to left,var(--plum-color-white),transparent);pointer-events:none}.plumInputDateValueMultiple{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;display:flex;gap:0;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;overscroll-behavior:contain}.plumInputDateValueMultiple::-webkit-scrollbar{display:none}.plumInputDateValueEdgeMarker{width:1px;height:1px;flex-shrink:0}.plumInputDateValueChip{flex-shrink:0;white-space:nowrap;display:flex;align-items:center;background-color:var(--plum-color-bg-light);gap:5px;padding-right:5px;padding-left:10px;font-size:14px;line-height:16px;box-sizing:border-box;min-height:calc(var(--plum-input-date-inner-height, 33px) - 8px);height:calc(var(--plum-input-date-inner-height, 33px) - 8px);border-radius:var(--plum-input-date-inner-border-radius)}.plumInputDateValueChip span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.plumInputDateValueChip button{font-size:inherit;line-height:inherit;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;border-radius:var(--plum-input-date-inner-border-radius);padding:0;color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputDateValueChip button:hover:not(:disabled){background-color:#dfe7f6}}.plumInputDateValueChip button svg{width:18px;height:18px}.plumInputDateValueChip:not(:first-child):not(:nth-child(2)){margin-left:5px}.plumInputDateTriggerPlaceholder{color:var(--plum-color-text-label)}.plumInputDateClearButton{display:flex;padding:4px 0;height:var(--plum-input-date-inner-height, 33px);box-sizing:border-box;flex:0 0 auto}.plumInputDateClearButton button{border:none;background-color:transparent;width:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--plum-input-date-inner-border-radius);color:var(--plum-color-text-main);cursor:pointer;padding:0}@media (hover: hover){.plumInputDateClearButton button:hover:not(:disabled){background-color:var(--plum-color-bg-light)}}.plumInputDateClearButton button:focus{outline:none}.plumInputDateClearButton button:disabled{cursor:not-allowed}.plumInputDateClearButton button svg{width:18px;height:18px}.plumInputDateTriggerIcon{display:flex;padding:4px 4px 4px 0;height:var(--plum-input-date-inner-height, 33px);box-sizing:border-box;flex:0 0 auto}.plumInputDateTriggerIcon button{border:none;background-color:transparent;width:30px;display:flex;align-items:center;justify-content:center;border-radius:var(--plum-input-date-inner-border-radius);border-top-right-radius:var(--plum-input-date-button-corner-radius);border-bottom-right-radius:var(--plum-input-date-button-corner-radius);color:var(--plum-color-text-main);cursor:pointer;padding:0}@media (hover: hover){.plumInputDateTriggerIcon button:hover:not(:disabled){background-color:var(--plum-color-bg-light)}}.plumInputDateTriggerIcon button:focus{outline:none}.plumInputDateTriggerIcon button:disabled{cursor:not-allowed}.plumInputDateTriggerIcon button svg{width:18px;height:18px}.plumInputDateDropdown{--plum-input-date-calendar-width: 250px;--plum-input-date-sidebar-width: 150px;--plum-input-date-layout-gap: 5px;--plum-input-date-dropdown-padding: 10px;--plum-input-date-dropdown-viewport-padding: 20px;--plum-input-date-dropdown-viewport-max-width: calc(100dvw - var(--plum-input-date-dropdown-viewport-padding));--plum-input-date-dropdown-desktop-width: calc( var(--plum-input-date-dropdown-padding) + var(--plum-input-date-calendar-width) + var(--plum-input-date-layout-gap) + var(--plum-input-date-sidebar-width) );--plum-input-date-dropdown-min-width: var(--plum-input-date-dropdown-desktop-width);--plum-input-date-dropdown-max-width: var(--plum-input-date-dropdown-desktop-width);box-sizing:border-box;background:var(--plum-color-white);border:1px solid var(--plum-color-border-main);border-radius:8px;box-shadow:0 2px 6px #0003,0 -1px 8px #0000000d;overflow:hidden;overflow-x:hidden;padding:5px;z-index:1000;--plum-input-select-dropdown-z-index: 1001;display:flex;flex-direction:column;width:var(--plum-input-date-dropdown-min-width);min-width:min(var(--plum-input-date-dropdown-min-width),var(--plum-input-date-dropdown-viewport-max-width));max-width:min(var(--plum-input-date-dropdown-max-width),var(--plum-input-date-dropdown-viewport-max-width));min-height:0;overflow-y:hidden}.plumInputDatePickerLayout{display:flex;flex-direction:row;align-items:flex-start;gap:5px;max-width:100%;min-height:0;overflow:hidden}.plumInputDateCalendarShell{flex:0 0 250px;width:250px;min-width:250px;max-width:250px}.plumInputDateCalendarShell>.plumCalendar{--plum-calendar-day-min-height: 32px;--plum-calendar-day-min-width: 32px;--plum-calendar-day-radius: 8px;--plum-calendar-weekday-height: 28px;width:100%;min-width:0;max-width:100%}.plumInputDatePickerLayout>.plumInputTimePickerSidebar{flex:0 0 150px;width:150px;min-width:150px;max-width:150px;overflow-y:auto;align-self:flex-start;height:auto;max-height:100%;border-left:1px solid var(--plum-color-border-main);border-top:none}.plumInputDatePickerLayout>.plumInputTimePickerSidebar .plumInputTimePickerSidebarEmpty{font-size:14px}@media (max-width: 768px){.plumInputDateDropdown{--plum-input-date-dropdown-min-width: calc( var(--plum-input-date-dropdown-padding) + var(--plum-input-date-calendar-width) );--plum-input-date-dropdown-max-width: var(--plum-input-date-dropdown-min-width);width:min(var(--plum-input-date-dropdown-min-width),var(--plum-input-date-dropdown-viewport-max-width));min-width:0;max-width:min(var(--plum-input-date-dropdown-max-width),var(--plum-input-date-dropdown-viewport-max-width))}.plumInputDateCalendarShell{flex:0 1 auto;width:min(var(--plum-input-date-calendar-width),var(--plum-input-date-dropdown-viewport-max-width) - var(--plum-input-date-dropdown-padding));min-width:0;max-width:min(var(--plum-input-date-calendar-width),var(--plum-input-date-dropdown-viewport-max-width) - var(--plum-input-date-dropdown-padding))}.plumInputDatePickerLayout>.plumInputTimePickerSidebar{display:none}}.plumInputWrapperShapeRoundedRectangle{--plum-input-date-inner-border-radius: calc(var(--plum-border-radius-rounded-rectangle) - 5px);--plum-input-date-button-corner-radius: calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill{--plum-input-date-inner-border-radius: calc(var(--plum-border-radius-pill) - 5px);--plum-input-date-button-corner-radius: calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-date-inner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-date-inner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-date-inner-height: 38px}.plumInputTimePicker .plumInputWrapperHolder{padding:4px}.plumInputTimePickerList{position:relative;width:100%;flex:1 1 0;min-width:0}.plumInputTimePickerLayout{display:flex;align-items:stretch}.plumInputTimePickerSidebar{flex:1 1 0;min-width:0;border-left:1px solid var(--plum-color-border-main);background-color:transparent;overflow-y:auto;overflow-x:hidden}.plumInputTimePickerSidebarEmpty{color:var(--plum-color-text-label);font-size:14px;line-height:16px;text-align:center;padding:10px}.plumInputTimePickerSidebarList{padding:2px;display:flex;flex-direction:column;gap:5px}.plumInputTimePickerSidebarItem{line-height:16px;display:flex;align-items:center;justify-content:space-between;gap:4px;padding:5px;background-color:var(--plum-color-bg-light);border-radius:var(--plum-time-picker-sidebar-chip-radius, 8px)}.plumInputTimePickerSidebarItemLabel{min-width:0;flex:1;font-family:monospace;font-size:14px;line-height:14px;color:var(--plum-color-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plumInputTimePickerSidebarItemLabelRange{display:inline-flex;flex-direction:column;gap:2px;line-height:14px;white-space:normal}.plumInputTimePickerSidebarItemRemove{width:18px;height:18px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;background-color:transparent;color:var(--plum-color-text-label);cursor:pointer;padding:0}@media (hover: hover){.plumInputTimePickerSidebarItemRemove:hover:not(:disabled){background-color:#dfe7f6;color:var(--plum-color-text-main)}}.plumInputWrapperShapeRoundedRectangle .plumInputTimePickerSidebarItem{--plum-time-picker-sidebar-chip-radius: calc(var(--plum-border-radius-rounded-rectangle) - 5px)}.plumInputWrapperShapePill .plumInputTimePickerSidebarItem{--plum-time-picker-sidebar-chip-radius: calc(var(--plum-border-radius-pill) - 5px)}.plumInputTimeDropdownShapeRoundedRectangle .plumInputTimePickerSidebarItem{--plum-time-picker-sidebar-chip-radius: calc(var(--plum-border-radius-rounded-rectangle) - 5px)}.plumInputTimeDropdownShapePill .plumInputTimePickerSidebarItem{--plum-time-picker-sidebar-chip-radius: calc(var(--plum-border-radius-pill) - 5px)}.plumInputTimePickerRowShell{position:relative}.plumInputTimePickerRow{width:100%;height:100%;border:none;border-radius:0;background-color:transparent;color:var(--plum-color-text-main);font-size:14px;line-height:14px;font-family:monospace;display:flex;align-items:center;justify-content:center;cursor:pointer}.plumInputTimePickerRow span{pointer-events:none}@media (hover: hover){.plumInputTimePickerRow:hover:not(:disabled){background-color:color-mix(in srgb,var(--plum-color-primary),transparent 85%)}}.plumInputTimePickerRowSelected{background-color:var(--plum-color-primary);color:var(--plum-color-white)}@media (hover: hover){.plumInputTimePickerRowSelected:hover:not(:disabled){background-color:#5c62c1}}.plumInputTimePickerRowDisabled{background-color:var(--plum-color-bg-light);color:var(--plum-color-text-placeholder);cursor:not-allowed}.plumInputTimePickerRowSelectedDisabled{background-color:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-primary) 10%);color:var(--plum-color-white);cursor:pointer}@media (hover: hover){.plumInputTimePickerRowSelectedDisabled:hover:not(:disabled){background-color:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-primary) 15%)}}.plumInputTimePickerRowDraftStart{box-shadow:inset 0 0 0 1px var(--plum-color-primary)}.plumInputTimePickerRowSeparatorTop{position:relative}.plumInputTimePickerRowSeparatorTop:before{content:"";position:absolute;top:0;left:0;right:0;border-top:1px dashed var(--plum-color-white);pointer-events:none}.plumInputTimePickerMismatchLayer{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:2}.plumInputTimePickerMismatch{position:absolute;top:0;right:10px;transform:translateY(-50%);pointer-events:auto;display:block;width:16px;height:16px;border:none;border-radius:50%;background-color:var(--plum-color-primary);box-shadow:0 0 0 2px var(--plum-color-white);cursor:pointer}.plumInputTimePickerMismatch:hover{background-color:color-mix(in srgb,var(--plum-color-primary),var(--plum-color-black) 10%)}.plumInputDateNative .plumInputWrapperHolder{display:flex}.plumInputDateNativeInputWrapper{flex:1;min-width:0;display:flex;position:relative}.plumInputDateNativeInput{min-width:0;width:0;flex:1;padding:0 5px;border:none;font-size:inherit;line-height:inherit;background-color:transparent;color:inherit}.plumInputDateNativeInput:focus{outline:none}.plumInputDateNativeLeftAdornment{box-sizing:border-box;height:var(--plum-input-date-native-inner-height);margin-left:10px;flex-shrink:0;display:flex;align-items:center}.plumInputDateNativeRightAdornment{box-sizing:border-box;height:var(--plum-input-date-native-inner-height);margin-right:10px;flex-shrink:0;display:flex;align-items:center}.plumInputDateNativeInputWrapperFirst .plumInputDateNativeInput{padding-left:10px;border-top-left-radius:0;border-bottom-left-radius:0}.plumInputDateNativeInputWrapperLast .plumInputDateNativeInput{padding-right:10px;border-top-right-radius:0;border-bottom-right-radius:0}.plumInputWrapperShapeRoundedRectangle .plumInputDateNativeInput{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill .plumInputDateNativeInput{border-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-date-native-inner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-date-native-inner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-date-native-inner-height: 38px}.plumInputTimeValueLabelAsPlaceholder{position:absolute;left:0;top:0;height:100%;color:var(--plum-color-text-label);max-width:calc(100% - 20px);min-width:0;display:flex;align-items:center;pointer-events:none;overflow:hidden}.plumInputTimeValueLabelAsPlaceholder span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plumInputTime .plumInputWrapperHolder{padding:0}.plumInputTime:has(.plumInputTimeValueLabelAsPlaceholder) .plumInputWrapperHolderLabel{display:none}.plumInputTime:has(.plumInputTimeValueLabelAsPlaceholder) .plumInputTimeTriggerValue{color:transparent}.plumInputTime:has(.plumInputTimeTrigger:not(.plumInputTimeTriggerEmpty)) .plumInputTimeValueLabelAsPlaceholder{display:none}.plumInputTimeTrigger{width:100%;min-height:var(--plum-input-time-inner-height, 33px);height:var(--plum-input-time-inner-height, 33px);border:none;background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;cursor:pointer;padding:0 10px;font-size:14px;line-height:1}.plumInputTimeTrigger:disabled{cursor:not-allowed}.plumInputTimeTriggerWithChips{padding-left:5px}.plumInputTimeTriggerWithChips .plumInputTimeValueLabelAsPlaceholder{left:5px}.plumInputTimeTriggerValue{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.plumInputTimeValue{border-radius:inherit;position:relative;flex:1;min-width:0;min-height:calc(var(--plum-input-time-inner-height, 33px) - 8px);display:flex;align-items:center;overflow:hidden}.plumInputTimeValueMultiple{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;display:flex;gap:5px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;overscroll-behavior:contain;border-radius:var(--plum-input-time-inner-border-radius)}.plumInputTimeValueMultiple::-webkit-scrollbar{display:none}.plumInputTimeValueChip{flex-shrink:0;white-space:nowrap;display:flex;align-items:center;background-color:var(--plum-color-bg-light);gap:5px;padding-right:5px;padding-left:10px;font-size:14px;line-height:16px;box-sizing:border-box;min-height:calc(var(--plum-input-time-inner-height, 33px) - 8px);height:calc(var(--plum-input-time-inner-height, 33px) - 8px);border-radius:var(--plum-input-time-inner-border-radius)}.plumInputTimeValueChip span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.plumInputTimeValueChip button{font-size:inherit;line-height:inherit;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;border-radius:var(--plum-input-time-inner-border-radius);padding:0;color:var(--plum-color-text-main);cursor:pointer}@media (hover: hover){.plumInputTimeValueChip button:hover:not(:disabled){background-color:#dfe7f6}}.plumInputTimeTriggerPlaceholder{color:var(--plum-color-text-label)}.plumInputTimeTriggerIcon{width:18px;height:18px;display:inline-flex;flex:0 0 auto}.plumInputTimeTriggerIcon svg{width:100%;height:100%}.plumInputTimeDropdown{background:var(--plum-color-white);border:1px solid var(--plum-color-border-main);border-radius:8px;box-shadow:0 2px 6px #0003,0 -1px 8px #0000000d;overflow:hidden;padding:5px;z-index:1000}.plumInputWrapperShapeRoundedRectangle{--plum-input-time-inner-border-radius: calc(var(--plum-border-radius-rounded-rectangle) - 5px)}.plumInputWrapperShapePill{--plum-input-time-inner-border-radius: calc(var(--plum-border-radius-pill) - 5px)}.plumInputWrapperSizeSmall{--plum-input-time-inner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-time-inner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-time-inner-height: 38px}.plumInputDateTime .plumInputWrapperHolder{display:flex}.plumInputDateTimeInputWrapper{flex:1;min-width:0;display:flex;position:relative}.plumInputDateTimeInput{min-width:0;width:0;flex:1;padding:0 5px;border:none;font-size:inherit;line-height:inherit;background-color:transparent;color:inherit}.plumInputDateTimeInput:focus{outline:none}.plumInputDateTimeLeftAdornment{box-sizing:border-box;height:var(--plum-input-datetime-inner-height);margin-left:10px;flex-shrink:0;display:flex;align-items:center}.plumInputDateTimeRightAdornment{box-sizing:border-box;height:var(--plum-input-datetime-inner-height);margin-right:10px;flex-shrink:0;display:flex;align-items:center}.plumInputDateTimeInputWrapperFirst .plumInputDateTimeInput{padding-left:10px;border-top-left-radius:0;border-bottom-left-radius:0}.plumInputDateTimeInputWrapperLast .plumInputDateTimeInput{padding-right:10px;border-top-right-radius:0;border-bottom-right-radius:0}.plumInputWrapperShapeRoundedRectangle .plumInputDateTimeInput{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 1px)}.plumInputWrapperShapePill .plumInputDateTimeInput{border-radius:calc(var(--plum-border-radius-pill) - 1px)}.plumInputWrapperSizeSmall{--plum-input-datetime-inner-height: 28px}.plumInputWrapperSizeMedium{--plum-input-datetime-inner-height: 33px}.plumInputWrapperSizeLarge{--plum-input-datetime-inner-height: 38px}.plumInputCheckbox{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.plumInputCheckboxSizeSmall{min-height:30px}.plumInputCheckboxSizeMedium{min-height:35px}.plumInputCheckboxSizeLarge{min-height:40px}.plumInputCheckboxDisabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.plumInputCheckboxBox{flex-shrink:0;box-sizing:border-box;position:relative;width:16px;height:16px;border-radius:4px;color:var(--plum-color-white);background-color:transparent;border:1px solid var(--plum-color-border);cursor:pointer}.plumInputCheckboxBoxChecked{background-color:var(--plum-color-primary);border:1px solid var(--plum-color-primary)}.plumInputCheckboxBoxChecked svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.plumInputCheckboxBoxIndeterminate{background-color:transparent;border:1px solid var(--plum-color-primary)}.plumInputCheckboxBoxIndeterminate div{position:absolute;background-color:var(--plum-color-primary);border-radius:1px;top:2px;right:2px;bottom:2px;left:2px}@keyframes plumInputCheckboxFlashSuccess{0%{background-color:var(--plum-color-success)}to{background-color:transparent}}@keyframes plumInputCheckboxFlashError{0%{background-color:var(--plum-color-danger)}to{background-color:transparent}}@keyframes plumInputCheckboxFlashPending{0%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}50%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 50%)}to{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}}.plumInputCheckboxFlash{position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:3px}.plumInputCheckboxFlashSuccess{animation:1s ease 0s 1 normal none running plumInputCheckboxFlashSuccess}.plumInputCheckboxFlashError{animation:1s ease 0s 1 normal none running plumInputCheckboxFlashError}.plumInputCheckboxFlashPending{animation:1s ease 0s infinite normal none running plumInputCheckboxFlashPending;pointer-events:all}.plumInputCheckboxLabel{font-size:14px;line-height:16px;color:var(--plum-color-text-main);-webkit-user-select:none;user-select:none;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;-webkit-line-clamp:1;-webkit-box-orient:vertical}.plumInputCheckbox input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;min-width:0;min-height:0;pointer-events:none}.plumInputCheckbox:focus-within .plumInputCheckboxBox{outline:3px solid #d1d1d1}@media (hover: hover){.plumInputCheckbox:hover .plumInputCheckboxLabel{color:var(--plum-color-primary)}}.plumInputSwitch{--plum-input-switch-width: 59px;--plum-input-switch-height: 35px;--plum-input-switch-inset: 3px;--plum-input-switch-thumb-size: 29px;position:relative;display:inline-flex;align-items:center;gap:10px;min-height:var(--plum-input-switch-height);cursor:pointer}.plumInputSwitchSizeSmall{--plum-input-switch-width: 51px;--plum-input-switch-height: 30px;--plum-input-switch-thumb-size: 24px}.plumInputSwitchSizeLarge{--plum-input-switch-width: 68px;--plum-input-switch-height: 40px;--plum-input-switch-thumb-size: 34px}.plumInputSwitchShapeRoundedRectangle .plumInputSwitchTrack,.plumInputSwitchShapeRoundedRectangle .plumInputSwitchFlash{border-radius:6px}.plumInputSwitchShapeRoundedRectangle .plumInputSwitchThumb{border-radius:4px}.plumInputSwitchShapePill .plumInputSwitchTrack,.plumInputSwitchShapePill .plumInputSwitchFlash,.plumInputSwitchShapePill .plumInputSwitchThumb{border-radius:999px}.plumInputSwitchDisabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.plumInputSwitchTrack{position:relative;flex-shrink:0;overflow:hidden;width:var(--plum-input-switch-width);height:var(--plum-input-switch-height);color:var(--plum-color-white);background-color:var(--plum-color-text-placeholder);transition:background-color .15s ease}.plumInputSwitchTrackChecked{background-color:var(--plum-color-success)}.plumInputSwitchTrackChecked .plumInputSwitchThumb{transform:translate(calc(var(--plum-input-switch-width) - var(--plum-input-switch-thumb-size) - 2 * var(--plum-input-switch-inset)))}.plumInputSwitchStatusIcons{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:0 calc(var(--plum-input-switch-inset) + 3px)}.plumInputSwitchStatusIcons svg{width:calc(var(--plum-input-switch-thumb-size) * .55);height:calc(var(--plum-input-switch-thumb-size) * .55)}.plumInputSwitchThumb{position:absolute;top:var(--plum-input-switch-inset);left:var(--plum-input-switch-inset);z-index:1;width:var(--plum-input-switch-thumb-size);height:var(--plum-input-switch-thumb-size);background-color:var(--plum-color-white);transition:transform .15s ease}.plumInputSwitchLabel{overflow:hidden;color:var(--plum-color-text-main);font-size:14px;line-height:16px;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;user-select:none}@keyframes plumInputSwitchFlashSuccess{0%{background-color:var(--plum-color-success)}to{background-color:transparent}}@keyframes plumInputSwitchFlashError{0%{background-color:var(--plum-color-danger)}to{background-color:transparent}}@keyframes plumInputSwitchFlashPending{0%,to{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}50%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 50%)}}.plumInputSwitchFlash{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none}.plumInputSwitchFlashSuccess{animation:plumInputSwitchFlashSuccess 1s ease}.plumInputSwitchFlashError{animation:plumInputSwitchFlashError 1s ease}.plumInputSwitchFlashPending{animation:plumInputSwitchFlashPending 1s ease infinite;pointer-events:all}.plumInputSwitch input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;margin:0;cursor:inherit;opacity:0}.plumInputSwitch:focus-within .plumInputSwitchTrack{outline:3px solid #d1d1d1}@media (hover: hover){.plumInputSwitch:hover .plumInputSwitchLabel{color:var(--plum-color-primary)}}.plumInputRadio{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.plumInputRadioSizeSmall{min-height:30px}.plumInputRadioSizeMedium{min-height:35px}.plumInputRadioSizeLarge{min-height:40px}.plumInputRadioDisabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.plumInputRadioCircle{flex-shrink:0;box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background-color:transparent;border:1px solid var(--plum-color-border);cursor:pointer}.plumInputRadioCircleChecked{border:1px solid var(--plum-color-primary)}.plumInputRadioDot{width:8px;height:8px;border-radius:50%;background-color:var(--plum-color-primary)}@keyframes plumInputRadioFlashSuccess{0%{background-color:var(--plum-color-success)}to{background-color:transparent}}@keyframes plumInputRadioFlashError{0%{background-color:var(--plum-color-danger)}to{background-color:transparent}}@keyframes plumInputRadioFlashPending{0%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}50%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 50%)}to{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}}.plumInputRadioFlash{position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:50%}.plumInputRadioFlashSuccess{animation:1s ease 0s 1 normal none running plumInputRadioFlashSuccess}.plumInputRadioFlashError{animation:1s ease 0s 1 normal none running plumInputRadioFlashError}.plumInputRadioFlashPending{animation:1s ease 0s infinite normal none running plumInputRadioFlashPending;pointer-events:all}.plumInputRadioLabel{font-size:14px;line-height:16px;color:var(--plum-color-text-main);-webkit-user-select:none;user-select:none;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;-webkit-line-clamp:1;-webkit-box-orient:vertical}.plumInputRadio input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;min-width:0;min-height:0;pointer-events:none}.plumInputRadio:focus-within .plumInputRadioCircle{outline:3px solid #d1d1d1}@media (hover: hover){.plumInputRadio:hover .plumInputRadioLabel{color:var(--plum-color-primary)}}.plumInputColor{position:relative}.plumInputColor .plumInputWrapperHolder{display:flex;width:100%;padding:0 10px;border-color:var(--plum-color-border-tertiary)!important}.plumInputColorContent{display:flex;flex:1;align-self:stretch;align-items:stretch;gap:8px;min-width:0;width:100%}.plumInputColorContentDisabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.plumInputColorHexInput{box-sizing:border-box;flex:1;width:100%;min-width:0;padding:0 4px;border:none;background:transparent;color:var(--plum-color-text-main);font:inherit;text-transform:uppercase}.plumInputColorHexInput:focus{outline:none}.plumInputColorHexInput:disabled{cursor:not-allowed}.plumInputColorPicker{align-self:center;flex-shrink:0;margin:-5px -5px -5px 0;box-sizing:border-box;padding:0;border:1px solid var(--plum-color-border-tertiary);background:transparent;cursor:pointer}.plumInputColorPicker::-webkit-color-swatch-wrapper{padding:2px}.plumInputColorPicker::-webkit-color-swatch{border:none}.plumInputColorPicker::-moz-color-swatch{border:none}.plumInputColorPicker:disabled{cursor:not-allowed}.plumInputColorPicker:focus-visible{outline:2px solid var(--plum-color-primary);outline-offset:2px}.plumInputColorContentSizeSmall .plumInputColorPicker{height:20px;width:20px}.plumInputColorContentSizeMedium .plumInputColorPicker{height:23px;width:23px}.plumInputColorContentSizeLarge .plumInputColorPicker{height:28px;width:28px}.plumInputWrapperShapeRoundedRectangle .plumInputColorPicker{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 3px)}.plumInputWrapperShapeRoundedRectangle .plumInputColorPicker::-webkit-color-swatch{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 6px)}.plumInputWrapperShapeRoundedRectangle .plumInputColorPicker::-moz-color-swatch{border-radius:calc(var(--plum-border-radius-rounded-rectangle) - 6px)}.plumInputWrapperShapePill .plumInputColorPicker{border-radius:calc(var(--plum-border-radius-pill) - 3px)}.plumInputWrapperShapePill .plumInputColorPicker::-webkit-color-swatch{border-radius:calc(var(--plum-border-radius-pill) - 6px)}.plumInputWrapperShapePill .plumInputColorPicker::-moz-color-swatch{border-radius:calc(var(--plum-border-radius-pill) - 6px)}.plumInputScoreStars{display:flex;align-items:center;gap:4px;min-width:0}.plumInputScoreStarsDisabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.plumInputScoreStarsSizeSmall .plumInputScoreStar{width:16px;height:16px}.plumInputScoreStarsSizeMedium .plumInputScoreStar{width:20px;height:20px}.plumInputScoreStarsSizeLarge .plumInputScoreStar{width:24px;height:24px}.plumInputScoreStar{flex-shrink:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:4px;background:transparent;color:var(--plum-color-border);cursor:pointer}.plumInputScoreStar svg{width:100%;height:100%}.plumInputScoreStarHighlighted,.plumInputScoreStarFilled{color:var(--plum-color-score)}.plumInputScoreStar:focus-visible{outline:2px solid var(--plum-color-score);outline-offset:1px}.plumInputScoreInput{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.plumInputTabs{min-width:0}.plumInputTabs .plumInputWrapperHolder{display:flex;border-color:var(--plum-color-border-tertiary)!important}.plumInputTabsViewport{border-radius:inherit;overflow:hidden;flex:1;position:relative;min-width:0;display:flex}.plumInputTabsContent{border-radius:inherit;flex:1;display:flex;padding:4px;scroll-padding:4px;overflow:auto;overscroll-behavior:none;scrollbar-width:none}.plumInputTabsContent::-webkit-scrollbar{display:none}.plumInputTabsEdgeMarker{width:1px;min-width:1px;flex:0 0 1px;align-self:stretch;pointer-events:none;opacity:0}.plumInputTabsSentinel{position:absolute;top:0;bottom:0;width:12px;pointer-events:none;z-index:1;opacity:0;transition:opacity .2s ease}.plumInputTabsSentinelVisible{opacity:1}.plumInputTabsSentinelLeft{left:0;background:linear-gradient(to right,color-mix(in srgb,var(--plum-color-white),transparent 5%) 0%,color-mix(in srgb,var(--plum-color-white),transparent 100%) 100%)}.plumInputTabsSentinelRight{right:0;background:linear-gradient(to left,color-mix(in srgb,var(--plum-color-white),transparent 5%) 0%,color-mix(in srgb,var(--plum-color-white),transparent 100%) 100%)}.plumInputTab{position:relative;flex:1 0 auto;padding:0 10px;border-radius:var(--plum-input-tabs-tab-border-radius);box-sizing:border-box;background:transparent;border:none;font-size:14px;line-height:18px;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--plum-color-text-disabled);cursor:pointer}@media (hover: hover){.plumInputTab:not(.plumInputTabActive):hover{background:var(--plum-color-bg-light)}}.plumInputTab:has(+.plumInputTab){margin-right:4px}.plumInputTabActive:has(+.plumInputTabActive){border-top-right-radius:4px;border-bottom-right-radius:4px}.plumInputTabActive+.plumInputTabActive{border-top-left-radius:4px;border-bottom-left-radius:4px}.plumInputTabActive{color:var(--plum-input-tabs-tab-active-text-color);background:var(--plum-input-tabs-tab-active-background-color)}.plumInputTabs .plumIcon{width:18px;height:18px}.plumInputWrapperShapeRoundedRectangle{--plum-input-tabs-tab-border-radius: calc(var(--plum-border-radius-rounded-rectangle) - 4px)}.plumInputWrapperShapePill{--plum-input-tabs-tab-border-radius: calc(var(--plum-border-radius-pill) - 4px)}.plumInputTabsVariantPrimary{--plum-input-tabs-tab-active-text-color: var(--plum-color-white);--plum-input-tabs-tab-active-background-color: var(--plum-color-primary)}.plumInputTabsVariantPrimaryLight{--plum-input-tabs-tab-active-text-color: var(--plum-color-primary);--plum-input-tabs-tab-active-background-color: var(--plum-color-bg-light)}.plumInputWeekdays{--plum-input-weekdays-chip-border-radius: calc(var(--plum-border-radius-rounded-rectangle) - 4px);--plum-input-weekdays-chip-height: 25px;--plum-input-weekdays-time-trigger-height: 20px;--plum-input-weekdays-time-icon-size: 20px}.plumInputWeekdays .plumInputWrapperHolder{padding:0 6px;display:flex;align-items:stretch;background-color:var(--plum-color-bg-light)}.plumInputWeekdaysList{flex:1;min-width:0;min-height:100%;box-sizing:border-box;display:flex;gap:6px;align-items:center;flex-wrap:nowrap;padding:1px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}@media (pointer: fine){.plumInputWeekdaysList{overscroll-behavior:contain}}.plumInputWeekdaysList::-webkit-scrollbar{display:none}.plumInputWeekdaysDayShell{display:inline-flex;gap:0;align-items:center;height:var(--plum-input-weekdays-chip-height);border-radius:var(--plum-input-weekdays-chip-border-radius);background:var(--plum-color-white);box-shadow:0 1px 2px #24293433;color:var(--plum-color-text-main)}.plumInputWeekdaysDayShell:hover{box-shadow:0 1px 2px #24293433,0 0 0 1px var(--plum-color-primary)}.plumInputWeekdaysDayShellDisabled{opacity:.45;pointer-events:none}.plumInputWeekdaysDayShellDisabled:hover{box-shadow:0 1px 2px #24293433}.plumInputWeekdaysDayShellDisabled.plumInputWeekdaysDayShellSelected,.plumInputWeekdaysDayShellDisabled.plumInputWeekdaysDayShellSelected .plumInputWeekdaysDay{pointer-events:auto}.plumInputWeekdaysDayShellDisabled.plumInputWeekdaysDayShellSelected .plumInputWeekdaysTimeTrigger{pointer-events:none}.plumInputWeekdaysDayShellWeekend:not(.plumInputWeekdaysDayShellSelected){color:var(--plum-color-danger)}.plumInputWeekdaysDayShellSelected{background:var(--plum-color-primary);color:var(--plum-color-white)}.plumInputWeekdaysDayShellSelected .plumIcon path{fill:currentColor}.plumInputWeekdaysDayShellSelected.plumInputWeekdaysDayShellWeekend{color:color-mix(in srgb,var(--plum-color-danger) 55%,var(--plum-color-white))}.plumInputWeekdaysDayShell:not(.plumInputWeekdaysDayShellSelected) .plumInputWeekdaysTimeTrigger{background:transparent;background:var(--plum-color-bg-light);color:inherit}.plumInputWeekdaysDayShell:not(.plumInputWeekdaysDayShellSelected) .plumInputWeekdaysTimeTrigger .plumIcon path{fill:currentColor}.plumInputWeekdaysDayShell:not(.plumInputWeekdaysDayShellSelected) .plumInputWeekdaysTimeTriggerOpen{background:color-mix(in srgb,var(--plum-color-bg-light),var(--plum-color-border-tertiary) 35%)}.plumInputWeekdaysDayShellSelected .plumInputWeekdaysTimeTrigger{background:color-mix(in srgb,var(--plum-color-white) 40%,transparent);color:inherit}.plumInputWeekdaysDayShellSelected .plumInputWeekdaysTimeTriggerOpen{background:color-mix(in srgb,var(--plum-color-white) 55%,transparent)}.plumInputWeekdaysDay{border:0;background:transparent;color:inherit;height:var(--plum-input-weekdays-chip-height);padding:0;border-radius:var(--plum-input-weekdays-chip-border-radius);font-size:14px;line-height:1;font-weight:500;cursor:pointer;display:flex;gap:0;align-items:center;justify-content:center}.plumInputWeekdaysDayLabel{display:block;width:30px;text-align:center}.plumInputWeekdaysDaySelected{color:inherit}.plumInputWeekdaysTimeTrigger{flex:0 0 30px;width:30px;height:var(--plum-input-weekdays-time-trigger-height);margin-right:2px;border:0;border-radius:var(--plum-input-weekdays-chip-border-radius);display:flex;gap:0;align-items:center;justify-content:center;cursor:pointer;color:inherit}.plumInputWeekdaysTimeTrigger .plumIcon{width:var(--plum-input-weekdays-time-icon-size);height:var(--plum-input-weekdays-time-icon-size)}.plumInputWeekdaysTimeTrigger .plumIcon path{fill:currentColor}.plumInputWeekdaysDay:disabled,.plumInputWeekdaysTimeTrigger:disabled{cursor:default;opacity:.65}.plumInputWeekdaysTimePicker .plumInputWrapperHolder{border:none}.plumInputWeekdaysDropdown{z-index:1000;min-width:220px;background:var(--plum-color-bg-card, #fff);border:1px solid var(--plum-color-border-tertiary, #dbe0e8);border-radius:14px;box-shadow:0 16px 30px #24293429;overflow:hidden}.plumInputWrapperSizeSmall{--plum-input-weekdays-chip-height: 20px;--plum-input-weekdays-time-trigger-height: 16px;--plum-input-weekdays-time-icon-size: 16px}.plumInputWrapperSizeMedium{--plum-input-weekdays-chip-height: 25px;--plum-input-weekdays-time-trigger-height: 20px;--plum-input-weekdays-time-icon-size: 20px}.plumInputWrapperSizeLarge{--plum-input-weekdays-chip-height: 30px;--plum-input-weekdays-time-trigger-height: 24px;--plum-input-weekdays-time-icon-size: 24px}.plumInputWrapperShapeRoundedRectangle{--plum-input-weekdays-chip-border-radius: calc(var(--plum-border-radius-rounded-rectangle) - 4px)}.plumInputWrapperShapePill{--plum-input-weekdays-chip-border-radius: calc(var(--plum-border-radius-pill) - 4px)}.plumInputCellCustom{min-width:0;min-height:0;width:100%;height:100%;padding:6px 8px;display:flex;align-items:center;box-sizing:border-box;overflow-wrap:anywhere}@keyframes plumFlashSuccess{0%{background-color:var(--plum-color-success)}to{background-color:transparent}}@keyframes plumFlashError{0%{background-color:var(--plum-color-danger)}to{background-color:transparent}}@keyframes plumFlashPending{0%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}50%{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 50%)}to{background-color:color-mix(in srgb,var(--plum-color-text-placeholder),transparent 80%)}}.plumFlash{position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0}.plumFlashSuccess{animation:1s ease 0s 1 normal none running plumFlashSuccess}.plumFlashError{animation:1s ease 0s 1 normal none running plumFlashError}.plumFlashPending{animation:1s ease 0s infinite normal none running plumFlashPending;pointer-events:all}.plumInputCellTextarea{position:relative;min-width:0;min-height:0;width:100%;height:100%;display:flex;transition:background-color .12s linear}.plumInputCellTextareaEditMode{overflow:hidden;min-height:0}@media (hover: hover){.plumInputCellTextarea:not(.plumInputCellTextareaDisabled,.plumInputCellTextareaEditMode):hover{background-color:var(--plum-color-bg-light)}}.plumInputCellTextareaEditMode:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--plum-color-primary);pointer-events:none}.plumInputCellTextareaValue{flex:1 1 0;width:100%;min-width:0;max-height:100%;padding:6px 8px;box-sizing:border-box;margin:auto 0;white-space:pre-wrap;word-break:break-word;overflow:auto;scrollbar-width:none}.plumInputCellTextareaValue::-webkit-scrollbar{display:none}.plumInputCellTextareaNumeric .plumInputCellTextareaValue{display:flex;flex-direction:column;justify-content:flex-end;margin:0;text-align:right}.plumInputCellTextareaInput{flex:1 1 0;min-width:0;min-height:0}.plumInputCellTextareaInput .plumInputWrapperHolder{border:none;border-radius:0;min-height:100%}.plumInputCellTextareaInput .plumInputTextInputWrapper,.plumInputCellTextareaInput .plumInputNumberInputWrapper,.plumInputCellTextareaInput .plumInputTextareaTextareaWrapper{border-radius:0}.plumInputCellTextareaInput .plumInputTextInput,.plumInputCellTextareaInput .plumInputNumberInput,.plumInputCellTextareaInput .plumInputTextareaTextarea{border-radius:0;padding-left:8px;padding-right:8px;background-color:transparent}.plumInputCellTextareaInput .plumInputTextareaTextarea{min-height:100%;scrollbar-width:none}.plumInputCellTextareaInput .plumInputTextareaTextarea::-webkit-scrollbar{display:none}.plumInputCellSelect{min-width:0;min-height:0;width:100%;height:100%;transition:background-color .12s linear}.plumInputCellSelectInput{height:100%}.plumInputCellSelectInput .plumInputWrapperHolder,.plumInputCellSelectInput.plumInputWrapperDisabled .plumInputWrapperHolder{min-height:100%;max-height:100%;overflow:hidden;border:none;border-radius:0;background-color:transparent}.plumInputCellSelectInput .plumInputSelectValue{overflow:auto}.plumInputCellSelectInput .plumInputSelectValueMultiple{align-items:center}.plumInputCellSelectInput .plumInputSelectValueSingleInput,.plumInputCellSelectInput .plumInputSelectValueSingleButton{padding-left:8px;padding-right:0}.plumInputCellSelectInput .plumInputSelectValueMultiple{padding-left:8px}.plumInputCellSelectInput .plumInputSelectClearButton,.plumInputCellSelectInput .plumInputSelectArrowButton{align-self:center}.plumInputCellDate{width:100%;height:100%;min-width:0;min-height:0;transition:background-color .12s linear}@media (hover: hover){.plumInputCellDate:not(.plumInputCellDateDisabled):hover{background-color:var(--plum-color-bg-light)}}.plumInputCellDateInput{height:100%}.plumInputCellDateInput .plumInputWrapperHolder{min-height:100%;border:none;border-radius:0}.plumInputCellDateInput .plumInputWrapperFlash,.plumInputCellDateInput .plumInputDateTrigger,.plumInputCellDateInput .plumInputDateValue{border-radius:0}.plumInputCellDateInput .plumInputDateTrigger{height:100%}.plumDropdownHeader{position:relative;display:flex;gap:10px;align-items:center;background:linear-gradient(90.15deg,#d6eaff .45%,#d5ceff 101.07%);padding:5px 15px;border-radius:14px;transition:box-shadow .2s ease;-webkit-user-select:none;user-select:none;box-shadow:none;line-height:1;cursor:pointer;color:var(--plum-color-text-main)}.plumDropdownHeader:after{content:"";background-color:var(--plum-color-primary);position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease;pointer-events:none;border-radius:inherit}.plumDropdownHeader:hover:after{opacity:.1}.plumDropdownDisabled>.plumDropdownHeader{cursor:auto}.plumDropdownDisabled>.plumDropdownHeader:after{display:none}.plumDropdownHeaderArrow{margin-left:auto;width:18px;height:18px;transition:transform .3s ease}.plumDropdownHeaderArrowOpen{transform:rotate(180deg)}.plumDropdownContentWrapper{will-change:height;max-height:var(--plum-dropdown-content-height);transition:height var(--plum-dropdown-duration) ease;overflow:hidden}.plumDropdownContent{height:fit-content}.plumDropdownClosed>.plumDropdownContentWrapper{height:0}.plumDropdownOpening>.plumDropdownContentWrapper{height:var(--plum-dropdown-content-height)}.plumDropdownOpened>.plumDropdownContentWrapper{overflow:unset;height:var(--plum-dropdown-content-height);transition:height 0ms ease}.plumDropdownClosing>.plumDropdownContentWrapper{height:0}.plumCopyId{cursor:copy;position:relative;overflow:hidden;display:flex;gap:10px;align-items:center;justify-content:center;padding:5px 10px;font-size:13px;font-weight:400;color:var(--plum-color-text-secondary);background-color:var(--plum-color-white);border:1px solid var(--plum-color-border-tertiary);border-radius:var(--plum-border-radius-pill);box-shadow:0 0 12px 0 color-mix(in srgb,var(--plum-color-text-main) 10%,transparent)}.plumCopyId:disabled{cursor:default}.plumCopyIdLabel{font-size:14px;white-space:nowrap}.plumCopyIdIcon{width:13px;height:13px;flex-shrink:0}.plumCopyIdIcon rect{stroke:var(--plum-color-primary)}.plumCopyIdSuccessOverlay{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--plum-color-white);background-color:var(--plum-color-success);border-radius:var(--plum-border-radius-pill);opacity:0;transition:opacity .25s ease}.plumCopyIdSuccessOverlay svg{width:16px}.plumCopyIdSuccess .plumCopyIdSuccessOverlay{opacity:1}.plumCopyIdInteractive{transition:transform .25s ease}.plumCopyIdInteractive:hover:not(:disabled){transform:scale(1.1) translateZ(0)}.plumCopyIdInteractive:active:not(:disabled){transform:scale(.9) translateZ(0);transition:transform .1s ease}.plumNote{padding:10px;display:flex;gap:10px;font-size:14px;background-color:color-mix(in srgb,currentcolor 10%,var(--plum-color-white));border:1px solid color-mix(in srgb,currentcolor 40%,var(--plum-color-white))}.plumNoteShapeRoundedRectangle{border-radius:12px}.plumNoteShapePill{border-radius:var(--plum-border-radius-pill)}.plumNoteInfo{color:var(--plum-color-primary)}.plumNoteWarning{color:var(--plum-color-warning)}.plumNoteError{color:var(--plum-color-danger)}.plumNoteIcon{flex-shrink:0}.plumNoteIcon svg{max-width:unset;width:20px;height:20px}.plumNoteContent{flex:1 1 0}.plumNoteContent:first-line,.plumNoteContent>*:first-child:first-line{line-height:20px}.plumPopper{display:block;position:fixed;top:var(--popper-position-y);left:var(--popper-position-x);padding:8px;background-color:#fff;border-radius:6px;box-shadow:0 2px 8px #00000031;border:1px solid var(--plum-color-border);z-index:50}.plumPopperShowArrow:before{content:"";box-sizing:border-box;position:absolute;top:var(--popper-arrow-y);left:var(--popper-arrow-x);width:calc(var(--popper-arrow-size, 6) * 2px);height:calc(var(--popper-arrow-size, 6) * 2px);border-top:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-top-border, transparent);border-right:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-right-border, transparent);border-bottom:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-bottom-border, transparent);border-left:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-left-border, transparent)}.plumPopperDisablePointerEvents{pointer-events:none}.plumPopperTransitionTop{--popper-transition-translate: translate(0, -5px)}.plumPopperTransitionRight{--popper-transition-translate: translate(5px, 0)}.plumPopperTransitionBottom{--popper-transition-translate: translate(0, 5px)}.plumPopperTransitionLeft{--popper-transition-translate: translate(-5px, 0)}.plumPopperExited,.plumPopperExiting{opacity:0;transform:var(--popper-transition-translate);transition:opacity var(--css-transition-exit-duration) linear,transform var(--css-transition-exit-duration) linear}.plumPopperEntered,.plumPopperEntering{opacity:1;transform:translate(0);transition:opacity var(--css-transition-enter-duration) linear,transform var(--css-transition-enter-duration) linear}.plumTooltipPopper{padding:4px 8px;font-size:14px}.plumModalHolderBackdrop{z-index:50;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;transition:opacity var(--plum-modal-holder-backdrop-transition-duration) ease;pointer-events:none}.plumModalHolderBackdropExited{opacity:0}.plumModalHolderBackdropEntering,.plumModalHolderBackdropEntered{opacity:1}.plumModalHolderBackdropExiting{opacity:0}.plumModalHolder{z-index:50;position:fixed;top:0;right:0;bottom:0;left:0}.plumModalHolderExited,.plumModalHolderExiting{pointer-events:none}.plumModalWrapper{display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain;padding:10px}.plumModal{flex-shrink:0;min-width:min(80vw,400px);margin:auto;background:var(--plum-color-white);display:flex;flex-direction:column;transition:opacity var(--plum-modal-transition-duration) ease,transform var(--plum-modal-transition-duration) ease;border-radius:12px}.plumModalExited{opacity:0;transform:translateY(10px)}.plumModalEntering,.plumModalEntered{opacity:1;transform:translateY(0)}.plumModalExiting{opacity:0;transform:translateY(10px)}.plumModalScrollPaper{flex-shrink:1;overflow:auto;overscroll-behavior:contain}.plumModalAlignToTop{margin-top:0}.plumModalHeader{display:flex;justify-content:space-between;padding:16px 16px 10px;border-top-left-radius:12px;border-top-right-radius:12px}.plumModalHeaderTitle{font-size:16px;font-weight:600;line-height:24px}.plumModalHeaderCloseIconWrapper{margin-left:auto;flex-shrink:0}.plumModalHeaderCloseIcon{margin-left:5px;width:24px;height:24px;max-width:none;border-radius:50%;padding:4px;cursor:pointer}@media (hover: hover){.plumModalHeaderCloseIcon:hover{background-color:var(--plum-color-bg-light)}}.plumModalHeaderCloseIcon:focus{outline:none}.plumModalContent{flex:1;padding:16px;overflow:auto;overscroll-behavior:contain;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.plumModalContent:not(:first-child){padding-top:0}.PlumModalConfirm-module_modal__qjJD6{max-width:450px}.PlumModalConfirm-module_buttons__PGi4g{margin-left:auto;margin-top:10px;width:fit-content;display:flex;gap:8px}.PlumModalInfo-module_modal__dK5ay{max-width:440px}.PlumModalInfo-module_buttons__ZVzGs{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.plumDrawer{position:absolute;transition:transform var(--v-drawer-transition-duration) ease;background:var(--plum-color-white);overflow:auto;display:flex;flex-direction:column}.plumDrawerExited{--plum-drawer-transition-value: 1}.plumDrawerEntering,.plumDrawerEntered{--plum-drawer-transition-value: 0}.plumDrawerExiting{--plum-drawer-transition-value: 1}.plumDrawerTop{top:0;right:0;left:0;min-height:min(40vw,200px);max-height:80vh;transform:translateY(calc(var(--plum-drawer-transition-value) * -100%))}.plumDrawerRight{top:0;right:0;bottom:0;min-width:min(80vw,400px);max-width:80vw;transform:translate(calc(var(--plum-drawer-transition-value) * 100%))}.plumDrawerBottom{right:0;bottom:0;left:0;min-height:min(40vw,200px);max-height:80vh;transform:translateY(calc(var(--plum-drawer-transition-value) * 100%))}.plumDrawerLeft{top:0;bottom:0;left:0;min-width:min(80vw,400px);max-width:80vw;transform:translate(calc(var(--plum-drawer-transition-value) * -100%))}.plumDrawerHeader{display:flex;align-items:center;justify-content:space-between;padding:10px}.plumDrawerHeaderTitle{font-size:16px;line-height:24px;font-weight:500}.plumDrawerHeaderCloseIcon{margin-left:auto;flex-shrink:0;width:24px;height:24px;max-width:none;border-radius:50%;padding:4px;cursor:pointer}@media (hover: hover){.plumDrawerHeaderCloseIcon:hover{background-color:var(--plum-color-bg-light)}}.plumDrawerHeaderCloseIcon:focus{outline:none}.plumDrawerContent{flex:1;padding:10px;overflow:auto}.plumDrawerContent:not(:first-child){padding-top:0}.plumResizer{position:absolute;pointer-events:none}.plumResizerTop{left:0;right:0}.plumResizerRight{top:0;bottom:0}.plumResizerBottom{left:0;right:0}.plumResizerLeft{top:0;bottom:0}.plumResizerHandle{pointer-events:all;position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--plum-color-primary);opacity:0;transition:opacity .2s ease}@media (hover: hover){.plumResizerHandlehover{opacity:1}}.plumResizerHandleDragging{opacity:1}.plumResizerTop .plumResizerHandle{cursor:row-resize;transform:translateY(-50%)}@media (pointer: coarse){.plumResizerTop .plumResizerHandle{height:12px}}@media (pointer: fine){.plumResizerTop .plumResizerHandle{height:6px}}.plumResizerRight .plumResizerHandle{cursor:col-resize;transform:translate(-50%)}@media (pointer: coarse){.plumResizerRight .plumResizerHandle{width:12px}}@media (pointer: fine){.plumResizerRight .plumResizerHandle{width:6px}}.plumResizerBottom .plumResizerHandle{cursor:row-resize;transform:translateY(-50%)}@media (pointer: coarse){.plumResizerBottom .plumResizerHandle{height:12px}}@media (pointer: fine){.plumResizerBottom .plumResizerHandle{height:6px}}.plumResizerLeft .plumResizerHandle{cursor:col-resize;transform:translate(-50%)}@media (pointer: coarse){.plumResizerLeft .plumResizerHandle{width:12px}}@media (pointer: fine){.plumResizerLeft .plumResizerHandle{width:6px}}.plumTapScroller{position:relative}.plumTapScrollerContentWrapper{max-width:100%;max-height:100%;position:relative;display:flex;scrollbar-width:none;overflow:auto}.plumTapScrollerContentWrapper::-webkit-scrollbar{display:none}.plumTapScrollerContent{flex-shrink:0}.plumTapScrollerHorizontal .plumTapScrollerContentWrapper{flex-direction:row}.plumTapScrollerVertical .plumTapScrollerContentWrapper{flex-direction:column}.plumTapScrollerNavigationButton{position:absolute;display:flex;align-items:center;opacity:0;pointer-events:none;transition:opacity .2s ease;cursor:pointer}.plumTapScrollerNavigationButtonVisible{opacity:1}.plumTapScrollerNavigationButtonVisible svg{pointer-events:auto}.plumTapScrollerNavigationButton svg{max-width:unset;width:25px;height:25px;padding:5px;border-radius:50%;color:var(--plum-color-primary, var(--color-primary));transition:background-color .2s ease}@media (hover: hover){.plumTapScrollerNavigationButton svg:hover{background-color:var(--plum-color-bg-light, var(--color-bg-light))}}.plumTapScrollerHorizontal .plumTapScrollerNavigationButton{top:0;bottom:0;width:60px;border:none}.plumTapScrollerHorizontal .plumTapScrollerNavigationButton:focus{outline:none}.plumTapScrollerHorizontal .plumTapScrollerNavigationButtonStart{left:0;background:linear-gradient(to right,var(--plum-color-white, var(--color-white)) 25px,transparent);justify-content:start}.plumTapScrollerHorizontal .plumTapScrollerNavigationButtonEnd{right:0;background:linear-gradient(to left,var(--plum-color-white, var(--color-white)) 25px,transparent);justify-content:end}@media screen and (width <= 767px){.plumTapScrollerHorizontal .plumTapScrollerNavigationButton{width:40px}.plumTapScrollerHorizontal .plumTapScrollerNavigationButtonStart{background:linear-gradient(to right,var(--plum-color-white, var(--color-white)),transparent)}.plumTapScrollerHorizontal .plumTapScrollerNavigationButtonEnd{background:linear-gradient(to left,var(--plum-color-white, var(--color-white)),transparent)}.plumTapScrollerHorizontal .plumTapScrollerNavigationButton svg{display:none}}.plumTapScrollerVertical .plumTapScrollerNavigationButton{flex-direction:column;left:0;right:0;height:60px}.plumTapScrollerVertical .plumTapScrollerNavigationButtonStart{top:0;background:linear-gradient(to bottom,var(--plum-color-white, var(--color-white)) 25px,transparent);justify-content:start}.plumTapScrollerVertical .plumTapScrollerNavigationButtonStart svg{transform:rotate(-90deg)}.plumTapScrollerVertical .plumTapScrollerNavigationButtonEnd{bottom:0;background:linear-gradient(to top,var(--plum-color-white, var(--color-white)) 25px,transparent);justify-content:end}.plumTapScrollerVertical .plumTapScrollerNavigationButtonEnd svg{transform:rotate(90deg)}@media screen and (width <= 767px){.plumTapScrollerVertical .plumTapScrollerNavigationButton{height:40px}.plumTapScrollerVertical .plumTapScrollerNavigationButtonStart{background:linear-gradient(to bottom,var(--plum-color-white, var(--color-white)),transparent)}.plumTapScrollerVertical .plumTapScrollerNavigationButtonEnd{background:linear-gradient(to top,var(--plum-color-white, var(--color-white)),transparent)}.plumTapScrollerVertical .plumTapScrollerNavigationButton svg{display:none}}html{--plum-color-white: #ffffff;--plum-color-black: #000000;--plum-color-primary: #656bd3;--plum-color-primary-light: #eef2f9;--plum-color-primary-dark: #797ee3;--plum-color-secondary: #c19eef;--plum-color-success: #72a457;--plum-color-warning: #ffaa48;--plum-color-danger: #eb6565;--plum-color-bg-light: #eef2f9;--plum-color-bg-secondary: #fff1da;--plum-color-primary-hover: #434ad6;--plum-color-primary-light-hover: #dae7ff;--plum-color-primary-dark-hover: #4f54af;--plum-color-secondary-hover: #8364ab;--plum-color-warning-hover: #b68132;--plum-color-danger-hover: #c35656;--plum-color-success-hover: #598043;--plum-color-white-hover: #eef2f9;--plum-color-border: #cad2dc;--plum-color-border-tertiary: #e4e8ed;--plum-color-text-main: #363c48;--plum-color-text-main-hover: #2a2f39;--plum-color-text-secondary: #8e9bac;--plum-color-text-secondary-hover: #4175b1;--plum-color-text-disabled: #8e9bac;--plum-color-text-placeholder: #b4bfcd;--plum-color-text-label: #8e9bac;--plum-color-score: #e6b422;--plum-border-radius-rounded-rectangle: 8px;--plum-border-radius-pill: 15px}.PlumEntitiesToolbar-module_toolbar__FTij7{flex-shrink:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.PlumEntitiesToolbar-module_toolbar__FTij7::-webkit-scrollbar{display:none}.PlumEntitiesToolbar-module_toolbarInner__b0JD0{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px;min-width:min-content;width:100%;box-sizing:border-box}.PlumEntitiesToolbar-module_modelSelect__cJc4C{flex-shrink:0;width:280px;min-width:200px;max-width:320px}.PlumEntitiesToolbar-module_tools__l9yBG{display:flex;flex-shrink:0;align-items:center;gap:10px}.PlumEntitiesToolbar-module_loader__libmP{display:flex;align-items:center;gap:8px;font-size:14px;white-space:nowrap}.PlumEntitiesToolbar-module_pagination__Hvm71{display:flex;flex-shrink:0;align-items:center;gap:12px;margin-left:auto}.PlumEntitiesToolbar-module_label__daxp3{font-size:14px;white-space:nowrap}.PlumEntitiesToolbar-module_total__jeEX4{color:var(--plum-color-text-placeholder, #888)}.PlumEntitiesToolbar-module_schemaTitle__vUKga{font-size:16px;font-weight:700;margin-bottom:12px}.PlumEntitiesFieldForm-module_unconfigured__PGRAf{color:var(--plum-color-text-placeholder, #888);font-size:13px}.PlumEntitiesEditModal-module_form__mAmkA{display:flex;flex-direction:column;gap:25px;width:600px;max-width:100%}.PlumEntitiesEditModal-module_header__OIGSS{font-size:16px;font-weight:700}.PlumEntitiesEditModal-module_fields__A7a3G{display:flex;flex-direction:column;gap:15px}.PlumEntitiesEditModal-module_buttons__-7Isr{display:flex;gap:10px;justify-content:flex-end}.PlumEntitiesGrid-module_table__zrnbG{flex-grow:1;padding:0 10px 10px;min-height:0}.PlumEntitiesGrid-module_table__zrnbG .ag-cell{-webkit-user-select:all;user-select:all;padding:10px;align-items:center;overflow:hidden;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.PlumEntitiesGrid-module_table__zrnbG .ag-cell-wrapper{overflow:hidden}.PlumEntitiesGrid-module_cellImage__lSlT1 .ag-cell-wrapper{height:100%}.PlumEntitiesGrid-module_cellActions__t0du2 .ag-cell-wrapper{overflow:visible}.plumEntitiesGridCellImages{display:flex;align-items:center;gap:4px;height:100%;overflow:hidden}.plumEntitiesGridCellImage{max-width:100%;max-height:64px;object-fit:contain}.PlumEntitiesGrid-module_buttons__GE8hF{display:flex;align-items:center;justify-content:flex-end;gap:6px;width:100%}.PlumEntitiesGrid-module_noData__ypylf{display:flex;align-items:center;justify-content:center;height:100%;color:var(--plum-color-text-placeholder, #888)}.PlumEntitiesViewModal-module_viewModal__0EK96{width:600px;max-width:100%}.PlumEntitiesViewModal-module_viewTitle__-ySBa{font-size:16px;font-weight:700;margin-bottom:12px}.PlumEntitiesView-module_view__mOmBY{display:flex;flex-direction:column;overflow:hidden;min-height:0;height:100%}.PlumEntitiesView-module_infoMessage__f3u9m{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;font-size:16px;color:#666}.PlumEntities-module_root__DzVKp{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.PlumEntities-module_placeholder__h9Iiw{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;font-size:16px;color:#666}.PlumDevtoolsAuthorizationPanel-module_form__A6rU4{display:flex;flex-direction:column;gap:10px;padding:10px}.PlumDevtoolsAuthorizationPanel-module_actions__4-GaW{display:flex;gap:10px}.PlumDevtoolsAuthorizationPanel-module_error__f2m9Y{margin:0;color:#f85149;font-size:12px}.PlumDevtoolsAuthorizationPanel-module_currentUser__9rPkj{margin:0;color:#4b5563;font-size:12px}.PlumDevtoolsStorePanel-module_root__GpNSI{display:flex;flex-direction:column;min-height:0;flex:1;gap:8px;padding:10px}.PlumDevtoolsStorePanel-module_storeTabs__1uThl{flex-shrink:0}.PlumDevtoolsStorePanel-module_jsonWrap__qH7qY,.PlumDevtoolsStorePanel-module_hashJsonWrap__9gpej,.PlumDevtoolsStorePanel-module_modelJsonWrap__vkCH4{margin:0;padding:8px;overflow:auto;flex:1;min-height:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.4;white-space:pre-wrap;word-break:break-word;background:rgba(13,17,23,.65);border:1px solid rgba(48,54,61,.9);border-radius:4px}.PlumDevtoolsStorePanel-module_error__YZ8C6{margin:0;color:#f85149;font-size:12px}.PlumDevtoolsStorePanel-module_hashGroups__DQLk9{margin:0;padding:8px;overflow:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:12px}.PlumDevtoolsStorePanel-module_hashGroup__nQh0z{border:1px solid rgba(48,54,61,.9);border-radius:4px;background:rgba(13,17,23,.45)}.PlumDevtoolsStorePanel-module_modelHeader__jjAkl{padding:8px;display:flex;flex-direction:column;gap:8px}.PlumDevtoolsStorePanel-module_modelRow__pyyyE{display:flex;align-items:center;gap:8px;min-width:0}.PlumDevtoolsStorePanel-module_modelLabel__7yY9E{flex:1;min-width:0;border:1px solid rgba(31,111,235,.55);border-left:4px solid rgba(121,192,255,.95);background:linear-gradient(90deg,rgba(56,139,253,.22),rgba(28,32,39,.9));color:#dff3ff;border-radius:4px;text-align:left;padding:7px 10px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.PlumDevtoolsStorePanel-module_modelLabel__7yY9E:hover{border-color:#79c0fff2}.PlumDevtoolsStorePanel-module_modelLabelActive__dW8oO{border-color:#79c0ff;border-left-color:#a6e1ff;background:linear-gradient(90deg,rgba(56,139,253,.35),rgba(28,32,39,.95))}.PlumDevtoolsStorePanel-module_modelJsonWrap__vkCH4{padding:6px 8px}.PlumDevtoolsStorePanel-module_groupDivider__yfIj2{height:1px;background:rgba(48,54,61,.9)}.PlumDevtoolsStorePanel-module_hashList__tpEH-{padding:8px;display:flex;flex-direction:column;gap:8px}.PlumDevtoolsStorePanel-module_hashItem__9OKgy{display:flex;flex-direction:column;gap:8px}.PlumDevtoolsStorePanel-module_hashRow__Vs57k{display:flex;align-items:center;gap:8px;min-width:0}.PlumDevtoolsStorePanel-module_hashLabel__uELFa{flex:1;min-width:0;border:1px solid rgba(99,110,123,.85);background:rgba(28,32,39,.9);color:#c9d1d9;border-radius:4px;text-align:left;padding:6px 8px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlumDevtoolsStorePanel-module_hashLabel__uELFa:hover{border-color:#79c0ffcc}.PlumDevtoolsStorePanel-module_hashLabelActive__IGQdl{border-color:#79c0fff2;background:rgba(56,139,253,.2)}.PlumDevtoolsStorePanel-module_hashRemoveButton__PNvzl{flex-shrink:0;border:1px solid rgba(248,81,73,.6);background:rgba(248,81,73,.15);color:#ffb3ad;border-radius:4px;padding:6px 8px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.PlumDevtoolsStorePanel-module_hashRemoveButton__PNvzl:hover{border-color:#ff7b72e6;background:rgba(248,81,73,.24)}.PlumDevtoolsStorePanel-module_hashJsonWrap__9gpej{padding:6px 8px}.PlumDevtoolsOverviewPanel-module_root__zo-2E{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:10px}.PlumDevtoolsOverviewPanel-module_section__nbo-K{display:flex;flex-direction:column;gap:6px}.PlumDevtoolsOverviewPanel-module_sectionTitle__XBEgw{margin:0;font-size:13px;font-weight:600;opacity:.9}.PlumDevtoolsOverviewPanel-module_statusList__X6J6e{margin:0;display:flex;flex-direction:column;gap:4px}.PlumDevtoolsOverviewPanel-module_statusRow__AtkEs{display:grid;grid-template-columns:160px 1fr;gap:8px}.PlumDevtoolsOverviewPanel-module_statusTerm__qySdy{margin:0;opacity:.75}.PlumDevtoolsOverviewPanel-module_statusDesc__qOPeQ{margin:0;overflow-wrap:anywhere}.PlumDevtoolsOverviewPanel-module_actions__piYLA{display:flex;gap:8px;flex-wrap:wrap}.PlumDevtoolsOverviewPanel-module_error__8fZdM{margin:0;color:#c62828;overflow-wrap:anywhere}.PlumDevtoolsFetcherPanel-module_root__j7tVJ{display:flex;flex-direction:column;min-height:0;flex:1;gap:8px;padding:10px}.PlumDevtoolsFetcherPanel-module_jsonWrap__jixR7,.PlumDevtoolsFetcherPanel-module_entryJsonWrap__l3LqZ{margin:0;padding:8px;overflow:auto;flex:1;min-height:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.4;white-space:pre-wrap;word-break:break-word;background:rgba(13,17,23,.65);border:1px solid rgba(48,54,61,.9);border-radius:4px}.PlumDevtoolsFetcherPanel-module_groups__F9RWR{margin:0;overflow:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:12px}.PlumDevtoolsFetcherPanel-module_group__AjT4m{border:1px solid rgba(48,54,61,.9);border-radius:4px;background:rgba(13,17,23,.45)}.PlumDevtoolsFetcherPanel-module_modelHeader__nqT-d{padding:8px}.PlumDevtoolsFetcherPanel-module_modelLabel__ptUHV{border:1px solid rgba(31,111,235,.55);border-left:4px solid rgba(121,192,255,.95);background:linear-gradient(90deg,rgba(56,139,253,.22),rgba(28,32,39,.9));color:#dff3ff;border-radius:4px;text-align:left;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.PlumDevtoolsFetcherPanel-module_groupDivider__DeGkA{height:1px;background:rgba(48,54,61,.9)}.PlumDevtoolsFetcherPanel-module_entryList__BDRAc{padding:8px;display:flex;flex-direction:column;gap:8px}.PlumDevtoolsFetcherPanel-module_entryItem__jBM3e{display:flex;flex-direction:column;gap:8px}.PlumDevtoolsFetcherPanel-module_entryRow__HSE3v{display:flex;align-items:center;gap:8px;min-width:0}.PlumDevtoolsFetcherPanel-module_entryLabel__cJYBE{flex:1;min-width:0;border:1px solid rgba(99,110,123,.85);background:rgba(28,32,39,.9);color:#c9d1d9;border-radius:4px;text-align:left;padding:6px 8px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlumDevtoolsFetcherPanel-module_entryLabel__cJYBE:hover{border-color:#79c0ffcc}.PlumDevtoolsFetcherPanel-module_entryLabelActive__qoIDw{border-color:#79c0fff2;background:rgba(56,139,253,.2)}.PlumDevtoolsFetcherPanel-module_entryListenerCount__SWscp{flex-shrink:0;min-width:22px;text-align:center;border:1px solid rgba(48,54,61,.9);background:rgba(13,17,23,.65);color:#c9d1d9;border-radius:4px;padding:6px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1}.PlumDevtoolsFetcherPanel-module_entryRemoveButton__GckN5{flex-shrink:0;border:1px solid rgba(248,81,73,.6);background:rgba(248,81,73,.15);color:#ffb3ad;border-radius:4px;padding:6px 8px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.PlumDevtoolsFetcherPanel-module_entryInvalidateButton__ZTtXb{flex-shrink:0;border:1px solid rgba(31,111,235,.6);background:rgba(56,139,253,.15);color:#dff3ff;border-radius:4px;padding:6px 8px;cursor:pointer;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.PlumDevtoolsFetcherPanel-module_entryInvalidateButton__ZTtXb:hover{border-color:#79c0ffe6;background:rgba(56,139,253,.24)}.PlumDevtoolsFetcherPanel-module_entryRemoveButton__GckN5:hover{border-color:#ff7b72e6;background:rgba(248,81,73,.24)}.PlumDevtoolsFetcherPanel-module_entryJsonWrap__l3LqZ{padding:6px 8px}.PlumDevtoolsFetcherPanel-module_empty__SOh1Q{margin:0;opacity:.7}.PlumDevtoolsApiPanel-module_root__-yapa{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;gap:8px;padding:10px}.PlumDevtoolsApiPanel-module_toolbar__0lIpl{display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex-shrink:0}.PlumDevtoolsApiPanel-module_clearButton__Wo2vL{font:inherit;color:inherit;background:rgba(13,17,23,.9);border:1px solid rgba(48,54,61,.9);border-radius:4px;padding:4px 10px;cursor:pointer}.PlumDevtoolsApiPanel-module_clearButton__Wo2vL:disabled{opacity:.45;cursor:not-allowed}.PlumDevtoolsApiPanel-module_modelFilter__oplNe{display:inline-flex;align-items:center;gap:6px;font-size:11px;opacity:.9}.PlumDevtoolsApiPanel-module_modelFilter__oplNe select{min-width:160px;max-width:240px;height:28px;font:inherit;color:inherit;background:rgba(13,17,23,.9);border:1px solid rgba(48,54,61,.9);border-radius:4px;padding:2px 6px}.PlumDevtoolsApiPanel-module_counter__8fARZ{font-size:11px;opacity:.75}.PlumDevtoolsApiPanel-module_grid__59ri-{flex:1;min-height:0;border:1px solid rgba(48,54,61,.9);border-radius:4px;overflow:hidden}.PlumDevtoolsApiPanel-module_grid__59ri- .ag-cell{border-right:1px solid rgba(80,86,95,.75)}.PlumDevtoolsApiPanel-module_grid__59ri- .ag-cell:last-child{border-right:none}.PlumDevtoolsApiPanel-module_grid__59ri- .ag-header-cell{border-right:1px solid rgba(80,86,95,.75)}.PlumDevtoolsApiPanel-module_grid__59ri- .ag-header-cell:last-child{border-right:none}.PlumDevtoolsApiPanel-module_viewer__1XpQu{flex-shrink:0;min-height:0;box-sizing:border-box;overflow:auto;border:1px solid rgba(48,54,61,.9);border-radius:4px;background:rgba(13,17,23,.65);padding:8px}.PlumDevtoolsApiPanel-module_empty__ywBkN{margin:0}.PlumDevtoolsApiPanel-module_emptyTitle__BKxdZ{margin:0 0 4px;font-weight:600}.PlumDevtoolsApiPanel-module_emptySubtitle__LNGrq{margin:0;font-size:12px;opacity:.75}.PlumDevtoolsApiPanel-module_directionArrowCell__nDtcr{display:flex!important;align-items:center;justify-content:center;padding-left:4px!important;padding-right:4px!important}.PlumDevtoolsApiPanel-module_directionArrowWrap__eBdd3{display:inline-flex;align-items:center;justify-content:center;line-height:0}.PlumDevtoolsApiPanel-module_directionArrowClient__oL40J,.PlumDevtoolsApiPanel-module_directionArrowBackend__8jM9N,.PlumDevtoolsApiPanel-module_directionArrowConnected__fDvqA,.PlumDevtoolsApiPanel-module_directionArrowDisconnected__0IFrC,.PlumDevtoolsApiPanel-module_directionArrowDanger__d9bqL{flex-shrink:0;display:block}.PlumDevtoolsApiPanel-module_directionArrowClient__oL40J{color:#3985f7}.PlumDevtoolsApiPanel-module_directionArrowBackend__8jM9N,.PlumDevtoolsApiPanel-module_directionArrowConnected__fDvqA{color:#2db277}.PlumDevtoolsApiPanel-module_directionArrowDisconnected__0IFrC{color:#e85d5d}.PlumDevtoolsApiPanel-module_directionArrowDanger__d9bqL{color:var(--plum-color-danger)}.PlumDevtoolsApiPanel-module_rowRequest__2TPXE .ag-cell{border-left:2px solid rgba(57,133,247,.75)}.PlumDevtoolsApiPanel-module_rowResponse__rob-G .ag-cell{border-left:2px solid rgba(45,178,119,.85)}.PlumDevtoolsApiPanel-module_rowBroadcast__eg5Fm .ag-cell{border-left:2px solid rgba(243,173,65,.9)}.PlumDevtoolsApiPanel-module_rowConnected__mkhj2 .ag-cell{border-left:2px solid rgba(45,178,119,.85)}.PlumDevtoolsApiPanel-module_rowDisconnected__E4km3 .ag-cell{border-left:2px solid rgba(232,93,93,.9)}.PlumDevtoolsApiPanel-module_rowDanger__vFlqP .ag-cell{border-left:2px solid var(--plum-color-danger)!important;background-color:color-mix(in srgb,var(--plum-color-danger) 12%,transparent)!important}.PlumDevtoolsApiPanel-module_rowPairedHighlight__DTmKD .ag-cell{background-color:#8b5cf624!important;box-shadow:inset 0 0 0 1px #a78bfa59}.PlumDevtoolsWorkerLogsPanel-module_root__x1JdH{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;gap:8px;padding:10px}.PlumDevtoolsWorkerLogsPanel-module_toolbar__sqh-e{display:flex;align-items:center;flex-wrap:wrap;flex-shrink:0;gap:8px}.PlumDevtoolsWorkerLogsPanel-module_counter__F2HUU{font-size:11px;opacity:.75}.PlumDevtoolsWorkerLogsPanel-module_clearButton__45OMo{font:inherit;color:inherit;background:rgba(13,17,23,.9);border:1px solid rgba(48,54,61,.9);border-radius:4px;padding:4px 10px;cursor:pointer}.PlumDevtoolsWorkerLogsPanel-module_clearButton__45OMo:disabled{opacity:.45;cursor:not-allowed}.PlumDevtoolsWorkerLogsPanel-module_markerFilter__l5Fh6{display:inline-flex;align-items:center;gap:6px;font-size:11px;opacity:.9}.PlumDevtoolsWorkerLogsPanel-module_markerFilter__l5Fh6 select{min-width:160px;max-width:220px;height:28px;font:inherit;color:inherit;background:rgba(13,17,23,.9);border:1px solid rgba(48,54,61,.9);border-radius:4px;padding:2px 6px}.PlumDevtoolsWorkerLogsPanel-module_grid__e9Bko{flex:1;min-height:0;border:1px solid rgba(48,54,61,.9);border-radius:4px;overflow:hidden}.PlumDevtoolsWorkerLogsPanel-module_grid__e9Bko .ag-cell{border-right:1px solid rgba(80,86,95,.75)}.PlumDevtoolsWorkerLogsPanel-module_grid__e9Bko .ag-cell:last-child{border-right:none}.PlumDevtoolsWorkerLogsPanel-module_grid__e9Bko .ag-header-cell{border-right:1px solid rgba(80,86,95,.75)}.PlumDevtoolsWorkerLogsPanel-module_grid__e9Bko .ag-header-cell:last-child{border-right:none}.PlumDevtoolsWorkerLogsPanel-module_viewer__nWuES{flex-shrink:0;min-height:0;box-sizing:border-box;overflow:auto;border:1px solid rgba(48,54,61,.9);border-radius:4px;background:rgba(13,17,23,.65);padding:8px}.PlumDevtoolsWorkerLogsPanel-module_empty__2Ern6{margin:0}.PlumDevtoolsWorkerLogsPanel-module_emptyTitle__-NMpC{margin:0 0 4px;font-weight:600}.PlumDevtoolsWorkerLogsPanel-module_emptySubtitle__Bu5y5{margin:0;font-size:12px;opacity:.75}.PlumDevtoolsWorkerLogsPanel-module_directionArrowCell__xSwpg{display:flex!important;align-items:center;justify-content:center;padding-left:4px!important;padding-right:4px!important}.PlumDevtoolsWorkerLogsPanel-module_directionArrowWrap__YGbhA{display:inline-flex;align-items:center;justify-content:center;line-height:0}.PlumDevtoolsWorkerLogsPanel-module_directionArrowClient__0PIvI,.PlumDevtoolsWorkerLogsPanel-module_directionArrowWorker__rKgTI{flex-shrink:0;display:block}.PlumDevtoolsWorkerLogsPanel-module_directionArrowClient__0PIvI{color:#8ab4f8}.PlumDevtoolsWorkerLogsPanel-module_directionArrowWorker__rKgTI{color:#f88a8a}.PlumDevtoolsWorkerLogsPanel-module_rowClient__7hFre .ag-cell{border-left:2px solid rgba(138,180,248,.75)}.PlumDevtoolsWorkerLogsPanel-module_rowWorker__9-akM .ag-cell{border-left:2px solid rgba(248,138,138,.85)}.PlumDevtoolsGetterPanel-module_root__q4XyF{margin:0;padding:10px;flex:1;min-height:0;overflow:auto}.PlumDevtoolsGetterPanel-module_getterGroups__nqVZV{display:flex;flex-direction:column;gap:12px}.PlumDevtoolsGetterPanel-module_getterGroup__ymlT5{border:1px solid rgba(48,54,61,.9);border-radius:4px;background:rgba(13,17,23,.45)}.PlumDevtoolsGetterPanel-module_modelHeader__EoSZ-{padding:8px;display:flex;flex-direction:column;gap:8px}.PlumDevtoolsGetterPanel-module_modelLabel__GiHtp{border:1px solid rgba(31,111,235,.55);border-left:4px solid rgba(121,192,255,.95);background:linear-gradient(90deg,rgba(56,139,253,.22),rgba(28,32,39,.9));color:#dff3ff;border-radius:4px;text-align:left;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.PlumDevtoolsGetterPanel-module_groupDivider__TE-wx{height:1px;background:rgba(48,54,61,.9)}.PlumDevtoolsGetterPanel-module_getterList__DGowu{padding:8px;display:flex;flex-direction:column;gap:6px}.PlumDevtoolsGetterPanel-module_getterItem__QLtIN{display:flex;flex-direction:column;gap:6px}.PlumDevtoolsGetterPanel-module_getterRow__7a8a-{display:flex;align-items:center;gap:6px;min-width:0;width:100%;border:1px solid rgba(99,110,123,.85);background:rgba(28,32,39,.9);color:#c9d1d9;border-radius:4px;padding:4px 6px;cursor:pointer}.PlumDevtoolsGetterPanel-module_getterRow__7a8a-:hover{border-color:#79c0ffcc}.PlumDevtoolsGetterPanel-module_getterRowActive__3H20V{border-color:#79c0fff2;background:rgba(56,139,253,.2)}.PlumDevtoolsGetterPanel-module_getterId__2foXR{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlumDevtoolsGetterPanel-module_getterStatus__u6PN0{display:flex;align-items:center;gap:4px;min-width:16px}.PlumDevtoolsGetterPanel-module_loadingIcon__E5MpY{width:10px;height:10px;border:2px solid rgba(121,192,255,.25);border-top-color:#79c0fff2;border-radius:999px;animation:PlumDevtoolsGetterPanel-module_spin__Kg6at .8s linear infinite}.PlumDevtoolsGetterPanel-module_errorIcon__Nrssb{width:12px;height:12px;border-radius:999px;background:rgba(248,81,73,.2);border:1px solid rgba(248,81,73,.65);color:#ffb3ad;display:inline-flex;align-items:center;justify-content:center;font-size:9px;line-height:1;font-weight:700}.PlumDevtoolsGetterPanel-module_getterCount__MW5Jv{flex-shrink:0;border:1px solid rgba(99,110,123,.85);background:rgba(28,32,39,.9);color:#8b949e;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.PlumDevtoolsGetterPanel-module_getterJsonWrap__uciQu{padding:6px 8px;overflow:auto;min-height:0;border:1px solid rgba(48,54,61,.9);border-radius:4px;background:rgba(13,17,23,.65)}@keyframes PlumDevtoolsGetterPanel-module_spin__Kg6at{to{transform:rotate(360deg)}}.PlumDevtoolsGetterPanel-module_empty__72GHw{margin:0;padding:10px;font-size:12px;color:#8b949e}.PlumDevtoolsTabs-module_tabs__axOPH{display:flex;flex-wrap:wrap;gap:2px}.PlumDevtoolsTabs-module_tab__DTls3{position:relative;margin:0;border:none;background-color:transparent;color:inherit;cursor:pointer;padding:4px 10px;font:inherit}.PlumDevtoolsTabs-module_tab__DTls3:hover{background-color:#ffffff0f}.PlumDevtoolsTabs-module_tabActive__ZHSpA{cursor:default;color:#58a6ff;background-color:transparent}.PlumDevtoolsTabs-module_tabActive__ZHSpA:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background-color:#58a6ff}.PlumDevtoolsDrawer-module_panelContainer__lM8EK{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;pointer-events:none}.PlumDevtoolsDrawer-module_panel__tRKar{box-sizing:border-box;position:absolute;pointer-events:auto;overflow:hidden;display:flex;flex-direction:column;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;color:#e6edf3;background-color:#161b22eb;border:1px solid rgba(48,54,61,.9);box-shadow:0 4px 24px #00000059}.PlumDevtoolsDrawer-module_panel__tRKar.PlumDevtoolsDrawer-module_panelTop__RTIpN{top:0;left:0;right:0;min-width:100dvw;max-width:100dvw;height:var(--plum-devtools-panel-size, 320px)}.PlumDevtoolsDrawer-module_panel__tRKar.PlumDevtoolsDrawer-module_panelRight__iyZXN{top:0;bottom:0;right:0;min-height:100dvh;max-height:100dvh;width:var(--plum-devtools-panel-size, 320px)}.PlumDevtoolsDrawer-module_panel__tRKar.PlumDevtoolsDrawer-module_panelBottom__5EesX{right:0;bottom:0;left:0;min-width:100dvw;max-width:100dvw;height:var(--plum-devtools-panel-size, 320px)}.PlumDevtoolsDrawer-module_panel__tRKar.PlumDevtoolsDrawer-module_panelLeft__5zBEW{top:0;bottom:0;left:0;min-height:100dvh;max-height:100dvh;width:var(--plum-devtools-panel-size, 320px)}.PlumDevtoolsDrawer-module_resizer__ZuQlC{pointer-events:auto}.PlumDevtools-module_header__nJ5I5{display:flex;flex-direction:column;flex-shrink:0;gap:6px;padding:8px 10px;border-bottom:1px solid rgba(48,54,61,.9)}.PlumDevtools-module_headerTop__JUxpI{display:flex;align-items:center;gap:8px}.PlumDevtools-module_headerTools__lwBZQ{display:flex;align-items:center;gap:8px;margin-left:auto}.PlumDevtools-module_routeTabs__bxmTR{width:100%}.PlumDevtools-module_title__ofkfc{font-weight:600;color:#58a6ff}.PlumDevtools-module_select__90iNx{font:inherit;color:inherit;background:rgba(13,17,23,.9);border:1px solid rgba(48,54,61,.9);border-radius:4px;padding:2px 6px}.PlumDevtools-module_toolbarButton__U53aw{font:inherit;color:inherit;background:rgba(13,17,23,.9);border:1px solid rgba(48,54,61,.9);border-radius:4px;padding:2px 8px;cursor:pointer}.PlumDevtools-module_body__ic-Z-{flex:1;display:flex;flex-direction:column;min-height:0;overflow:auto}.PlumDevtools-module_loadingFallback__2dRbj{flex:1;width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;color:var(--plum-color-border-tertiary)}.PlumDevtools-module_statusList__4XLQi{margin:0;display:grid;grid-template-columns:auto 1fr;gap:4px 12px}.PlumDevtools-module_statusTerm__t07T-{margin:0;opacity:.75}.PlumDevtools-module_statusDesc__VR1Mi{margin:0}.Skeleton-module_skeleton__9Yiea{overflow:hidden}.Skeleton-module_skeletonShapeText__o7AhF span{border-radius:4px}.Skeleton-module_skeletonShapeCircle__nekER{border-radius:50%}.Skeleton-module_skeletonShapeRoundedSquare__mwR08{border-radius:8px}.Skeleton-module_plate__24NpS{overflow:hidden;position:relative;color:transparent!important;background:repeating-linear-gradient(90deg,rgba(185,185,185,.231372549) calc(var(--skeleton-position) + 0px),rgba(185,185,185,.231372549) calc(var(--skeleton-position) + 20px),rgba(255,255,255,.3647058824) calc(var(--skeleton-position) + 40px),rgba(185,185,185,.231372549) calc(var(--skeleton-position) + 60px),rgba(185,185,185,.231372549) calc(var(--skeleton-position) + 80px));animation:Skeleton-module_shimmerAnim__g60Fm 2s linear infinite}@property --skeleton-position{syntax: "<length>"; inherits: false; initial-value: 0px;}@keyframes Skeleton-module_shimmerAnim__g60Fm{0%{--skeleton-position: 0px}to{--skeleton-position: 80px}}.PlumChatUserTItle-module_root__cE7Ku{display:flex;gap:10px}.PlumChatUserTItle-module_interactive__PK081{cursor:pointer}.PlumChatUserTItle-module_interactive__PK081:hover{text-decoration:underline}.PlumChatUserTItle-module_role__GtnsK{color:var(--plum-color-primary)}.PlumChatUserTItle-module_positions__dnOT2{color:var(--plum-color-text-secondary);font-weight:400}.PlumChatTaskTitle-module_root__OBWE3{display:inline;vertical-align:baseline}.PlumChatTaskTitle-module_rootInteractive__qorg2{cursor:pointer}.PlumChatTaskTitle-module_rootInteractive__qorg2:hover{text-decoration:underline}.PlumChatEventTitle-module_root__ceOFi{display:flex;gap:10px}.PlumChatEventTitle-module_interactive__Rdtyd{cursor:pointer}.PlumChatEventTitle-module_interactive__Rdtyd:hover{text-decoration:underline}.PlumChatMeetingTitle-module_interactive__Pk6YA{cursor:pointer}.PlumChatMeetingTitle-module_interactive__Pk6YA:hover{text-decoration:underline}.Avatar-module_container__aM-oJ{position:relative;overflow:hidden;flex-shrink:0}.Avatar-module_containerSizeEnormous__c3Flt{width:80px;height:80px;font-size:24px}.Avatar-module_containerSizeLarge__i2Z1s{width:50px;height:50px;font-size:20px}.Avatar-module_containerSizeMedium__7Vd-s{width:40px;height:40px;font-size:16px}.Avatar-module_containerSizeSmall__R2-Ge{width:35px;height:35px;font-size:14px}.Avatar-module_containerSizeMicro__gFmWJ{width:20px;height:20px;font-size:9px}.Avatar-module_containerShapeCircle__TcpIK{border-radius:50%}.Avatar-module_containerShapeRoundedRectangle__CmjJ7{border-radius:var(--plum-border-radius-rounded-rectangle)}.Avatar-module_image__k16ED{width:100%;height:100%;object-fit:cover;display:block}.Avatar-module_fallback__ta22R{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--plum-color-white);background:linear-gradient(20deg,rgba(48,45,183,.7411764706) 0% 0%,rgb(139,101,211) 60%,rgb(255,192,241) 160%);line-height:1}.Avatar-module_fallbackError__8HQjc{background:var(--plum-color-danger);color:var(--plum-color-white)}.PlumChatUserAvatar-module_root__4fNsc{cursor:default;position:relative;width:fit-content;height:fit-content}.PlumChatUserAvatar-module_rootInteractive__8PxSH>:first-child{cursor:pointer}.PlumChatUserAvatar-module_avatar__7tFwD{background-color:var(--plum-color-primary-light)}.PlumChatUserAvatar-module_avatar__7tFwD div,.PlumChatUserAvatar-module_avatar__7tFwD img{opacity:.5}.PlumChatUserAvatar-module_status__TZ68y{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border:2px solid var(--plum-color-border-tertiary);border-radius:50%;box-sizing:border-box}.PlumChatUserAvatar-module_status__TZ68y.PlumChatUserAvatar-module_blocked__QXQgv{border:none;background-color:var(--plum-color-white)}.PlumChatUserAvatar-module_status__TZ68y.PlumChatUserAvatar-module_blocked__QXQgv svg{width:100%;height:100%}.PlumChatUserAvatar-module_status__TZ68y.PlumChatUserAvatar-module_blocked__QXQgv path{fill:var(--plum-color-danger);stroke:var(--plum-color-danger)}.PlumChatUserAvatar-module_statusSizeEnormous__ylJx5{right:3px;bottom:3px;width:18px;height:18px}.PlumChatUserAvatar-module_statusSizeLarge__dpTyK{right:1px;bottom:1px;width:14px;height:14px}.PlumChatUserAvatar-module_statusSizeMedium__MSh3z,.PlumChatUserAvatar-module_statusSizeSmall__6tK5o{right:0}.PlumChatUserAvatar-module_statusSizeMicro__q4CBo{display:none}.PlumChatUserAvatar-module_online__HEgLY{background-color:var(--plum-color-success)}.PlumChatUserListItem-module_root__o9PtO{box-sizing:border-box;display:flex;gap:10px;padding:8px 10px;cursor:pointer}.PlumChatUserListItem-module_root__o9PtO:hover{background-color:var(--plum-color-bg-light)}.PlumChatUserListItem-module_rootSelected__RWY19,.PlumChatUserListItem-module_rootSelected__RWY19:hover{background-color:var(--plum-color-primary)}.PlumChatUserListItem-module_rootSelected__RWY19 *,.PlumChatUserListItem-module_rootSelected__RWY19:hover *{color:var(--plum-color-white)!important}.PlumChatUserListItem-module_content__BmSK6{flex:1;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.PlumChatUserListItem-module_top__fqzuI{font-size:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatUserListItem-module_bottom__EdEi8{font-size:14px;line-height:16px;color:var(--plum-color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatUserListItem-module_modal__qquXM{position:relative;min-width:0;width:100%;max-width:300px}.PlumChatUserListItem-module_modal__qquXM>.plumModalContent{padding:0}.PlumChatUserListItem-module_modalCloseButton__srSYP{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;cursor:pointer}.PlumChatUserListItem-module_popper__ix80p{border-radius:15px;padding:0;display:flex;flex-direction:column;overflow:hidden}.PlumChatUserListItem-module_popperBtn__zHyBj{text-align:left;justify-content:start;gap:5px;padding-top:10px;padding-bottom:10px;border-radius:0;border:none}.PlumChatUserListItem-module_popperBtn__zHyBj.PlumChatUserListItem-module_popperBtnRemove__30zzo{color:var(--plum-color-danger)}.PlumChatUserPicker-module_root__-3HLy{display:flex;flex-direction:column;gap:10px}.PlumChatUserPicker-module_content__hQezp{flex:1}.PlumChatUserPicker-module_actions__sIENN{display:flex;justify-content:flex-end;gap:10px}.PlumChatTaskListItem-module_root__OS0HO{box-sizing:border-box;display:flex;gap:10px;padding:8px 10px;cursor:pointer}.PlumChatTaskListItem-module_root__OS0HO:hover{background-color:var(--plum-color-white-hover)}.PlumChatTaskListItem-module_rootSelected__oNjYZ,.PlumChatTaskListItem-module_rootSelected__oNjYZ:hover{background-color:var(--plum-color-primary)}.PlumChatTaskListItem-module_rootSelected__oNjYZ *,.PlumChatTaskListItem-module_rootSelected__oNjYZ:hover *{color:var(--plum-color-white)}.PlumChatTaskListItem-module_avatarWrapper__Wlnle{position:relative}.PlumChatTaskListItem-module_chatExistsIcon__-mNe1{position:absolute;top:1px;right:1px;width:8px;height:8px;text-align:center;background-color:var(--plum-color-danger);color:var(--plum-color-danger);border-radius:50%}.PlumChatTaskListItem-module_content__Idsei{flex:1;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.PlumChatTaskListItem-module_top__tOAq1{font-size:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatTaskListItem-module_bottom__c89Hj{font-size:14px;line-height:16px;color:var(--plum-color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatTaskPicker-module_root__ZV-4o{display:flex;flex-direction:column;gap:10px}.PlumChatTaskPicker-module_content__V9kH3{flex:1}.PlumChatTaskPicker-module_actions__uXwxF{display:flex;justify-content:flex-end;gap:10px}.PlumChatEventListItem-module_root__HWMke{box-sizing:border-box;display:flex;gap:10px;padding:8px 10px;cursor:pointer}.PlumChatEventListItem-module_root__HWMke:hover{background-color:var(--plum-color-white-hover)}.PlumChatEventListItem-module_rootSelected__qQbfz,.PlumChatEventListItem-module_rootSelected__qQbfz:hover{background-color:var(--plum-color-primary)}.PlumChatEventListItem-module_rootSelected__qQbfz *,.PlumChatEventListItem-module_rootSelected__qQbfz:hover *{color:var(--plum-color-white)}.PlumChatEventListItem-module_avatarWrapper__IHs55{position:relative}.PlumChatEventListItem-module_chatExistsIcon__GayNF{position:absolute;top:1px;right:1px;width:8px;height:8px;text-align:center;background-color:var(--plum-color-danger);color:var(--plum-color-danger);border-radius:50%}.PlumChatEventListItem-module_content__F-Rhf{flex:1;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.PlumChatEventListItem-module_top__75SBt{font-size:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatEventListItem-module_bottom__msPmr{font-size:14px;line-height:16px;color:var(--plum-color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatEventPicker-module_root__DOYQJ{display:flex;flex-direction:column;gap:10px}.PlumChatEventPicker-module_content__dY9E0{flex:1}.PlumChatEventPicker-module_actions__Jmt-u{display:flex;justify-content:flex-end;gap:10px}.PlumChatHallPicker-module_root__m1TDy{display:flex;flex-direction:column;gap:10px}.PlumChatHallPicker-module_content__Zrlxn{flex:1}.PlumChatHallPicker-module_actions__RxrH-{display:flex;justify-content:flex-end;gap:10px}.PlumChatHallPicker-module_item__L0WR-{display:flex;align-items:center;height:51px;padding:0 10px;box-sizing:border-box;cursor:pointer}.PlumChatHallPicker-module_item__L0WR-:hover{background:var(--plum-background-secondary)}.PlumChatHallSetPicker-module_root__NrVUI{display:flex;flex-direction:column;gap:10px}.PlumChatHallSetPicker-module_content__8JtDa{flex:1}.PlumChatHallSetPicker-module_actions__neCwF{display:flex;justify-content:flex-end;gap:10px}.PlumChatHallSetPicker-module_item__e8-Vg{display:flex;align-items:center;height:51px;padding:0 10px;box-sizing:border-box;cursor:pointer}.PlumChatHallSetPicker-module_item__e8-Vg:hover{background:var(--plum-background-secondary)}.PlumChatLoftPicker-module_root__PI8aQ{display:flex;flex-direction:column;gap:10px}.PlumChatLoftPicker-module_content__toRc5{flex:1}.PlumChatLoftPicker-module_item__AfJvp{display:flex;align-items:center;height:51px;padding:0 10px;box-sizing:border-box;cursor:pointer}.PlumChatLoftPicker-module_item__AfJvp:hover{background:var(--plum-background-secondary)}.PlumChatLoftGroupPicker-module_root__P7QPa{display:flex;flex-direction:column;gap:10px}.PlumChatLoftGroupPicker-module_content__QdvWT{flex:1}.PlumChatLoftGroupPicker-module_item__0vr21{display:flex;align-items:center;height:51px;padding:0 10px;box-sizing:border-box;cursor:pointer}.PlumChatLoftGroupPicker-module_item__0vr21:hover{background:var(--plum-background-secondary)}.PlumChatDepartmentPicker-module_root__cOa-1{display:flex;flex-direction:column;gap:10px}.PlumChatDepartmentPicker-module_content__XD2fe{flex:1}.PlumChatDepartmentPicker-module_item__9pZXE{display:flex;align-items:center;height:51px;padding:0 10px;box-sizing:border-box;cursor:pointer}.PlumChatDepartmentPicker-module_item__9pZXE:hover{background:var(--plum-background-secondary)}.PlumChatPostPicker-module_root__miI3c{display:flex;flex-direction:column;gap:10px}.PlumChatPostPicker-module_content__LrgIf{flex:1}.PlumChatPostPicker-module_item__C5x2k{display:flex;align-items:center;height:51px;padding:0 10px;box-sizing:border-box;cursor:pointer}.PlumChatPostPicker-module_item__C5x2k:hover{background:var(--plum-background-secondary)}.PlumChatEntityNodeView-module_root__oy15d{display:inline-flex!important;align-items:center;flex-wrap:nowrap;vertical-align:baseline;line-height:18px;max-width:100%}.PlumChatEntityNodeView-module_content__aktS2{display:inline-flex!important;align-items:center;flex-wrap:nowrap;gap:4px;vertical-align:baseline}.PlumChatEntityNodeView-module_content__aktS2 .plumIcon,.PlumChatEntityNodeView-module_content__aktS2 .PlumChatEntityNodeView-module_entityIcon__c-OqK{display:inline-block!important;flex:0 0 auto;vertical-align:middle;width:16px;height:16px}.PlumChatEntityNodeView-module_content__aktS2 .PlumChatEntityNodeView-module_entityTitle__-VVtW{display:inline!important;vertical-align:baseline}.PlumChatEntityNodeView-module_content__aktS2.PlumChatEntityNodeView-module_contentInteractive__lkgKa{color:var(--plum-color-primary);cursor:pointer}@media (pointer: fine){.PlumChatEntityNodeView-module_content__aktS2.PlumChatEntityNodeView-module_contentInteractive__lkgKa:hover{color:var(--plum-color-primary-hover);text-decoration:underline}}.ProseMirror-selectednode .PlumChatEntityNodeView-module_root__oy15d .PlumChatEntityNodeView-module_content__aktS2{background-color:var(--plum-color-primary);color:var(--plum-color-white)}.PlumChatEntityNodeView-module_pickerModal__1Z9eI{height:500px}.PlumChatEntityNodeView-module_pickerModal__1Z9eI>.plumModalContent{display:flex;flex-direction:column}.PlumChatEntityNodeView-module_picker__qgb-1{flex:1}.PlumChatAnalyticsReportNodeView-module_root__vyhSj{align-items:center;vertical-align:top;line-height:18px}.PlumChatAnalyticsReportNodeView-module_content__slcgG .plumIcon{margin-right:4px;display:inline-flex;vertical-align:text-top;width:16px;height:16px}.PlumChatAnalyticsReportNodeView-module_content__slcgG.PlumChatAnalyticsReportNodeView-module_contentInteractive__KKBye{color:var(--plum-color-primary);cursor:pointer}@media (pointer: fine){.PlumChatAnalyticsReportNodeView-module_content__slcgG.PlumChatAnalyticsReportNodeView-module_contentInteractive__KKBye:hover{color:var(--plum-color-primary-hover);text-decoration:underline}}.ProseMirror-selectednode .PlumChatAnalyticsReportNodeView-module_root__vyhSj .PlumChatAnalyticsReportNodeView-module_content__slcgG{background-color:var(--plum-color-primary);color:var(--plum-color-white)}.PlumChatUserMentionList-module_root__k-sTu{min-width:220px;max-width:min(360px,90vw);max-height:260px;overflow:auto;padding:4px 0;margin:0;list-style:none;background:var(--plum-color-bg-elevated, #fff);border:1px solid var(--plum-color-border-subtle, #e0e0e0);border-radius:8px;box-shadow:0 4px 16px #0000001f}.PlumChatUserMentionList-module_item__iMq-q{display:block;width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;font:inherit;cursor:pointer;color:var(--plum-color-text-primary, #111)}.PlumChatUserMentionList-module_item__iMq-q:hover,.PlumChatUserMentionList-module_item__iMq-q.PlumChatUserMentionList-module_isSelected__q06Ip{background:var(--plum-color-bg-hover, rgba(0, 0, 0, .06))}.PlumChatUserMentionList-module_empty__C2oz2{padding:8px 12px;color:var(--plum-color-text-secondary, #888);font-size:13px}.PlumChatInput-module_editorContent__jD-BA{max-height:200px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.PlumChatInput-module_editorContent__jD-BA::-webkit-scrollbar{display:none}.PlumChatInput-module_menu__Un-RD{padding:5px 0;border-radius:15px;display:flex;flex-direction:column;overflow:auto}.PlumChatInput-module_menuButton__lbbZx{padding:8px;font-size:16px;display:flex;gap:5px;text-align:left;background-color:transparent;border:none;color:var(--plum-color-text-main);cursor:pointer;line-height:18px}.PlumChatInput-module_menuButton__lbbZx:focus{outline:none}@media (pointer: fine){.PlumChatInput-module_menuButton__lbbZx:hover{background:var(--plum-color-white-hover)}}.PlumChatInput-module_menuButton__lbbZx .plumIcon{width:18px;height:18px}.PlumChatInput-module_menuButtonActive__kLuTz{background:var(--plum-color-primary);color:var(--plum-color-white)}@media (pointer: fine){.PlumChatInput-module_menuButtonActive__kLuTz:hover{background:var(--plum-color-primary-hover)}}.PlumChatInput-module_editorContent__jD-BA .ProseMirror{padding:18px 0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100%;border:none!important;font-size:16px;color:var(--plum-color-text-main);outline:none}.PlumChatInput-module_editorContent__jD-BA .ProseMirror p{margin:0}.PlumChatInput-module_editorContent__jD-BA .ProseMirror p.is-editor-empty:first-child:before{color:var(--plum-color-text-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.PlumChatInput-module_editorContent__jD-BA .ProseMirror a{cursor:pointer;font-weight:500;color:var(--plum-color-primary);text-decoration:underline}.PlumChatInput-module_editorContent__jD-BA .ProseMirror a:hover{color:var(--plum-color-primary-dark-hover)}.PlumChatInput-module_editorContent__jD-BA .ProseMirror span[plum-entity]{color:var(--plum-color-primary);text-decoration:underline}.PlumChatInput-module_editorContent__jD-BA .ProseMirror span[plum-entity]:hover{color:var(--plum-color-primary-dark-hover)}.PlumChatInput-module_editorContainer__PACjU{overflow:hidden;display:flex;flex-direction:column;background-color:var(--plum-color-white)}.PlumChatInput-module_isDisabled__6XoE0{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.PlumChatInput-module_toolBtn__SsPNR{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:4px;font-weight:600;color:var(--plum-color-black);background:transparent;border:none;border-radius:4px;transition:background .2s}.PlumChatInput-module_toolBtn__SsPNR:hover{background:var(--plum-color-white-hover)}.PlumChatInput-module_toolBtn__SsPNR.PlumChatInput-module_isActive__BN4UF{color:var(--plum-color-white);background:var(--plum-color-primary)}.PlumChatInput-module_contextMenu__Cnf62{position:fixed;z-index:1000;display:flex;flex-wrap:wrap;gap:4px;align-items:center;max-width:350px;padding:.3rem;background:white;border:1px solid var(--plum-color-border);border-radius:8px;box-shadow:0 4px 12px #00000026;animation:PlumChatInput-module_context-fade__pNkj9 .15s ease-out}.PlumChatInput-module_separator__fMLI5{width:1px;height:20px;background-color:var(--plum-color-border);margin:0 4px}@keyframes PlumChatInput-module_context-fade__pNkj9{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.PlumChatInput-module_contentArea__k7uNI{cursor:text;max-height:300px;flex:1;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,white 8px,white calc(100% - 8px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,white 8px,white calc(100% - 8px),transparent 100%)}.PlumChatInput-module_contentArea__k7uNI::-webkit-scrollbar{display:none}.PlumChatInput-module_contentArea__k7uNI .ProseMirror{min-height:100%;border:none!important;font-size:16px;line-height:1.75;color:var(--plum-color-text-main);outline:none}.PlumChatInput-module_contentArea__k7uNI .ProseMirror blockquote{position:relative;margin:0;font-style:italic;padding:0 16px;color:inherit;border-left:3px solid var(--plum-color-text-main)}.PlumChatInput-module_contentArea__k7uNI .ProseMirror blockquote:before{content:"";position:absolute;right:0;top:0;width:14px;height:14px;background-color:var(--plum-color-text-main);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5.99 13.93c.42 0 .83-.07 1.22-.17c-.09.3-.17.61-.32.88c-.11.31-.29.58-.47.84c-.15.29-.41.49-.6.74c-.2.24-.47.4-.69.6c-.21.21-.49.32-.71.46c-.23.13-.43.28-.65.35c-.21.09-.39.16-.54.22c-.3.12-.47.2-.47.2l.48 1.94s.22-.05.6-.14c.19-.05.42-.1.69-.17c.27-.05.56-.19.88-.31c.32-.14.69-.24 1.03-.47c.34-.22.74-.4 1.09-.69c.34-.3.75-.56 1.05-.94c.33-.36.66-.73.91-1.16c.29-.41.49-.86.7-1.3c.19-.44.34-.9.47-1.34c.24-.88.34-1.72.38-2.44c.03-.72.01-1.32-.03-1.75c-.02-.2-.04-.4-.06-.54l-.03-.17c-.2-2.56-2.31-4.58-4.93-4.58c-2.74 0-4.96 2.22-4.96 4.96s2.22 4.96 4.96 4.96Zm11.97 0c.42 0 .83-.07 1.22-.17c-.09.3-.17.61-.32.88c-.11.31-.29.58-.47.84c-.15.29-.41.49-.6.74c-.2.24-.47.4-.69.6c-.21.21-.49.32-.71.46c-.23.13-.43.28-.65.35c-.21.09-.39.16-.54.22c-.3.12-.47.2-.47.2l.48 1.94s.22-.05.6-.14c.19-.05.42-.1.69-.17c.27-.05.56-.19.88-.31c.32-.14.69-.24 1.03-.47c.34-.22.74-.4 1.09-.69c.34-.3.75-.56 1.05-.94c.33-.36.66-.73.91-1.16c.29-.41.49-.86.7-1.3c.19-.44.34-.9.47-1.34c.24-.88.34-1.72.38-2.44c.03-.72.01-1.32-.03-1.75c-.02-.2-.04-.4-.06-.54l-.03-.17c-.2-2.56-2.31-4.58-4.93-4.58c-2.74 0-4.96 2.22-4.96 4.96s2.22 4.96 4.96 4.96Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5.99 13.93c.42 0 .83-.07 1.22-.17c-.09.3-.17.61-.32.88c-.11.31-.29.58-.47.84c-.15.29-.41.49-.6.74c-.2.24-.47.4-.69.6c-.21.21-.49.32-.71.46c-.23.13-.43.28-.65.35c-.21.09-.39.16-.54.22c-.3.12-.47.2-.47.2l.48 1.94s.22-.05.6-.14c.19-.05.42-.1.69-.17c.27-.05.56-.19.88-.31c.32-.14.69-.24 1.03-.47c.34-.22.74-.4 1.09-.69c.34-.3.75-.56 1.05-.94c.33-.36.66-.73.91-1.16c.29-.41.49-.86.7-1.3c.19-.44.34-.9.47-1.34c.24-.88.34-1.72.38-2.44c.03-.72.01-1.32-.03-1.75c-.02-.2-.04-.4-.06-.54l-.03-.17c-.2-2.56-2.31-4.58-4.93-4.58c-2.74 0-4.96 2.22-4.96 4.96s2.22 4.96 4.96 4.96Zm11.97 0c.42 0 .83-.07 1.22-.17c-.09.3-.17.61-.32.88c-.11.31-.29.58-.47.84c-.15.29-.41.49-.6.74c-.2.24-.47.4-.69.6c-.21.21-.49.32-.71.46c-.23.13-.43.28-.65.35c-.21.09-.39.16-.54.22c-.3.12-.47.2-.47.2l.48 1.94s.22-.05.6-.14c.19-.05.42-.1.69-.17c.27-.05.56-.19.88-.31c.32-.14.69-.24 1.03-.47c.34-.22.74-.4 1.09-.69c.34-.3.75-.56 1.05-.94c.33-.36.66-.73.91-1.16c.29-.41.49-.86.7-1.3c.19-.44.34-.9.47-1.34c.24-.88.34-1.72.38-2.44c.03-.72.01-1.32-.03-1.75c-.02-.2-.04-.4-.06-.54l-.03-.17c-.2-2.56-2.31-4.58-4.93-4.58c-2.74 0-4.96 2.22-4.96 4.96s2.22 4.96 4.96 4.96Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.PlumChatInput-module_contentArea__k7uNI .ProseMirror pre{position:relative;padding:16px 16px 8px;color:var(--plum-color-text-main);background-color:var(--plum-color-primary-light);border-radius:8px;overflow-x:auto}.PlumChatInput-module_contentArea__k7uNI .ProseMirror pre:before{content:"";position:absolute;right:5px;top:5px;width:14px;height:14px;background-color:var(--plum-color-text-main);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4.825 12.025L8.7 15.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.6-4.6q-.15-.15-.213-.325T2.426 12t.063-.375t.212-.325l4.6-4.6q.3-.3.713-.3t.712.3t.3.713t-.3.712zm14.35-.05L15.3 8.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4.825 12.025L8.7 15.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-4.6-4.6q-.15-.15-.213-.325T2.426 12t.063-.375t.212-.325l4.6-4.6q.3-.3.713-.3t.712.3t.3.713t-.3.712zm14.35-.05L15.3 8.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.3.3-.7.288t-.7-.313t-.3-.712t.3-.713z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.PlumChatInput-module_contentArea__k7uNI .ProseMirror pre code{font-family:monospace;font-size:14px;color:inherit;background:none}.PlumChatInput-module_contentArea__k7uNI .ProseMirror p{margin-top:.25em;margin-bottom:.25em}.PlumChatInput-module_contentArea__k7uNI .ProseMirror p.is-editor-empty:first-child:before{color:var(--plum-color-text-placeholder);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.PlumChatInput-module_contentArea__k7uNI .ProseMirror a{cursor:pointer;font-weight:500;color:var(--plum-color-primary);text-decoration:underline}.PlumChatInput-module_contentArea__k7uNI .ProseMirror a:hover{color:var(--plum-color-primary-dark-hover)}.PlumChatReplyPreview-module_root__FioQn{display:flex;flex-shrink:0;align-items:flex-start;gap:10px;padding:15px;overflow:hidden;background-color:var(--plum-color-white);border-bottom:1px solid var(--plum-color-border-tertiary)}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyIconWrapper__AA-zP{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyIcon__c4mnO{color:var(--plum-color-primary);width:24px;height:24px}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageContent__pNoZQ{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageContent__pNoZQ .PlumChatReplyPreview-module_replyMessageUser__hu5fK{flex-shrink:0;color:var(--plum-color-primary);line-height:30px}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageBody__UPkFW{min-width:0;max-height:300px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageBody__UPkFW p{display:block;margin:0 0 .5em}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageBody__UPkFW p:last-child{margin-bottom:0}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageBody__UPkFW :is(h1,h2,h3,h4){margin:.45em 0 .3em;font-weight:600;line-height:1.25}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageBody__UPkFW :is(h1,h2,h3,h4):first-child{margin-top:0}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_replyMessageBody__UPkFW :is(ul,ol){margin:.3em 0 .5em;padding-left:1.2em}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_buttonCloseReplyMessage__eIYqq{flex-shrink:0;align-self:flex-start;background-color:transparent;color:var(--plum-color-text-secondary)}@media (hover: hover){.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_buttonCloseReplyMessage__eIYqq:hover{background-color:var(--plum-color-bg-light);color:var(--plum-color-text-main)}}.PlumChatReplyPreview-module_root__FioQn .PlumChatReplyPreview-module_buttonCloseReplyMessage__eIYqq svg{width:24px;height:24px}.PlumChatEditPreview-module_root__gzZvw{display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-left:15px;padding-right:15px;background-color:var(--plum-color-white)}.PlumChatEditPreview-module_root__gzZvw .PlumChatEditPreview-module_labelRow__btxci{display:flex;align-items:center;gap:10px}.PlumChatEditPreview-module_root__gzZvw .PlumChatEditPreview-module_labelRow__btxci svg{color:var(--plum-color-primary);width:20px;height:20px}.PlumChatEditPreview-module_root__gzZvw .PlumChatEditPreview-module_labelRow__btxci .PlumChatEditPreview-module_label__VlI48{color:var(--plum-color-primary);font-weight:500}.PlumChatEditPreview-module_root__gzZvw .PlumChatEditPreview-module_buttonClose__JF6km{background-color:transparent;color:var(--plum-color-text-secondary)}.PlumChatEditPreview-module_root__gzZvw .PlumChatEditPreview-module_buttonClose__JF6km svg{width:24px;height:24px}.PlumChatLinkPreview-module_root__zHrdB{background-color:var(--plum-color-white);transition:background-color .2s ease}.PlumChatLinkPreview-module_root__zHrdB:hover{background-color:var(--plum-color-bg-light)}.PlumChatLinkPreview-module_card__iyOmm{width:100%}.PlumChatLinkPreview-module_link__aWdWm{display:flex;align-items:center;gap:10px;padding:10px;color:inherit;text-decoration:none}.PlumChatLinkPreview-module_iconWrapper__hw--2{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background-color:var(--plum-color-bg-light);flex-shrink:0}.PlumChatLinkPreview-module_favicon__TzNU5{width:18px;height:18px;object-fit:contain}.PlumChatLinkPreview-module_fallbackIcon__33Dgw{width:18px;height:18px;color:var(--plum-color-text-secondary)}.PlumChatLinkPreview-module_content__Fv6lP{display:flex;flex-direction:column;min-width:0}.PlumChatLinkPreview-module_title__kRQME{font-size:13px;font-weight:600;color:var(--plum-color-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlumChatLinkPreview-module_description__Dqm1B{font-size:12px;color:var(--plum-color-text-secondary);white-space:normal;overflow-wrap:anywhere;word-break:break-word}.PlumChatScreenFooterLinkPreview-module_root__azFvg{border-bottom:1px solid var(--plum-color-border-tertiary)}.EmojiPicker-module_popper__wQz9l{display:flex;flex-direction:column;gap:8px;width:100%;height:100%;min-height:0;overflow:hidden;box-sizing:border-box}.EmojiPicker-module_emojis__e0TBN{display:grid;gap:4px;grid-template-columns:repeat(auto-fill,minmax(26px,1fr));width:100%;flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}.EmojiPicker-module_emojis__e0TBN::-webkit-scrollbar{display:none}.EmojiPicker-module_emojisItem__m1q6u{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;font-size:clamp(16px,4vw,18px);aspect-ratio:1/1;-webkit-user-select:none;user-select:none;border-radius:6px;padding:4px;transition:background-color .1s ease,transform .1s ease;cursor:pointer}.EmojiPicker-module_emojisItem__m1q6u:hover{background-color:var(--plum-color-white-hover)}.EmojiPicker-module_emojiEmpty__7ujZ4{display:flex;align-items:center;justify-content:center;height:100px;font-size:14px;color:var(--plum-color-text-secondary, #999)}.EmojiPicker-module_emojiTabs__tfpKn{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--plum-color-border)}.EmojiPicker-module_emojiTabBtn__gsxJS{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:16px;background:transparent;border:none;border-radius:6px;opacity:.4;transition:all .2s ease;filter:grayscale(100%);cursor:pointer}.EmojiPicker-module_emojiTabBtn__gsxJS:hover{opacity:.8;background-color:var(--plum-color-white-hover)}.EmojiPicker-module_emojiTabBtn__gsxJS.EmojiPicker-module_activeTab__jl8VT{opacity:1;filter:grayscale(0%);background-color:var(--plum-color-white-hover)}.StickerSkeleton-module_root__HnonG{width:100%;height:100%;min-height:96px;max-height:96px;flex-shrink:0;border-radius:8px;background:rgba(0,0,0,.06)}.StickerSkeleton-module_rootCompact__c9GXi{min-height:48px;max-height:48px}.StickerCell-module_root__cEF8B{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:96px;padding:4px;border:none;background:transparent;border-radius:8px;cursor:pointer;position:relative;overflow:hidden;box-sizing:border-box}.StickerCell-module_root__cEF8B:hover{background-color:var(--plum-color-white-hover)}.StickerCell-module_media__rSYLo{width:100%;height:100%;max-height:96px;object-fit:contain;pointer-events:none}.StickerCell-module_mediaHidden__Ku4Xs{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.StickerPicker-module_root__qYl3J{width:100%;height:100%;min-height:0;display:flex;flex-direction:column}.StickerPicker-module_stickers__17DdJ{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;width:100%;flex:1;min-height:0;padding:0 2px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--plum-color-border, #c8ccd4) transparent}.StickerPicker-module_stickers__17DdJ::-webkit-scrollbar{width:6px}.StickerPicker-module_stickers__17DdJ::-webkit-scrollbar-thumb{border-radius:3px;background-color:var(--plum-color-border, #c8ccd4)}.StickerPicker-module_stickers__17DdJ::-webkit-scrollbar-track{background:transparent}.StickerPicker-module_stickers__17DdJ::-webkit-scrollbar{display:none}.StickerPicker-module_slot__kCXzV{min-height:96px;min-width:0}.StickerPicker-module_sentinel__F4q0g{width:100%;min-height:96px}.PlumChatScreenFormatter-module_root__EhdTB{box-sizing:border-box;display:flex;flex-direction:column;overflow:auto;scrollbar-width:0;-ms-overflow-style:none}.PlumChatScreenFormatter-module_root__EhdTB::-webkit-scrollbar{display:none}.PlumChatScreenFormatter-module_button__K-IVG{padding:8px;display:flex;gap:5px;line-height:18px;font-size:16px;white-space:nowrap;border:none;background-color:transparent;border-radius:12px;cursor:pointer;color:var(--plum-color-text);text-align:left}@media (pointer: fine){.PlumChatScreenFormatter-module_button__K-IVG:hover{background-color:var(--plum-color-bg-light)}}.PlumChatScreenFormatter-module_button__K-IVG .plumIcon{width:18px;height:18px}.PlumChatScreenFormatter-module_buttonActive__YCipC{background-color:var(--plum-color-primary);color:var(--plum-color-white)}@media (pointer: fine){.PlumChatScreenFormatter-module_buttonActive__YCipC:hover{background-color:var(--plum-color-primary-hover)}}.PlumChatScreenFormatter-module_button__K-IVG:has(+.PlumChatScreenFormatter-module_buttonActive__YCipC){border-bottom-left-radius:0;border-bottom-right-radius:0}.PlumChatScreenFormatter-module_buttonActive__YCipC+.PlumChatScreenFormatter-module_buttonActive__YCipC{border-top-left-radius:0;border-top-right-radius:0}.PlumChatScreenFormatter-module_pickerModal__cLL9Z{height:500px}.PlumChatScreenFormatter-module_pickerModal__cLL9Z>.plumModalContent{display:flex;flex-direction:column}.PlumChatScreenFormatter-module_picker__6UWnF{flex:1}.PlumChatVoiceMessage-module_root__BvhPm{position:relative;display:flex;align-items:center;gap:10px;width:min(100%,360px);min-width:260px;max-width:360px;min-height:44px;--voice-bar-muted: rgba(15, 23, 42, .32);--voice-bar-active: rgba(15, 23, 42, .72)}.PlumChatVoiceMessage-module_audioHidden__Tl-FS{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.PlumChatVoiceMessage-module_playBtn__m3SKj{flex-shrink:0;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:var(--plum-color-surface-elevated, #e8e8e8);color:var(--plum-color-text-primary, #1a1a1a);cursor:pointer;display:flex;align-items:center;justify-content:center}.PlumChatVoiceMessage-module_playBtn__m3SKj:hover{filter:brightness(.97)}.PlumChatVoiceMessage-module_playGlyph__rn7A6{display:block;flex-shrink:0}.PlumChatVoiceMessage-module_body__HFxC2{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.PlumChatVoiceMessage-module_waveform__zmpFJ{display:flex;align-items:center;justify-content:space-between;gap:1px;height:36px;min-width:0;min-height:36px;padding:0 2px;cursor:pointer;box-sizing:border-box}.PlumChatVoiceMessage-module_waveCol__--d1Y{flex:1 1 0;min-width:0;height:100%;display:flex;align-items:center;justify-content:center}.PlumChatVoiceMessage-module_waveBar__1j-pS{width:3px;flex-shrink:0;min-height:2px;border-radius:1px;background:var(--voice-bar-muted);transition:background .06s ease-out}.PlumChatVoiceMessage-module_waveBarPlayed__PIoa5{background:var(--voice-bar-active)}.PlumChatVoiceMessage-module_time__jWHL8{font-size:12px;line-height:1.25;opacity:.9;font-variant-numeric:tabular-nums}.PlumChatVoiceMessage-module_timeMain__2195B{color:inherit}.PlumChatVoiceMessage-module_timeSep__J8lfE,.PlumChatVoiceMessage-module_fileSize__-dgI0{opacity:.75}.PlumChatVoiceMessage-module_loading__f2ldh,.PlumChatVoiceMessage-module_error__uoke4{font-size:12px;opacity:.7}.PlumChatVoiceMessage-module_error__uoke4{color:var(--plum-color-danger, #c00)}.PlumChatVoiceRecordingPanel-module_rootInFooter__dUWpk{width:100%;max-width:none;min-width:0}.PlumChatVoiceRecordingPanel-module_micCircle__gwNF2{cursor:default;pointer-events:none}.PlumChatVoiceRecordingPanel-module_micIcon__LhuDS{display:block;flex-shrink:0;width:22px;height:22px}.PlumChatVoiceRecordingPanel-module_hint__Ybg5U{font-size:12px;line-height:1.25;opacity:.75;color:inherit}.PlumChatVideoNoteRecordingPanel-module_root__-65Fk{flex:1;align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;padding:4px 0}.PlumChatVideoNoteRecordingPanel-module_row__RZFx9{display:flex;align-items:center;gap:12px;min-height:0}.PlumChatVideoNoteRecordingPanel-module_previewRing__iUFCj{position:relative;width:145.6px;height:145.6px;flex-shrink:0;border-radius:50%;overflow:hidden;background:transparent;box-shadow:0 0 0 3.9px color-mix(in srgb,var(--plum-color-primary) 55%,transparent),0 5.2px 26px #0000002e}.PlumChatVideoNoteRecordingPanel-module_video__Ppx5E{width:100%;height:100%;object-fit:cover;display:block}.PlumChatVideoNoteRecordingPanel-module_videoMirror__5V74T{transform:scaleX(-1)}.PlumChatVideoNoteRecordingPanel-module_overlay__BEQy6{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 8px;background:linear-gradient(to top,rgba(0,0,0,.65),transparent)}.PlumChatVideoNoteRecordingPanel-module_recDot__bItFy{width:8px;height:8px;border-radius:50%;background:#ff3b30;flex-shrink:0;box-shadow:0 0 #ff3b3073;animation:PlumChatVideoNoteRecordingPanel-module_plum-video-note-rec__K5m7G 1.1s ease-out infinite}@keyframes PlumChatVideoNoteRecordingPanel-module_plum-video-note-rec__K5m7G{0%{box-shadow:0 0 #ff3b3080}70%{box-shadow:0 0 0 6px transparent}to{box-shadow:0 0 0 0 transparent}}.PlumChatVideoNoteRecordingPanel-module_timer__ycRY3{font-variant-numeric:tabular-nums;font-size:14px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6)}.PlumChatVideoNoteRecordingPanel-module_side__4qft9{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;min-width:0}.PlumChatVideoNoteRecordingPanel-module_flipBtn__OwQXn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;cursor:pointer;color:var(--plum-color-text-main);background:color-mix(in srgb,var(--plum-color-bg-light) 90%,var(--plum-color-border) 10%);box-shadow:0 1px 3px #0000001f}.PlumChatVideoNoteRecordingPanel-module_flipBtn__OwQXn:hover{background:var(--plum-color-bg-light)}.PlumChatVideoNoteRecordingPanel-module_flipBtn__OwQXn:active{transform:scale(.96)}.PlumChatVideoNoteRecordingPanel-module_flipIcon__DXzvj{width:26px;height:26px;display:block}.PlumChatVideoNoteRecordingPanel-module_hint__6nTtq{font-size:12px;line-height:1.3;color:var(--plum-color-text-secondary);padding-left:2px}.PlumChatScreenFooterDefaultMode-module_footer__t0Fjy{position:relative;min-height:55px;display:flex;padding:0 10px;gap:10px;align-items:flex-end;background-color:var(--plum-color-white)}.PlumChatScreenFooterDefaultMode-module_footerColumn__-5LHP{width:100%;box-sizing:border-box}.PlumChatScreenFooterDefaultMode-module_files__tKaVp{overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;display:flex;gap:10px;align-items:center;padding:10px;background-color:var(--plum-color-white);border-bottom:1px solid var(--plum-color-border)}.PlumChatScreenFooterDefaultMode-module_file__6t1Jf{flex-shrink:0}.PlumChatScreenFooterDefaultMode-module_footerImage__NG49f .plumFilePreviewItemIcon{width:100px;height:100px}.PlumChatScreenFooterDefaultMode-module_footerImage__NG49f .plumFilePreviewItemIcon img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.PlumChatScreenFooterDefaultMode-module_chatInput__hRxm7{align-self:stretch;flex:1}.PlumChatScreenFooterDefaultMode-module_button__3UMpV{margin:10px 0;background-color:transparent;color:var(--plum-color-text-secondary);border-radius:50%;height:24px;aspect-ratio:1/1;padding:0}.PlumChatScreenFooterDefaultMode-module_buttonSubmit__cbn7R{color:var(--plum-color-primary)}.PlumChatScreenFooterDefaultMode-module_buttonImportantToggle__WiBqS{color:#ea580c}.PlumChatScreenFooterDefaultMode-module_buttonWarningToggleActive__bGAJM{color:#c2410c;background:color-mix(in srgb,#ff6b35 28%,var(--plum-color-white) 72%);box-shadow:0 0 0 1px #ff450066,0 0 12px #ff572273;animation:PlumChatScreenFooterDefaultMode-module_plum-chat-footer-important-glow__ZibGY 2.5s ease-in-out infinite}.PlumChatScreenFooterDefaultMode-module_buttonWarningToggleActive__bGAJM .plumIcon{filter:drop-shadow(0 0 4px rgba(255,69,0,.55))}@media (pointer: fine){.PlumChatScreenFooterDefaultMode-module_button__3UMpV:hover{color:var(--plum-color-text-main)}.PlumChatScreenFooterDefaultMode-module_buttonSubmit__cbn7R:hover{color:var(--plum-color-primary-hover)}.PlumChatScreenFooterDefaultMode-module_buttonImportantToggle__WiBqS:hover{color:#c2410c}.PlumChatScreenFooterDefaultMode-module_buttonWarningToggleActive__bGAJM:hover{color:#b91c1c;background:color-mix(in srgb,#ff4500 34%,var(--plum-color-white) 66%)}}.PlumChatScreenFooterDefaultMode-module_button__3UMpV .plumIcon{width:24px;height:24px}.PlumChatScreenFooterDefaultMode-module_buttonRecording__NkYOu{color:var(--plum-color-danger, #c62828);background:color-mix(in srgb,var(--plum-color-danger, #e53935) 14%,transparent);animation:PlumChatScreenFooterDefaultMode-module_plum-chat-mic-pulse__rLfMr 1.1s ease-in-out infinite}.PlumChatScreenFooterDefaultMode-module_buttonRecording__NkYOu .plumIcon{filter:drop-shadow(0 0 3px color-mix(in srgb,var(--plum-color-danger) 45%,transparent))}@keyframes PlumChatScreenFooterDefaultMode-module_plum-chat-mic-pulse__rLfMr{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.92}}@keyframes PlumChatScreenFooterDefaultMode-module_plum-chat-footer-important-glow__ZibGY{0%,to{box-shadow:0 0 0 1px #ff450061,0 0 10px #ff450066;background:color-mix(in srgb,#ff6b35 26%,var(--plum-color-white) 74%)}50%{box-shadow:0 0 0 1px #ff240073,0 0 16px #ff57228c;background:color-mix(in srgb,#ff4500 36%,var(--plum-color-white) 64%)}}.PlumChatScreenFooterDefaultMode-module_popper__hH6YG{border-radius:16px}.PlumChatScreenFooterDefaultMode-module_emojiPopper__uLxoJ{display:flex;flex-direction:column;gap:8px;width:30vw;min-width:200px;max-width:300px;overflow:hidden;box-sizing:border-box}.PlumChatScreenFooterDefaultMode-module_emojiPopperBody__ES08Y{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.PlumChatScreenFooterDefaultMode-module_actions__kWkiU{display:flex;flex-direction:column;overflow:hidden}.PlumChatScreenFooterDefaultMode-module_action__0rKhD{font-size:inherit;background:transparent;border:none;display:flex;gap:10px;border-radius:10px;padding:5px 10px;line-height:20px;color:var(--plum-color-text-main);cursor:pointer}.PlumChatScreenFooterDefaultMode-module_action__0rKhD:hover,.PlumChatScreenFooterDefaultMode-module_action__0rKhD:focus{outline:none;background:var(--plum-color-bg-light)}.PlumChatScreenFooterDefaultMode-module_action__0rKhD .plumIcon{width:20px;height:20px}.PlumChatScreenFooterDefaultMode-module_voiceRecording__VwyT7{padding:10px 14px;background:var(--plum-color-bg-light, #f4f4f6);border-bottom:1px solid var(--plum-color-border);font-size:13px;color:var(--plum-color-text-secondary);text-align:center}.PlumChatScreenFooterDefaultMode-module_micButton__uPaq0,.PlumChatScreenFooterDefaultMode-module_videoNoteButton__PqP3O{flex-shrink:0}.PlumChatScreenFooter-module_root__Ug5ow{display:flex;flex-direction:column;align-items:stretch;width:100%}.PlumChatChatTitle-module_title__ywpRG{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:16px}.PlumChatForwardModal-module_body__9oN-y{display:flex;flex-direction:column;gap:10px;min-height:220px;max-height:min(560px,72vh)}.PlumChatForwardModal-module_hint__C0Pbo{font-size:14px;color:var(--plum-color-text-secondary);margin:0}.PlumChatForwardModal-module_search__ALMie{flex-shrink:0}.PlumChatForwardModal-module_listWrap__nweh8{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.PlumChatForwardModal-module_list__SBA2N{flex:1;min-height:0;overflow-y:auto}.PlumChatForwardModal-module_row__4pfll{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;cursor:pointer;border:none;width:100%;text-align:left;background:transparent;color:inherit;font:inherit;box-sizing:border-box}@media (pointer: fine){.PlumChatForwardModal-module_row__4pfll:hover:not(:disabled){background:var(--plum-color-white-hover)}}.PlumChatForwardModal-module_row__4pfll:disabled{cursor:default;opacity:.55}.PlumChatForwardModal-module_rowActive__kUbMK{outline:2px solid color-mix(in srgb,var(--plum-color-primary) 55%,transparent);background:color-mix(in srgb,var(--plum-color-primary-light) 35%,transparent)}.PlumChatForwardModal-module_submitOverlay__1niYJ{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;background:color-mix(in srgb,var(--plum-color-white) 58%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:PlumChatForwardModal-module_plum-chat-forward-overlay-in__d8uxu .18s ease-out;border-radius:12px}.PlumChatForwardModal-module_submitCard__rB5T1{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 20px;border-radius:14px;background:var(--plum-color-white);box-shadow:0 4px 24px #0000001a}.PlumChatForwardModal-module_submitSpinner__TsTrL{width:36px;height:36px}.PlumChatForwardModal-module_submitLabel__kkYQ8{margin:0;font-size:14px;color:var(--plum-color-text-secondary)}@keyframes PlumChatForwardModal-module_plum-chat-forward-overlay-in__d8uxu{0%{opacity:0}to{opacity:1}}.PlumChatForwardModal-module_error__uxrXH{margin:0;font-size:14px;color:var(--plum-color-danger, #c62828)}.PlumChatScreenHeaderSelectMessagesMode-module_searchMessageMode__Lvp0U{flex:1;overflow:hidden;display:flex;align-items:center;gap:10px}.PlumChatScreenHeaderSelectMessagesMode-module_searchMessageModeResult__JvkPq{min-width:100px;gap:4px}.PlumChatAnimatedActivityText-module_root__RKpBI{display:inline}.PlumChatAnimatedActivityText-module_label__bdVoY{background-image:linear-gradient(90deg,currentColor 0%,currentColor 36%,color-mix(in srgb,currentColor 30%,white 70%) 50%,currentColor 64%,currentColor 100%);background-size:240% 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:PlumChatAnimatedActivityText-module_plum-chat-activity-shimmer__GWIqh 1.75s linear infinite}.PlumChatAnimatedActivityText-module_labelLightOnDark__KKsto{background-image:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.88) 34%,rgb(255,255,255) 50%,rgba(255,255,255,.88) 66%,rgba(255,255,255,.88) 100%)}.PlumChatAnimatedActivityText-module_rootLightOnDark__mGYyV .PlumChatAnimatedActivityText-module_dot__a-eHV{opacity:.65}.PlumChatAnimatedActivityText-module_rootLightOnDark__mGYyV .PlumChatAnimatedActivityText-module_dot__a-eHV:nth-child(2),.PlumChatAnimatedActivityText-module_rootLightOnDark__mGYyV .PlumChatAnimatedActivityText-module_dot__a-eHV:nth-child(3){opacity:.65}.PlumChatAnimatedActivityText-module_dots__-jBwC{display:inline-flex;align-items:flex-end;gap:2px;margin-inline-start:1px;height:1em;vertical-align:baseline}.PlumChatAnimatedActivityText-module_dot__a-eHV{width:3px;height:3px;border-radius:50%;background-color:currentColor;opacity:.35;animation:PlumChatAnimatedActivityText-module_plum-chat-activity-dot__4UpYC 1.25s ease-in-out infinite}.PlumChatAnimatedActivityText-module_dot__a-eHV:nth-child(2){animation-delay:.2s}.PlumChatAnimatedActivityText-module_dot__a-eHV:nth-child(3){animation-delay:.4s}@keyframes PlumChatAnimatedActivityText-module_plum-chat-activity-shimmer__GWIqh{0%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes PlumChatAnimatedActivityText-module_plum-chat-activity-dot__4UpYC{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion: reduce){.PlumChatAnimatedActivityText-module_label__bdVoY,.PlumChatAnimatedActivityText-module_labelLightOnDark__KKsto{animation:none;background-image:none;-webkit-text-fill-color:currentcolor;background-clip:unset}.PlumChatAnimatedActivityText-module_dot__a-eHV{animation:none;opacity:1}}.PlumChatChatSubtitle-module_title__XYVPo{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:16px;color:var(--plum-color-text-secondary, #888)}.PlumChatChatSubtitle-module_activity__B3zzS{color:var(--plum-color-primary, #1a73e8);font-size:12px;font-style:italic}.PlumChatChatSubtitle-module_meta__1uyqJ{color:var(--plum-color-text-secondary, #888);font-size:12px}.PlumChatScreenHeaderDefaultMode-module_defaultMode__nl-qE{flex:1;overflow:hidden;display:flex;align-items:center;gap:10px}.PlumChatScreenHeaderDefaultMode-module_titleTapArea__h3yv8{flex:1;min-width:0;display:flex;align-items:center;gap:10px;cursor:pointer;border-radius:10px;margin:-6px -8px;padding:6px 8px;background:transparent;border:none;text-align:left;color:inherit;font:inherit}.PlumChatScreenHeaderDefaultMode-module_titleTapArea__h3yv8:focus-visible{outline:2px solid var(--plum-color-primary);outline-offset:2px}.PlumChatScreenHeaderDefaultMode-module_defaultModeContent__k-rLD{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;overflow:hidden}.PlumChatScreenHeaderDefaultMode-module_defaultModeHeader__EN4d4{height:16px;font-size:16px;color:var(--plum-color-text-main);overflow:hidden;text-overflow:ellipsis}.PlumChatScreenHeaderDefaultMode-module_defaultModeFooter__c9j5n{font-size:14px;height:16px;overflow:hidden;text-overflow:ellipsis}.PlumChatScreenHeader-module_root__i3lmK{display:flex;height:55px;padding:0 10px;background:var(--plum-color-white)}.PlumChatSystemMessage-module_systemMessage__Zt-lL{display:flex;justify-content:flex-start;-webkit-user-select:none;user-select:none;padding:0 20px;width:100%;box-sizing:border-box}.PlumChatSystemMessage-module_systemMessageMessages__Y5JMe{justify-content:flex-start;align-items:end;gap:10px;padding:0 10px}.PlumChatSystemMessage-module_avatarSpacer__PXb1R{flex-shrink:0;width:35px}.PlumChatSystemMessage-module_messagesArea__rqSvs{flex:0 1 auto;width:100%;max-width:100%;display:flex;justify-content:flex-start;min-width:0}.PlumChatSystemMessage-module_message__PXWQ3{color:var(--plum-color-black);font-size:16px;color:var(--plum-color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:5px 10px;background-color:#0000001a;text-align:left}.PlumChatSystemMessage-module_message__PXWQ3>p{display:inline;word-break:break-word}.PlumChatSystemMessage-module_actor__mGIu2,.PlumChatSystemMessage-module_actorColon__2my7Z{display:inline}.PlumChatReadonlyMarkdownContent-module_root__r7LtW{color:var(--plum-color-black);font-size:16px}.PlumChatReadonlyMarkdownContent-module_root__r7LtW p{display:block;margin:0 0 .65em}.PlumChatReadonlyMarkdownContent-module_root__r7LtW p:last-child{margin-bottom:0}.PlumChatReadonlyMarkdownContent-module_root__r7LtW p plum-entity,.PlumChatReadonlyMarkdownContent-module_root__r7LtW p [data-node-view-wrapper]{display:inline-flex;vertical-align:baseline}.PlumChatReadonlyMarkdownContent-module_root__r7LtW :is(h1,h2,h3,h4){display:block;margin:.55em 0 .35em;font-weight:600;line-height:1.25}.PlumChatReadonlyMarkdownContent-module_root__r7LtW :is(h1,h2,h3,h4):first-child{margin-top:0}.PlumChatReadonlyMarkdownContent-module_root__r7LtW :is(ul,ol){display:block;margin:.35em 0 .65em;padding-left:1.25em}.PlumChatReadonlyMarkdownContent-module_root__r7LtW li{margin:.2em 0;list-style:unset}.PlumChatReadonlyMarkdownContent-module_root__r7LtW pre{white-space:pre-wrap;overflow:hidden;background-color:var(--plum-color-bg-light);border-radius:8px;padding:5px 10px;border:1px solid var(--plum-color-border);font-family:monospace;font-size:14px;color:var(--plum-color-text-main);line-height:1.5;margin:.5em 0;max-width:100%}.PlumChatReadonlyMarkdownContent-module_root__r7LtW img{display:block;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:left center}.ChatMessageStatus-module_status__EcXsj{width:14px;height:14px}.ChatMessageStatus-module_statusRead__gPidf{color:var(--plum-color-primary)}.ChatMessageStatus-module_statusSent__CVoes,.ChatMessageStatus-module_statusUploading__ydWFj{color:var(--plum-color-text-secondary)}.PlumChatMessageQuickReplies-module_root__idwLu{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;width:100%;align-items:flex-start}.PlumChatMessageQuickReplies-module_button__DBPfI{flex:0 1 auto;width:auto;max-width:100%;white-space:nowrap;height:auto;min-height:30px;padding:6px 14px}.PlumChatMessageSticker-module_root__mIIGE{display:flex;align-items:center;justify-content:center;position:relative;width:160px;height:160px;max-width:100%;-webkit-user-select:none;user-select:none;pointer-events:none}.PlumChatMessageSticker-module_rootCompact__oQOwR{width:48px;height:48px}.PlumChatMessageSticker-module_media__mUa0K{width:100%;height:100%;object-fit:contain}.PlumChatMessageSticker-module_mediaHidden__yIuwu{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.PlumChatReplyMessage-module_message__n-xbG{border-left:4px solid var(--plum-color-primary);background-color:color-mix(in srgb,var(--plum-color-primary) 10%,transparent);padding:5px 8px;border-radius:10px}.PlumChatReplyMessage-module_content__xAHvg{display:flex;flex-direction:column;gap:5px}.PlumChatReplyMessage-module_content__xAHvg p{display:block;margin:0 0 .5em}.PlumChatReplyMessage-module_content__xAHvg p:last-child{margin-bottom:0}.PlumChatReplyMessage-module_content__xAHvg :is(h1,h2,h3,h4){margin:.45em 0 .3em;font-weight:600;line-height:1.25}.PlumChatReplyMessage-module_content__xAHvg :is(h1,h2,h3,h4):first-child{margin-top:0}.PlumChatReplyMessage-module_content__xAHvg :is(ul,ol){margin:.3em 0 .5em;padding-left:1.2em}.PlumChatReplyMessage-module_username__sDyDD{color:var(--plum-color-primary)}.PlumChatReplyMessage-module_loading__bhWrz{color:var(--plum-color-text-secondary)}.PlumChatReplyMessage-module_error__nr-i1{color:var(--plum-color-danger)}.PlumChatVideoNoteMessage-module_wrap__OeLE-{position:relative;width:260px;max-width:min(100%,364px);aspect-ratio:1;border-radius:50%;overflow:hidden;background:transparent;cursor:pointer}.PlumChatVideoNoteMessage-module_video__eSeNW{display:block;width:100%;height:100%;object-fit:cover}.PlumChatVideoNoteMessage-module_ring__Y35jU{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.PlumChatVideoNoteMessage-module_ringBg__wwnJf{fill:none;stroke:#fff3;stroke-width:3.25}.PlumChatVideoNoteMessage-module_ringFg__3PX5c{fill:none;stroke:#ffffffe6;stroke-width:3.25;stroke-linecap:round;transition:stroke-dashoffset .12s linear}.PlumChatVideoNoteMessage-module_playHint__Kpz0I{position:absolute;left:50%;top:50%;width:0;height:0;margin-left:3px;transform:translate(-50%,-50%);border-style:solid;border-width:18px 0 18px 29px;border-color:transparent transparent transparent rgba(255,255,255,.85);filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));pointer-events:none}.PlumChatVideoNoteMessage-module_loading__JAHZt,.PlumChatVideoNoteMessage-module_error__S9DL-{font-size:12px;opacity:.7}.PlumChatVideoNoteMessage-module_error__S9DL-{color:var(--plum-color-danger, #c00)}.PlumChatMessage-module_message__Fa0lo{position:relative;display:flex;flex-direction:column;gap:5px;padding:10px;border-radius:20px 20px 20px 5px;background-color:var(--plum-color-white);width:fit-content;max-width:420px;box-shadow:0 1px 2px #0000000d;transition:background .1s ease-in-out}.PlumChatMessage-module_messageWithImages__na2ED{max-width:min(520px,100%)}.PlumChatMessage-module_messageMine__FJalT{background-color:var(--plum-color-bg-secondary)}.PlumChatMessage-module_messagePlum__-Ekxv{background-color:color-mix(in srgb,var(--plum-color-white) 82%,var(--plum-color-primary, #2563eb) 18%);box-shadow:0 1px 2px 0 color-mix(in srgb,var(--plum-color-primary, #2563eb) 18%,transparent)}.PlumChatMessage-module_messageSelected__DHhoM{background-color:var(--plum-color-primary-light)}.PlumChatMessage-module_messageNotFirstInGroup__hpDgP{border-top-left-radius:5px}.PlumChatMessage-module_messageRight__1Tvdo{border-radius:20px 20px 5px}.PlumChatMessage-module_messageRight__1Tvdo.PlumChatMessage-module_messageNotFirstInGroup__hpDgP{border-top-right-radius:5px}.PlumChatMessage-module_messageNavigated__-T2Gl{background:color-mix(in srgb,var(--plum-color-primary) 10%,transparent);outline:1px solid var(--plum-color-primary)}.PlumChatMessage-module_messageWarning__csPBP{transition:none;padding-inline-end:30px;animation:PlumChatMessage-module_plum-chat-warning-bg__1G1l8 4s ease-in-out infinite,PlumChatMessage-module_plum-chat-warning-glow__yXrqM 4s ease-in-out infinite}.PlumChatMessage-module_warningCornerBadge__A-xYS{position:absolute;top:6px;right:6px;z-index:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#c2410c;pointer-events:none}.PlumChatMessage-module_warningCornerBadge__A-xYS .plumIcon{width:20px;height:20px}.PlumChatMessage-module_messageMine__FJalT.PlumChatMessage-module_messageWarning__csPBP{animation:PlumChatMessage-module_plum-chat-warning-bg-mine__BVHkb 4s ease-in-out infinite,PlumChatMessage-module_plum-chat-warning-glow__yXrqM 4s ease-in-out infinite}@keyframes PlumChatMessage-module_plum-chat-warning-bg__1G1l8{0%{background-color:color-mix(in srgb,var(--plum-color-white) 52%,#ff4500 48%)}25%{background-color:color-mix(in srgb,var(--plum-color-white) 44%,#ff2400 56%)}50%{background-color:color-mix(in srgb,var(--plum-color-white) 48%,#fd7e14 52%)}75%{background-color:color-mix(in srgb,var(--plum-color-white) 46%,#ff5722 54%)}to{background-color:color-mix(in srgb,var(--plum-color-white) 52%,#ff4500 48%)}}@keyframes PlumChatMessage-module_plum-chat-warning-bg-mine__BVHkb{0%{background-color:color-mix(in srgb,var(--plum-color-bg-secondary) 62%,#ff4500 38%)}25%{background-color:color-mix(in srgb,var(--plum-color-bg-secondary) 54%,#ff2400 46%)}50%{background-color:color-mix(in srgb,var(--plum-color-bg-secondary) 58%,#fd7e14 42%)}75%{background-color:color-mix(in srgb,var(--plum-color-bg-secondary) 56%,#ff5722 44%)}to{background-color:color-mix(in srgb,var(--plum-color-bg-secondary) 62%,#ff4500 38%)}}@keyframes PlumChatMessage-module_plum-chat-warning-glow__yXrqM{0%{box-shadow:0 0 0 2px #ff45008c,0 0 22px #ff4500a6,0 0 56px #ff642873}25%{box-shadow:0 0 0 2px #ff240099,0 0 28px #ff2400b8,0 0 72px #ff3c1480}50%{box-shadow:0 0 0 2px #fd7e1494,0 0 24px #fd7e14ad,0 0 64px #ff8c327a}75%{box-shadow:0 0 0 2px #ff572294,0 0 26px #ff5722b3,0 0 68px #ff5a1e85}to{box-shadow:0 0 0 2px #ff45008c,0 0 22px #ff4500a6,0 0 56px #ff642873}}.PlumChatMessage-module_content__hXXm6{min-width:0;word-break:break-word}.PlumChatMessage-module_messageForwarded__qLup-{gap:4px}.PlumChatMessage-module_forwardedHeader__gfsXh{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;line-height:1.2;color:color-mix(in srgb,var(--plum-color-primary) 82%,var(--plum-color-text-secondary));margin:0 0 2px}.PlumChatMessage-module_forwardedLabel__xx5Lm{flex-shrink:0;opacity:.92}.PlumChatMessage-module_forwardedAvatar__S4GuO{flex-shrink:0}.PlumChatMessage-module_forwardedAuthor__KjdcZ{font-size:12px;font-weight:500;line-height:1.2;color:inherit}.PlumChatMessage-module_forwardedHeaderInteractive__-310u{cursor:pointer;border-radius:6px;margin:-2px -4px;padding:2px 4px}@media (pointer: fine){.PlumChatMessage-module_forwardedHeaderInteractive__-310u:hover{background:color-mix(in srgb,var(--plum-color-primary) 12%,transparent)}}.PlumChatMessage-module_forwardedHeaderInteractive__-310u:focus-visible{outline:2px solid var(--plum-color-primary);outline-offset:1px}.PlumChatMessage-module_forwardedQuote__7MLM2{margin-top:1px;padding-left:10px;border-left:2px solid color-mix(in srgb,var(--plum-color-primary) 38%,var(--plum-color-text-secondary) 62%);min-width:0}.PlumChatMessage-module_messageMine__FJalT .PlumChatMessage-module_forwardedQuote__7MLM2{border-left-color:color-mix(in srgb,var(--plum-color-primary) 32%,var(--plum-color-bg-secondary) 68%)}.PlumChatMessage-module_messageSticker__kDh8X{background-color:transparent;box-shadow:none;padding:22px 24px 0 0;border-radius:0;max-width:none}.PlumChatMessage-module_messageSticker__kDh8X.PlumChatMessage-module_messageMine__FJalT{background-color:transparent}.PlumChatMessage-module_messageSticker__kDh8X.PlumChatMessage-module_messageRight__1Tvdo,.PlumChatMessage-module_messageSticker__kDh8X.PlumChatMessage-module_messageNotFirstInGroup__hpDgP{border-radius:0}.PlumChatMessage-module_messageSticker__kDh8X.PlumChatMessage-module_messageSelected__DHhoM{background-color:transparent;box-shadow:none;outline:2px solid var(--plum-color-primary-light);outline-offset:2px;border-radius:10px}.PlumChatMessage-module_messageSticker__kDh8X.PlumChatMessage-module_messageNavigated__-T2Gl{background:transparent!important;box-shadow:none;outline:1px solid var(--plum-color-primary);border-radius:10px}.PlumChatMessage-module_messageSticker__kDh8X .PlumChatMessage-module_username__xE-FM{margin-bottom:6px}.PlumChatMessage-module_messageSticker__kDh8X .PlumChatMessage-module_content__hXXm6,.PlumChatMessage-module_messageSticker__kDh8X .PlumChatMessage-module_stickerStack__dYWGV .PlumChatMessage-module_content__hXXm6{width:fit-content}.PlumChatMessage-module_messageSticker__kDh8X .PlumChatMessage-module_stickerStack__dYWGV .PlumChatMessage-module_media__ZaXm0{margin-top:0}.PlumChatMessage-module_replyAboveSticker__qvorF{margin-bottom:0}.PlumChatMessage-module_stickerStack__dYWGV{display:flex;flex-direction:column;gap:8px;width:fit-content;max-width:100%}.PlumChatMessage-module_messageVideoNoteBare__ZtAEn{background-color:transparent;box-shadow:none;padding:22px 24px 0 0;border-radius:0;max-width:none}.PlumChatMessage-module_messageVideoNoteBare__ZtAEn.PlumChatMessage-module_messageMine__FJalT{background-color:transparent}.PlumChatMessage-module_messageVideoNoteBare__ZtAEn.PlumChatMessage-module_messageRight__1Tvdo,.PlumChatMessage-module_messageVideoNoteBare__ZtAEn.PlumChatMessage-module_messageNotFirstInGroup__hpDgP{border-radius:0}.PlumChatMessage-module_messageVideoNoteBare__ZtAEn.PlumChatMessage-module_messageSelected__DHhoM{background-color:transparent;box-shadow:none;outline:2px solid var(--plum-color-primary-light);outline-offset:2px;border-radius:10px}.PlumChatMessage-module_messageVideoNoteBare__ZtAEn.PlumChatMessage-module_messageNavigated__-T2Gl{background:transparent!important;box-shadow:none;outline:1px solid var(--plum-color-primary);border-radius:10px}.PlumChatMessage-module_messageVideoNoteBare__ZtAEn .PlumChatMessage-module_username__xE-FM{margin-bottom:6px}.PlumChatMessage-module_mediaVideoNoteBare__EGQmf{margin-top:0}.PlumChatMessage-module_replyAboveVideoNote__EyJbN{margin-bottom:8px}.PlumChatMessage-module_media__ZaXm0{margin-top:5px}.PlumChatMessage-module_files__WmcYL{display:flex;flex-direction:column;gap:5px}.PlumChatMessage-module_file__RmdQz{background-color:transparent}.PlumChatMessage-module_images__xYhFi{display:flex;flex-direction:column;gap:4px;width:100%;min-width:0}.PlumChatMessage-module_imagesGrid__eoolz{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.PlumChatMessage-module_imagesGrid__eoolz .PlumChatMessage-module_chatImageGridCell__viNHg:last-child:nth-child(odd):not(:only-child){grid-column:1/-1}.PlumChatMessage-module_chatImage__kq2-P{align-self:stretch;min-width:0;width:100%;max-width:100%;padding:0;background-color:transparent;gap:0}.PlumChatMessage-module_chatImage__kq2-P .plumFilePreviewItemIconWrapper{width:100%}.PlumChatMessage-module_chatImage__kq2-P .plumFilePreviewItemIcon{display:flex;align-items:center;justify-content:center;width:100%;height:min(420px,52vh);overflow:hidden;border-radius:12px}.PlumChatMessage-module_chatImage__kq2-P .plumFilePreviewItemIcon img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center}.PlumChatMessage-module_chatImage__kq2-P .plumFilePreviewItemName{display:none}.PlumChatMessage-module_chatImageGridCell__viNHg{width:auto}.PlumChatMessage-module_chatImageGridCell__viNHg .plumFilePreviewItemIcon{display:flex;align-items:center;justify-content:center;width:100%;height:min(240px,34vh);overflow:hidden;border-radius:12px}.PlumChatMessage-module_chatImageGridCell__viNHg .plumFilePreviewItemIcon img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center}.PlumChatMessage-module_username__xE-FM{width:fit-content;color:var(--plum-color-primary)}.PlumChatMessage-module_linkPreview__WRZ0X{border-radius:10px}.PlumChatMessage-module_footer__MTnlQ{display:flex;justify-content:space-between;align-items:end}.PlumChatMessage-module_bottomRow__ci5t5{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:8px;min-width:0}.PlumChatMessage-module_meta__q8K41{display:inline-flex;margin-left:10px;line-height:18px;float:right;gap:5px;transform:translateY(6px)}.PlumChatMessage-module_metaInRow__rBGLx{margin-left:auto;float:none;flex-shrink:0}.PlumChatMessage-module_timestamp__UAu-F{line-height:inherit;white-space:nowrap;font-size:14px;color:var(--plum-color-text-secondary);flex-shrink:0}.PlumChatMessage-module_reactions__XBuq3{margin-top:5px;display:inline-flex;gap:5px}.PlumChatMessage-module_reaction__JR50o{cursor:pointer;display:flex;align-items:center;background-color:var(--plum-color-primary-light);box-shadow:0 1px 2px #0000001a;box-sizing:border-box;padding:4px;border-radius:15px;font-size:20px;height:28px;color:var(--plum-color-primary);transition:background-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out,transform .15s ease-in-out}.PlumChatMessage-module_reaction__JR50o:hover{box-shadow:0 2px 2px #0000001a;transform:translateY(-1px)}.PlumChatMessage-module_reactionActive__aukW1{background-color:var(--plum-color-primary);color:var(--plum-color-white)}.PlumChatMessage-module_reactionActive__aukW1 .PlumChatMessage-module_reactionUser__byFGi{border-color:var(--plum-color-primary)}.PlumChatMessage-module_reaction__JR50o *{pointer-events:none}.PlumChatMessage-module_reactionUsers__2WhXS{display:flex}.PlumChatMessage-module_reactionUser__byFGi{position:relative;border-radius:50%}.PlumChatMessage-module_reactionUser__byFGi:not(:first-child){margin-left:-10px}.PlumChatMessage-module_reactionCount__3Qq9p{padding:0 5px;display:flex;align-items:center;justify-content:center}.PlumChatPinnedMessages-module_root__I91YP{flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.PlumChatPinnedMessages-module_list__9zPXo{display:flex;flex-direction:column}.PlumChatPinnedMessages-module_row__E1-SP{display:flex;align-items:center;gap:4px;padding-right:8px}.PlumChatPinnedMessages-module_item__WSk60{flex:1;min-width:0;display:flex;align-items:center;gap:10px;width:100%;padding:8px 16px;border:none;background:transparent;cursor:pointer;text-align:left;color:var(--plum-color-text-main)}.PlumChatPinnedMessages-module_item__WSk60:hover,.PlumChatPinnedMessages-module_item__WSk60:focus-visible{outline:none;background:rgba(0,0,0,.04)}.PlumChatPinnedMessages-module_pinIcon__kXW8m{flex:0 0 18px;width:18px;height:18px;color:var(--plum-color-primary)}.PlumChatPinnedMessages-module_pinIcon__kXW8m .plumIcon{width:18px;height:18px}.PlumChatPinnedMessages-module_body__c2LCq{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.PlumChatPinnedMessages-module_label__a-tYr{font-size:12px;line-height:14px;color:var(--plum-color-primary)}.PlumChatPinnedMessages-module_text__LMjEn{font-size:14px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlumChatPinnedMessages-module_unpinButton__s9E-5{flex-shrink:0;width:28px;height:28px;border:none;border-radius:50%;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--plum-color-text-secondary)}.PlumChatPinnedMessages-module_unpinButton__s9E-5:hover,.PlumChatPinnedMessages-module_unpinButton__s9E-5:focus-visible{outline:none;background:rgba(0,0,0,.06)}.PlumChatPinnedMessages-module_unpinButton__s9E-5 .plumIcon{width:18px;height:18px}.ReactionPicker-module_root__U3gME{position:relative;border-radius:999px}.ReactionPicker-module_reactions__nQoyN{height:40px;border-radius:inherit;display:flex;background:var(--plum-color-white);box-shadow:0 2px 8px #00000040;overflow:auto;scrollbar-width:none}.ReactionPicker-module_reactions__nQoyN::-webkit-scrollbar{display:none}.ReactionPicker-module_sentinel__STPHX{width:1px;min-width:1px;height:1px;align-self:stretch;pointer-events:none}.ReactionPicker-module_marker__U0qKP{position:absolute;top:0;bottom:0;width:30px;pointer-events:none;transition:opacity .15s ease-in-out}.ReactionPicker-module_markerLeft__tds6M{left:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;background:linear-gradient(to right,var(--plum-color-white),transparent)}.ReactionPicker-module_markerRight__K1cIt{right:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;background:linear-gradient(to left,var(--plum-color-white),transparent)}.ReactionPicker-module_reactionBtn__SyLgY{min-width:40px;font-size:inherit;background:transparent;border:none;line-height:20px;color:var(--plum-color-text-main);cursor:pointer}.ReactionPicker-module_reactionBtn__SyLgY span{display:block;transition:scale .2s ease-in-out}.ReactionPicker-module_reactionBtn__SyLgY:hover span{scale:1.2}.PlumChatScreenMessage-module_messageContainer__Lxm8X{position:relative}.PlumChatScreenMessage-module_messageContainerRight__cPeW5{margin-left:auto}.PlumChatScreenMessage-module_popper__097gB{padding:0;border-radius:20px;border:none;box-shadow:none;display:flex;flex-direction:column;gap:10px;width:200px;background:transparent}.PlumChatScreenMessage-module_actions__gWb7r{padding:5px 0;border-radius:15px;display:flex;flex-direction:column;background:var(--plum-color-white);box-shadow:0 2px 8px #00000040;overflow:hidden}.PlumChatScreenMessage-module_action__GKAPg{font-size:inherit;background:transparent;border:none;display:flex;align-items:center;gap:10px;padding:5px 10px;line-height:20px;color:var(--plum-color-text-main);cursor:pointer;text-align:left;white-space:nowrap}.PlumChatScreenMessage-module_action__GKAPg:hover,.PlumChatScreenMessage-module_action__GKAPg:focus{outline:none;background:var(--plum-color-bg-light)}.PlumChatScreenMessage-module_action__GKAPg:disabled{cursor:default;color:var(--plum-color-text-secondary)}.PlumChatScreenMessage-module_action__GKAPg:disabled:hover,.PlumChatScreenMessage-module_action__GKAPg:disabled:focus{background:transparent}.PlumChatScreenMessage-module_actionIcon__xVhJh{flex:0 0 20px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.PlumChatScreenMessage-module_actionIcon__xVhJh .plumIcon{width:20px;height:20px;flex-shrink:0}.PlumChatUserProfile-module_root__dhTI9{display:block}.PlumChatUserProfile-module_header__Tpo0F{padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px;background-color:var(--plum-color-bg-light)}.PlumChatUserProfile-module_headerContent__9iKz4{display:flex;flex-direction:column;gap:5px;text-align:center}.PlumChatUserProfile-module_headerTitle__CTE2i{white-space:normal;text-align:center}.PlumChatUserProfile-module_headerSubtitle__ym8LP{white-space:normal;text-align:center;color:var(--plum-color-text-secondary)}.PlumChatUserProfile-module_content__an0p2{padding:20px}.PlumChatUserProfile-module_actions__5hIg1{display:flex;gap:10px}.PlumChatUserProfile-module_button__nX-vS{flex:1;flex-direction:column}.PlumChatMobileSwipeMessageRow-module_track__5BHZe{flex:1;min-width:0;position:relative;touch-action:pan-y}.PlumChatMobileSwipeMessageRow-module_hint__60JHZ{position:absolute;left:2px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--plum-color-primary);pointer-events:none}.PlumChatMobileSwipeMessageRow-module_hint__60JHZ .plumIcon{width:22px;height:22px}.PlumChatMobileSwipeMessageRow-module_inner__XHdxR{will-change:transform}.PlumChatMobileSwipeMessageRow-module_innerRelease__ynFsS{transition:transform .22s ease-out}.PlumChatScreenMessageGroup-module_messageGroup__MdmDb{position:relative;display:flex;align-items:end;padding:0 10px;gap:10px}.PlumChatScreenMessageGroup-module_messageGroupPlum__-mpH1 .PlumChatScreenMessageGroup-module_messages__T8YVQ .PlumChatScreenMessageGroup-module_username__bTeD3{color:var(--plum-color-primary, #2563eb);font-weight:600}.PlumChatScreenMessageGroup-module_messageGroupRight__1MM8l{margin-left:auto;margin-right:0;width:fit-content;max-width:100%;align-self:flex-end;flex-direction:row-reverse;gap:10px}.PlumChatScreenMessageGroup-module_messageGroupRight__1MM8l .PlumChatScreenMessageGroup-module_messages__T8YVQ{align-items:flex-end}.PlumChatScreenMessageGroup-module_messageGroupRight__1MM8l .PlumChatScreenMessageGroup-module_userAvatar__F8gnV{left:auto;right:10px}.PlumChatScreenMessageGroup-module_messageGroupRight__1MM8l .PlumChatScreenMessageGroup-module_userAvatarSelectable__jXU9Y{padding-left:0;padding-right:35px}.PlumChatScreenMessageGroup-module_messageGroupRight__1MM8l .PlumChatScreenMessageGroup-module_selectButton__wXOGR{right:10px;left:auto}.PlumChatScreenMessageGroup-module_userAvatar__F8gnV{position:sticky;bottom:10px;left:10px}.PlumChatScreenMessageGroup-module_userAvatarSelectable__jXU9Y{padding-left:35px}.PlumChatScreenMessageGroup-module_messages__T8YVQ{display:flex;flex-direction:column;gap:5px}.PlumChatScreenMessageGroup-module_message__oc8SQ{display:flex;align-items:flex-end;gap:10px;transition:background .2s ease-in-out}.PlumChatScreenMessageGroup-module_messageMobile__YBItL{-webkit-user-select:none;user-select:none}.PlumChatScreenMessageGroup-module_messageSelectable__RkzBY{-webkit-user-select:unset;user-select:unset;cursor:default}.PlumChatScreenMessageGroup-module_selectButton__wXOGR{position:absolute;left:10px;flex-shrink:0;padding:2px;width:25px;height:25px;border-radius:50%;border:2px solid var(--plum-color-white);background:rgba(55,61,73,.1019607843)}.PlumChatScreenMessageGroup-module_selectButtonActive__Y7HN1{background:var(--plum-color-primary);color:var(--plum-color-white)}.PlumChatScreenMessageGroup-module_selectButton__wXOGR .plumIcon{width:100%;height:100%}.PlumChatScreenMessageGroup-module_modal__Cjv6-{position:relative;min-width:0;width:100%;max-width:300px}.PlumChatScreenMessageGroup-module_modal__Cjv6->.plumModalContent{padding:0}.PlumChatScreenMessageGroup-module_modalCloseButton__3IxGy{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;cursor:pointer}.PlumChatScreenViewerMessageList-module_listSizer__X3cLN{position:relative;flex:1;min-height:0;min-width:0;display:flex;flex-direction:column}.PlumChatScreenViewerMessageList-module_scrollToBottomButton__BmNHz{position:absolute;right:20px;bottom:10px;z-index:3}.PlumChatScreenViewerMessageList-module_scrollArea__EeaxW{flex:1;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;align-items:flex-start;overflow-anchor:none}.PlumChatScreenViewerMessageList-module_container__Uu41F{padding:10px 0;flex:1;display:flex;flex-direction:column;position:relative}.PlumChatScreenViewerMessageList-module_feedColumn__Ydrz4{width:100%;max-width:720px;align-self:flex-start;box-sizing:border-box}.PlumChatScreenViewerMessageList-module_rowInner__ULd7p{box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch}.PlumChatScreenViewerMessageList-module_rowInnerWithPadding__1qtDw{padding-bottom:15px}.PlumChatScreenViewerMessageList-module_pageWrapper__V75sY{border:1px solid var(--plum-color-border-medium, #dbe2eb);border-radius:12px;padding:10px}.PlumChatScreenViewerMessageList-module_pageWrapperBefore__bh7Er{border-color:var(--plum-color-info-light, #9ecbff)}.PlumChatScreenViewerMessageList-module_pageWrapperAfter__MLwSH{border-color:var(--plum-color-success-light, #9fd8b7)}.PlumChatScreenViewerMessageList-module_pageWrapperLive__hmoGG{border-color:var(--plum-color-warning-light, #ffd08a)}.PlumChatScreenViewerMessageList-module_pageItem__VOrTu{box-sizing:border-box}.PlumChatScreenViewerMessageList-module_pageItemWithPadding__0c5bo{padding-bottom:12px}.PlumChatScreenViewerMessageList-module_loadMoreWrap__Jykke{display:flex;flex-direction:column;padding:0 10px}.PlumChatScreenViewerMessageList-module_message__utq-O{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-placeholder)}.PlumChatScreenViewerMessageList-module_edgeLoader__6zAUJ{position:absolute;left:50%;transform:translate(-50%);width:20px;height:20px;border-radius:999px;background:color-mix(in srgb,var(--plum-color-bg-contrast, #fff) 80%,transparent);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.PlumChatScreenViewerMessageList-module_edgeLoaderTop__-vPey{top:8px}.PlumChatScreenViewerMessageList-module_edgeLoaderBottom__WHm8o{bottom:8px}.PlumChatScreenViewerMessageList-module_edgeLoaderDot__g82uD{width:10px;height:10px;border-radius:999px;border:2px solid var(--plum-color-border-medium, #dbe2eb);border-top-color:var(--plum-color-primary, #2f76ff);animation:PlumChatScreenViewerMessageList-module_edgeLoaderSpin__rphNR .7s linear infinite}@keyframes PlumChatScreenViewerMessageList-module_edgeLoaderSpin__rphNR{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PlumChatScreenViewer-module_root__kph2r{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;min-width:0}.PlumChatScreenViewer-module_emptyMessage__rCHvO{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-tertiary)}.PlumChatPlumAiActivityRow-module_root__F82Ko{align-items:center;height:52px;min-height:52px;max-height:52px;box-sizing:border-box;overflow:hidden}.PlumChatPlumAiActivityRow-module_avatar__KOppU{position:static;bottom:auto;left:auto;flex-shrink:0}.PlumChatPlumAiActivityRow-module_text__CYqYe{color:var(--plum-color-primary, #2563eb);font-style:italic;font-size:14px;line-height:20px}.PlumChatPlumAiActivityRow-module_textError__udODL{color:var(--plum-color-text-secondary, #6b7280)}.PlumChatPlumAiActivityBar-module_root__5fV0C{flex-shrink:0;min-height:52px;box-sizing:border-box}.PlumChatSecretGate-module_wrap__7QBKt{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.PlumChatSecretGate-module_overlay__dhMiM{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:color-mix(in srgb,var(--plum-bg-primary, #fff) 85%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.PlumChatSecretGate-module_modal__ix-VX{position:absolute;z-index:6;left:50%;top:50%;transform:translate(-50%,-50%);width:min(360px,100% - 32px);padding:24px;border-radius:16px;background:var(--plum-bg-secondary, #f4f4f5);box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;gap:12px}.PlumChatSecretGate-module_title__1cSKF{margin:0;font-size:1.125rem;font-weight:600}.PlumChatSecretGate-module_hint__vMPvG{margin:0;font-size:.875rem;opacity:.85}.PlumChatSecretGate-module_error__pwTmc{margin:0;font-size:.875rem;color:var(--plum-danger, #c00)}.PlumChatScreenDragAndDropOverlay-module_overlay__OpusU{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(0,0,0,.45);color:#fff;pointer-events:none}.PlumChatScreenDragAndDropOverlay-module_overlayIcon__6k3hv{width:40px;height:40px}.PlumChatScreenDragAndDropOverlay-module_overlayText__1TSaI{font-size:20px;font-weight:600}.PlumChatScreen-module_root__Nlk3j{position:relative;flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:radial-gradient(circle,rgba(255,221,165,.5882352941),transparent),radial-gradient(circle at 0 0,rgba(196,255,247,.8117647059),transparent),radial-gradient(circle at 100% 100%,rgba(240,212,255,.3882352941),transparent),linear-gradient(to right,rgb(255,215,215),rgb(255,220,252))}.PlumChatScreen-module_dragAndDropOverlay__1lVPX{position:relative;flex:1;display:flex;flex-direction:column;min-width:0;min-height:0}.PlumChatScreen-module_content__lRWEv{z-index:1;flex:1;display:flex;flex-direction:column;overflow:hidden}.PlumChatScreen-module_viewer__dn1TK{flex:1;min-height:0}.PlumChatScreen-module_message__3q6Cu{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-placeholder)}.PlumChatChatProfile-module_root__Sz3SA{position:relative;display:flex;flex-direction:column}.PlumChatChatProfile-module_header__EmvZZ{background-color:var(--plum-color-bg-light);padding:20px 10px;display:flex;flex-direction:column;align-items:center;gap:10px}.PlumChatChatProfile-module_avatarWrap__wQgPR{position:relative;display:flex;align-items:center;justify-content:center}.PlumChatChatProfile-module_avatarFileInput__qqfTK{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.PlumChatChatProfile-module_avatarChangeBtn__FKC66{position:absolute;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:2px solid var(--plum-color-white, #fff);border-radius:50%;background:var(--plum-color-primary);color:var(--plum-color-white, #fff);cursor:pointer;box-shadow:0 1px 4px #00000026}.PlumChatChatProfile-module_avatarChangeBtn__FKC66:disabled{opacity:.6;cursor:not-allowed}.PlumChatChatProfile-module_avatarChangeBtn__FKC66 svg{width:18px;height:18px}.PlumChatChatProfile-module_content__tudHQ{padding:10px 0;display:flex;flex-direction:column;gap:10px;overflow:auto}.PlumChatChatProfile-module_closeButton__JeENE{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;cursor:pointer}.PlumChatChatProfile-module_headerWrapper__-LyaP{width:100%;display:flex;gap:10px;align-items:center;justify-content:center}.PlumChatChatProfile-module_headerTitle__EWUV-{white-space:normal;text-align:center}.PlumChatChatProfile-module_titleField__HS4Fs{width:100%;max-width:300px}.PlumChatChatProfile-module_headerSubtitle__75olv{white-space:normal;text-align:center;color:var(--plum-color-text-secondary)}.PlumChatChatProfile-module_addUsersButton__c0wp5{margin:10px 10px 0}.PlumChatChatProfile-module_users__8vnN9{margin:0;padding:0;display:flex;flex-direction:column}.PlumChatChatProfile-module_user__pTgWA{list-style:none;padding:5px 10px}.PlumChatChatProfile-module_modal__03ahO{position:relative;min-width:0;width:100%;max-width:300px}.PlumChatChatProfile-module_modal__03ahO>.plumModalContent{padding:0}.PlumChatChatProfile-module_modalCloseButton__JKFOx{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;cursor:pointer}.PlumChatChatProfile-module_modalTitle__-IFUA{display:flex;gap:5px;align-items:center;color:var(--plum-color-text-secondary)}.PlumChatChatProfile-module_modalContent__MHAww{flex:1;display:flex;flex-direction:column;gap:10px;height:80vh}.PlumChatChatProfile-module_list__-OxyP{height:100%}.PlumChatShelfCreateChat-module_root__SUOsC{display:flex;flex-direction:column;overflow:hidden}.PlumChatShelfCreateChat-module_header__75EPW{padding:10px 10px 0;display:flex;gap:10px}.PlumChatShelfCreateChat-module_content__zmqEU{padding:10px;flex:1;display:flex;flex-direction:column;gap:10px}.PlumChatShelfCreateChat-module_secretBlock__LXG-g{display:flex;flex-direction:column;gap:10px;padding:0 10px}.PlumChatShelfCreateChat-module_secretError__e-MK-{font-size:.875rem;color:var(--plum-danger, #c00)}.PlumChatShelfCreateChat-module_sectionTitle__EWn11{padding:0 10px;color:var(--plum-color-text-secondary)}.PlumChatShelfCreateChat-module_selectedList__8kJTH{display:flex;flex-direction:column;gap:6px;padding:4px 10px;max-height:min(220px,32vh);min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.PlumChatShelfCreateChat-module_selectedItem__6p-vp{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:6px 8px;border-radius:10px;background:var(--plum-color-bg-secondary, #f0f2f5);border:1px solid var(--plum-color-border, #e2e4ea)}.PlumChatShelfCreateChat-module_chipName__iIlAp{font-size:.8125rem;line-height:1.2;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--plum-color-text)}.PlumChatShelfCreateChat-module_chipRemove__MMTxz{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:2px;margin:0;border:none;border-radius:50%;background:transparent;color:var(--plum-color-text-secondary);cursor:pointer}.PlumChatShelfCreateChat-module_chipRemove__MMTxz:hover{color:var(--plum-color-text);background:rgba(0,0,0,.06)}.PlumChatShelfCreateChat-module_chipRemove__MMTxz svg{width:16px;height:16px;display:block}.PlumChatShelfCreateChat-module_message__owWbX{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-secondary)}.PlumChatShelfCreateChat-module_list__BL6KL{margin:0 -10px;overflow:hidden;flex:1}.PlumChatShelfCreateChat-module_actions__QUl-n{display:flex;gap:10px;justify-content:flex-end}.PlumChatInlineMessage-module_message__F6EYJ{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline;gap:0;min-width:0;max-width:100%;overflow:hidden;font-size:14px;line-height:16px;color:var(--plum-color-text-placeholder)}.PlumChatInlineMessage-module_message__F6EYJ.PlumChatInlineMessage-module_messageList__LMnMh{line-height:16px;align-items:center}.PlumChatInlineMessage-module_prefix__qWBzG{flex:0 1 auto;display:inline-flex;flex-wrap:nowrap;align-items:baseline;max-width:48%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.PlumChatInlineMessage-module_username__vP8Cr{color:var(--plum-color-primary);font-size:14px;line-height:16px;min-width:0;overflow:hidden;text-overflow:ellipsis}.PlumChatInlineMessage-module_colon__M5v5V{flex-shrink:0}.PlumChatInlineMessage-module_body__HiUFt{flex:1 1 0%;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.PlumChatInlineMessage-module_body__HiUFt p{display:inline;margin:0}.Timestamp-module_timestamp__bmCTh{white-space:nowrap;font-size:14px;line-height:1;color:var(--plum-color-text-secondary);flex-shrink:0}.PlumChatChatListItem-module_chat__0vlBY{position:relative;display:flex;gap:10px;padding:8px 10px;box-sizing:border-box;cursor:pointer;align-items:center;min-height:0;overflow:hidden}.PlumChatChatListItem-module_chat__0vlBY:hover{background-color:var(--plum-color-white-hover)}.PlumChatChatListItem-module_chatActive__Mn9PD{background-color:var(--plum-color-primary)}.PlumChatChatListItem-module_chatActive__Mn9PD *,.PlumChatChatListItem-module_chatActive__Mn9PD .PlumChatChatListItem-module_activityPreview__ETJg9{color:var(--plum-color-white)}.PlumChatChatListItem-module_chatActive__Mn9PD:hover{background-color:var(--plum-color-primary-dark-hover)}.PlumChatChatListItem-module_content__gnMDv{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;gap:1px;min-height:0}.PlumChatChatListItem-module_header__8POw7{flex-shrink:0;min-height:16px;line-height:16px;display:flex;gap:5px;align-items:center;justify-content:space-between;min-width:0}.PlumChatChatListItem-module_footer__YNnCr{flex:0 0 auto;min-height:16px;max-height:16px;line-height:16px;display:flex;gap:5px;align-items:center;min-width:0}.PlumChatChatListItem-module_footerPreview__S6UMr{min-width:0;flex:1;overflow:hidden;max-height:16px;line-height:16px}.PlumChatChatListItem-module_activityPreview__ETJg9{color:var(--plum-color-primary, #1a73e8);font-size:12px;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%}.PlumChatChatListItem-module_footerAside__jApqP{display:flex;align-items:center;gap:5px;flex-shrink:0}.PlumChatChatListItem-module_badge__hpVcQ{font-size:14px;line-height:16px;padding:0 5px;background:var(--plum-color-text-placeholder);color:var(--plum-color-white);border-radius:8px;flex-shrink:0}.PlumChatChatListItem-module_badgeCollapsed__e2T9O{position:absolute;bottom:8px;right:8px}.PlumChatChatListItem-module_name__GckzP{min-width:0;flex:1}.PlumChatChatListItem-module_pinned__3kWfk{min-width:16px;width:16px}.PlumChatChatListItem-module_pinned__3kWfk svg{width:100%;height:100%}.PlumChatChatListItem-module_pinned__3kWfk path{fill:var(--plum-color-text-disabled)}.PlumChatChatListItem-module_muted__FZAFW{flex-shrink:0;min-width:16px;width:16px}.PlumChatChatListItem-module_muted__FZAFW svg{width:100%;height:100%}.PlumChatChatListItem-module_muted__FZAFW path{fill:var(--plum-color-text-disabled)}.PlumChatChatListItem-module_contextMenuPortal__Jptkj{position:fixed;z-index:50;margin:0;padding:0;border-radius:20px;border:none;box-shadow:none;display:flex;flex-direction:column;gap:10px;width:200px;background:transparent}.PlumChatChatListItem-module_actions__k-RT-{padding:5px 0;border-radius:15px;display:flex;flex-direction:column;background:var(--plum-color-white);box-shadow:0 2px 8px #00000040;overflow:hidden}.PlumChatChatListItem-module_action__8q1hN{font-size:inherit;background:transparent;border:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:5px 10px;line-height:20px;color:var(--plum-color-text-main);cursor:pointer;text-align:left;width:100%;box-sizing:border-box}.PlumChatChatListItem-module_action__8q1hN:hover,.PlumChatChatListItem-module_action__8q1hN:focus{outline:none;background:var(--plum-color-bg-light)}.PlumChatChatListItem-module_action__8q1hN .plumIcon{flex-shrink:0;width:20px;height:20px}.PlumChatChatListItem-module_actionLabel__fqI-T{flex:1;min-width:0;text-align:left}.PlumChatMessageListItem-module_root__ylmHi{display:flex;gap:10px;padding:8px 10px;cursor:pointer}.PlumChatMessageListItem-module_root__ylmHi:hover{background-color:var(--plum-color-white-hover)}.PlumChatMessageListItem-module_rootSelected__orNrh,.PlumChatMessageListItem-module_rootSelected__orNrh:hover{background-color:var(--plum-color-primary)}.PlumChatMessageListItem-module_rootSelected__orNrh *,.PlumChatMessageListItem-module_rootSelected__orNrh:hover *{color:var(--plum-color-white)}.PlumChatMessageListItem-module_content__ITysc{display:flex;flex-direction:column;gap:5px;overflow:hidden}.PlumChatMessageListItem-module_top__H6tfL{font-size:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatMessageListItem-module_bottom__l-wAp{font-size:14px;line-height:16px;color:var(--plum-color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumChatSearchResults-module_root__jjY0c{display:flex;flex-direction:column}.PlumChatSearchResults-module_list__dq9-G{flex:1;overflow:hidden}.PlumChatSearchResults-module_group__f180y{height:25px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;font-size:14px;line-height:18px;background:var(--plum-color-bg-light);color:var(--plum-color-text-secondary)}.PlumChatSearchResults-module_groupLoader__vauQB{width:16px;height:16px;flex-shrink:0}.PlumChatSearchResults-module_selectedRow__zeweB,.PlumChatSearchResults-module_selectedRow__zeweB:hover{background-color:var(--plum-color-primary)}.PlumChatSearchResults-module_selectedRow__zeweB *,.PlumChatSearchResults-module_selectedRow__zeweB:hover *{color:var(--plum-color-white)}.PlumChatList-module_root__paHi5{display:flex;flex-direction:column;overflow:auto}.PlumChatList-module_list__bZrc-{flex:1;display:flex;flex-direction:column;overflow:hidden}.PlumChatList-module_message__amBTN{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-placeholder)}.PlumChatShelfDefault-module_root__Io-jj{display:flex;flex-direction:column;overflow:hidden}.PlumChatShelfDefault-module_header__4odkn{display:flex;flex-direction:column;gap:10px;padding:10px 10px 0}.PlumChatShelfDefault-module_headerLine__4gR75{display:flex;gap:10px}.PlumChatShelfDefault-module_content__hTDxu{flex:1;overflow:hidden;padding:10px 0}.PlumChatShelfDefault-module_createChatModal__oC5-W>.plumModalContent{padding-top:5px}.PlumChatShelf-module_root__eccWo{display:flex;flex-direction:column;overflow:hidden}.PlumChatShelf-module_content__x76kG{flex:1}.PlumChatContent-module_root__CfZoy{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden}.PlumChatContent-module_mobileContent__fdgDg{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.PlumChatContent-module_mobileContentShelf__Rzg5j,.PlumChatContent-module_mobileContentScreen__oj2Wn,.PlumChatContent-module_mobileContentProfile__rysJ1{flex:1;min-width:0;min-height:0}.PlumChatContent-module_desktopContent__FwF55{position:relative;flex:1;min-height:0;overflow:hidden;display:flex}.PlumChatContent-module_desktopContentShelf__MyL7o{flex:1;min-width:0;min-height:0}.PlumChatContent-module_desktopContentProfile__jEnfL{min-height:0;flex:1}.PlumChatContent-module_message__U-Cpw{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-placeholder);text-align:center;padding:10px}.PlumChatNotification-module_root__NhL5v{position:relative;display:flex;gap:10px;min-width:280px;max-width:380px;padding:10px;border-radius:10px;background-color:var(--plum-color-white);border:1px solid var(--plum-color-border);box-sizing:border-box}.PlumChatNotification-module_root__NhL5v.PlumChatNotification-module_interactive__Q-XOt{cursor:pointer}.PlumChatNotification-module_userAvatar__7FeEo{flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--plum-color-bg-secondary, #eef2f7)}.PlumChatNotification-module_userAvatarImage__Ge7xM{width:100%;height:100%;object-fit:cover}.PlumChatNotification-module_userAvatarFallback__HE-C1{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--plum-color-text-secondary, #5f6b7a)}.PlumChatNotification-module_closeButton__vuW7-{cursor:pointer;position:absolute;padding:2px;top:5px;right:5px;width:20px;height:20px;border-radius:50%;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center}.PlumChatNotification-module_closeButton__vuW7-:hover{background-color:var(--plum-color-bg-light)}.PlumChatNotification-module_content__idoxs{display:flex;flex:1;flex-direction:column;gap:5px;min-width:0}.PlumChatNotification-module_title__qsFpi{font-size:14px;font-weight:600;line-height:1.25;color:var(--plum-color-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlumChatNotification-module_message__EsEEQ{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;font-size:13px;line-height:1.35;color:var(--plum-color-text-main);word-break:break-word;white-space:pre-line}:root{--bg-tint-primary: color-mix(in srgb, var(--plum-color-primary) 10%, transparent);--bg-tint-warning: color-mix(in srgb, var(--plum-color-warning) 10%, transparent);--bg-tint-success: color-mix(in srgb, var(--plum-color-success) 10%, transparent);--bg-tint-secondary: color-mix(in srgb, var(--plum-color-secondary) 10%, transparent);--bg-tint-danger: color-mix(in srgb, var(--plum-color-danger) 10%, transparent);--bg-tint-status: color-mix(in srgb, var(--plum-color-secondary) 30%, transparent)}.PlumTaskerAvatar-module_avatar__6CDlc{border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center}.PlumTaskerAvatar-module_fallback__mnxXU{background:var(--plum-color-primary-light);color:var(--plum-color-text-secondary);font-size:12px;font-weight:600}.PlumTaskerActiveFilterTabs-module_root__L7Sjm{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.PlumTaskerActiveFilterTabs-module_chip__ZIbhG{gap:6px}.PlumTaskerActiveFilterTabs-module_chipClose__Ha5-g{margin-left:4px;opacity:.7}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}.PlumTaskerTaskGallery-module_root__BABps{display:flex;flex-direction:column;gap:16px;min-height:0}.PlumTaskerTaskGallery-module_wrapper__8HhMZ{display:flex;flex-direction:column;gap:12px;min-height:0}.PlumTaskerTaskGallery-module_slider__XlAeK{width:100%;max-height:min(60vh,520px)}.PlumTaskerTaskGallery-module_slide__qiHe2{display:flex;align-items:center;justify-content:center}.PlumTaskerTaskGallery-module_img__LZcks{max-width:100%;max-height:min(60vh,520px);object-fit:contain}.PlumTaskerTaskGallery-module_thumbs__-KKcL{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.PlumTaskerTaskGallery-module_thumb__xAhgm{flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:8px;background:none;cursor:pointer;overflow:hidden}.PlumTaskerTaskGallery-module_thumbActive__XERq7{border-color:var(--plum-color-primary, #5b8def)}.PlumTaskerTaskGallery-module_thumbImg__jLKkp{display:block;width:72px;height:72px;object-fit:cover}.PlumTaskerTaskGallery-module_downloadBtn__Xwdu3{align-self:flex-start}.PlumTaskerTaskGallery-module_amount__AhEjh{color:var(--plum-color-text-secondary, #6b7280);font-size:14px}.PlumTaskerMigrateTasksModal-module_form__nK2wx{display:flex;flex-direction:column;gap:16px}.PlumTaskerMigrateTasksModal-module_description__TwC6n{margin:0;font-size:14px;color:var(--plum-color-text-secondary)}.PlumTaskerMigrateTasksModal-module_actions__bxbNN{display:flex;gap:10px;justify-content:flex-end}.PlumTaskerFilters-module_fields__sRV9W{display:flex;flex-direction:column;gap:10px}.PlumTaskerFilters-module_dates__gha6O{display:flex;gap:0;color:var(--plum-color-primary)}@media (max-width: 768px){.PlumTaskerFilters-module_dates__gha6O{flex-grow:1}}.PlumTaskerFilters-module_dates__gha6O *{border:none}.PlumTaskerFilters-module_fieldDate__paDsl{flex:1;min-height:35px;max-width:none}.PlumTaskerFilters-module_departmentFilter__zgC-F{display:flex;align-items:flex-end;gap:8px}.PlumTaskerFilters-module_departmentCardBtn__xbEcp{flex-shrink:0;margin-bottom:2px}.PlumTaskerFilters-module_userOption__6IAen{display:flex;gap:8px;align-items:center;min-width:0}.PlumTaskerFilters-module_userOptionLabel__0NrNG{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumTaskerFilters-module_clearButton__8tHA5{width:100%;margin-top:10px}.PlumTaskerStatusModal-module_modal__bz-U0>.plumModalContent{padding-top:5px}.PlumTaskerStatusModal-module_form__u1Qry{display:flex;flex-direction:column;gap:16px;overflow-x:hidden}.PlumTaskerStatusModal-module_actions__rufc2{display:flex;gap:10px;justify-content:flex-end}.PlumTaskerWorkspaceModal-module_modal__e3Iia>.plumModalContent{padding-top:5px}.PlumTaskerWorkspaceModal-module_form__z93b3{position:relative;display:flex;flex-direction:column;gap:16px;overflow-x:hidden;width:500px}@media (max-width: 500px){.PlumTaskerWorkspaceModal-module_form__z93b3{width:100%}}.PlumTaskerWorkspaceModal-module_actions__upGLP{display:flex;gap:10px;justify-content:flex-end}.PlumTaskerWorkspaceModal-module_userOption__05SR5{display:flex;gap:8px;align-items:center;min-width:0}.PlumTaskerWorkspaceModal-module_userOptionLabel__-DvnP{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumTaskerWorkspaceModal-module_description__oqgoU textarea{min-height:100px}.TaskFieldSettingsModal-module_modal__SMcS-{max-width:500px;width:100%}.TaskFieldSettingsModal-module_tabs__clgJs{margin-bottom:16px}.TaskFieldSettingsModal-module_fields__gg-Ky{display:flex;flex-direction:column;gap:8px}.TaskFieldSettingsModal-module_field__-12ZA{display:flex;align-items:center}.TaskFieldSettingsModal-module_statusList__H61JN{display:flex;flex-direction:column;gap:8px}.TaskFieldSettingsModal-module_statusItem__2k7Py{display:flex;align-items:center;gap:10px}.TaskFieldSettingsModal-module_statusDragger__qXBp1{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-secondary);border-radius:15px;cursor:grab;flex-shrink:0}.TaskFieldSettingsModal-module_statusDragger__qXBp1:hover{background-color:var(--plum-color-bg-light)}.TaskFieldSettingsModal-module_statusDragger__qXBp1 .plumIcon{width:20px;height:20px}.TaskFieldSettingsModal-module_statusColor__HHI0q{width:16px;height:16px;border-radius:50%;flex-shrink:0}.TaskFieldSettingsModal-module_statusName__Wlqni{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TaskFieldSettingsModal-module_statusEmpty__-iQM9{color:var(--plum-color-text-secondary)}.PlumTaskerTaskChecklist-module_root__CYIT9{margin-bottom:15px}.PlumTaskerTaskChecklist-module_root__CYIT9 .plumDropdownHeader{font-size:14px;font-weight:600;color:var(--plum-color-text-main)}.PlumTaskerTaskChecklist-module_content__cnysq{display:flex;flex-direction:column;gap:10px;padding-top:10px}.PlumTaskerTaskChecklist-module_list__4A-4G{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.PlumTaskerTaskChecklist-module_item__3QkKc{display:flex;gap:8px;align-items:flex-start}.PlumTaskerTaskChecklist-module_checkbox__rkBd3{flex-shrink:0;margin-top:6px}.PlumTaskerTaskChecklist-module_nameField__nPRFx{flex:1;min-width:0}.PlumTaskerTaskChecklist-module_nameChecked__ntcGa .plumInputWrapperHolder{color:var(--plum-color-text-secondary);text-decoration:line-through}.PlumTaskerTaskChecklist-module_nameChecked__ntcGa .plumInputWrapperHolder input,.PlumTaskerTaskChecklist-module_nameChecked__ntcGa .plumInputWrapperHolder textarea{color:var(--plum-color-text-secondary)}.PlumTaskerTaskChecklist-module_removeBtn__3-iIu{flex-shrink:0;transition:scale .2s ease}.PlumTaskerTaskChecklist-module_removeBtn__3-iIu path{fill:var(--plum-color-danger)}.PlumTaskerTaskChecklist-module_removeBtn__3-iIu:hover{scale:1.4}.PlumTaskerTaskChecklist-module_removeBtn__3-iIu:hover path{fill:var(--plum-color-danger-hover)}.PlumTaskerTaskChecklist-module_removeBtn__3-iIu .plumIcon{width:14px;height:14px}.PlumTaskerTaskChecklist-module_addRow__Sfqj5{display:flex;gap:8px;align-items:flex-start}.PlumTaskerTaskChecklist-module_addField__kqHvV{flex:1;min-width:0}.PlumTaskerTaskChecklist-module_addBtn__-F3gx{flex-shrink:0;margin-top:2px}.PlumTaskerTaskSubtaskModal-module_modal__QjjFv>.plumModalContent{padding-top:5px}.PlumTaskerTaskSubtaskModal-module_form__EomGF{display:flex;flex-direction:column;gap:15px;overflow-x:hidden}.PlumTaskerTaskSubtaskModal-module_warningContainer__O8-E2{display:flex;justify-content:center;gap:10px}@media (max-width: 768px){.PlumTaskerTaskSubtaskModal-module_warningContainer__O8-E2{flex-direction:column;align-items:stretch}}.PlumTaskerTaskSubtaskModal-module_warningNote__udecJ{width:100%;height:32px;padding-top:0;padding-bottom:0;align-items:center}@media (max-width: 768px){.PlumTaskerTaskSubtaskModal-module_warningNote__udecJ{width:auto;height:auto;padding-top:6px;padding-bottom:6px}}.PlumTaskerTaskSubtaskModal-module_workspaceBtn__3cjGa{width:fit-content;flex-shrink:0;white-space:nowrap}@media (max-width: 768px){.PlumTaskerTaskSubtaskModal-module_workspaceBtn__3cjGa{width:100%;white-space:normal}}.PlumTaskerTaskSubtaskModal-module_inRow__xR-b0{display:flex;gap:15px;align-items:center}@media (max-width: 768px){.PlumTaskerTaskSubtaskModal-module_inRow__xR-b0{flex-direction:column;align-items:stretch}}.PlumTaskerTaskSubtaskModal-module_nameField__tgoK7{flex:1;min-width:0;width:100%}.PlumTaskerTaskSubtaskModal-module_datesRow__4-fwr{display:flex;align-items:center;flex-shrink:0;width:fit-content;max-width:100%;overflow:hidden;border:1px solid var(--plum-color-border);border-radius:var(--plum-border-radius-pill);background-color:var(--plum-color-white)}.PlumTaskerTaskSubtaskModal-module_datesRow__4-fwr .plumInputWrapper{margin:0}.PlumTaskerTaskSubtaskModal-module_datesRow__4-fwr .plumInputWrapperHolder{border:none;border-radius:0;box-shadow:none}.PlumTaskerTaskSubtaskModal-module_fieldDate__MnVz4{flex:1;min-width:128px}.PlumTaskerTaskSubtaskModal-module_dash__T1zyG{flex-shrink:0;padding:0 6px;font-size:20px;line-height:1;color:var(--plum-color-border)}.PlumTaskerTaskSubtaskModal-module_priority__FU3WP{min-width:250px}.PlumTaskerTaskSubtaskModal-module_statusSelector__gldyp{min-width:130px;width:100%}.PlumTaskerTaskSubtaskModal-module_userOption__6AuIX{display:flex;gap:8px;align-items:center;min-width:0}.PlumTaskerTaskSubtaskModal-module_userOptionLabel__EY9NP{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumTaskerTaskSubtaskModal-module_actions__v1n4F{display:flex;gap:10px;justify-content:flex-end}.PlumTaskerTaskSubtaskModal-module_modalTitle__qHBCg{display:flex;gap:4px;min-width:0;align-items:center}.PlumTaskerTaskSubtaskModal-module_parentTaskLink__4UBfi{padding:0;font:inherit;font-weight:600;color:var(--plum-color-primary);background:none;border:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex-shrink:1}.PlumTaskerTaskSubtaskModal-module_parentTaskLink__4UBfi:hover{text-decoration:underline}.PlumTaskerTaskSubtaskModal-module_modalTitleSeparator__KLPP-{flex-shrink:0;color:var(--plum-color-text-secondary)}.PlumTaskerTaskSubtaskModal-module_modalTitleSubtask__jKTUm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.PlumTaskerTaskFiles-module_root__y-ueI{display:flex;flex-direction:column;gap:10px}.PlumTaskerTaskFiles-module_gallery__cFHCt.plumFileGallery.plumFilePreviewModalFilmstrip{border:none;border-top:none;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.PlumTaskerTaskFiles-module_gallery__cFHCt.plumFileGallery.plumFilePreviewModalFilmstrip .plumFilePreviewModalFilmstripContent{padding:0}.PlumTaskerTaskFiles-module_deleteBtn__zI1Rw{padding:2px;background-color:var(--plum-color-white);border-radius:6px;transition:transform .25s ease}.PlumTaskerTaskFiles-module_deleteBtn__zI1Rw svg{width:15px;height:15px}.PlumTaskerTaskFiles-module_deleteBtn__zI1Rw path{fill:var(--plum-color-danger)}.PlumTaskerTaskFiles-module_deleteBtn__zI1Rw:hover{transform:scale(1.2)}.PlumTaskerTaskFiles-module_downloadBtn__vsGWO{gap:10px;padding:2px;background-color:var(--plum-color-white);border-radius:6px;transition:transform .25s ease}.PlumTaskerTaskFiles-module_downloadBtn__vsGWO svg{width:15px;height:15px}.PlumTaskerTaskFiles-module_downloadBtn__vsGWO path{fill:var(--plum-color-primary)}.PlumTaskerTaskFiles-module_downloadBtn__vsGWO:hover{transform:scale(1.2)}.PlumTaskerTaskFiles-module_modal_downloadBtn__OtovN{gap:10px;padding:6px;background-color:var(--plum-color-primary);border-radius:6px}.PlumTaskerTaskFiles-module_addFileBtn__scTkU{gap:8px}.PlumTaskerTaskFiles-module_addFileBtn__scTkU svg{width:16px;height:18px}.PlumTaskerTaskFiles-module_uploadActions__WZTfD{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.PlumTaskerTaskFiles-module_sliderBtn__YAB--{position:absolute;z-index:2;top:50%;left:0;transform:translateY(-50%);height:100%;padding:0 10px;border-radius:9px}.PlumTaskerTaskFiles-module_sliderBtn__YAB--:hover{background-color:var(--plum-color-bg-light)}.PlumTaskerTaskFiles-module_sliderBtn__YAB-- svg{transform:rotate(-90deg);width:auto;height:14px}.PlumTaskerTaskFiles-module_sliderBtn__YAB-- svg path{fill:var(--plum-color-border)}.PlumTaskerTaskFiles-module_sliderBtn__YAB--.PlumTaskerTaskFiles-module_sliderBtnNext__zTt6j{right:0;left:auto}.PlumTaskerTaskFiles-module_sliderBtn__YAB--.PlumTaskerTaskFiles-module_sliderBtnNext__zTt6j svg{transform:rotate(90deg)}.PlumTaskerTaskFiles-module_deleteHall__1WtkS{gap:10px;min-width:max-content;height:30px;border-radius:27px}.PlumTaskerTaskFiles-module_sliderBlock__6QkDh{position:relative;margin-bottom:15px;padding:0 40px}.PlumTaskerTaskFiles-module_slider__Qfx8t{align-items:stretch;height:100px}.PlumTaskerTaskFiles-module_slideImg__LHOQh{height:100%;object-fit:contain}.PlumTaskerTaskFiles-module_slideImg__LHOQh .picture__notImg{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center}.swiper-slide.PlumTaskerTaskFiles-module_slide__8YLy8{overflow:hidden;height:unset;border:1px solid var(--plum-color-border);border-radius:9px}.swiper-slide.PlumTaskerTaskFiles-module_slide__8YLy8:hover{border:1px solid var(--plum-color-primary)}.PlumTaskerTaskFiles-module_sliderModal__P61gP{width:100%;height:100%;max-height:100%}.PlumTaskerTaskFiles-module_sliderModal__P61gP .PlumTaskerTaskFiles-module_slide__8YLy8{display:flex;flex-direction:column;align-items:center}.PlumTaskerTaskFiles-module_sliderModal__P61gP .PlumTaskerTaskFiles-module_fileName_modal__GIK4a{position:absolute;margin:10px 0;padding:10px 30px;font-size:18px;background-color:var(--plum-color-white);border:1px solid var(--plum-color-border);border-radius:9px}.PlumTaskerTaskFiles-module_sliderModal__P61gP .swiper-wrapper{align-items:center;box-sizing:border-box;height:100%;max-height:100%}.PlumTaskerTaskFiles-module_sliderModal__P61gP .swiper-slide.PlumTaskerTaskFiles-module_slide__8YLy8{border:none;border-radius:0}.PlumTaskerTaskFiles-module_sliderModal__P61gP .swiper-slide.PlumTaskerTaskFiles-module_slide__8YLy8{height:100%}.PlumTaskerTaskFiles-module_sliderModal__P61gP .PlumTaskerTaskFiles-module_slideImg__LHOQh{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.PlumTaskerTaskFiles-module_sliderModal__P61gP .PlumTaskerTaskFiles-module_slideImg__LHOQh .picture__img,.PlumTaskerTaskFiles-module_sliderModal__P61gP .PlumTaskerTaskFiles-module_slideImg__LHOQh .picture__notImg{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center}.PlumTaskerTaskFiles-module_modalImg__2OTsl{overflow:hidden;max-width:80vw;height:95vh;padding:0;border-radius:9px}.PlumTaskerTaskFiles-module_btnsBlock__pBMLr{position:absolute;z-index:3;bottom:20px;left:50%;transform:translate(-50%)}.PlumTaskerTaskFiles-module_btnsBlock__pBMLr .PlumTaskerTaskFiles-module_downloadSVG__Gf3ZS path{fill:var(--plum-color-white)}.PlumTaskerTaskFiles-module_fileName__LJYS5{position:absolute;max-width:80%;padding:5px;background-color:var(--plum-color-white);border-bottom-right-radius:20px}.PlumTaskerTaskFiles-module_sliderActions__-PP7f{position:absolute;z-index:4;top:5px;right:5px;display:flex}.PlumTaskerTaskFiles-module_filesBlock__DYCBH{display:flex;gap:6px;align-items:center}.PlumTaskerTaskFiles-module_filesScroll__DME-0{flex:1;min-width:0;scrollbar-width:none;-ms-overflow-style:none}.PlumTaskerTaskFiles-module_filesScroll__DME-0::-webkit-scrollbar{width:0;height:0}.PlumTaskerTaskFiles-module_filesScroll__DME-0:hover{scrollbar-width:thin}.PlumTaskerTaskFiles-module_filesScroll__DME-0:hover::-webkit-scrollbar{width:5px;height:5px}.PlumTaskerTaskFiles-module_filesScroll__DME-0:hover::-webkit-scrollbar-track{background-color:var(--plum-color-bg-light);border-radius:5px}.PlumTaskerTaskFiles-module_filesScroll__DME-0:hover::-webkit-scrollbar-thumb{background-color:var(--plum-color-primary);border-radius:5px}.PlumTaskerTaskFiles-module_filesList__KMLye{display:flex;gap:6px;align-items:center;padding:10px 0}.PlumTaskerTaskFiles-module_filePreview__2sLaN{height:30px;border-radius:27px}.PlumTaskerTaskWorkspaceModal-module_form__IbqQr{display:flex;flex-direction:column;gap:16px}.PlumTaskerTaskWorkspaceModal-module_actions__fjX3t{display:flex;gap:10px;justify-content:flex-end}.PlumTaskerTaskFormContent-module_scroll__DDxzQ{position:relative;max-width:750px;width:100%;border-radius:9px;scrollbar-width:none;-ms-overflow-style:none}.PlumTaskerTaskFormContent-module_scroll__DDxzQ::-webkit-scrollbar{width:0;height:0}.PlumTaskerTaskFormContent-module_scroll__DDxzQ:hover{scrollbar-width:thin}.PlumTaskerTaskFormContent-module_scroll__DDxzQ:hover::-webkit-scrollbar{width:5px;height:5px}.PlumTaskerTaskFormContent-module_scroll__DDxzQ:hover::-webkit-scrollbar-track{background-color:var(--plum-color-bg-light);border-radius:5px}.PlumTaskerTaskFormContent-module_scroll__DDxzQ:hover::-webkit-scrollbar-thumb{background-color:var(--plum-color-primary);border-radius:5px}.PlumTaskerTaskFormContent-module_breadcrumbs__mmtfy{margin-bottom:30px;font-size:12px;color:var(--plum-color-text-secondary)}.PlumTaskerTaskFormContent-module_breadcrumbSeparator__4rz68{color:var(--plum-color-text-secondary)}.PlumTaskerTaskFormContent-module_breadcrumbLink__r4m7K{padding:0;font:inherit;color:var(--plum-color-primary);background:none;border:none;cursor:pointer}.PlumTaskerTaskFormContent-module_breadcrumbLink__r4m7K:hover{text-decoration:underline}.PlumTaskerTaskFormContent-module_copyIdBtn__Ydpqw{flex-shrink:0;margin-left:auto;padding:0;border:none!important;border-radius:0!important;box-shadow:none}.PlumTaskerTaskFormContent-module_nameField__DzHVc{flex:1;min-width:0}.PlumTaskerTaskFormContent-module_subtasks__mVxmS{margin-bottom:15px}.PlumTaskerTaskFormContent-module_subtasksHeader__3nIXm{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:8px}.PlumTaskerTaskFormContent-module_subtasksTitle__T76ww{margin:0;font-size:14px;font-weight:600}.PlumTaskerTaskFormContent-module_subtasksList__-0Wyq{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.PlumTaskerTaskFormContent-module_subtaskLink__I-dE1{display:inline-flex;gap:8px;align-items:center;width:fit-content;max-width:100%;padding:4px 8px;font:inherit;font-size:16px;font-weight:600;color:var(--plum-color-primary);text-align:left;background:none;border:none;border-radius:20px;cursor:pointer}.PlumTaskerTaskFormContent-module_subtaskLink__I-dE1:hover{text-decoration:underline}.PlumTaskerTaskFormContent-module_subtaskLinkFinished__kHurS{color:var(--plum-color-text-secondary);text-decoration:line-through}.PlumTaskerTaskFormContent-module_subtaskLinkFinished__kHurS:hover{text-decoration:line-through underline}.PlumTaskerTaskFormContent-module_subtaskStatus__NE7cC{display:inline-flex;gap:8px;align-items:center;width:fit-content;max-width:100%;padding:4px 8px;border-radius:20px}.PlumTaskerTaskFormContent-module_subtaskStatusDot__Wm6PP{flex-shrink:0;width:8px;height:8px;border-radius:50%}.PlumTaskerTaskFormContent-module_nameplate__rDH9r{justify-content:space-between;margin-bottom:10px;margin-left:-10px}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_nameplate__rDH9r{display:none}}@media (max-height: 768px){.PlumTaskerTaskFormContent-module_nameplate__rDH9r{flex-wrap:wrap;justify-content:flex-start}}.PlumTaskerTaskFormContent-module_top__v44LL{cursor:default}.PlumTaskerTaskFormContent-module_statusBadge__NJQ3x{display:flex;gap:8px;align-items:center;width:fit-content;padding:4px 8px;color:var(--option-color);background-color:var(--option-bg-color);border-radius:20px}.PlumTaskerTaskFormContent-module_statusDot__SZbZU{width:8px;height:8px;background-color:var(--option-color);border-radius:20px}.PlumTaskerTaskFormContent-module_fields__Id02Y{display:flex;flex-direction:column;gap:15px;margin-bottom:15px;overflow:visible}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_fields__Id02Y{padding-top:5px}}.PlumTaskerTaskFormContent-module_inRow__izJKa{display:flex;gap:15px;align-items:center}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_inRow__izJKa{align-items:stretch;flex-direction:column}}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_nameContainer__T1Ixd{align-items:stretch;flex-direction:column-reverse}}.PlumTaskerTaskFormContent-module_footer__2A7Q2{display:flex;gap:12px;align-items:center;margin-top:4px}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_footer__2A7Q2{gap:10px;align-items:center}}.PlumTaskerTaskFormContent-module_filesWrap__IHKa6{flex:1;min-width:0}.PlumTaskerTaskFormContent-module_chatBtn__zr4m7{flex-shrink:0;padding:0!important;border-radius:50%;transition:scale .22s ease}.PlumTaskerTaskFormContent-module_chatBtn__zr4m7 svg{width:22px;height:22px}.PlumTaskerTaskFormContent-module_chatBtn__zr4m7 path{fill:var(--plum-color-text-secondary)}.PlumTaskerTaskFormContent-module_chatBtn__zr4m7:hover{scale:1.08}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_chatBtn__zr4m7 svg{width:22px;height:22px}}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a{min-width:130px;width:100%}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a.PlumTaskerTaskFormContent-module_accepted__9e59h>div{color:var(--plum-color-primary-dark);background-color:var(--bg-tint-primary)}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a.PlumTaskerTaskFormContent-module_registered__QvkJx>div{color:var(--plum-color-warning);background-color:var(--bg-tint-warning)}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a.PlumTaskerTaskFormContent-module_completed__pn--h>div{color:var(--plum-color-success);background-color:var(--bg-tint-success)}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a.PlumTaskerTaskFormContent-module_review__IEUqY>div{color:var(--plum-color-secondary);background-color:var(--bg-tint-secondary)}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a.PlumTaskerTaskFormContent-module_frozen__OTVBz>div{color:var(--plum-color-text-main);background-color:var(--plum-color-bg-light)}.PlumTaskerTaskFormContent-module_statusSelector__5Z05a.PlumTaskerTaskFormContent-module_canceled__4kD4Z>div{color:var(--plum-color-danger);background-color:var(--bg-tint-danger)}.PlumTaskerTaskFormContent-module_datesRow__0WpVI{display:flex;align-items:center;flex-shrink:0;width:fit-content;max-width:100%;overflow:hidden;border:1px solid var(--plum-color-border);border-radius:var(--plum-border-radius-pill);background-color:var(--plum-color-white)}.PlumTaskerTaskFormContent-module_datesRow__0WpVI .plumInputWrapper{margin:0}.PlumTaskerTaskFormContent-module_datesRow__0WpVI .plumInputWrapperHolder{border:none;border-radius:0;box-shadow:none}.PlumTaskerTaskFormContent-module_fieldDate__s3F1W{flex:1;min-width:128px}.PlumTaskerTaskFormContent-module_dash__QXImo{flex-shrink:0;padding:0 6px;font-size:20px;line-height:1;color:var(--plum-color-border)}.PlumTaskerTaskFormContent-module_hall__BciGJ{width:100%}.PlumTaskerTaskFormContent-module_category__SsFFZ{min-width:267px}.PlumTaskerTaskFormContent-module_warningContainer__T4LW0{display:flex;justify-content:center;gap:10px;margin-bottom:15px}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_warningContainer__T4LW0{flex-direction:column;align-items:stretch}}.PlumTaskerTaskFormContent-module_warningNote__YG9F5{width:100%;height:32px;padding-top:0;padding-bottom:0;align-items:center}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_warningNote__YG9F5{width:auto;height:auto;padding-top:6px;padding-bottom:6px}}.PlumTaskerTaskFormContent-module_workspaceBtn__i1eAU{width:fit-content;flex-shrink:0;white-space:nowrap}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_workspaceBtn__i1eAU{width:100%;white-space:normal}}.PlumTaskerTaskFormContent-module_priority__CdQrH{flex:1;min-width:280px;max-width:100%}.PlumTaskerTaskFormContent-module_department__thJcJ{min-width:315px}.PlumTaskerTaskFormContent-module_executors__CMztF{width:100%}@media (max-width: 768px){.PlumTaskerTaskFormContent-module_description__wGg-r{max-width:85vw}}.PlumTaskerTaskFormContent-module_actions__pa3de{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-top:10px}.PlumTaskerTaskFormContent-module_leftActions__SVM5P{display:flex;gap:10px;align-items:center;margin-right:auto}.PlumTaskerTaskFormContent-module_chatBtn__zr4m7 .plumIcon{width:16px;height:16px}.PlumTaskerTaskFormContent-module_btn__0l8bd{flex-shrink:0}.PlumTaskerTaskFormContent-module_userOption__iCLX0{display:flex;gap:8px;align-items:center;min-width:0}.PlumTaskerTaskFormContent-module_userOptionLabel__WSnmo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlumTaskerTaskFormModalEntry-module_modal__3Bz-o{max-width:750px;width:100%}.PlumTaskerTaskFormModalEntry-module_modal__3Bz-o>.plumModalContent{overflow-x:hidden;padding-top:5px}.plumFileViewerWord{padding:10px}.plumFileViewerWordContent html,.plumFileViewerWordContent head,.plumFileViewerWordContent body,.plumFileViewerWordContent title,.plumFileViewerWordContent base,.plumFileViewerWordContent link,.plumFileViewerWordContent meta,.plumFileViewerWordContent style,.plumFileViewerWordContent script,.plumFileViewerWordContent noscript,.plumFileViewerWordContent template,.plumFileViewerWordContent slot,.plumFileViewerWordContent div,.plumFileViewerWordContent span,.plumFileViewerWordContent section,.plumFileViewerWordContent nav,.plumFileViewerWordContent article,.plumFileViewerWordContent aside,.plumFileViewerWordContent main,.plumFileViewerWordContent header,.plumFileViewerWordContent footer,.plumFileViewerWordContent h1,.plumFileViewerWordContent h2,.plumFileViewerWordContent h3,.plumFileViewerWordContent h4,.plumFileViewerWordContent h5,.plumFileViewerWordContent h6,.plumFileViewerWordContent hgroup,.plumFileViewerWordContent address,.plumFileViewerWordContent p,.plumFileViewerWordContent hr,.plumFileViewerWordContent pre,.plumFileViewerWordContent blockquote,.plumFileViewerWordContent q,.plumFileViewerWordContent ol,.plumFileViewerWordContent ul,.plumFileViewerWordContent li,.plumFileViewerWordContent dl,.plumFileViewerWordContent dt,.plumFileViewerWordContent dd,.plumFileViewerWordContent figure,.plumFileViewerWordContent figcaption,.plumFileViewerWordContent caption,.plumFileViewerWordContent thead,.plumFileViewerWordContent tbody,.plumFileViewerWordContent tfoot,.plumFileViewerWordContent col,.plumFileViewerWordContent colgroup,.plumFileViewerWordContent tr,.plumFileViewerWordContent td,.plumFileViewerWordContent th,.plumFileViewerWordContent form,.plumFileViewerWordContent fieldset,.plumFileViewerWordContent legend,.plumFileViewerWordContent label,.plumFileViewerWordContent input,.plumFileViewerWordContent button,.plumFileViewerWordContent select,.plumFileViewerWordContent optgroup,.plumFileViewerWordContent option,.plumFileViewerWordContent textarea,.plumFileViewerWordContent output,.plumFileViewerWordContent progress,.plumFileViewerWordContent meter,.plumFileViewerWordContent details,.plumFileViewerWordContent summary,.plumFileViewerWordContent dialog,.plumFileViewerWordContent data,.plumFileViewerWordContent a,.plumFileViewerWordContent abbr,.plumFileViewerWordContent b,.plumFileViewerWordContent bdi,.plumFileViewerWordContent bdo,.plumFileViewerWordContent cite,.plumFileViewerWordContent code,.plumFileViewerWordContent dfn,.plumFileViewerWordContent em,.plumFileViewerWordContent i,.plumFileViewerWordContent kbd,.plumFileViewerWordContent mark,.plumFileViewerWordContent rp,.plumFileViewerWordContent rt,.plumFileViewerWordContent ruby,.plumFileViewerWordContent s,.plumFileViewerWordContent samp,.plumFileViewerWordContent small,.plumFileViewerWordContent strong,.plumFileViewerWordContent sub,.plumFileViewerWordContent sup,.plumFileViewerWordContent time,.plumFileViewerWordContent u,.plumFileViewerWordContent var,.plumFileViewerWordContent del,.plumFileViewerWordContent ins,.plumFileViewerWordContent picture,.plumFileViewerWordContent source,.plumFileViewerWordContent img,.plumFileViewerWordContent iframe,.plumFileViewerWordContent embed,.plumFileViewerWordContent object,.plumFileViewerWordContent param,.plumFileViewerWordContent video,.plumFileViewerWordContent audio,.plumFileViewerWordContent track,.plumFileViewerWordContent map,.plumFileViewerWordContent area,.plumFileViewerWordContent canvas,.plumFileViewerWordContent svg,.plumFileViewerWordContent math,.plumFileViewerWordContent table{all:revert}.plumFileViewerPdf{display:flex;flex-direction:column}.plumFileViewerPdfMessage{flex:1 1 0;display:flex;align-items:center;justify-content:center;color:var(--plum-color-danger, var(--color-danger))}.plumFileViewerPdfContent{flex:1 1 0;display:block;width:100%;height:100%;border:none}.plumFileViewerImage{position:relative;width:100%;height:100%;min-height:0;overflow:hidden!important}.plumFileViewerImageControls{position:absolute;display:flex;gap:5px;left:5px;top:5px}.plumFileViewerImageControls .plumFileViewerImageControlButton{min-height:unset;border:1px solid var(--plum-color-border);padding:5px 10px;border-radius:8px;background-color:var(--plum-color-white, var(--color-white));box-shadow:0 0 10px #0000001a;color:var(--plum-color-text-main, var(--color-text-main));transition:background-color .2s ease,color .2s ease}@media (pointer: fine){.plumFileViewerImageControls .plumFileViewerImageControlButton:hover{color:var(--plum-color-white, var(--color-white));background-color:var(--plum-color-primary, var(--color-primary))}}.plumFileViewerImageContent{width:100%!important;height:100%!important}.plumFileViewerJson{padding:10px}.plumFileViewerExcel{position:relative;display:flex;flex-direction:column;overflow:hidden}.plumFileViewerExcel .plumFileViewerExcelMessage{flex:1 1 0;display:flex;align-items:center;justify-content:center;color:var(--plum-color-danger, var(--color-danger))}.plumFileViewerExcel .plumFileViewerExcelContent{flex:1 1 0;display:flex;flex-direction:column}.plumFileViewerExcel .plumFileViewerExcelContentBody{padding:10px 10px 34px;flex:1 1 0;overflow:auto}.plumFileViewerExcel .plumFileViewerExcelContentBody html,.plumFileViewerExcel .plumFileViewerExcelContentBody head,.plumFileViewerExcel .plumFileViewerExcelContentBody body,.plumFileViewerExcel .plumFileViewerExcelContentBody title,.plumFileViewerExcel .plumFileViewerExcelContentBody base,.plumFileViewerExcel .plumFileViewerExcelContentBody link,.plumFileViewerExcel .plumFileViewerExcelContentBody meta,.plumFileViewerExcel .plumFileViewerExcelContentBody style,.plumFileViewerExcel .plumFileViewerExcelContentBody script,.plumFileViewerExcel .plumFileViewerExcelContentBody noscript,.plumFileViewerExcel .plumFileViewerExcelContentBody template,.plumFileViewerExcel .plumFileViewerExcelContentBody slot,.plumFileViewerExcel .plumFileViewerExcelContentBody div,.plumFileViewerExcel .plumFileViewerExcelContentBody span,.plumFileViewerExcel .plumFileViewerExcelContentBody section,.plumFileViewerExcel .plumFileViewerExcelContentBody nav,.plumFileViewerExcel .plumFileViewerExcelContentBody article,.plumFileViewerExcel .plumFileViewerExcelContentBody aside,.plumFileViewerExcel .plumFileViewerExcelContentBody main,.plumFileViewerExcel .plumFileViewerExcelContentBody header,.plumFileViewerExcel .plumFileViewerExcelContentBody footer,.plumFileViewerExcel .plumFileViewerExcelContentBody h1,.plumFileViewerExcel .plumFileViewerExcelContentBody h2,.plumFileViewerExcel .plumFileViewerExcelContentBody h3,.plumFileViewerExcel .plumFileViewerExcelContentBody h4,.plumFileViewerExcel .plumFileViewerExcelContentBody h5,.plumFileViewerExcel .plumFileViewerExcelContentBody h6,.plumFileViewerExcel .plumFileViewerExcelContentBody hgroup,.plumFileViewerExcel .plumFileViewerExcelContentBody address,.plumFileViewerExcel .plumFileViewerExcelContentBody p,.plumFileViewerExcel .plumFileViewerExcelContentBody hr,.plumFileViewerExcel .plumFileViewerExcelContentBody pre,.plumFileViewerExcel .plumFileViewerExcelContentBody blockquote,.plumFileViewerExcel .plumFileViewerExcelContentBody q,.plumFileViewerExcel .plumFileViewerExcelContentBody ol,.plumFileViewerExcel .plumFileViewerExcelContentBody ul,.plumFileViewerExcel .plumFileViewerExcelContentBody li,.plumFileViewerExcel .plumFileViewerExcelContentBody dl,.plumFileViewerExcel .plumFileViewerExcelContentBody dt,.plumFileViewerExcel .plumFileViewerExcelContentBody dd,.plumFileViewerExcel .plumFileViewerExcelContentBody figure,.plumFileViewerExcel .plumFileViewerExcelContentBody figcaption,.plumFileViewerExcel .plumFileViewerExcelContentBody caption,.plumFileViewerExcel .plumFileViewerExcelContentBody thead,.plumFileViewerExcel .plumFileViewerExcelContentBody tbody,.plumFileViewerExcel .plumFileViewerExcelContentBody tfoot,.plumFileViewerExcel .plumFileViewerExcelContentBody col,.plumFileViewerExcel .plumFileViewerExcelContentBody colgroup,.plumFileViewerExcel .plumFileViewerExcelContentBody tr,.plumFileViewerExcel .plumFileViewerExcelContentBody td,.plumFileViewerExcel .plumFileViewerExcelContentBody th,.plumFileViewerExcel .plumFileViewerExcelContentBody form,.plumFileViewerExcel .plumFileViewerExcelContentBody fieldset,.plumFileViewerExcel .plumFileViewerExcelContentBody legend,.plumFileViewerExcel .plumFileViewerExcelContentBody label,.plumFileViewerExcel .plumFileViewerExcelContentBody input,.plumFileViewerExcel .plumFileViewerExcelContentBody button,.plumFileViewerExcel .plumFileViewerExcelContentBody select,.plumFileViewerExcel .plumFileViewerExcelContentBody optgroup,.plumFileViewerExcel .plumFileViewerExcelContentBody option,.plumFileViewerExcel .plumFileViewerExcelContentBody textarea,.plumFileViewerExcel .plumFileViewerExcelContentBody output,.plumFileViewerExcel .plumFileViewerExcelContentBody progress,.plumFileViewerExcel .plumFileViewerExcelContentBody meter,.plumFileViewerExcel .plumFileViewerExcelContentBody details,.plumFileViewerExcel .plumFileViewerExcelContentBody summary,.plumFileViewerExcel .plumFileViewerExcelContentBody dialog,.plumFileViewerExcel .plumFileViewerExcelContentBody data,.plumFileViewerExcel .plumFileViewerExcelContentBody a,.plumFileViewerExcel .plumFileViewerExcelContentBody abbr,.plumFileViewerExcel .plumFileViewerExcelContentBody b,.plumFileViewerExcel .plumFileViewerExcelContentBody bdi,.plumFileViewerExcel .plumFileViewerExcelContentBody bdo,.plumFileViewerExcel .plumFileViewerExcelContentBody cite,.plumFileViewerExcel .plumFileViewerExcelContentBody code,.plumFileViewerExcel .plumFileViewerExcelContentBody dfn,.plumFileViewerExcel .plumFileViewerExcelContentBody em,.plumFileViewerExcel .plumFileViewerExcelContentBody i,.plumFileViewerExcel .plumFileViewerExcelContentBody kbd,.plumFileViewerExcel .plumFileViewerExcelContentBody mark,.plumFileViewerExcel .plumFileViewerExcelContentBody rp,.plumFileViewerExcel .plumFileViewerExcelContentBody rt,.plumFileViewerExcel .plumFileViewerExcelContentBody ruby,.plumFileViewerExcel .plumFileViewerExcelContentBody s,.plumFileViewerExcel .plumFileViewerExcelContentBody samp,.plumFileViewerExcel .plumFileViewerExcelContentBody small,.plumFileViewerExcel .plumFileViewerExcelContentBody strong,.plumFileViewerExcel .plumFileViewerExcelContentBody sub,.plumFileViewerExcel .plumFileViewerExcelContentBody sup,.plumFileViewerExcel .plumFileViewerExcelContentBody time,.plumFileViewerExcel .plumFileViewerExcelContentBody u,.plumFileViewerExcel .plumFileViewerExcelContentBody var,.plumFileViewerExcel .plumFileViewerExcelContentBody del,.plumFileViewerExcel .plumFileViewerExcelContentBody ins,.plumFileViewerExcel .plumFileViewerExcelContentBody picture,.plumFileViewerExcel .plumFileViewerExcelContentBody source,.plumFileViewerExcel .plumFileViewerExcelContentBody img,.plumFileViewerExcel .plumFileViewerExcelContentBody iframe,.plumFileViewerExcel .plumFileViewerExcelContentBody embed,.plumFileViewerExcel .plumFileViewerExcelContentBody object,.plumFileViewerExcel .plumFileViewerExcelContentBody param,.plumFileViewerExcel .plumFileViewerExcelContentBody video,.plumFileViewerExcel .plumFileViewerExcelContentBody audio,.plumFileViewerExcel .plumFileViewerExcelContentBody track,.plumFileViewerExcel .plumFileViewerExcelContentBody map,.plumFileViewerExcel .plumFileViewerExcelContentBody area,.plumFileViewerExcel .plumFileViewerExcelContentBody canvas,.plumFileViewerExcel .plumFileViewerExcelContentBody svg,.plumFileViewerExcel .plumFileViewerExcelContentBody math,.plumFileViewerExcel .plumFileViewerExcelContentBody table{all:revert}.plumFileViewerExcel .plumFileViewerExcelContentBody table,.plumFileViewerExcel .plumFileViewerExcelContentBody th,.plumFileViewerExcel .plumFileViewerExcelContentBody td{padding:5px;border:1px solid var(--plum-color-border, var(--color-border));border-collapse:collapse}.plumFileViewerExcel .plumFileViewerExcelContentSheets{position:absolute;bottom:0;left:0;max-width:100%;background:var(--plum-color-white, var(--color-white));border:1px solid var(--plum-color-border, var(--color-border));border-bottom:none;border-left:none}.plumFileViewerExcel .plumFileViewerExcelContentSheets .plumTapScrollerContent{display:flex}.plumFileViewerExcel .plumFileViewerExcelContentSheet{flex-shrink:0;padding:5px 10px;font-size:14px;line-height:1;cursor:pointer}.plumFileViewerExcel .plumFileViewerExcelContentSheet:not(:last-child){border-right:1px solid var(--plum-color-border, var(--color-border))}.plumFileViewerExcel .plumFileViewerExcelContentSheetActive{color:var(--plum-color-white, var(--color-white));background-color:var(--plum-color-primary, var(--color-primary))}.plumFileViewerText{padding:10px;white-space:pre-wrap}.plumFileViewerUnknown{flex:1 1 0;display:flex;align-items:center;justify-content:center;text-align:center}.plumFilePreviewItem{box-sizing:border-box;position:relative;background-color:color-mix(in srgb,var(--plum-color-bg-light, var(--color-bg-light)),var(--plum-color-border, var(--color-border)) 25%);border-radius:10px;padding:4px;width:fit-content;display:flex;align-items:center;flex-direction:column;gap:5px}.plumFilePreviewItemIconWrapper{position:relative}.plumFilePreviewItemIcon{width:100px;height:100px;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease}.plumFilePreviewItemIcon:has(img){background-color:#f8f8f8}.plumFilePreviewItemIcon>img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.plumFilePreviewItemIcon>*:not(img){width:100%;height:100%;max-width:unset;max-height:unset;object-fit:contain}.plumFilePreviewItemIcon>svg{width:80%;height:80%}.plumFilePreviewItemName{max-width:92px;height:2lh;word-break:break-word;text-align:center;font-size:14px;line-height:16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical}.plumFilePreviewActions{position:absolute;top:5px;right:5px;display:flex;gap:5px;align-items:center}.plumFilePreviewActionButton{width:25px;height:25px;background-color:color-mix(in srgb,var(--plum-color-white, var(--color-white)),transparent 40%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 0 4px #0000001a;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease}@media (hover: hover){.plumFilePreviewActionButton:hover{background-color:var(--plum-color-primary, var(--color-primary));color:var(--plum-color-white, var(--color-white))}}.plumFilePreviewActionButton svg{width:18px;height:18px}@media (hover: hover){.plumFilePreviewActionButtonDelete:hover{background-color:var(--plum-color-danger, var(--color-danger))}}.plumFilePreviewItemCompact{flex-direction:row;padding:4px 8px 4px 4px;width:unset;border-radius:4px;gap:8px}.plumFilePreviewItemCompact .plumFilePreviewItemIcon{width:32px;height:32px;border-radius:4px}.plumFilePreviewItemCompact .plumFilePreviewItemName{max-width:unset;height:unset;text-align:left}.plumFilePreviewItemCompact .plumFilePreviewActions{margin-left:auto;position:static;flex-shrink:0;gap:4px}.plumFilePreviewItemDetached .plumFilePreviewItemIcon{cursor:unset}.plumFilePreviewModalFilmstrip{position:relative;flex-shrink:0;width:100%;max-width:100%;min-width:0;overflow:hidden;border-top:1px solid rgba(15,23,42,.1);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.plumFilePreviewModalFilmstripScroller{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior:contain;scrollbar-width:none}.plumFilePreviewModalFilmstripScroller::-webkit-scrollbar{display:none}.plumFilePreviewModalFilmstripSentinel{flex:0 0 1px;width:1px;min-width:1px;align-self:stretch;flex-shrink:0;pointer-events:none}.plumFilePreviewModalFilmstripContent{flex:0 0 auto;display:flex;flex-wrap:nowrap;gap:10px;align-items:center;padding:12px var(--plum-file-preview-filmstrip-edge-padding, 16px) 14px}.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripContent{padding:10px}.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripNav{position:absolute;top:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:center;width:40px}.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripNavButton{flex-shrink:0;box-shadow:0 2px 8px #0f172a3d}.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripNavButton svg{width:20px;height:20px}.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripNavStart{position:absolute;left:0;background:linear-gradient(to right,var(--plum-file-preview-filmstrip-marker-color, var(--plum-color-white, #fff)),transparent)}.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripNavEnd{position:absolute;right:0;background:linear-gradient(to left,var(--plum-file-preview-filmstrip-marker-color, var(--plum-color-white, #fff)),transparent)}.plumFilePreviewModalFilmstripMarker{position:absolute;top:0;bottom:0;z-index:1;width:var(--plum-file-preview-filmstrip-marker-size, 50px);pointer-events:none;opacity:0;transition:opacity .15s ease-in-out}.plumFilePreviewModalFilmstripMarkerVisible{opacity:1}.plumFilePreviewModalFilmstripMarkerStart{left:0;background:linear-gradient(to right,var(--plum-file-preview-filmstrip-marker-color, var(--plum-color-white, #fff)) 10px,transparent)}.plumFilePreviewModalFilmstripMarkerEnd{right:0;background:linear-gradient(to left,var(--plum-file-preview-filmstrip-marker-color, var(--plum-color-white, #fff)) 10px,transparent)}.plumFilePreviewModalFooterItem{flex-shrink:0;cursor:pointer;border-radius:10px;transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}.plumFilePreviewModalFooterItem .plumFilePreviewItem{transition:box-shadow .2s ease}.plumFileGalleryItemReorderable{cursor:grab;-webkit-user-select:none;user-select:none}.plumFileGalleryItemReorderable:active{cursor:grabbing}.plumFileGalleryItemDragging{opacity:.45}.plumFileGalleryItemDragOver{transform:translateY(-2px);box-shadow:0 0 0 2px var(--plum-color-primary, #656bd3)}.plumFilePreviewModalFooterItemSelected .plumFilePreviewItem{box-shadow:0 0 0 2px color-mix(in srgb,var(--plum-color-primary, #656bd3) 28%,transparent),0 12px 32px #0f172a14}.plumFileGallery.plumFilePreviewModalFilmstrip{position:relative;box-sizing:border-box;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:var(--plum-color-white, #fff);-webkit-backdrop-filter:none;backdrop-filter:none;--plum-file-preview-filmstrip-marker-color: var(--plum-color-white, #fff)}.plumFileGallery.plumFilePreviewModalFilmstrip .plumFilePreviewModalFilmstripNavStart,.plumFileGallery.plumFilePreviewModalFilmstrip .plumFilePreviewModalFilmstripNavEnd{position:absolute}.plumFileGallery.plumFilePreviewModalFilmstrip.plumFileGalleryModal{flex-shrink:0;border:none;border-radius:0;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);--plum-file-preview-filmstrip-marker-color: rgba(255, 255, 255, .92)}.plumFileGallery.plumFilePreviewModalFilmstrip.plumFileGalleryModal.plumFilePreviewModalFilmstripWithNavigation .plumFilePreviewModalFilmstripContent{padding:12px var(--plum-file-preview-filmstrip-edge-padding, 16px) 14px}.plumFileGalleryItemPlaceholder{flex-shrink:0;width:108px;min-height:145px;border-radius:10px;background-color:transparent}.plumFileViewer{display:flex;flex-direction:column;height:100%;min-height:0}.plumFileViewerContent{flex:1 1 0;overflow:auto;min-height:0;min-width:0}.plumFileViewerMessage{display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--plum-color-danger, var(--color-danger))}.plumFileViewerLoader{display:flex;align-items:center;justify-content:center;padding:24px}body:has(.plumFilePreviewModal){overflow:hidden}.plumModalHolder.plumModalWrapper:has(.plumFilePreviewModal){overflow:hidden;max-width:100%;padding:0}.plumModalHolder.plumModalWrapper:has(.plumFilePreviewModal) .plumModalHolderBackdrop{background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.plumFilePreviewModal{--plum-modal-transition-duration: .24s;width:100%;height:100%;min-width:0!important;max-width:100%;max-height:100%;margin:0;flex-shrink:1;border-radius:0;background:var(--plum-color-bg-light, #f3f4f8);color:var(--plum-color-text-main, #1f2937);box-shadow:none;overflow:hidden}.plumFilePreviewModal.plumModalScrollPaper{overflow:hidden}.plumFilePreviewModal.plumModalExited,.plumFilePreviewModal.plumModalExiting{opacity:0;transform:scale(.985)}.plumFilePreviewModal.plumModalEntering,.plumFilePreviewModal.plumModalEntered{opacity:1;transform:scale(1)}.plumFilePreviewModal>.plumModalContent{display:flex;flex-direction:column;gap:0;padding:0;border-radius:0;flex:1;width:100%;max-width:100%;min-width:0;min-height:0;overflow:hidden}.plumFilePreviewModalShell{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;min-width:0;overflow:hidden}.plumFilePreviewModalToolbar{flex-shrink:0;display:flex;align-items:center;gap:12px;min-width:0;min-height:56px;padding:10px 16px;border-bottom:1px solid rgba(15,23,42,.1);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.plumFilePreviewModalToolbarMeta{display:flex;align-items:center;gap:12px;flex:1 1 0;min-width:0}.plumFilePreviewModalHeaderTitle{flex:1 1 0;min-width:0;max-width:100%;overflow:hidden;font-size:15px;font-weight:600;line-height:20px;letter-spacing:-.01em;color:var(--plum-color-text-main, #1f2937)}.plumFilePreviewModalHeaderTitle.plumTapScroller,.plumFilePreviewModalHeaderTitle .plumTapScrollerContentWrapper{width:100%;max-width:100%;min-width:0}.plumFilePreviewModalCounter{flex-shrink:0;padding:4px 10px;border-radius:999px;background:var(--plum-color-bg-light, #f3f4f8);border:1px solid rgba(15,23,42,.1);font-size:12px;font-weight:500;line-height:16px;color:var(--plum-color-text-label, #6b7280);font-variant-numeric:tabular-nums}.plumFilePreviewModalHeaderCloseButton{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:var(--plum-color-white, #fff);color:var(--plum-color-text-main, #1f2937);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.plumFilePreviewModalHeaderCloseButton svg{width:18px;height:18px}@media (hover: hover){.plumFilePreviewModalHeaderCloseButton:hover{background:var(--plum-color-bg-light, #f3f4f8);border-color:#0f172a29}}.plumFilePreviewModalHeaderCloseButton:active{transform:scale(.96)}.plumFilePreviewModalStage{position:relative;flex:1 1 0;min-height:0;min-width:0;overflow:hidden;display:flex;align-items:stretch;box-sizing:border-box;padding:16px;background-color:var(--plum-color-bg-light, #f3f4f8);background-image:linear-gradient(90deg,rgba(15,23,42,.06) 1px,transparent 1px),linear-gradient(rgba(15,23,42,.06) 1px,transparent 1px);background-size:20px 20px;background-clip:padding-box}.plumFilePreviewModalViewer{position:relative;flex:1 1 0;min-width:0;min-height:0;max-width:100%;max-height:100%;margin:0;border-radius:16px;overflow:hidden;box-sizing:border-box;isolation:isolate;border:1px solid rgba(15,23,42,.1);background:rgba(255,255,255,.42);box-shadow:0 16px 40px #0f172a1a}.plumFilePreviewModalViewer.plumFileViewer{display:flex;flex-direction:column;height:auto;max-height:100%;overflow:hidden}.plumFilePreviewModalViewer .plumFileViewerContent{flex:1 1 0;min-width:0;min-height:0;max-width:100%;max-height:100%;overflow:auto;overscroll-behavior:contain}.plumFilePreviewModalViewer .plumFileViewerExcel.plumFileViewerContent{overflow:hidden;background:var(--plum-color-white, #fff)}.plumFilePreviewModalViewer .plumFileViewerWord.plumFileViewerContent{background:var(--plum-color-white, #fff)}.plumFilePreviewModalViewer:has(.plumFileViewerExcel),.plumFilePreviewModalViewer:has(.plumFileViewerWord){background:var(--plum-color-white, #fff)}.plumFilePreviewModalViewer .plumFileViewerImage{width:100%;height:100%;min-width:0;min-height:0;overflow:hidden!important;background:transparent}.plumFilePreviewModalViewer .plumFileViewerImageContent,.plumFilePreviewModalViewer [class*=transform-component-module_wrapper]{width:100%!important;height:100%!important;max-width:100%;max-height:100%;overflow:hidden!important}.plumFilePreviewModalViewer .plumFileViewerMessage{color:var(--plum-color-danger, #ef4444)}.plumFilePreviewModalViewer .plumFileViewerImageControls{left:12px;top:12px;gap:6px}.plumFilePreviewModalViewer .plumFileViewerImageControls .plumFileViewerImageControlButton{min-height:unset;border:1px solid rgba(15,23,42,.1);border-radius:999px;padding:6px 12px;background:var(--plum-color-white, #fff);color:var(--plum-color-text-main, #1f2937);box-shadow:0 12px 32px #0f172a14}@media (hover: hover){.plumFilePreviewModalViewer .plumFileViewerImageControls .plumFileViewerImageControlButton:hover{background:var(--plum-color-bg-light, #f3f4f8);color:var(--plum-color-primary, #656bd3)}}.plumFilePreviewModalNav{position:absolute;top:50%;z-index:2;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:var(--plum-color-white, #fff);color:var(--plum-color-text-main, #1f2937);cursor:pointer;transform:translateY(-50%);box-shadow:0 12px 32px #0f172a14;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.plumFilePreviewModalNav svg{width:24px;height:24px;flex-shrink:0}@media (hover: hover){.plumFilePreviewModalNav:hover{background:var(--plum-color-bg-light, #f3f4f8);border-color:#0f172a29;color:var(--plum-color-primary, #656bd3)}}.plumFilePreviewModalNav:active{transform:translateY(-50%) scale(.96)}.plumFilePreviewModalNavPrev{left:20px}.plumFilePreviewModalNavNext{right:20px}@media (max-width: 768px){.plumFilePreviewModalStage{padding:8px}.plumFilePreviewModalViewer{border-radius:12px}.plumFilePreviewModalNav{width:38px;height:38px}.plumFilePreviewModalNavPrev{left:10px}.plumFilePreviewModalNavNext{right:10px}}.plumInputCellFile{position:relative;display:flex;border-radius:0}.plumInputCellFileDisabled{cursor:default}.plumInputCellFilePreview.plumFilePreviewItem{flex:1 1 0;border-radius:0}.plumInputCellFilePreview.plumFilePreviewItem .plumFilePreviewItemIconWrapper{flex:1 1 0;display:flex;width:100%;height:100%}.plumInputCellFilePreview.plumFilePreviewItem .plumFilePreviewItemIcon{flex:1 1 0;width:unset;height:unset}.plumInputCellFilePreview.plumFilePreviewItem .plumFilePreviewItemName{display:none}.plumInputCellFileUpload{flex:1 1 0;display:flex}.plumInputCellFileUpload button{flex:1 1 0;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;transition:background-color .3s ease;color:var(--color-primary)}.plumInputCellFileUpload button:hover:not(:disabled){background-color:var(--color-bg-light)}.plumInputCellFileUpload button:disabled{cursor:default}.plumInputCellFileUpload button svg{transform:rotate(180deg);width:30px;height:30px;max-width:unset}.plumInputCellFiles{position:relative;min-width:0;min-height:0;border-radius:0}.plumInputCellFilesItems{padding:var(--v-cell-padding);min-height:0;min-width:0;max-height:100%;overflow:auto;flex-grow:1;display:flex;flex-wrap:wrap;gap:5px}.plumInputCellFilesItem{padding:0 5px;gap:5px;display:flex;min-width:0;background-color:var(--color-bg-light);border-radius:4px}.plumInputCellFilesItemDragged,.plumInputCellFilesItemHovered{opacity:.5}.plumInputCellFilesItemLabel{min-width:0;font-size:16px;line-height:24px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.plumInputCellFilesButton{position:relative;display:flex;align-items:center;padding:4px;border-radius:4px;flex-shrink:0;background-color:transparent;cursor:pointer}.plumInputCellFilesButton svg{width:16px;height:16px;max-width:none}.plumInputCellFilesButton:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background-color:#000;opacity:0;transition:opacity .2s ease}.plumInputCellFilesButton:hover:before{opacity:.1}.plumInputCellFilesAddButton{background-color:var(--color-bg-light);color:var(--color-primary)}.plumInputCellFilesAddButton:before{background-color:var(--color-primary)}.plumInputCellFilesRemoveButton,.plumInputCellFilesDownloadButton{padding:0}.plumInputCellFilesRemoveButton:before,.plumInputCellFilesDownloadButton:before{background-color:transparent}.plumInputCellFilesRemoveButton:hover{color:var(--color-danger)}.plumInputCellFilesDownloadButton:hover{color:var(--color-primary)}.plumInputCellFileFlash{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0}.plumInputCellFileFlashSuccess{--plum-input-cell-file-flash-color: var(--color-success);animation:plum-input-cell-file-flash 1s ease-in-out}.plumInputCellFileFlashError{--plum-input-cell-file-flash-color: var(--color-danger);animation:plum-input-cell-file-flash 1s ease-in-out}.plumInputCellFileFlashPending{pointer-events:all;animation:plum-input-cell-file-flash-pending 1s alternate infinite ease-in-out}@keyframes plum-input-cell-file-flash{0%{background-color:var(--plum-input-cell-file-flash-color)}to{background-color:transparent}}@keyframes plum-input-cell-file-flash-pending{0%{background-color:color-mix(in srgb,var(--color-bg-light) 50%,transparent)}to{background-color:color-mix(in srgb,var(--color-bg-light) 90%,transparent)}}.plumFileUploadDropzone{position:relative;width:100%;min-height:180px;padding:28px 20px;border:2px dashed color-mix(in srgb,var(--plum-color-primary, var(--color-primary)),transparent 55%);border-radius:14px;background-color:color-mix(in srgb,var(--plum-color-bg-light, var(--color-bg-light)),var(--plum-color-primary, var(--color-primary)) 8%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;cursor:pointer;overflow:hidden;transition:border-color .2s ease,background-color .2s ease;outline:none;box-sizing:border-box}.plumFileUploadDropzone:focus-visible{border-color:var(--plum-color-primary, var(--color-primary));box-shadow:0 0 0 3px color-mix(in srgb,var(--plum-color-primary, var(--color-primary)),transparent 75%)}.plumFileUploadDropzone:not(.plumFileUploadDropzoneDisabled):hover{border-color:var(--plum-color-primary, var(--color-primary));background-color:color-mix(in srgb,var(--plum-color-bg-light, var(--color-bg-light)),var(--plum-color-primary, var(--color-primary)) 14%)}.plumFileUploadDropzoneWithPreview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;background-image:var(--plum-file-upload-dropzone-preview-image);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:.42;pointer-events:none}.plumFileUploadDropzoneActive{border-color:var(--plum-color-primary, var(--color-primary));background-color:color-mix(in srgb,var(--plum-color-bg-light, var(--color-bg-light)),var(--plum-color-primary, var(--color-primary)) 14%)}.plumFileUploadDropzoneDisabled{opacity:.7;cursor:not-allowed}.plumFileUploadDropzoneIcon,.plumFileUploadDropzoneActions,.plumFileUploadDropzoneTitle,.plumFileUploadDropzoneDescription{position:relative;z-index:1}.plumFileUploadDropzoneActions{display:flex;align-items:center;justify-content:center;gap:10px}.plumFileUploadDropzoneActionButton{box-shadow:0 2px 8px #0f172a29}.plumFileUploadDropzoneIcon{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;background-color:var(--plum-color-primary, var(--color-primary));color:var(--plum-color-white, var(--color-white));font-size:26px;line-height:1;font-weight:600}.plumFileUploadDropzoneTitle{margin:0;font-size:16px;line-height:1.4;font-weight:600}.plumFileUploadDropzoneDescription{margin:0;max-width:480px;font-size:13px;line-height:1.45;color:color-mix(in srgb,var(--plum-color-text, var(--color-text)),transparent 25%)}.plumFileUploadButton{position:relative;display:inline-flex;vertical-align:middle;max-width:100%;overflow:hidden;border-radius:8px}.plumFileUploadButtonMain{position:relative;min-width:0}.plumFileUploadButtonSingle{border-radius:8px 0 0 8px;background-color:var(--plum-color-bg-light);width:100%}.plumFileUploadButtonPill{border-radius:var(--plum-border-radius-pill)}.plumFileUploadButtonRow{display:inline-flex;align-items:center;max-width:100%}.plumFileUploadButtonWithPreview .plumFileUploadButtonMain:hover .plumFileUploadButtonPreviewOverlay,.plumFileUploadButtonWithPreview .plumFileUploadButtonMain:focus-within .plumFileUploadButtonPreviewOverlay{opacity:1}.plumFileUploadButtonWithImagePreview .plumButton{position:relative;overflow:hidden}.plumFileUploadButtonWithImagePreview .plumFileUploadButtonPreviewImage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;pointer-events:none;opacity:.25}.plumFileUploadButtonLabel{display:inline-flex;gap:8px;text-overflow:ellipsis;text-wrap:nowrap;width:100%;overflow:hidden}.plumFileUploadButtonPreviewOverlay{opacity:0;transition:opacity .2s ease;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:inherit;background-color:color-mix(in srgb,var(--plum-color-bg-light, var(--color-bg-light)),transparent 12%);pointer-events:none}.plumFileUploadButtonPreviewOverlayIcon{max-width:18px}.plumFileUploadButtonActions{display:inline-flex;align-items:stretch;flex-shrink:0}.plumFileUploadButtonActive .plumButton{box-shadow:0 0 0 2px color-mix(in srgb,var(--plum-color-primary, var(--color-primary)),transparent 65%)}.plumFileUploadButtonOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:inherit;background-color:color-mix(in srgb,var(--plum-color-bg-light, var(--color-bg-light)),transparent 12%);pointer-events:none}.plumFileUploadButtonActionButtonPreview{border-radius:0}.plumFileUploadButtonActionButtonDelete{border-radius:0 8px 8px 0}.PlumTaskerTaskPriority-module_priority__8wvT7{width:fit-content;height:fit-content;padding:5px 8px;border-radius:20px;font-size:14px;color:var(--priority-color);background-color:var(--priority-bg-color)}.PlumTaskerTaskItem-module_status__qGSdv{display:flex;gap:6px;align-items:flex-end;width:fit-content;padding:5px 10px;font-size:10px;line-height:1;background-color:var(--bg-tint-status);border-radius:20px}.PlumTaskerTaskItem-module_status__qGSdv span:last-child{font-size:14px}.PlumTaskerTaskItem-module_chat__6ChFJ,.PlumTaskerTaskItem-module_deleteBtn__GlSGZ{transition:scale .22s ease}.PlumTaskerTaskItem-module_chat__6ChFJ:hover,.PlumTaskerTaskItem-module_deleteBtn__GlSGZ:hover{scale:1.2}.PlumTaskerTaskItem-module_chat__6ChFJ path,.PlumTaskerTaskItem-module_deleteBtn__GlSGZ path{fill:var(--plum-color-text-secondary)}.PlumTaskerTaskItem-module_deleteBtn__GlSGZ path{fill:var(--plum-color-danger)}.PlumTaskerTaskItem-module_chat__6ChFJ path{fill:transparent}.PlumTaskerTaskItem-module_card__un0Wc{--task-item-surface: var(--plum-color-white);display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding:15px;background-color:var(--task-item-surface);border:1px solid var(--plum-color-border);border-radius:20px;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.PlumTaskerTaskItem-module_card__un0Wc.PlumTaskerTaskItem-module_draggable__yVrUI{cursor:grab;-webkit-user-select:none;user-select:none}.PlumTaskerTaskItem-module_card__un0Wc.PlumTaskerTaskItem-module_draggable__yVrUI:active{cursor:grabbing}.PlumTaskerTaskItem-module_card__un0Wc.PlumTaskerTaskItem-module_draggable__yVrUI:hover{border:1px solid var(--plum-color-primary)!important}.PlumTaskerTaskItem-module_card__un0Wc.PlumTaskerTaskItem-module_dragging__ProwL{opacity:.5}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_select__xZkmu{display:flex;flex-direction:column;gap:10px}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_topWrapper__Prl6s{display:flex;flex-direction:column}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2{display:flex;gap:10px;align-items:center;justify-content:space-between}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2 .PlumTaskerTaskItem-module_title__KYK-H{cursor:pointer;overflow:hidden;font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2 .PlumTaskerTaskItem-module_wrapper__ZwJq-{overflow:hidden;display:flex;gap:10px;align-items:center;justify-content:space-between}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2 .PlumTaskerTaskItem-module_wrapper__ZwJq-:hover{cursor:pointer}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2 .PlumTaskerTaskItem-module_wrapper__ZwJq-:hover .PlumTaskerTaskItem-module_title__KYK-H{color:var(--plum-color-primary)}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2 .PlumTaskerTaskItem-module_arrow__5j-3X{flex-shrink:0;cursor:pointer;transform:rotate(180deg);color:var(--plum-color-text-placeholder);transition:transform .4s ease}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_top__xZrX2 .PlumTaskerTaskItem-module_arrow_show__DTo2B{transform:rotate(0)}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_date__k9aSS{display:flex;gap:5px;align-items:center;width:fit-content;padding:2px 15px 2px 10px;font-size:12px;color:var(--plum-color-primary);background-color:var(--plum-color-bg-light);border-radius:20px}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_date__k9aSS span{margin-top:2px}.PlumTaskerTaskItem-module_card__un0Wc .PlumTaskerTaskItem-module_date__k9aSS svg{width:14px;stroke:var(--plum-color-primary)}.PlumTaskerTaskItem-module_highlighted__9w4rW{--task-item-surface: var(--bg-tint-primary);border-color:var(--plum-color-primary);background-color:var(--task-item-surface)}.PlumTaskerTaskItem-module_dropdownTrigger__-vR6K{width:100%;display:flex;flex-direction:column;gap:5px}.PlumTaskerTaskItem-module_copyIdBtn__1Feyq{padding:0;border:none!important;border-radius:0!important;box-shadow:none}.PlumTaskerTaskItem-module_fields__vmJb9{margin-top:10px;display:flex;flex-direction:column;gap:5px}.PlumTaskerTaskItem-module_location__xIIB1{display:flex;align-items:center;gap:3px;font-size:12px;line-height:17px}.PlumTaskerTaskItem-module_locationIcon__ZhhH6{width:18px;height:20px;color:var(--plum-color-primary)}.PlumTaskerTaskItem-module_category__i-mvq{font-size:12px;font-style:italic;line-height:17px;color:var(--plum-color-text-secondary)}.PlumTaskerTaskItem-module_descriptionWrap__JeR6M{position:relative}.PlumTaskerTaskItem-module_description__-UU1u{overflow:hidden;max-height:150px;font-size:14px;line-height:17px}.PlumTaskerTaskItem-module_descriptionWrapOverflowing__eQaOO:after{content:"";position:absolute;right:0;bottom:0;left:0;height:16px;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--task-item-surface))}.PlumTaskerTaskItem-module_bottom__N-04R{display:flex;align-items:center}.PlumTaskerTaskItem-module_bottom__N-04R .PlumTaskerTaskItem-module_avatars__W6T7E{display:flex}.PlumTaskerTaskItem-module_bottom__N-04R .PlumTaskerTaskItem-module_circle__kirMs{position:relative;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:center;width:25px;height:25px;font-size:12px;background-color:var(--plum-color-primary-light);border:solid var(--plum-color-white) 2px;border-radius:24px}.PlumTaskerTaskItem-module_bottom__N-04R .PlumTaskerTaskItem-module_circle__kirMs:not(:first-child){margin-left:-12px}.PlumTaskerTaskItem-module_bottom__N-04R .PlumTaskerTaskItem-module_info__YQEJE{display:flex;gap:10px;align-items:center;margin-left:auto}.PlumTaskerTaskItem-module_subtaskCard__UGZyu{--task-item-surface: var(--plum-color-background-secondary)}.PlumTaskerTaskItem-module_subtaskBadge__PcS2h{flex-shrink:0;padding:2px 8px;font-size:10px;line-height:1.2;color:var(--plum-color-text-secondary);background-color:var(--plum-color-background-tertiary);border-radius:999px}.PlumTaskerTaskList-module_card__jOQ7Z{margin-bottom:10px}.PlumTaskerTaskList-module_cardList__eJyh-{position:relative;flex:1 1 0;min-height:0;margin:10px 0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.PlumTaskerTaskList-module_cardList__eJyh-::-webkit-scrollbar{width:0;height:0;display:none}.PlumTaskerTaskList-module_taskList__hC-Vm{display:flex;flex-direction:column;align-self:stretch;box-sizing:border-box;min-width:300px;max-width:300px;min-height:0;border:2px solid transparent;border-radius:20px;transition:border-color .15s ease,background-color .15s ease}@media (max-width: 768px){.PlumTaskerTaskList-module_taskList__hC-Vm{flex:1 1 0;max-width:100%;width:100%}}.PlumTaskerTaskList-module_header_show__p-pcL .PlumTaskerTaskList-module_headerCollapsedContent__E1jvA{flex-direction:row}.PlumTaskerTaskList-module_headerCollapsedContent__E1jvA{display:flex;flex-shrink:0;gap:10px;flex-direction:column;align-items:center;padding:5px;height:fit-content;border-radius:20px;border:1px solid var(--plum-color-border);box-shadow:0 0 12px #4f567f1a}.PlumTaskerTaskList-module_headerCollapsed__c0cAt{position:relative;align-self:stretch;min-height:0;box-sizing:border-box;border:2px solid transparent;border-radius:20px;transition:border-color .15s ease,background-color .15s ease}.PlumTaskerTaskList-module_arrowButton__GkDs-{width:18px;margin-left:auto}.PlumTaskerTaskList-module_editButton__eaBgR{width:18px;height:18px;flex-shrink:1;background-color:transparent}.PlumTaskerTaskList-module_editIcon__fQ9RN{width:14px;height:14px;color:var(--plum-color-border)}.PlumTaskerTaskList-module_arrow__C9omb{transition:transform .4s ease;color:var(--plum-color-text-placeholder)}.PlumTaskerTaskList-module_arrow_show__Pkd-4{transform:rotate(180deg)}.PlumTaskerTaskList-module_count__D7ZHP{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:20px;background-color:var(--plum-color-bg-light);padding-top:2px;font-size:12px}.PlumTaskerTaskList-module_count_show__n-5Ka{display:inline;margin-left:auto;width:unset;height:unset;border-radius:unset;background-color:unset;padding-top:unset}.PlumTaskerTaskList-module_title__yKfqv{display:flex;gap:8px;align-items:center;width:fit-content;border-radius:20px;text-orientation:mixed;writing-mode:vertical-lr;padding:8px 5px}.PlumTaskerTaskList-module_title_show__aVhnK{writing-mode:horizontal-tb;padding:5px 8px}.PlumTaskerTaskList-module_titleStatusDot__jzxJN{flex-shrink:0;width:8px;height:8px;border-radius:50%}.PlumTaskerTaskList-module_taskItemFullWidth__T5fWD{width:100%;max-width:100%}.PlumTaskerTaskList-module_notFound__AKwO8{padding-top:30px;text-align:center;color:var(--plum-color-text-placeholder)}.PlumTaskerTaskList-module_loader__S-Ffe{position:absolute;left:50%;transform:translate(-50%)}.PlumTaskerScreen-module_root__Jqci9{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;box-sizing:border-box}.PlumTaskerScreen-module_btn__TdQHm{flex-shrink:0;display:flex;gap:10px;margin-left:auto;white-space:nowrap}.PlumTaskerScreen-module_btn__TdQHm svg{flex-shrink:0;max-width:15px}.PlumTaskerScreen-module_tools__Y-BjU{display:flex;align-items:center;justify-content:space-between;gap:10px}.PlumTaskerScreen-module_modeTabs__kA43q{flex-shrink:0;margin-bottom:10px}.PlumTaskerScreen-module_scroll__L4-UH{position:relative;display:flex;flex:1 1 0;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.PlumTaskerScreen-module_columns__x-N5j{display:flex;flex:1 1 0;gap:10px;align-items:stretch;min-width:0;min-height:0;overflow:auto}@media (max-width: 768px){.PlumTaskerScreen-module_columns__x-N5j{flex-direction:column;width:100%}.PlumTaskerScreen-module_columns__x-N5j>*:not(:last-child){flex-shrink:0}.PlumTaskerScreen-module_columns__x-N5j>*:last-child{flex:1 1 0;min-height:0}}.PlumTaskerScreen-module_mobileToggle__Z00hZ{border:none!important;border-radius:0}.PlumTaskerScreen-module_mobileToggle__Z00hZ .tabList{padding:0}.PlumTaskerScreen-module_btnFilter__ltoDx{position:relative;width:35px;min-width:35px;height:35px;margin-left:auto;padding:0!important;transition:border-color .25s ease}.PlumTaskerScreen-module_btnFilter__ltoDx:hover{border-color:var(--plum-color-primary)}.PlumTaskerScreen-module_btnActive__Oj4IY{background-color:var(--plum-color-primary);border:none}.PlumTaskerScreen-module_btnActive__Oj4IY path{stroke:var(--plum-color-white)}.PlumTaskerScreen-module_dot__Nt36n{position:absolute;top:2px;right:0;width:7px;height:7px;background-color:var(--plum-color-danger);border-radius:50%}.PlumTaskerScreen-module_row__sUN5z{display:flex;flex-shrink:0;gap:10px;align-items:flex-start;width:100%}.PlumTaskerScreen-module_row__sUN5z:not(:last-child){margin-bottom:20px}.PlumTaskerScreen-module_row__sUN5z.PlumTaskerScreen-module_rowStretch__bafb-{align-items:stretch}.PlumTaskerScreen-module_rowActions__g1dfJ{display:flex;flex-shrink:0;gap:10px;align-items:center;margin-left:auto}.PlumTaskerScreen-module_btnClear__iGT2q{position:relative;width:27px;min-width:27px;height:27px;padding:6px!important;background-color:var(--plum-color-bg-light);color:var(--plum-color-text-secondary);transition-property:background-color,color;transition-timing-function:ease;transition-duration:.25s}.PlumTaskerScreen-module_btnClear__iGT2q:hover{background-color:var(--plum-color-bg-light);color:var(--plum-color-danger-hover)}.PlumTaskerScreen-module_modeToggle__-dqoU{border-radius:20px}.PlumTaskerWorkspaces-module_root__diao4{display:flex;flex-direction:column;gap:16px}.PlumTaskerWorkspaces-module_list__fp1YA{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.PlumTaskerWorkspaces-module_workspaceRow__5zVLB{display:flex;align-items:center;gap:4px}.PlumTaskerWorkspaces-module_workspaceItem__Zx5EZ{flex:1;width:100%;padding:8px 12px;border:none;border-radius:8px;background:transparent;text-align:left;cursor:pointer;color:inherit;font:inherit}.PlumTaskerWorkspaces-module_workspaceItem__Zx5EZ:hover{background:var(--plum-color-bg-light, #f3f4f6)}.PlumTaskerWorkspaces-module_workspaceItemSelected__P7--p{background:color-mix(in srgb,var(--plum-color-primary) 12%,transparent);color:var(--plum-color-primary-dark, inherit)}.PlumTaskerWorkspaces-module_empty__OSr6K{color:var(--plum-color-text-secondary, #6b7280)}.PlumTaskerWorkspaces-module_editButton__Ol8OA{width:28px;height:28px;flex-shrink:0;background-color:transparent}.PlumTaskerWorkspaces-module_editIcon__Zzvgo{width:14px;height:14px;color:var(--plum-color-border)}.PlumTaskerWorkspaceBar-module_root__gbXFj{display:flex;flex-shrink:0;flex-direction:column;gap:10px;margin-top:10px;margin-bottom:10px;background-color:var(--plum-color-white);border-radius:12px}.PlumTaskerWorkspaceBar-module_row__9Bbfp{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;width:100%}@media (max-width: 768px){.PlumTaskerWorkspaceBar-module_row__9Bbfp{align-items:start;flex-direction:column}}.PlumTaskerWorkspaceBar-module_name__-9bpJ,.PlumTaskerWorkspaceBar-module_placeholder__p--nC{flex:1;min-width:0}.PlumTaskerWorkspaceBar-module_name__-9bpJ{font-size:16px;font-weight:600;color:var(--plum-color-text-main)}.PlumTaskerWorkspaceBar-module_placeholder__p--nC{font-size:14px;color:var(--plum-color-text-secondary)}.PlumTaskerWorkspaceBar-module_btn__ICmnJ{flex-shrink:0;white-space:nowrap}.PlumTaskerWorkspaceBar-module_actions__Xqh5Z{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.PlumTaskerBody-module_root__zNRg5{display:flex;flex:1 1 0;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.PlumTaskerBody-module_root__zNRg5>*{min-height:0}.PlumTaskerBody-module_message__tWAOg{flex:1;display:flex;align-items:center;justify-content:center;color:var(--plum-color-text-placeholder);text-align:center;padding:10px}.PlumTaskerHeader-module_tools__aXS2b{display:flex;flex-shrink:0;align-items:center;gap:10px}@media (max-width: 768px){.PlumTaskerHeader-module_tools__aXS2b{flex-wrap:wrap}}.PlumTaskerHeader-module_search__iYjBr{flex:1;max-width:250px}@media (max-width: 768px){.PlumTaskerHeader-module_search__iYjBr{max-width:none}}.PlumTaskerHeader-module_drawer__gSlcs{min-width:unset}.PlumTaskerHeader-module_drawer__gSlcs .plumDrawerContent{display:flex;flex-direction:column;gap:10px}.PlumTaskerHeader-module_drawerSettings__Jn8d3{display:flex;gap:10px}.PlumTaskerHeader-module_cardOpenCheckbox__HqFyO{flex-shrink:0}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:SFPro;font-weight:400;font-display:swap;src:url(/assets/SFProText-Regular-7ccf68ca.woff),url(/assets/SFProText-Regular-3e990262.woff2)}@font-face{font-family:SFPro;font-weight:500;font-display:swap;src:url(/assets/SFProText-Medium-a0967fd0.woff),url(/assets/SFProText-Medium-98ea620f.woff2)}@font-face{font-family:SFPro;font-weight:600;font-display:swap;src:url(/assets/SFProText-Semibold-244da4ed.woff),url(/assets/SFProText-Semibold-c5fd277b.woff2)}@font-face{font-family:SFPro;font-weight:700;font-display:swap;src:url(/assets/SFProText-Bold-f28e58d3.woff),url(/assets/SFProText-Bold-7a65a511.woff2)}:root{--color-black: #000;--color-white: #fff;--color-bg-light: #eef2f9;--color-border: #cad2dc;--color-border-secondary: #eef2f9;--color-border-tertiary: #cad2dc80;--color-primary: #656bd3;--color-primaryLight: #eef2f9;--color-primaryDark: #797ee3;--color-secondary: #c19eef;--color-default: #bec6cf;--color-warning: #dd9c3c;--color-danger: #eb6565;--color-success: #72a457;--color-primaryLightHover: #e8edf4;--color-primaryDarkHover: #4f54af;--color-primaryHover: #434ad6;--color-warningHover: #b68132;--color-dangerHover: #c35656;--color-successHover: #598043;--color-whiteHover: var(--color-bg-light);--color-secondaryHover: #8364ab;--color-disabled: #85858c;--colorText-main: #363c48;--colorText-secondary: #8e9bac;--colorText-disabled: #8e9bac;--colorText-placeholder: #b4bfcd;--colorText-mainHover: #2a2f39;--colorText-secondaryHover: #4175b1;--colorEvent-pre_sale: #eb93ff;--colorEvent-non_call: #fffd7f;--colorEvent-request: #e66dc3;--colorEvent-meeting: #98cbff;--colorEvent-confirmed: #ffce5a;--colorEvent-prepayment: #7fbb5c;--colorEvent-menu_sent: #ffc4c4;--colorEvent-task_sent: #ff8f92;--colorEvent-ending: #e66dc3;--colorEvent-success: #5d8945;--colorEvent-fail: #898989;--colorEvent-penalty: #ff8f92;--colorEvent-delayed: #fcf976;--colorEvent-pre_saleOpacity: #eb93ff33;--colorEvent-non_callOpacity: #ff00f23d;--colorEvent-requestOpacity: #eb93ff33;--colorEvent-meetingOpacity: #737aff33;--colorEvent-confirmedOpacity: #dd9c3c1a;--colorEvent-prepaymentOpacity: #689c4a33;--colorEvent-menu_sentOpacity: #a982dd1a;--colorEvent-task_sentOpacity: #ff8f9233;--colorEvent-endingOpacity: #e66dc333;--colorEvent-successOpacity: #7fbb5c33;--colorEvent-failOpacity: #89898933;--colorEvent-penaltyOpacity: #eb656533;--colorEvent-delayedOpacity: #bdbc8733;--colorEvent-in_basket: #a982dd;--colorEvent-past: #bec6cf;--colorEvent-degustations: #fffc43;--colorEvent-pastOpacity: #8e9bac33;--colorEvent-pre_saleHover: #b26ec1;--colorEvent-non_callHover: #d2d160;--colorEvent-requestHover: #dcbee2;--colorEvent-meetingHover: #79a3cd;--colorEvent-confirmedHover: #dab04c;--colorEvent-prepaymentHover: #689c4a;--colorEvent-menu_sentHover: #e3abab;--colorEvent-task_sentHover: #d87779;--colorEvent-endingHover: #c15aa4;--colorEvent-successHover: #53793f;--colorEvent-failHover: #707070;--colorEvent-penaltyHover: #b9696c;--colorEvent-delayedHover: #bdbc87;--colorEvent-degustationsHover: #d4d23d;--colorEvent-pastHover: #9fa5ac;--colorEvent-in_basketHover: #9574c1;--colorMeeting-waiting_border: #eecc9b;--colorMeeting-complete_border: #b7d1aa;--colorMeeting-canceled_border: #f5b1b1;--colorMeeting-deg_border: #c19eef80;--colorMeeting-waiting_bg: #dd9c3c4d;--colorMeeting-complete_bg: #72a4574d;--colorMeeting-canceled_bg: #eb65654d;--colorMeeting-deg_bg: #c19eef4d;--colorMeeting-holidaysHighlighting: rgb(114 163 87 / 10%);--colorMeeting-holidaysHighlightingHover: rgb(114 163 87 / 30%);--colorTasks-is_urgent: rgb(244 72 72 / 10%);--colorRentType-0: #dd9c3c;--colorRentType-1: #72a457;--colorRentType-2: #ff8f92;--colorRentType-3: #98cbff;--color-lighterPrimary: #7ba8df;--shadow-default: 0 0 12px 0 rgb(79 86 127 / 10%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow:hidden;max-width:100vw;height:100dvh;max-height:100dvh;font-size:16px}body{--paddingTopBottomS: 5px;--paddingTopBottomM: 7.5px;--paddingTopBottomL: 10px;font-family:SFPro,sans-serif;font-size:16px;color:var(--colorText-main)}@media (max-width: 1440px){body{font-size:14px}}@media (max-width: 1200px){body{font-size:14px}}@media (max-width: 1024px){body{font-size:14px}}@media (max-width: 768px){body{font-size:14px}}@media (max-width: 568px){body{font-size:16px}}@media (max-width: 425px){body{font-size:14px}}.page{display:flex;flex-direction:column;height:100dvh}a{color:inherit;text-decoration:none}ul,li{list-style:none}.hide{display:none}.container{padding:0 15px}.nowrap{white-space:nowrap}.fieldBase{display:flex;gap:10px;align-items:center;height:auto;font-size:14px;line-height:1.2142857143;outline:none;background-color:var(--field-base-bg-color, var(--color-white));transition:border .25s ease}.fieldBase.sizeS{font-size:12px;line-height:1.2}.fieldBase.sizeM{line-height:1.2857142857}.fieldBase.specialClassForTimeField{line-height:1.0714285714}input.fieldBase,textarea.fieldBase{display:block;gap:unset;align-items:unset}.fieldBorder{border:1px solid var(--color-border-tertiary)}.fieldBorder.isDisabled{cursor:not-allowed;color:var(--colorText-disabled)}.fieldBorder.isError{border-color:var(--color-danger)}.fieldBorder:not(.isDisabled,.withoutHover):hover{border-color:var(--color-primary)}.borderTransparent{border:1px solid transparent}input:disabled,textarea:disabled{cursor:not-allowed}.fieldBorderRadius.roundedRectangle{border-radius:9px}.fieldBorderRadius.pill{border-radius:17px}.fieldBorderRadius.circle{aspect-ratio:1;border-radius:50%}.fieldBorderRadius.sizeS:not(.circle,.pill){border-radius:9px}.paddingBaseBig.sizeS{padding:var(--paddingTopBottomS) 10px var(--paddingTopBottomS) 10px}.paddingBaseBig.sizeS.alignCenter{padding:var(--paddingTopBottomS)}.paddingBaseBig.sizeM{padding:var(--paddingTopBottomM) 10px var(--paddingTopBottomM) 10px}.paddingBaseBig.sizeM.alignCenter{padding:var(--paddingTopBottomM)}.paddingBaseBig.sizeL{padding:var(--paddingTopBottomL) 10px var(--paddingTopBottomL) 10px}.paddingBaseBig.sizeL.alignCenter{padding:var(--paddingTopBottomL)}.placeholder{color:var(--colorText-placeholder)}.paddingBtnBase.sizeS{padding:var(--paddingTopBottomS) 15px}.paddingBtnBase.sizeM{padding:var(--paddingTopBottomM) 15px}.paddingBtnBase.sizeL{padding:var(--paddingTopBottomL) 15px}.paddingSmall.sizeS{padding:3px}.paddingSmall.sizeM{padding:4px}.paddingSmall.sizeL{padding:5px}.tabList{gap:6px}.tabList .tabBtn.optionTab{gap:8px;align-items:center;min-height:0;font-size:14px;line-height:1.2142857143;border:1px solid transparent}.tabList .tabBtn.optionTab.sizeS{font-size:12px;line-height:1.2}.tabList .tabBtn.sizeS{min-height:0;padding:1px 10px}.tabList .tabBtn.sizeM{min-height:0;padding:3px 10px}.tabList .tabBtn.sizeL{min-height:0;padding:4px 10px}.custom-scroll{overflow:auto;-ms-overflow-style:none}.custom-scroll::-webkit-scrollbar{width:5px;height:5px}.custom-scroll::-webkit-scrollbar-track{background-color:var(--color-bg-light);border-radius:5px}.custom-scroll::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:5px}.hidden-scroll{scrollbar-width:none;overflow:auto;-ms-overflow-style:none}.hidden-scroll::-webkit-scrollbar{display:none}.test{background-color:#000}button{color:inherit;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:transparent;-webkit-tap-highlight-color:transparent!important}.link{font-size:inherit;color:var(--color-primary);text-decoration:underline;word-wrap:break-word}svg{display:block;width:100%;max-width:1.125rem;height:auto}.react-json-view svg{display:unset}.plumIcon{max-width:unset}.LoaderScreen-module__wrapper_ZkwYQ{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.LoaderScreen-module__dots_-cJ9i{position:relative;width:4em;height:4em;margin:auto;text-align:center;animation:LoaderScreen-module__sk-chasing-dots-rotate_c19R2 2s infinite linear}.LoaderScreen-module__dots_-cJ9i .LoaderScreen-module__child_ZtATE{position:absolute;top:0;display:inline-block;width:2em;height:2em;background-color:var(--color-primary);border-radius:100%;animation:LoaderScreen-module__sk-chasing-dots-bounce_MqRhV 2s infinite ease-in-out}.LoaderScreen-module__dots_-cJ9i .LoaderScreen-module__dot2_nrSVi{top:auto;bottom:0;animation-delay:-1s}@keyframes LoaderScreen-module__sk-chasing-dots-rotate_c19R2{to{transform:rotate(360deg)}}@keyframes LoaderScreen-module__sk-chasing-dots-bounce_MqRhV{0%,to{transform:scale(0)}50%{transform:scale(1)}}.LegacyModalRenderer-module__modal_1zc0O{display:flex;flex-direction:column;align-items:stretch;max-width:100%;height:fit-content}.LegacyModalRenderer-module__modal_1zc0O.LegacyModalRenderer-module__reset_HWMST .plumModalContent{padding:0;background:transparent}.LegacyModalRenderer-module__modal_1zc0O.LegacyModalRenderer-module__eventPreviewModal_EWe-5{max-width:1200px;max-width:calc(100% - 40px)}.LegacyModalRenderer-module__companyInfoModal_Nz-on{width:780px}.LegacyModalRenderer-module__modalBottomSheet_HYxKz{width:min(100vw,100%);max-width:min(100vw,100%);margin-top:auto;margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.LegacyModalRenderer-module__modalBottomSheet_HYxKz .plumModalContent{border-bottom-left-radius:0;border-bottom-right-radius:0}.LegacyModalRenderer-module__modalFullscreen_nPXwf{width:min(100vw,100%);max-width:min(100vw,100%);min-height:100%;border-radius:0}.LegacyModalRenderer-module__modalFullscreen_nPXwf .plumModalHeader{border-top-left-radius:0;border-top-right-radius:0}.LegacyModalRenderer-module__modalFullscreen_nPXwf .plumModalContent{border-bottom-left-radius:0;border-bottom-right-radius:0}.LegacyModalRenderer-module__suspenseFallback_3-xh5{max-height:400px;max-width:400px;width:100%;height:100%}.SVG-module__arrowLeft_m2xpu{transform:rotate(180deg)}.SVG-module__heartLike_Mt8rR.SVG-module__isActive_qjORu path{fill:var(--color-danger);stroke:var(--color-danger)}.SVG-module__lookIcon_UMZSa.SVG-module__isActive_qjORu path{fill:var(--color-danger)}.w10{width:10px;max-width:none}.w13{width:13px;max-width:none}.w15{width:15px;max-width:none}.w18{width:18px;max-width:none}.w23{width:23px;max-width:none}.w29{width:29px;max-width:none}.LoadingField-module__loaderBlock_AXNw2{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;z-index:8;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.LoadingField-module__loaderBlock_AXNw2:before{content:"";position:absolute;z-index:33333;top:0;right:0;bottom:0;left:0;opacity:.5;border-radius:9px}.LoadingField-module__loaderBlock_AXNw2 .LoadingField-module__btnLoader_AXDlJ{display:none}.LoadingField-module__loaderBlock_AXNw2.LoadingField-module__isLoading_DpSsP:before{background-color:var(--color-bg-light)}.LoadingField-module__loaderBlock_AXNw2.LoadingField-module__isLoading_DpSsP .LoadingField-module__btnLoader_AXDlJ{font-size:30px;font-weight:800;color:var(--color-default);vertical-align:center;animation:LoadingField-module__name_JMmu1 2s infinite;animation-delay:0}.LoadingField-module__loaderBlock_AXNw2.LoadingField-module__isLoading_DpSsP .LoadingField-module__btnLoader_AXDlJ:nth-child(2){animation-delay:.6s}.LoadingField-module__loaderBlock_AXNw2.LoadingField-module__isLoading_DpSsP .LoadingField-module__btnLoader_AXDlJ:nth-child(3){animation-delay:1.2s}@keyframes LoadingField-module__name_JMmu1{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.LoadingField-module__loaderBlock_AXNw2.LoadingField-module__isError_ocCUb:before{animation:LoadingField-module__background-color-error_AMxjc 1s ease-in-out}@keyframes LoadingField-module__background-color-error_AMxjc{0%{background-color:var(--color-danger)}to{background-color:transparent}}.LoadingField-module__loaderBlock_AXNw2.LoadingField-module__isSaved_GR3Uu:before{animation:LoadingField-module__background-color-saved_1aqvw 1s ease-in-out}@keyframes LoadingField-module__background-color-saved_1aqvw{0%{background-color:var(--color-success)}to{background-color:transparent}}.Btn-module__root_yy-zm{position:relative;-webkit-user-select:none!important;user-select:none!important}.Btn-module__btn_reset_DfkaB{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;font-weight:500;line-height:1em;background:transparent;transition:background-color .2s ease-out}.Btn-module__btn_reset_DfkaB.sizeS{min-height:0;font-size:12px;line-height:1.2}.Btn-module__btn_8UlZE{cursor:pointer;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:40px;font-weight:500;color:var(--colorText-main);text-align:center;background:transparent;transition:background-color .2s ease-out}.Btn-module__btn_8UlZE.Btn-module__icon_XFA44{flex-shrink:0}.Btn-module__btn_8UlZE.Btn-module__isLoaderBtn_78-hT{color:transparent!important}.Btn-module__btn_8UlZE.Btn-module__isLoaderBtn_78-hT *:not(.Btn-module__loaderBlock_z1jTg){opacity:0}.Btn-module__btn_8UlZE .Btn-module__loaderBlock_z1jTg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.Btn-module__btn_8UlZE .Btn-module__btnLoader_d7SCe{font-size:30px;font-weight:800;color:var(--color-default);vertical-align:center;animation:Btn-module__name_Pd1Q4 2s infinite;animation-delay:0}.Btn-module__btn_8UlZE .Btn-module__btnLoader_d7SCe:nth-child(2){animation-delay:.6s}.Btn-module__btn_8UlZE .Btn-module__btnLoader_d7SCe:nth-child(3){animation-delay:1.2s}@keyframes Btn-module__name_Pd1Q4{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.Btn-module__btn_primary_slTyz{color:var(--color-white);background-color:var(--btn-primary-bg-color, var(--color-primary));border:1px solid transparent}.Btn-module__btn_primary_slTyz:disabled{background-color:var(--color-bg-light)}@media (hover: hover){.Btn-module__btn_primary_slTyz.Btn-module__withHover_gUCzM:hover{background-color:var(--color-primaryHover)}}.Btn-module__btn_primaryLight_xhrFr{color:var(--color-primary);background-color:var(--color-bg-light);border:1px solid transparent}.Btn-module__btn_primaryLight_xhrFr:disabled{color:var(--colorText-placeholder);background-color:var(--color-bg-light)}@media (hover: hover){.Btn-module__btn_primaryLight_xhrFr.Btn-module__withHover_gUCzM:hover{color:var(--color-primaryHover);background-color:var(--color-primaryLightHover)}}.Btn-module__btn_secondary_zbd9j{color:var(--color-white);background-color:var(--color-secondary);border:1px solid transparent}@media (hover: hover){.Btn-module__btn_secondary_zbd9j.Btn-module__withHover_gUCzM:hover{background-color:var(--color-secondaryHover)}}.Btn-module__btn_default_h8Cbx{color:var(--colorText-secondary);border:1px solid var(--color-border)}.Btn-module__btn_warning_PF7np{color:var(--color-white);background-color:var(--color-warning);border:1px solid transparent}@media (hover: hover){.Btn-module__btn_warning_PF7np.Btn-module__withHover_gUCzM:hover{background-color:var(--color-warningHover)}}.Btn-module__btn_danger_pY0nz{color:var(--color-white);background-color:var(--btn-danger-bg-color, var(--color-danger));border:1px solid transparent}.Btn-module__btn_danger_pY0nz:disabled{color:var(--colorText-placeholder);background-color:var(--color-bg-light)}@media (hover: hover){.Btn-module__btn_danger_pY0nz.Btn-module__withHover_gUCzM:hover{background-color:var(--color-dangerHover)}}.Btn-module__btn_success_HHcTX{color:var(--color-white);background-color:var(--color-success);border:transparent}@media (hover: hover){.Btn-module__btn_success_HHcTX.Btn-module__withHover_gUCzM:hover{background-color:var(--color-successHover)}}.Btn-module__btn_link_DQCZ3{color:var(--color-disabled);background:transparent;border:0}@media (hover: hover){.Btn-module__btn_link_DQCZ3.Btn-module__withHover_gUCzM:hover{text-decoration:underline}}.Btn-module__btn_white_BhxZN{background-color:var(--btn-bg-color, var(--color-white));border:1px solid var(--color-border)}@media (hover: hover){.Btn-module__btn_white_BhxZN.Btn-module__withHover_gUCzM:hover{background-color:var(--color-whiteHover)}}@media (hover: none){.Btn-module__btn_white_BhxZN.Btn-module__withHover_gUCzM:active{background-color:var(--color-whiteHover)}}.Btn-module__btn_8UlZE:disabled{pointer-events:none;color:var(--color-disabled)}.Btn-module__icon_XFA44 svg{color:var(--color-white)}.Btn-module__icon_XFA44 .Btn-module__iconBlue_R0xzr{color:var(--color-primary)}.Btn-module__counter_HXls1{position:absolute;top:-4px;left:-4px;display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:16px;font-size:11px;font-weight:500;color:#fff;background-color:var(--color-danger);border-radius:9999px}.LayoutHeader-module__valentineDay_yZgCF{background:url(/assets/header-background-valentine-a789cb94.png)}.LayoutHeader-module__defender_day_BFKmx{background:url(/assets/header-background-defender-8c8a6ca1.png)}.LayoutHeader-module__womens_day_-AnSE{background:url(/assets/header-background-women-bc95b690.png)}.LayoutHeader-module__maslenitsa_2R2vu{background:url(/assets/header-background-maslenitsa-d06dd536.png)}.LayoutHeader-module__labour_day_r72Hu{background:url(/assets/header-background-labour-9196cf08.png)}.LayoutHeader-module__russia_day_rlVw-{background:url(/assets/header-background-russia-e6d9d632.png)}.LayoutHeader-module__halloween_NrdC3{background:url(/assets/header-background-halloween-2a8af163.svg)}.LayoutHeader-module__halloween_NrdC3 .LayoutHeader-module__toolsWrapper_oxitw{--colorText-secondary: var(--colorText-main);background-color:#fff9;border-radius:10px;padding:5px}.LayoutHeader-module__halloween_NrdC3 .LayoutHeader-module__burger_OPBnB{--color-default: var(--colorText-main)}.LayoutHeader-module__space_day_LCY6Z{background:url(/assets/header-background-space-f3b5cd94.png)}.LayoutHeader-module__space_day_LCY6Z .LayoutHeader-module__toolsWrapper_oxitw{--colorText-secondary: var(--colorText-main);background-color:#ffffff80;border-radius:10px}.LayoutHeader-module__space_day_LCY6Z .LayoutHeader-module__burger_OPBnB svg{fill:var(--colorText-secondary);stroke:var(--colorText-secondary)}.LayoutHeader-module__header_odlLb{z-index:1;flex-shrink:0;display:flex;justify-content:space-between;height:60px;padding:10px 20px;background-size:cover;box-shadow:0 15px 36px -23px #4f567f38}@media (max-width: 568px){.LayoutHeader-module__header_odlLb{padding:10px 10px 10px 15px}}.LayoutHeader-module__logo_SsRhC{position:relative;display:block;height:40px;width:40px;margin-right:20px;padding:0;object-fit:contain}.LayoutHeader-module__logo_SsRhC svg{max-width:unset}.LayoutHeader-module__panelRight_Htvfp{margin-left:20px;flex-shrink:0;display:flex;align-items:center;gap:5px}@media (max-width: 568px){.LayoutHeader-module__panelRight_Htvfp{margin-left:8px}}.LayoutHeader-module__drawer_jbdOw{max-width:90vw}.Popper-module__popper_bwY2W{display:block;position:fixed;top:var(--popper-position-y);left:var(--popper-position-x);padding:8px;background-color:#fff;border-radius:6px;box-shadow:0 2px 8px #00000031;border:1px solid var(--color-border);z-index:50}.Popper-module__popperShowArrow_nDlTF:before{content:"";position:absolute;top:var(--popper-arrow-y);left:var(--popper-arrow-x);width:calc(var(--popper-arrow-size, 6) * 2px);height:calc(var(--popper-arrow-size, 6) * 2px);border-top:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-top-border, transparent);border-right:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-right-border, transparent);border-bottom:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-bottom-border, transparent);border-left:calc(var(--popper-arrow-size, 6) * 1px) solid var(--popper-arrow-left-border, transparent)}.Popper-module__popperDisablePointerEvents_MT6cH{pointer-events:none}.Popper-module__popperTransitionTop_svcH1{--popper-transition-translate: translate(0, -5px)}.Popper-module__popperTransitionRight_Sr7Zd{--popper-transition-translate: translate(5px, 0)}.Popper-module__popperTransitionBottom_rPvmd{--popper-transition-translate: translate(0, 5px)}.Popper-module__popperTransitionLeft_XoMOo{--popper-transition-translate: translate(-5px, 0)}.Popper-module__popperExited_UVhte,.Popper-module__popperExiting_eHSwg{opacity:0;transform:var(--popper-transition-translate);transition:opacity var(--css-transition-exit-duration) linear,transform var(--css-transition-exit-duration) linear}.Popper-module__popperEntered_XP19c,.Popper-module__popperEntering_77uKN{opacity:1;transform:translate(0);transition:opacity var(--css-transition-enter-duration) linear,transform var(--css-transition-enter-duration) linear}.Label-module__hasBackground_7NR1-{background-color:var(--label-bg-color, white)}.Label-module__hasBackground_7NR1- .Label-module__label_k6-vr{transform:translateY(-50%)}.Label-module__hasBackground_7NR1-.Label-module__labelWrap_ymcXz{padding:0 4px}.Label-module__wrap_W5ofY{position:relative}.Label-module__wrap_W5ofY .Label-module__label_k6-vr{position:relative;z-index:3;transform:translateY(-70%);pointer-events:auto;text-overflow:ellipsis;overflow:hidden;display:block;font-size:.625rem;font-weight:500;line-height:100%;color:var(--colorText-secondary);white-space:nowrap}@media (max-width: 1440px){.Label-module__wrap_W5ofY .Label-module__label_k6-vr{font-size:8px}}.Label-module__wrap_W5ofY.Label-module__right_oKZBU{display:flex;flex-direction:row-reverse;align-items:center}.Label-module__wrap_W5ofY.Label-module__right_oKZBU .Label-module__label_k6-vr{margin-bottom:0;margin-left:8px}.Label-module__wrap_W5ofY.Label-module__left_ExrvW{display:flex;align-items:center}.Label-module__wrap_W5ofY.Label-module__left_ExrvW .Label-module__label_k6-vr{margin-right:8px;margin-bottom:0}.Label-module__wrap_W5ofY .Label-module__labelWrap_ymcXz{pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;z-index:1;top:0;left:8px;padding:0 2px;min-width:0;max-width:calc(100% - 16px)}.Label-module__wrap_W5ofY .Label-module__labelWrap_ymcXz.Label-module__isRight_QwoMF{right:10px;left:auto}.Label-module__wrap_W5ofY .Label-module__labelWrap_ymcXz.Label-module__isCenter_VjXHU{z-index:2;left:50%;transform:translate(-50%);text-align:center}.Label-module__wrap_W5ofY .Label-module__labelWrap_ymcXz.Label-module__largeFontSize_jLgvJ .Label-module__label_k6-vr{font-size:.75rem}.Label-module__wrap_W5ofY.Label-module__isBorder_8kNnI .Label-module__labelWrap_ymcXz{top:-1px}.Label-module__line_EDBea{position:absolute;z-index:1;top:0;left:0;display:block;width:100%;height:1px;background-color:var(--color-white)}.Label-module__openModalIcon_6MM8F{pointer-events:all;cursor:pointer;-webkit-user-select:all;user-select:all;z-index:4}.Label-module__openModalIcon_6MM8F svg{transition:transform ease .25s}.Label-module__openModalIcon_6MM8F svg:hover{transform:scale(1.2)}.Text-module__text_vFryp{color:var(--colorText-main)}.Text-module__text_primary_aF6wj{color:var(--color-primary)}.Text-module__text_primaryDark_NVE4I{color:var(--color-primaryDark)}.Text-module__text_warning_0EA-q{color:var(--color-warning)}.Text-module__text_danger_MHmRc{color:var(--color-danger)}.Text-module__text_success_xodv1{color:var(--color-success)}.Text-module__text_secondary_PYJbj{color:var(--colorText-secondary)}.Text-module__text_white_6C70B{color:var(--color-white)}.Text-module__text_disabled_3PLFR{color:var(--colorText-disabled)}.NumberCounter-module__counter_0F5ey{width:18px;height:24px;margin-top:-3px;display:flex;flex-direction:column;align-items:center;gap:2px;justify-content:space-between;pointer-events:all;border-radius:4px}.NumberCounter-module__counterDisabled_-ZJcY{opacity:.5;pointer-events:none}.NumberCounter-module__arrow_bGqJo{cursor:pointer;flex:1 1 0;width:100%;display:flex;align-items:center;justify-content:center;background-color:transparent}.NumberCounter-module__arrow_bGqJo:hover{color:var(--color-primary)}.NumberCounter-module__arrow_bGqJo:disabled{opacity:.5;pointer-events:none}.NumberCounter-module__arrow_bGqJo svg{width:12px;height:100%}.NumberCounter-module__arrowUp_tfQvI{border-top-left-radius:4px;border-top-right-radius:4px}.NumberCounter-module__arrowDown_swaIL{transform:rotate(180deg);border-top-left-radius:4px;border-top-right-radius:4px}.StatusFlash-module__status_2oSh3{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.StatusFlash-module__statusSaved_9I3Nu{--status-flash-color: var(--color-success);animation:StatusFlash-module__status-flash-animation_Z9hoB 1s ease-in-out}.StatusFlash-module__statusError_kR34K{--status-flash-color: var(--color-danger);animation:StatusFlash-module__status-flash-animation_Z9hoB 1s ease-in-out}.StatusFlash-module__statusPending_2-8DF{pointer-events:all;animation:StatusFlash-module__status-flash-animation-pending_3tcw- 1s alternate infinite ease-in-out;display:flex;gap:6px;align-items:center;justify-content:center}@keyframes StatusFlash-module__status-flash-animation_Z9hoB{0%{background-color:var(--status-flash-color)}to{background-color:transparent}}@keyframes StatusFlash-module__status-flash-animation-pending_3tcw-{0%{background-color:color-mix(in srgb,var(--color-bg-light) 50%,transparent)}to{background-color:color-mix(in srgb,var(--color-bg-light) 90%,transparent)}}.Field-module__label_TfzuJ{position:relative;max-width:100%;min-width:0}.Field-module__label_TfzuJ.Field-module__labelFitContent_1HHZQ{width:fit-content}.Field-module__input_wpNZ1{width:100%;min-width:0;background-color:var(--field-bg-color, var(--color-white));color:var(--field-text-color, var(--colorText-main));transition:border .2s ease,outline .2s ease,color .2s ease,background-color .2s ease}.Field-module__input_wpNZ1::placeholder{transition:color .2s ease;color:var(--field-placeholder-color, var(--colorText-placeholder))}.Field-module__input_wpNZ1.Field-module__withAdornmentLeft_P7Vfz{padding-left:calc(10px + var(--field-left-adornment-width) + 5px)}.Field-module__input_wpNZ1.Field-module__withAdornmentRight_nGOZS{padding-right:calc(10px + var(--field-right-adornment-width) + 5px)}.Field-module__input_wpNZ1.Field-module__shadowSH1_YhWuW{box-shadow:0 0 12px #4f567f1a}.Field-module__resizer_QcCQi{pointer-events:none;overflow:hidden;display:block;width:fit-content;min-width:10px;max-width:100%;height:0;padding-top:0!important;padding-bottom:0!important;border-bottom:none;border-top:none;font-size:inherit;font-size:14px;white-space:pre-line;visibility:hidden}.Field-module__field_error_EUsDW{color:var(--color-danger);border:1px solid var(--color-danger)}.Field-module__field_error_EUsDW:active,.Field-module__field_error_EUsDW:hover,.Field-module__field_error_EUsDW:focus{outline:1px solid var(--color-danger)}.Field-module__errorModal_Rn9JA{position:absolute;z-index:5;right:0;bottom:-90%;left:0}.Field-module__adornment_kedTB{position:absolute;top:0;display:flex;align-items:center;justify-content:center;gap:5px;pointer-events:none;height:100%;color:var(--field-text-color, var(--color-default));transition:color .2s ease}.Field-module__adornment_kedTB.Field-module__adornmentLeft_QapX4{left:10px}.Field-module__adornment_kedTB.Field-module__adornmentRight_aWxbr{right:10px}@media (width <= 1440px){.Field-module__adornment_kedTB.Field-module__adornmentLeft_QapX4{left:4px}.Field-module__adornment_kedTB.Field-module__adornmentRight_aWxbr{right:4px}}.Field-module__adornmentItemUnit_M-MxV{width:18px;height:18px;text-align:center}.Field-module__adornmentItemAdornment_vjada{width:auto}.Field-module__adornmentItemAdornmentText_uowKk{height:unset}.Field-module__adornmentItemCounter_XKxqB{width:18px;height:18px}@media (width <= 1440px){.Field-module__adornmentItemCounter_XKxqB{width:10px;height:16px}}.Field-module__adornmentItemIcon_sL1d5{width:18px;height:18px}.Field-module__required_bicg2{position:absolute;top:5px;left:5px;color:var(--color-danger)}.Field-module__fieldIcon_ZJvaE{display:flex;align-items:center;justify-content:center;gap:5px}.Field-module__popper_mMG6t{font-size:14px;padding:4px 8px;display:flex;gap:8px;align-items:flex-start;color:var(--colorText-main);max-width:var(--popper-container-width)}.Field-module__popperError_DUcns{color:var(--color-danger);border-color:currentcolor;background-color:color-mix(in srgb,var(--color-danger),white 90%)}.Field-module__popper_mMG6t svg{width:14px;height:14px;flex-shrink:0}@media (width <= 1440px){.Field-module__popper_mMG6t{font-size:10px}}.Field-module__popperErrorList_47xUX{display:flex;flex-direction:column;gap:6px}.Field-module__statusFlash_nZ4mZ,.Field-module__statusFlashRoundedRectangle_VqfrO{border-radius:9px}.Field-module__statusFlashPill_JBzzx{border-radius:17px}.Field-module__statusFlashCircle_JMfFy{border-radius:50%}.EventPreviewTitle-module__root_-Jb84{display:flex;border-radius:999px}.EventPreviewTitle-module__button_w2tUl{display:flex;justify-content:space-between;gap:10px;font-size:16px;transition:background-color .2s ease;background-color:transparent;color:var(--colorText-main);cursor:pointer}.EventPreviewTitle-module__button_w2tUl:hover{color:var(--colorText-main)}.EventPreviewTitle-module__title_lmQXF{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.EventPreviewTitle-module__arrow_FHo2a{transform:rotate(180deg);width:16px;height:16px;max-width:unset}.EventPreviewTitle-module__popper_4EVI6{min-width:max(var(--popper-target-width),200px);max-width:min(600px,80vw);padding:5px;display:flex;flex-direction:column}.EventPreviewTitle-module__popperItem_xuWAb{padding:5px;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.EventPreviewTitle-module__popperItem_xuWAb:hover{background-color:var(--color-bg-light)}.EventPreviewTitle-module__editNamePopper_E3Gnj{padding:10px;display:flex;flex-direction:column;gap:10px}.LayoutHeaderRecentEvents-module__list_GDwjy{display:flex;flex-direction:column;gap:10px}.LayoutHeaderRecentEvents-module__listItem_I7udo{padding:10px;border:1px solid var(--color-border-secondary);box-shadow:2px 2px 10px #0000001a;border-radius:12px;display:flex;flex-direction:column;gap:10px}.LayoutHeaderRecentEvents-module__header_jZOJW{display:flex;gap:10px}.LayoutHeaderRecentEvents-module__status_E9JlY{flex:1;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:16px;line-height:20px;padding:5px 10px;border-radius:8px}.LayoutHeaderRecentEvents-module__id_k9cnJ{font-size:16px;line-height:20px;padding:5px 10px;border-radius:8px;white-space:nowrap;background-color:var(--color-bg-light);color:var(--colorText-disabled)}.LayoutHeaderRecentEvents-module__title_lh-7S{font-size:16px;line-height:20px;justify-content:space-between;border-radius:8px}.LayoutHeaderRecentEvents-module__title_lh-7S button{padding:6px 12px;min-height:30px;font-size:14px;line-height:14px;border-radius:8px;background-color:var(--color-bg-light)}.LayoutHeaderRecentEvents-module__title_lh-7S button:hover{background-color:color-mix(in srgb,var(--color-primaryLight),var(--color-primary) 5%)}.LayoutMenuReportModal-module__alert_TyY0f{max-width:100%;width:300px;align-items:stretch}.LayoutMenuReportModal-module__report_Y9TWw{display:flex;flex-direction:column;gap:15px}.LayoutMenuReportModal-module__reportPhones_PGuw3{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.LayoutMenuReportModal-module__reportDate_Z9n7B{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.LayoutMenuReportModal-module__reportDate_Z9n7B .LayoutMenuReportModal-module__dateField_ycXut{grid-column:span 2;max-width:100%}.LayoutMenuReportModal-module__reportDate_Z9n7B .LayoutMenuReportModal-module__select_04i4c{grid-column:span 2}.LayoutMenuItem-module__iconWrap_lAMjN{position:relative;display:inline-flex;align-items:center;justify-content:center}.LayoutMenuItem-module__badge_rdSFO{position:absolute;top:-4px;right:-8px;min-width:16px;padding:0 4px;font-size:9px;font-weight:600;line-height:14px;color:#fff;text-align:center;background:var(--color-danger, #e53935);border-radius:8px}.LayoutMenuItem-module__item_jAJPK{margin:0;padding:0;font-weight:500;color:var(--colorText-secondary);text-decoration:none;background-color:transparent;border:none;cursor:pointer}.LayoutMenuItem-module__item_jAJPK svg{max-width:unset;width:25px;height:25px}.LayoutMenuItem-module__item_jAJPK:hover{color:var(--color-primary)}.LayoutMenuItem-module__item_jAJPK span{text-align:center}.LayoutMenuItem-module__itemDesktop_xMGeH,.LayoutMenuItem-module__itemMobilePart_83YPS{flex-shrink:0;display:flex;width:60px;min-height:45px;flex-direction:column;align-items:center;font-size:10px}.LayoutMenuItem-module__itemDesktop_xMGeH.LayoutMenuItem-module__itemActive_cuvRY,.LayoutMenuItem-module__itemMobilePart_83YPS.LayoutMenuItem-module__itemActive_cuvRY{color:var(--color-primary)}.LayoutMenuItem-module__itemDesktop_xMGeH{justify-content:center;gap:10px}.LayoutMenuItem-module__itemMobilePart_83YPS{justify-content:space-between;gap:0}.LayoutMenuItem-module__itemMobileFull_dceGC{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:10px 12px;font-size:12px;text-align:left}.LayoutMenuItem-module__itemMobileFull_dceGC.LayoutMenuItem-module__itemActive_cuvRY{background-color:var(--color-primary);color:var(--color-white)}.LayoutMenu-module__root_m8H1h{z-index:2;flex-shrink:0;width:80px;overflow:auto;background-color:var(--color-white);box-shadow:var(--shadow-default);scrollbar-width:none;-ms-overflow-style:none}.LayoutMenu-module__root_m8H1h::-webkit-scrollbar{display:none}.LayoutMenu-module__rootMobile_TOdDz{width:unset}.LayoutMenu-module__menu_jbb9C{padding:20px 8px;display:flex;flex-direction:column;gap:30px;align-items:center}.LayoutMenu-module__menuMobile_Lon27{flex-direction:row;align-items:stretch;justify-content:space-between;gap:0;padding:10px}.LayoutMenu-module__drawer_l6WS6 .plumDrawerContent{padding:0;overflow:hidden;display:flex;flex-direction:column}.LayoutMenu-module__drawerScroller_0CJHr{flex:1;display:flex;flex-direction:column;gap:10px;overflow:auto}.TooltipPopper-module__tooltip_kbtsB{padding:4px 8px;font-size:14px}@media (width <= 1440px){.TooltipPopper-module__tooltip_kbtsB{padding:2px 6px;font-size:10px}}.PictureNew-module__root_L8pPY{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.PictureNew-module__rootError_F-Bvp{display:flex;align-items:center;justify-content:center;color:var(--colorText-secondary);background-color:var(--color-white)}img{width:100%;height:100%;max-height:100vh;max-width:100vw;opacity:1;object-fit:cover;object-position:center}imgWithOverlay{object-fit:none}.PictureNew-module__notImg_H89R5{color:var(--color-primary);display:flex;align-items:center;justify-content:center}.PictureNew-module__notImg_H89R5 svg{max-width:30%}.PictureNew-module__picture_iNIhl{width:100%;height:100%;z-index:1;text-align:center}.PictureNew-module__pictureOverlay_WfDDc{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%}.PictureNew-module__pictureOverlay_WfDDc img{object-fit:cover;filter:blur(6px) contrast(.45)}.PictureNew-module__tooltip_aieRF{padding:0}.PictureNew-module__previewPicture_6sPDu{display:block;width:var(--picture-preview-size, 640px);height:var(--picture-preview-size, 640px)}.PictureNew-module__previewImg_q4B5K{width:100%;height:100%;object-fit:contain}.UserPreview-module__user_xX7-z{display:flex;gap:.625rem;align-items:center;justify-content:space-between;width:100%}.UserPreview-module__handleDiv_NdFHi{display:flex;flex-grow:1;gap:.625rem;align-items:center}.UserPreview-module__handleDiv_NdFHi.UserPreview-module__pointer_ycq6k{cursor:pointer}.UserPreview-module__avatar_EnzvG{overflow:hidden;flex:0 0 40px;width:40px;min-width:.9375rem;height:40px;min-height:.9375rem;border:1px solid var(--color-border);border-radius:50%}.UserPreview-module__avatar_EnzvG img{width:100%;height:100%;object-fit:cover;object-position:center}.UserPreview-module__name_5zqt3{display:flex;flex-grow:1;gap:.625rem;justify-content:space-between;text-align:left}.UserPreview-module__status_xWg8t{display:block;flex:0 0 .5rem;width:.5rem;height:.5rem;margin-left:.5rem;border-radius:50%}.UserPreview-module__status_xWg8t.UserPreview-module__active_Gt1D1{background-color:var(--colorEvent-prepayment)}.UserPreview-module__status_xWg8t.UserPreview-module__unactive_zNrud{background-color:var(--color-danger)}.UserPreview-module__no_img_sVdvA{border:1px solid transparent}.ModalBottomSheet-module__root_nPVou{position:fixed;z-index:50;right:0;bottom:0;left:0;width:100vw}.ModalBottomSheet-module__overlay_joqiu{position:fixed;z-index:2;top:0;right:0;bottom:0;left:0;background-color:#00000080}.ModalBottomSheet-module__scrollWrap_jEN4L{position:fixed;z-index:12;right:0;bottom:0;left:0;width:100vw;height:fit-content;animation:ModalBottomSheet-module__bottom-sheet-animation_Vvo3a .3s ease-in-out}.ModalBottomSheet-module__scrollWrap_jEN4L:after{content:"";position:absolute;z-index:12;top:100%;bottom:0;width:100%;height:100vh;background-color:#fff}@keyframes ModalBottomSheet-module__bottom-sheet-animation_Vvo3a{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ModalBottomSheet-module__scroll_EEXNn{width:100vw!important;padding:0!important}.ModalBottomSheet-module__scroll_EEXNn .ModalBottomSheet-module__view_5dGeU{scroll-behavior:auto;overscroll-behavior:none;padding:0!important;-webkit-overflow-scrolling:auto}.ModalBottomSheet-module__scrollBlock_NaZHK{position:relative;overflow:clip;width:100vw;height:fit-content;padding:0 15px 40px;background:#fff;border-radius:31px 31px 0 0}.ModalBottomSheet-module__closeBlock_NNoD7{position:sticky;z-index:24894923;top:0;width:100%;height:30px;margin-bottom:5px;padding-bottom:10px}.ModalBottomSheet-module__closeBlock_NNoD7:before{content:"";position:absolute;z-index:888;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:5px;background:#cad2dc;border-radius:9999px}.ModalBottomSheet-module__closeBlock_NNoD7:after{content:"";position:absolute;width:70px;height:20px;background:#fff}.ModalDefault-module__modalBackground_ZPnhZ{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;overflow:clip;display:flex;align-items:center;justify-content:center;width:100%;height:100dvh;background-color:#00000080;animation:ModalDefault-module__fade_QwrXs .15s ease-in-out forwards}.ModalDefault-module__handle_re7w6{cursor:pointer;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ModalDefault-module__modal_X0Y-X{--borderRadius-modal-window: 20px;position:relative;z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--padding-modal-window);opacity:0;background-color:var(--color-white);border:1px solid var(--color-bg-light);border-radius:var(--borderRadius-modal-window);box-shadow:0 0 .75rem #4f567f1a;margin:20px auto;animation:ModalDefault-module__fade_QwrXs .15s ease-in-out forwards}.ModalDefault-module__modalWrap_V31Fx{--padding-modal-window: 1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:100%;min-height:100%;overflow-x:hidden}@keyframes ModalDefault-module__fade_QwrXs{0%{opacity:0}to{opacity:1}}.ModalDefault-module__scroll_-9e7X{z-index:100;padding-top:20px;padding-bottom:20px}.ModalDefault-module__view_Aori9{width:100%;padding-bottom:40px;overflow-x:hidden}.ModalFullscreen-module__wrapper_JCKqT{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;background:white;display:flex;flex-direction:column}.ModalFullscreen-module__content_QjE71{flex-grow:1;padding:0 20px 20px;overflow:auto}.ModalFullscreen-module__title_eYaAe{flex-shrink:0;display:flex;padding:20px 20px 0;gap:12px;align-items:center;margin-bottom:14px;font-size:20px;line-height:17px;font-weight:500}.ModalFullscreen-module__titleIcon_t8uA1{width:29px;height:23px;max-width:none}.OptionsDropdown-module__drop_CpCnB{position:fixed;z-index:999;left:0;overflow:hidden;width:100%;min-width:min-content;max-width:fit-content;opacity:1;background:#fff;border:1px solid var(--color-border-secondary);border-radius:16px;box-shadow:0 0 12px #4f567f1a;transition:opacity .15s ease}.OptionsDropdown-module__drop_CpCnB .OptionsDropdown-module__options_y8OCV{overflow:hidden;width:100%;min-width:fit-content;text-align:inherit}.OptionsDropdown-module__drop_CpCnB .OptionsDropdown-module__options_y8OCV.fieldBase.sizeS .OptionsDropdown-module__option_1t2kf{font-size:12px;line-height:1.2}.OptionsDropdown-module__drop_CpCnB .OptionsDropdown-module__options_y8OCV.fieldBase.sizeS .OptionsDropdown-module__groupLabel_gPwxA{font-size:12px}.OptionsDropdown-module__drop_CpCnB.OptionsDropdown-module__isHidden_SHmzo{opacity:0}.OptionsDropdown-module__overlay_GpsjD{position:fixed;z-index:17;top:0;right:0;bottom:0;left:0;background-color:#00000080}.OptionsDropdown-module__createBtn_l73PA{position:absolute;top:50%;right:1px;transform:translateY(-50%)}.OptionsDropdown-module__createBtn_l73PA svg path{fill:var(--color-white)}.OptionsDropdown-module__option_1t2kf{position:relative;display:flex;gap:8px;align-items:center;padding-top:5px;padding-bottom:5px;font-size:14px}.OptionsDropdown-module__option_1t2kf.OptionsDropdown-module__alignRight_AJn2Z{padding-right:25px;text-align:right}.OptionsDropdown-module__option_1t2kf.OptionsDropdown-module__selected_YFobS,.OptionsDropdown-module__option_1t2kf.OptionsDropdown-module__highlighted_B8jgM{color:var(--color-primary)}.OptionsDropdown-module__option_1t2kf .OptionsDropdown-module__optionIcon_CU44x{flex-shrink:0;max-width:18px;max-height:18px}.OptionsDropdown-module__option_1t2kf .OptionsDropdown-module__optionEl_M72Vv{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.OptionsDropdown-module__option_1t2kf .OptionsDropdown-module__btns_fYV1o{z-index:10;display:flex;flex-shrink:0;gap:10px;align-items:center;margin-left:auto}.OptionsDropdown-module__option_1t2kf .OptionsDropdown-module__changeBtn_m-Amk path{fill:var(--color-primary)}.OptionsDropdown-module__option_1t2kf .OptionsDropdown-module__deleteBtn_mJGaS path{fill:var(--color-danger)}@media (width <= 1440px){.OptionsDropdown-module__option_1t2kf{font-size:10px!important}}.OptionsDropdown-module__createField_1eDC6{position:relative}.OptionsDropdown-module__modal_G9VX8{display:flex;flex-direction:column;gap:15px}.OptionsDropdown-module__modal_G9VX8 .OptionsDropdown-module__btn_Zssq9{width:100%}.OptionsDropdown-module__message_IshVH{padding:10px;text-align:center}.OptionsDropdown-module__groupLabel_gPwxA{padding:8px 0;font-weight:700}.OptionsDropdown-module__scrollbars_N0tTF{padding:5px 10px}.Nameplate-module__nameplate_51-tC{display:flex;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:10px 20px;font-size:16px;font-weight:500;line-height:106.25%;color:var(--colorText-secondary);background:var(--color-white);border-radius:0 9px 9px 0;box-shadow:0 0 12px #4f567f1a}.AutoCompleteField-module__root_RhpWN{position:relative}.AutoCompleteField-module__fieldValue_dnlj-:not(:has(input:focus)){--field-placeholder-color: var(--field-text-color, var(--colorText-main))}.AutoCompleteField-module__fieldNotFoundValue_wD6N3{--field-text-color: var(--color-danger);--field-placeholder-color: var(--color-danger)}.AutoCompleteField-module__rightAdornment_tXmy-{height:100%;display:flex;align-items:center;gap:5px}.AutoCompleteField-module__iconClear_5Qx5J{pointer-events:all;cursor:pointer;transition:background-color .2s ease}.AutoCompleteField-module__variantIcon_U59Ki{transition:color .2s ease;color:var(--field-placeholder-color)}.AutoCompleteField-module__popper_rDqmv{z-index:1000}.BtnCheck-module__button_iJZC0{display:flex;gap:.5rem;align-items:center;justify-content:center;height:auto;padding:0;background-color:var(--btn-check-bg-color, transparent)}.BtnCheck-module__buttonDisabled_ZTX8P{cursor:not-allowed}.BtnCheck-module__checkbox_XTC-d{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:14px;height:14px;border:.875px solid var(--colorText-secondary);border-radius:.21875rem}.BtnCheck-module__checkboxActive_oCC52{color:var(--color-primary);border-color:var(--color-primary)}.BtnCheck-module__checkboxDisabled_JNWd6{color:color-mix(in srgb,var(--colorText-disabled) 50%,var(--color-white));border-color:currentcolor}@media (max-width: 1440px){.BtnCheck-module__checkbox_XTC-d{width:12px;height:12px}}@media (max-width: 1200px){.BtnCheck-module__checkbox_XTC-d{width:12px;height:12px}}@media (max-width: 1024px){.BtnCheck-module__checkbox_XTC-d{width:.75rem;height:.75rem}}.BtnCheck-module__text_2F37Z{font-weight:400}.BtnCheck-module__textDisabled_U3LrT{color:color-mix(in srgb,var(--colorText-disabled) 50%,var(--color-white))}@media (max-width: 1440px){.BtnCheck-module__text_2F37Z{font-size:14px}}@media (max-width: 1200px){.BtnCheck-module__text_2F37Z{font-size:14px}}@media (max-width: 1024px){.BtnCheck-module__text_2F37Z{font-size:.875rem}}.InfoPanel-module__root_z9v4Q{position:fixed;z-index:50;top:0;left:0;transform:translate(-100%);display:flex;flex-direction:column;width:25vw;height:100dvh;opacity:0;background-color:var(--color-white);box-shadow:#fff0 0 0;transition:transform .3s linear,opacity .35s ease-in-out}.InfoPanel-module__root_z9v4Q.InfoPanel-module__positionIsLeft_dlrzv{right:0;left:auto;transform:translate(100%)}.InfoPanel-module__root_z9v4Q.InfoPanel-module__isShow_WQ9MM{transform:translate(0);opacity:1;box-shadow:#202437db 15px 15px 176px -3px}@media (max-width: 568px){.InfoPanel-module__root_z9v4Q{width:100dvw}}.InfoPanel-module__content_phvAK{width:100%;padding:15px}.InfoPanel-module__selectLofts_yC4SK{max-width:100%}.InfoPanel-module__selectLofts_yC4SK+.InfoPanel-module__switchUserField_u6UD2{border-top:1px solid var(--color-border);border-radius:9px}.InfoPanel-module__themeBlock_M1l6T{margin-bottom:10px}.InfoPanel-module__userBlock_sQ20n{position:relative;display:flex;flex-direction:column;gap:15px;margin-bottom:20px;padding:10px;border:1px solid var(--color-border);border-radius:9px}.InfoPanel-module__userBlock_sQ20n ul{display:flex;flex-direction:column;justify-content:space-between}.InfoPanel-module__userBlock_sQ20n .InfoPanel-module__id_OGUai{position:absolute;top:5px;right:5px;font-size:13px}.InfoPanel-module__left_szaXn{cursor:pointer;position:absolute;right:0;transform:translate(100%);display:flex;align-items:center;justify-content:center;width:0;height:100%;background-color:#fff;transition:background-color .25s ease}.InfoPanel-module__left_szaXn:hover{background-color:var(--color-bg-light)}.InfoPanel-module__left_szaXn .InfoPanel-module__arrow_ZJ5pd{transform:rotate(-90deg)}.InfoPanel-module__left_szaXn.InfoPanel-module__positionIsLeft_dlrzv{left:0;transform:translate(-100%)}.InfoPanel-module__left_szaXn.InfoPanel-module__positionIsLeft_dlrzv .InfoPanel-module__arrow_ZJ5pd{transform:rotate(90deg)}.InfoPanel-module__selectRoles_Pev-I{padding-top:5px}.InfoPanel-module__selectRoles_Pev-I .field{flex-wrap:wrap;border:none;border-bottom:1px solid var(--color-border)}.InfoPanel-module__burger_3I7Ld svg{display:block;width:100%;height:auto;fill:var(--color-default);stroke:var(--color-default);transition:all ease .2s}.InfoPanel-module__burger_3I7Ld svg path,.InfoPanel-module__burger_3I7Ld svg circle{fill:var(--color-default);stroke:var(--color-default)}.InfoPanel-module__switchUser_Ei0EU{display:flex;flex-direction:column;gap:10px;margin:10px 0;border:1px solid var(--color-border);border-radius:9px}.InfoPanel-module__switchUserField_u6UD2{display:flex;gap:10px;justify-content:space-between;width:100%;border:none}.InfoPanel-module__switchUserField_u6UD2 .autoCompleteField__icon{display:none}.InfoPanel-module__switchUserField_u6UD2 .InfoPanel-module__fieldManagers_-SE4p{z-index:123456789;flex-grow:1;padding-top:2px}.InfoPanel-module__switchUserField_u6UD2 .InfoPanel-module__fieldManagers_-SE4p .field{border:none}.InfoPanel-module__navArgsBlock_GV3kT{padding-top:15px}.InfoPanel-module__internetTest_NXj9Z{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;padding:10px;border:1px solid var(--color-border);border-radius:9px}.InfoPanel-module__internetTestActions_jVs3b{display:flex;flex-wrap:wrap;gap:8px}.InfoPanel-module__internetTestProgress_pShGQ{overflow:hidden;width:100%;height:8px;border-radius:4px;background:var(--color-bg-light)}.InfoPanel-module__internetTestProgressFill_wqY9u{height:100%;border-radius:4px;background:var(--color-default);transition:width .15s ease-out}.InfoPanel-module__internetTestMeta_8Dlpu{font-size:13px;color:var(--colorText-secondary, #666)}.InfoPanel-module__savedLink_YqTUx{text-align:left}.InfoPanel-module__linkArrow_3GCxP path{stroke:var(--colorText-main)}.Fieldset-module__fieldset_OulMh{padding:12px;border:1px solid var(--color-border);border-radius:12px}.Fieldset-module__fieldsetLegend_HkvHM{padding:0 8px;color:var(--color-textSecondary);font-size:12px;font-weight:500;line-height:1.2}.Fieldset-module__fieldsetContent_RZ1Ko{display:flex;gap:8px}.Fieldset-module__fieldsetContent_row_iEqfc{flex-direction:row}.Fieldset-module__fieldsetContent_column_gb6nl{flex-direction:column}.ErrorScreen-module__root_bwEhp{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding-top:40px}.ErrorScreen-module__img_6JIJa{display:block;width:auto;height:100%;max-height:47%;margin-bottom:1.25rem}.ErrorScreen-module__form_Y4HLI{position:relative;z-index:2;display:flex;flex-direction:column;gap:20px;padding:20px;background:#fff;border:1px solid var(--color-bg-light);border-radius:20px;box-shadow:0 0 12px #4f567f1a;transition:transform .3s ease-out}.ErrorScreen-module__form_Y4HLI.ErrorScreen-module__isSendMessage_NMGVe{position:absolute;z-index:0!important;transform:scale(0)}.ErrorScreen-module__hint_kOUm2{display:flex;gap:1ch}.ErrorScreen-module__message_gRCgw{resize:none;width:100%;height:100px}.ErrorScreen-module__message_gRCgw .textarea{resize:none;height:100px}.ErrorScreen-module__thanksBlock_2UFBj{position:relative;gap:10px;width:fit-content;min-width:350px}.ErrorScreen-module__thanksBlock_2UFBj .ErrorScreen-module__hint_kOUm2{align-self:center}.ErrorScreen-module__thanksBlock_2UFBj .ErrorScreen-module__hintIcon_t8j39 path{fill:var(--color-primary)}.ErrorScreen-module__forms_wjPx6{position:relative;display:flex;flex-direction:column;align-items:center;height:fit-content}.ErrorScreen-module__sendBlock_F57YW{position:relative;z-index:4;width:fit-content}.Layout-module__main_TNlmE{flex:1;min-height:0;flex-direction:row;display:flex}@media (width <= 568px){.Layout-module__main_TNlmE{flex-direction:column-reverse}}.Layout-module__header_ZBBTX{min-width:0;flex:1;display:flex;gap:5px}.Layout-module__header_ZBBTX>*{flex:1}.Layout-module__content_D-HIW{overflow:auto;position:relative;min-width:0;min-height:0;width:100%;height:100%;display:flex;flex-direction:column}.Layout-module__content_D-HIW>*{flex-grow:1}.LoaderLogin-module__wrapper_bTpoX{position:relative;width:200px;height:200px}.LoaderLogin-module__logo_Fu1Mt{position:absolute;top:46.5%;left:47%;transform:translate(-50%,-50%);width:150px;max-width:150px;height:150px;max-height:150px}.LoaderLogin-module__loader_-9yzm{position:absolute;display:inline-block;box-sizing:border-box;width:190px;height:190px;border:3px solid #272727;border-radius:50%;animation:LoaderLogin-module__rotation_j2cyU 1s linear infinite}.LoaderLogin-module__loader_-9yzm:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;width:195.8px;height:195.8px;border:3px solid transparent;border-bottom-color:var(--color-primary);border-radius:50%}@keyframes LoaderLogin-module__rotation_j2cyU{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LayoutLoader-module__status_3n8Bf{display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;width:100%;height:100vh;font-size:20px;font-weight:500;opacity:1;animation:LayoutLoader-module__opacity_qz928 .3s ease-out}@keyframes LayoutLoader-module__opacity_qz928{0%{opacity:0}to{opacity:1}}.LayoutLoader-module__text_iTr2s{z-index:1;text-align:center;padding:0 16px}.AppLoaderGate-module__networkIndicator_ZF15e{position:fixed;left:50%;bottom:16px;transform:translate(-50%);z-index:1500;padding:15.6px 23.4px;border-radius:10px;font-size:23.4px;line-height:1.3;white-space:nowrap;color:#fff;background:rgba(0,0,0,.72);pointer-events:none}@media (width <= 568px){.AppLoaderGate-module__networkIndicator_ZF15e{bottom:calc(80px + env(safe-area-inset-bottom,0px))}}.AppLoaderGate-module__networkIndicatorConnecting_hrdFW{color:#fa8c16}.AppLoaderGate-module__networkIndicatorError_8Ny3m{color:#ff4d4f}.AppLoaderGate-module__networkIndicatorWarning_StctE{color:#fa8c16}.AppContent-module__notification_dlAqC{padding:0;background-color:transparent;max-width:min(380px,100vw - 24px);box-shadow:none}.AppContent-module__notificationBody_dc9c1{background-color:transparent;padding:0;max-width:unset}.AppContent-module__initError_GD6KJ{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;min-height:100vh;padding:24px;text-align:center}.AppContent-module__initErrorTitle_XpMQ1{margin:0;font-size:20px;font-weight:600}.AppContent-module__initErrorText_X7BBS{margin:0;max-width:480px;color:var(--colorText-secondary, #667085);font-size:14px;line-height:1.4;word-break:break-word}.AppContent-module__initErrorReload_RciCV{margin-top:8px;padding:10px 16px;border:none;border-radius:999px;background:var(--color-primary, #4f6bff);color:#fff;font-size:14px;font-weight:600;cursor:pointer}
