:root{--text:#000;--background:#fff;--backgroundLight:#f5f5f5}@media (prefers-color-scheme:dark){:root{--text:#fff;--background:#000;--backgroundLight:#343434;color-scheme:dark}}html.theme--light{--text:#000;--background:#fff;--backgroundLight:#f5f5f5;background-color:#fff}html.theme--dark{--text:#fff;--background:#000;--backgroundLight:#343434;background-color:#000;color-scheme:dark}html.theme--dim{--text:#fff;--background:#0c0808;--backgroundLight:#1f1415;background-color:#271617;color-scheme:dark}button,input,textarea{font:inherit;line-height:inherit}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:autofill{-webkit-text-fill-color:var(--text);-webkit-background-clip:text;background:var(--background);box-shadow:inset 0 0 20px 20px var(--background);color:var(--text);transition:background-color 5000s ease-in-out 0s}input::-webkit-date-and-time-value{text-align:left}a{color:inherit}a[role=link]:hover{text-decoration:underline}a[role=link][data-no-underline="1"]:hover{text-decoration:none}[data-word-wrap]{word-break:break-word}[data-stable-gutters]{scrollbar-gutter:stable both-edges}html:not(.platform-native-scrollbars),html:not(.platform-native-scrollbars) body,html:not(.platform-native-scrollbars) body *{scrollbar-color:var(--backgroundLight) #0000;scrollbar-width:thin}.ProseMirror{min-height:inherit;overflow-wrap:anywhere}.ProseMirror-dark{color:#fff}.ProseMirror p{margin:0;overflow-wrap:anywhere}.ProseMirror p.is-editor-empty:first-child:before{color:#8d8e96;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror .autolink,.ProseMirror .mention,.ProseMirror a{color:#ff5f63}.ProseMirror-focused,input:focus,textarea:focus{outline:0}.tippy-content .items{width:fit-content}[data-tooltip]{position:relative;z-index:10}[data-tooltip]:after{background:var(--backgroundLight);border-radius:10px;color:var(--text);content:attr(data-tooltip);font-size:12px;padding:4px 10px;text-align:center;transform:translateY(100%) translateY(8px) translateX(-50%);white-space:nowrap}[data-tooltip]:after,[data-tooltip]:before{bottom:0;display:none;left:50%;position:absolute;z-index:10}[data-tooltip]:before{border-bottom:6px solid var(--backgroundLight);border-left:6px solid #0000;border-right:6px solid #0000;content:"";transform:translateY(100%) translateY(2px) translateX(-50%)}[data-tooltip]:hover:after,[data-tooltip]:hover:before{display:block}.nativeDropdown-item:focus,.radix-dropdown-item:focus{outline:none}[data-fab=true],[data-fab=true] *{-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:crisp-edges;image-rendering:-webkit-optimize-contrast;transform:translateZ(0)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate-500ms{animation:rotate .5s linear infinite;inset:0;position:absolute}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.dropdown-menu-transform-origin>*{transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.dropdown-menu-constrain-size>*{max-height:var(--radix-dropdown-menu-content-available-height)}.force-no-clicks *,.force-no-clicks>*{pointer-events:none!important}input[type=range][orient=vertical]{appearance:slider-vertical;-webkit-appearance:none;appearance:none;background:#0000;cursor:pointer;direction:rtl;vertical-align:bottom;width:16px;writing-mode:vertical-lr}input[type=range][orient=vertical]::-webkit-slider-runnable-track{background:#fff;border-radius:4px;height:100%;width:4px}input[type=range][orient=vertical]::-moz-range-track{background:#fff;border-radius:4px;height:100%;width:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#fff;border-radius:50%;height:16px;margin-left:-6px;width:16px}input[type=range][orient=vertical]::-moz-range-thumb{background-color:#fff;border:none;border-radius:50%;height:16px;margin-left:-6px;width:16px}