.folder-upload-input{display:none}.folder-upload-dropzone{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;pointer-events:none}.folder-upload-dropzone-backdrop{position:absolute;inset:0;background-color:hsl(var(--primary));opacity:.6}.folder-upload-dropzone-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff}.folder-upload-dropzone-icon{width:4rem;height:4rem;animation:folder-upload-bounce 1s ease-in-out infinite}.folder-upload-dropzone-text{font-size:1.5rem;font-weight:500}@keyframes folder-upload-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-.5rem)}}.folder-upload-panel{position:fixed;bottom:1rem;right:1rem;width:360px;max-height:400px;overflow-y:auto;background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a;z-index:50}.folder-upload-panel-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.folder-upload-panel-actions{margin-left:auto;display:flex;align-items:center;gap:.25rem}.folder-upload-panel-progress{margin-bottom:.75rem}.folder-upload-panel-progress-text{display:flex;justify-content:space-between;align-items:center;margin-top:.375rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.folder-upload-panel-current-file{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:1rem}.folder-upload-panel-bytes{flex-shrink:0}.folder-upload-panel-files{margin-top:.75rem;border-top:1px solid hsl(var(--border));padding-top:.75rem}.folder-upload-panel-files-list{max-height:150px;overflow-y:auto}.folder-upload-panel-file-item{padding:.375rem 0;font-size:.75rem}.folder-upload-panel-file-row{display:flex;align-items:center;gap:.5rem}.folder-upload-panel-file-icon{flex-shrink:0;display:flex;align-items:center}.folder-upload-panel-file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground))}.folder-upload-panel-file-size{flex-shrink:0;color:hsl(var(--muted-foreground));font-size:.7rem}.folder-upload-panel-summary{display:flex;gap:1rem;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.5rem}.folder-upload-panel-errors{margin-top:.75rem;padding-top:.75rem;border-top:1px solid hsl(var(--border))}.folder-upload-panel-errors-title{font-size:.75rem;font-weight:500;color:hsl(var(--destructive));margin-bottom:.375rem}.folder-upload-panel-errors-list{max-height:100px;overflow-y:auto}.folder-upload-panel-error-item{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.folder-upload-panel-error-path{color:hsl(var(--foreground));margin-right:.25rem}.folder-upload-panel-error-message{color:hsl(var(--muted-foreground))}:root,:host{--ol-background-color: white;--ol-accent-background-color: #F5F5F5;--ol-subtle-background-color: rgba(128, 128, 128, .25);--ol-partial-background-color: rgba(255, 255, 255, .75);--ol-foreground-color: #333333;--ol-subtle-foreground-color: #666666;--ol-brand-color: #00AAFF}.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid var(--ol-background-color);background-color:var(--ol-partial-background-color)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:var(--ol-partial-background-color);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid var(--ol-subtle-foreground-color);border-top:none;color:var(--ol-foreground-color);font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-bar-inner{display:flex}.ol-scale-step-marker{width:1px;height:15px;background-color:var(--ol-foreground-color);float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:10px;z-index:11;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-text{position:absolute;font-size:12px;text-align:center;bottom:25px;color:var(--ol-foreground-color);text-shadow:-1.5px 0 var(--ol-partial-background-color),0 1.5px var(--ol-partial-background-color),1.5px 0 var(--ol-partial-background-color),0 -1.5px var(--ol-partial-background-color)}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid var(--ol-foreground-color)}.ol-scale-singlebar-even{background-color:var(--ol-subtle-foreground-color)}.ol-scale-singlebar-odd{background-color:var(--ol-background-color)}.ol-unsupported{display:none}.ol-viewport,.ol-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset;overflow:hidden}.ol-viewport{touch-action:pan-x pan-y}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:var(--ol-subtle-background-color);border-radius:4px}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:var(--ol-subtle-foreground-color);font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:var(--ol-background-color);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:hover,.ol-control button:focus{text-decoration:none;outline:1px solid var(--ol-subtle-foreground-color);color:var(--ol-foreground-color)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:var(--ol-subtle-foreground-color);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:var(--ol-foreground-color);text-shadow:0 0 2px var(--ol-background-color);font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:var(--ol-partial-background-color)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid var(--ol-subtle-foreground-color);height:150px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:0;left:0;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:var(--ol-subtle-background-color)}.ol-overviewmap-box{border:1.5px dotted var(--ol-subtle-foreground-color)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}.ol-overviewmap .ol-viewport:hover{cursor:pointer}._colorpicker_1unb8_1{display:flex;padding:5px 0;align-items:center;font-size:12px}._colorTitle_1unb8_8{width:110px;margin-right:10px}._label_1unb8_13{margin-left:10px;font-size:12px;color:#777;width:45px}._icon_1unb8_20{margin-left:10px;font-size:14px;color:#777;cursor:pointer}._icon_1unb8_20:hover{color:#e20000}._colorRect_1unb8_31{width:20px;height:20px;background-color:#fff;border:1px solid #ddd;cursor:pointer}._cover_1unb8_39{position:fixed;inset:0;z-index:50}:root{--rte-line-height: 1.5;--rte-list-padding: 1.5rem;--rte-list-margin: 0 0 .75em;--rte-list-item-margin: .25em 0;--rte-paragraph-margin: 0 0 .75em;--rte-heading-margin: 0 0 .5em;--rte-heading-h1-size: 2em;--rte-heading-h2-size: 1.5em;--rte-heading-h3-size: 1.25em;--rte-heading-h4-size: 1.1em;--rte-heading-h5-size: 1em;--rte-checkbox-size: 16px;--rte-checkbox-checkmark-size: 10px;--rte-comments-font-size: 13px;--rte-toolbar-font-size: 14px;--rte-muted-foreground: 240 3.8% 46.1%;--rte-muted: 240 4.8% 95.9%}.dark{--rte-muted: 240 3.7% 15.9%;--rte-muted-foreground: 240 5% 64.9%}.editor-input,.richtext-renderer.formatted{line-height:var(--rte-line-height)}.editor-input.comments{background:hsl(var(--rte-muted));border-radius:3px;min-height:70px;min-width:200px;resize:none;font-size:var(--rte-comments-font-size);caret-color:#050505;position:relative;tab-size:1;outline:0;padding:15px 10px;caret-color:#444}.rte-content-editable:focus{outline:1px solid purple;outline-offset:var(--rte-outline-offset)}.editor-input ul,.editor-input ol,.richtext-renderer.formatted ul,.richtext-renderer.formatted ol{padding-left:var(--rte-list-padding);margin:var(--rte-list-margin)}.editor-input ul>li,.richtext-renderer.formatted ul>li{margin:var(--rte-list-item-margin);list-style-type:disc}.editor-input ol>li,.richtext-renderer.formatted ol>li{margin:var(--rte-list-item-margin);list-style-type:decimal}.editor-input li>ul,.editor-input li>ol,.richtext-renderer.formatted li>ul,.richtext-renderer.formatted li>ol{margin-top:.5em;margin-bottom:.5em;padding-left:var(--rte-list-padding)}.editor-input li>ul li,.editor-input li>ol li,.richtext-renderer.formatted ul ul li,.richtext-renderer.formatted ol ul li{list-style-type:circle}.editor-input li>ul li>ul li,.richtext-renderer.formatted ul ul ul li{list-style-type:square}.editor-input li:has(ul),.editor-input li:has(ol){list-style-type:none!important}.editor-input h1,.richtext-renderer.formatted h1{font-size:var(--rte-heading-h1-size);font-weight:700;margin:var(--rte-heading-margin)}.editor-input h2,.richtext-renderer.formatted h2{font-size:var(--rte-heading-h2-size);font-weight:600;margin:var(--rte-heading-margin)}.editor-input h3,.richtext-renderer.formatted h3{font-size:var(--rte-heading-h3-size);font-weight:600;margin:var(--rte-heading-margin)}.editor-input h4,.richtext-renderer.formatted h4{font-size:var(--rte-heading-h4-size);font-weight:600;margin:var(--rte-heading-margin)}.editor-input h5,.editor-input h6,.richtext-renderer.formatted h5,.richtext-renderer.formatted h6{font-size:var(--rte-heading-h5-size);font-weight:600;margin:var(--rte-heading-margin)}.editor-input p,.richtext-renderer.formatted p{margin:var(--rte-paragraph-margin)}.editor-input p:last-child,.richtext-renderer.formatted p:last-child{margin-bottom:0}.editor-input blockquote,.richtext-renderer.formatted blockquote{border-left:3px solid hsl(var(--rte-muted-foreground));padding-left:1rem;margin:var(--rte-paragraph-margin);font-style:italic;color:hsl(var(--rte-muted-foreground))}.editor-input pre,.richtext-renderer.formatted pre{background-color:hsl(var(--rte-muted));padding:1rem;border-radius:4px;overflow-x:auto;margin:var(--rte-paragraph-margin)}.editor-input code,.richtext-renderer.formatted code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background-color:hsl(var(--rte-muted));padding:.15em .4em;border-radius:3px}.editor-input pre code,.richtext-renderer.formatted pre code{background-color:transparent;padding:0;border-radius:0}.editor-attachment{display:inline-block;vertical-align:bottom;margin:.5em 0}.editor-attachment-container{position:relative;display:inline-block}.editor-attachment-container img{display:block;border-radius:4px}.editor-input a,.richtext-renderer.formatted a{text-decoration:underline}.editor-input a:hover,.richtext-renderer.formatted a:hover{opacity:.8}.editor-input hr,.richtext-renderer.formatted hr{padding:2px;border:none;margin:1rem 0;cursor:pointer}.editor-input hr:after,.richtext-renderer.formatted hr:after{content:"";display:block;height:2px;background-color:hsl(var(--border));line-height:2px}.editor-input hr.selected,.editor-input hr:focus{outline:2px solid hsl(var(--primary));outline-offset:2px}.editor-checklist{padding-left:0!important;margin:var(--rte-list-margin);list-style:none}.editor-listitem-checked,.editor-listitem-unchecked{position:relative;margin:var(--rte-list-item-margin);padding-left:var(--rte-list-padding);list-style-type:none!important;outline:none;min-height:1.5em}.editor-input .editor-listitem-checked,.editor-input .editor-listitem-unchecked,.richtext-renderer .editor-listitem-checked,.richtext-renderer .editor-listitem-unchecked{list-style-type:none!important}.editor-listitem-unchecked:before,.editor-listitem-checked:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:var(--rte-checkbox-size);height:var(--rte-checkbox-size);border:2px solid hsl(var(--rte-muted-foreground));border-radius:3px;background-color:transparent;cursor:pointer;box-sizing:border-box;transition:all .15s ease}.editor-listitem-unchecked:hover:before{border-color:hsl(var(--primary))}.editor-listitem-checked:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);width:var(--rte-checkbox-size);height:var(--rte-checkbox-size);border:2px solid hsl(var(--primary));border-radius:3px;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:var(--rte-checkbox-checkmark-size);font-weight:700;line-height:var(--rte-checkbox-size);text-align:center;cursor:pointer;box-sizing:border-box}.editor-listitem-checked:focus:before,.editor-listitem-unchecked:focus:before{box-shadow:0 0 0 2px hsl(var(--ring))}.editor-nested-listitem{list-style-type:none}.richtext-renderer{line-height:inherit}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-input table,.richtext-renderer.formatted table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:max-content;margin:1em 0}.editor-input table td,.editor-input table th,.richtext-renderer.formatted table td,.richtext-renderer.formatted table th{border:1px solid hsl(var(--border));padding:8px 12px;min-width:75px;vertical-align:top;text-align:start}.editor-input table th,.richtext-renderer.formatted table th,.editor-table-cell-header{background-color:hsl(var(--rte-muted));font-weight:600}.dark .editor-input table th,.dark .richtext-renderer.formatted table th,.dark .editor-table-cell-header{background-color:#1d1d20}.editor-table-cell-selected{background-color:hsl(var(--accent) / .3)}.editor-table-cell-primary-selected{background-color:hsl(var(--accent) / .5)}.editor-table-cell-resizer{position:absolute;right:-4px;height:100%;width:8px;cursor:col-resize;z-index:10;top:0}.TableCellResizer__resizer{position:absolute;touch-action:none;z-index:130}@media(pointer:coarse){.TableCellResizer__resizer{background-color:#adf;mix-blend-mode:color}}.editor-table-add-rows,.editor-table-add-columns{position:absolute;background-color:hsl(var(--rte-muted));animation:table-controls .2s ease;border:0;cursor:pointer;transition:background-color .15s ease}.editor-table-add-rows:after,.editor-table-add-columns:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat;display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6}.editor-table-add-rows:hover,.editor-table-add-columns:hover{background-color:hsl(var(--accent))}.editor-table-add-rows:hover:after,.editor-table-add-columns:hover:after{opacity:1}@keyframes table-controls{0%{opacity:0}to{opacity:1}}.table-action-menu-container{z-index:40}.table-action-menu-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background-color:hsl(var(--rte-muted));color:hsl(var(--rte-muted-foreground));border:1px solid hsl(var(--border));cursor:pointer;transition:background-color .15s ease}.table-action-menu-button:hover{background-color:hsl(var(--accent))}.rte-toolbar-floating{padding:2px 8px;transform-origin:bottom left;transform:scale(calc(1/var(--canvas-scale, 1))) translate(calc(var(--rte-outline-offset)*-1 - 2px)) translateY(-10px)}.floating-toolbar-container .rich-text-toolbar{border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 4px 12px #0000001f,0 1px 3px #00000014;padding:2px 4px}.floating-toolbar-container{animation:floatingToolbarIn .15s ease-out}@keyframes floatingToolbarIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.rich-text-toolbar button.toolbar-item{border:0;display:flex;border-radius:10px;padding:8px;cursor:pointer;vertical-align:middle}.rich-text-toolbar button.toolbar-item:disabled{cursor:not-allowed}.rich-text-toolbar button.toolbar-item.spaced{margin-right:2px}.rich-text-toolbar button.toolbar-item i.format{background-color:#fff;color:#fff;background-size:contain;display:inline-block;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.rich-text-toolbar button.toolbar-item:disabled i.format{opacity:.2}.rich-text-toolbar button.toolbar-item.active{outline:0;background-color:hsl(var(--accent))}.rich-text-toolbar button.toolbar-item.active i{opacity:1}.rich-text-toolbar .toolbar-item:hover:not([disabled]){background-color:hsl(var(--accent))}.rich-text-toolbar .divider{width:1px;background-color:hsl(var(--accent));margin:0 10px;height:20px}.rich-text-toolbar .toolbar-item .text{display:flex;line-height:20px;width:200px;vertical-align:middle;font-size:var(--rte-toolbar-font-size);color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.rich-text-toolbar .toolbar-item .icon{display:flex;width:20px;height:20px;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.editor-comment-mark{background-color:#ffd40040;border-bottom:2px solid rgba(255,212,0,.6);cursor:pointer;transition:background-color .15s ease}.editor-comment-mark:hover{background-color:#ffd40066}.editor-comment-mark-active{background-color:#ffd40080;border-bottom-color:#fa0c}
