@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial}}}.text-editor-wrapper{border-radius:var(--radius-lg,.5rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-neutral-300,oklch(87% 0 0));background-color:var(--color-white,#fff);--input-color:var(--color-neutral-300);width:100%}.text-editor-wrapper:focus-within{--input-color:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-background)}.text-editor-wrapper.is-error{--input-color:var(--color-error);border-color:var(--color-error);box-shadow:0 0 0 3px var(--color-error-content)}.text-editor-toolbar{align-items:center;gap:calc(var(--spacing,.25rem)*1);padding-inline:calc(var(--spacing,.25rem)*3);padding-block:calc(var(--spacing,.25rem)*2);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--color-neutral-300,oklch(87% 0 0));background-color:var(--color-neutral-50,oklch(98.5% 0 0));border-top-left-radius:var(--radius-lg,.5rem);border-top-right-radius:var(--radius-lg,.5rem);flex-wrap:wrap;display:flex}.toolbar-group{align-items:center;gap:calc(var(--spacing,.25rem)*1);display:flex}.toolbar-divider{margin-inline:calc(var(--spacing,.25rem)*1);height:calc(var(--spacing,.25rem)*6);background-color:var(--color-neutral-300,oklch(87% 0 0));width:1px}.toolbar-button{width:calc(var(--spacing,.25rem)*8);height:calc(var(--spacing,.25rem)*8);color:var(--color-neutral-600,oklch(43.9% 0 0));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));border-radius:.25rem;justify-content:center;align-items:center;display:flex}@media(hover:hover){.toolbar-button:hover{background-color:var(--color-neutral-200,oklch(92.2% 0 0));color:var(--color-neutral-900,oklch(20.5% 0 0))}}.toolbar-button.is-active{background-color:var(--color-primary);color:var(--color-white,#fff)}.toolbar-button.is-active:hover{background-color:var(--color-primary-strong)}.toolbar-button:focus{box-shadow:0 0 0 2px var(--color-primary-background);outline:none}.toolbar-button:disabled{cursor:not-allowed;opacity:.4}@media(hover:hover){.toolbar-button:disabled:hover{color:var(--color-neutral-600,oklch(43.9% 0 0));background-color:#0000}}.text-editor-content{width:100%;padding-inline:calc(var(--spacing,.25rem)*4);padding-block:calc(var(--spacing,.25rem)*3);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));min-height:200px}.text-editor-content:focus{--tw-outline-style:none;outline-style:none}.text-editor-content.tiptap.ProseMirror p.is-editor-empty:first-child:before{color:var(--color-neutral-400,oklch(70.8% 0 0));content:attr(data-placeholder);float:left;pointer-events:none;height:0}.text-editor-content h1{font-size:var(--text-3xl,1.875rem);line-height:var(--tw-leading,var(--text-3xl--line-height, 1.2 ));--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700);margin-top:calc(var(--spacing,.25rem)*6);margin-bottom:calc(var(--spacing,.25rem)*4);line-height:1.2}.text-editor-content h1:first-child{margin-top:calc(var(--spacing,.25rem)*0)}.text-editor-content h2{font-size:var(--text-2xl,1.5rem);line-height:var(--tw-leading,var(--text-2xl--line-height,calc(2/1.5)));--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700);margin-top:calc(var(--spacing,.25rem)*5);margin-bottom:calc(var(--spacing,.25rem)*3);line-height:1.3}.text-editor-content h2:first-child{margin-top:calc(var(--spacing,.25rem)*0)}.text-editor-content h3{font-size:var(--text-xl,1.25rem);line-height:var(--tw-leading,var(--text-xl--line-height,calc(1.75/1.25)));--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700);margin-top:calc(var(--spacing,.25rem)*4);margin-bottom:calc(var(--spacing,.25rem)*2);line-height:1.4}.text-editor-content h3:first-child{margin-top:calc(var(--spacing,.25rem)*0)}.text-editor-content p{margin-bottom:calc(var(--spacing,.25rem)*3);line-height:1.6}.text-editor-content p:last-child{margin-bottom:calc(var(--spacing,.25rem)*0)}.text-editor-content [style*="text-align: left"],.text-editor-content .text-left{text-align:left!important}.text-editor-content [style*="text-align: center"],.text-editor-content .text-center{text-align:center!important}.text-editor-content [style*="text-align: right"],.text-editor-content .text-right{text-align:right!important}.text-editor-content [style*="text-align: justify"],.text-editor-content .text-justify{text-align:justify!important}.text-editor-content ul,.text-editor-content ol{margin-bottom:calc(var(--spacing,.25rem)*3);padding-left:calc(var(--spacing,.25rem)*6);line-height:1.6}:is(.text-editor-content ul,.text-editor-content ol):last-child{margin-bottom:calc(var(--spacing,.25rem)*0)}.text-editor-content ul{list-style-type:disc}.text-editor-content ol{list-style-type:decimal}.text-editor-content li,.text-editor-content li p{margin-bottom:calc(var(--spacing,.25rem)*1)}.text-editor-content ul ul,.text-editor-content ul ol,.text-editor-content ol ul,.text-editor-content ol ol{margin-top:calc(var(--spacing,.25rem)*1);margin-bottom:calc(var(--spacing,.25rem)*1)}.text-editor-content blockquote{border-left-style:var(--tw-border-style);border-left-width:4px;border-color:var(--color-neutral-300,oklch(87% 0 0));margin-block:calc(var(--spacing,.25rem)*3);padding-block:calc(var(--spacing,.25rem)*2);padding-left:calc(var(--spacing,.25rem)*4);color:var(--color-neutral-600,oklch(43.9% 0 0));font-style:italic}.text-editor-content blockquote:first-child{margin-top:calc(var(--spacing,.25rem)*0)}.text-editor-content blockquote:last-child{margin-bottom:calc(var(--spacing,.25rem)*0)}.text-editor-content blockquote p{margin-bottom:calc(var(--spacing,.25rem)*2)}.text-editor-content blockquote p:last-child{margin-bottom:calc(var(--spacing,.25rem)*0)}.text-editor-content a{color:var(--color-primary);cursor:pointer;text-decoration-line:underline}.text-editor-content a:hover{color:var(--color-primary-strong)}.text-editor-content strong{--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700)}.text-editor-content em{font-style:italic}.text-editor-content u{text-decoration-line:underline}.text-editor-content s{text-decoration-line:line-through}.text-editor-content code{background-color:var(--color-neutral-100,oklch(97% 0 0));padding-inline:calc(var(--spacing,.25rem)*1.5);padding-block:calc(var(--spacing,.25rem)*.5);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,calc(1.25/.875)));font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);color:var(--color-neutral-800,oklch(26.9% 0 0));border-radius:.25rem}.text-editor-content pre{background-color:var(--color-neutral-900,oklch(20.5% 0 0));color:var(--color-neutral-100,oklch(97% 0 0));padding:calc(var(--spacing,.25rem)*4);border-radius:var(--radius-lg,.5rem);margin-block:calc(var(--spacing,.25rem)*3);overflow-x:auto}.text-editor-content pre code{padding:calc(var(--spacing,.25rem)*0);color:var(--color-neutral-100,oklch(97% 0 0));background-color:#0000}.text-editor-content hr{border-color:var(--color-neutral-300,oklch(87% 0 0));margin-block:calc(var(--spacing,.25rem)*4)}@layer base{:root{--fx-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");scrollbar-color:currentColor #0000}@supports (color:color-mix(in lab,red,red)){:root{scrollbar-color:color-mix(in oklch,currentColor 35%,#0000)#0000}}@property --radialprogress{syntax: "<percentage>"; inherits: true; initial-value: 0%;}:root:not(span){overflow:var(--page-overflow)}:root{--page-scroll-bg-on:linear-gradient(var(--root-bg),var(--root-bg))var(--root-bg)}@supports (color:color-mix(in lab,red,red)){:root{--page-scroll-bg-on:linear-gradient(var(--root-bg),var(--root-bg))color-mix(in srgb,var(--root-bg),oklch(0% 0 0) calc(var(--page-has-backdrop,0)*40%))}}:root{--page-scroll-transition-on:background-color .3s ease-out;transition:var(--page-scroll-transition);scrollbar-gutter:var(--page-scroll-gutter,unset);scrollbar-gutter:if(style(--page-has-scroll: 1): var(--page-scroll-gutter,unset); else: unset)}:root:root{background:var(--page-scroll-bg,var(--root-bg,var(--color-base-100)))}@keyframes set-page-has-scroll{0%,to{--page-has-scroll:1}}:root,[data-theme]{background-color:var(--root-bg,var(--color-base-100));color:var(--color-base-content)}:where(:root,[data-theme]){--root-bg:var(--color-base-100)}}@keyframes rating{0%,40%{filter:brightness(1.05)contrast(1.05);scale:1.1}}@keyframes dropdown{0%{opacity:0}}@keyframes radio{0%{padding:5px}50%{padding:3px}}@keyframes toast{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes rotator{89.9999%,to{--first-item-position:0 0%}90%,99.9999%{--first-item-position:0 calc(var(--items)*100%)}to{translate:0 -100%}}@keyframes skeleton{0%{background-position:150%}to{background-position:-50%}}@keyframes menu{0%{opacity:0}}@keyframes progress{50%{background-position-x:-115%}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}
