:root{--modePrimary:#f50e0e}.glow-neon{filter:drop-shadow(0 0 6px currentColor)}.quill-wrapper{overflow:hidden;border-radius:calc(var(--radius) - 2px);border-width:1px}.quill-editor{background-color:hsl(var(--background))}.quill-editor .ql-toolbar{border-bottom-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted))}.quill-editor .ql-container{background-color:hsl(var(--background));font-family:inherit}.quill-editor .ql-editor{color:hsl(var(--foreground));min-height:300px}.quill-editor .ql-editor.ql-blank:before{font-style:italic;color:hsl(var(--muted-foreground))}.quill-editor .ql-toolbar button{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.quill-editor .ql-toolbar button:hover{background-color:hsl(var(--accent))}.quill-editor .ql-toolbar button{position:relative}.quill-editor .ql-toolbar button.ql-active{background-color:hsl(var(--primary)/.1);color:hsl(var(--primary))}.quill-editor .ql-toolbar .ql-stroke{stroke:hsl(var(--foreground))}.quill-editor .ql-toolbar .ql-fill{fill:hsl(var(--foreground))}.quill-editor .ql-toolbar .ql-picker-label{color:hsl(var(--foreground));position:relative}.quill-editor .ql-toolbar button:hover:after{content:attr(title);position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:6px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;margin-top:8px;border:1px solid hsl(var(--border));box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none}.quill-editor .ql-toolbar button:hover:before{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-bottom:5px solid hsl(var(--popover));z-index:1001;pointer-events:none;margin-top:3px}.quill-editor .ql-toolbar .ql-picker.ql-color:hover .ql-picker-label:after{content:"Text Color"}.quill-editor .ql-toolbar .ql-picker.ql-background:hover .ql-picker-label:after,.quill-editor .ql-toolbar .ql-picker.ql-color:hover .ql-picker-label:after{position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:6px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;margin-top:8px;border:1px solid hsl(var(--border));box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none}.quill-editor .ql-toolbar .ql-picker.ql-background:hover .ql-picker-label:after{content:"Background Color"}.quill-editor .ql-toolbar .ql-picker.ql-header:not(.ql-expanded):hover .ql-picker-label:after{content:"Text Style";position:absolute;top:100%;left:50%;transform:translateX(-50%);background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));padding:6px 10px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;margin-top:8px;border:1px solid hsl(var(--border));box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none}.quill-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label:after{display:none!important}.dark .quill-editor .ql-toolbar{border-color:hsl(var(--border))}.dark .quill-editor .ql-container,.dark .quill-editor .ql-toolbar{background-color:hsl(var(--card))}.dark .quill-editor .ql-editor{color:hsl(var(--foreground))}.quill-editor .ql-editor h1,.quill-editor .ql-editor h2,.quill-editor .ql-editor h3{font-weight:700;margin-top:1.5em;margin-bottom:.5em;line-height:1.3}.quill-editor .ql-editor h1{font-size:2em;line-height:1.2}.quill-editor .ql-editor h2{font-size:1.5em;line-height:1.25}.quill-editor .ql-editor h3{font-size:1.25em;line-height:1.3}.quill-editor .ql-editor p{margin-bottom:1em;overflow:auto;line-height:1.6}.quill-editor .ql-editor strong{font-weight:700}.quill-editor .ql-editor blockquote{border-left:4px solid hsl(var(--border));padding-left:16px;margin-left:0;color:hsl(var(--muted-foreground));margin-bottom:1em}.quill-editor .ql-editor ol,.quill-editor .ql-editor ul{margin-bottom:1em;padding-left:2em}.quill-editor .ql-editor a{color:hsl(var(--primary));text-decoration:none}.quill-editor .ql-editor a:hover{text-decoration:underline}.quill-editor .ql-editor img.quill-image-full{width:100%;max-width:100%;height:auto;display:block;margin:20px auto;border-radius:8px;clear:both}.quill-editor .ql-editor img.quill-image-half-left{width:50%;max-width:400px;height:auto;float:left;margin:0 20px 20px 0;border-radius:8px}.quill-editor .ql-editor img.quill-image-half-right{width:50%;max-width:400px;height:auto;float:right;margin:0 0 20px 20px;border-radius:8px}.quill-editor .ql-editor img.quill-image-small-left{width:30%;max-width:250px;height:auto;float:left;margin:0 15px 15px 0;border-radius:6px}.quill-editor .ql-editor img.quill-image-small-right{width:30%;max-width:250px;height:auto;float:right;margin:0 0 15px 15px;border-radius:6px}.quill-editor .ql-editor img{max-width:100%;height:auto;cursor:pointer}.quill-editor .ql-editor img:hover{outline:2px solid hsl(var(--primary)/.5);outline-offset:2px}.quill-editor .ql-editor p:has(img){overflow:auto}.quill-editor .ql-editor:after{content:"";display:table;clear:both}.quill-editor .ql-editor{overflow:visible}.quill-editor img{position:relative;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.quill-editor img:hover{border-color:#4a90e2;box-shadow:0 0 8px rgba(74,144,226,.3)}.quill-editor img:focus{outline:2px solid #4a90e2;outline-offset:2px}.rendered-quill-content{color:hsl(var(--foreground))}.rendered-quill-content h1,.rendered-quill-content h2,.rendered-quill-content h3{color:hsl(var(--foreground));font-weight:700;margin-top:1.5em;margin-bottom:.5em}.rendered-quill-content h1{font-size:2em;line-height:1.2}.rendered-quill-content h2{font-size:1.5em;line-height:1.25}.rendered-quill-content h3{font-size:1.25em;line-height:1.3}.rendered-quill-content h1:first-child,.rendered-quill-content h2:first-child,.rendered-quill-content h3:first-child{margin-top:0}.rendered-quill-content p{margin-bottom:1em;line-height:1.6}.rendered-quill-content strong{font-weight:700}.rendered-quill-content em{font-style:italic}.rendered-quill-content u{text-decoration:underline}.rendered-quill-content s{text-decoration:line-through}.rendered-quill-content ol,.rendered-quill-content ul{margin-bottom:1em;padding-left:2em}.rendered-quill-content li{margin-bottom:.25em}.rendered-quill-content a{color:hsl(var(--primary));text-decoration:none}.rendered-quill-content a:hover{text-decoration:underline}.rendered-quill-content blockquote{border-left:4px solid hsl(var(--border));padding-left:16px;margin-left:0;margin-bottom:1em;color:hsl(var(--muted-foreground))}.rendered-quill-content code{background-color:hsl(var(--muted));padding:2px 6px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.rendered-quill-content pre{background-color:hsl(var(--muted));padding:12px;border-radius:4px;overflow-x:auto;margin-bottom:1em;line-height:1.5}.rendered-quill-content p:only-child{display:inline}button .rendered-quill-content{text-align:left;line-height:1.5}button .rendered-quill-content p{display:inline;margin:0}button .rendered-quill-content h1,button .rendered-quill-content h2,button .rendered-quill-content h3{display:inline;font-size:inherit;font-weight:600;margin:0}button .rendered-quill-content strong{font-weight:700}button .rendered-quill-content ol,button .rendered-quill-content ul{display:inline;padding-left:0;margin:0}button .rendered-quill-content li{display:inline;margin:0}button .rendered-quill-content li:before{content:", "}button .rendered-quill-content li:first-child:before{content:""}@media (max-width:768px){.rendered-quill-content{font-size:.95em}button .rendered-quill-content{font-size:inherit}}.dark .rendered-quill-content{color:hsl(var(--foreground))}.dark button .rendered-quill-content,button[data-variant=default] .rendered-quill-content,button[data-variant=outline] .rendered-quill-content{color:inherit}[role=alertdialog] .rendered-quill-content{color:hsl(var(--foreground));max-width:100%;overflow-wrap:break-word}[role=alertdialog] .rendered-quill-content p{display:inline;margin:0}[role=alertdialog] .rendered-quill-content h1,[role=alertdialog] .rendered-quill-content h2,[role=alertdialog] .rendered-quill-content h3{display:inline;font-size:inherit;font-weight:600;margin:0}[role=alertdialog] .rendered-quill-content strong{font-weight:700}[role=alertdialog] .rendered-quill-content em{font-style:italic}[role=alertdialog] .rendered-quill-content ol,[role=alertdialog] .rendered-quill-content ul{display:inline;padding-left:0;margin:0}[role=alertdialog] .rendered-quill-content li{display:inline;margin:0}[role=alertdialog] .rendered-quill-content li:before{content:", "}[role=alertdialog] .rendered-quill-content li:first-child:before{content:""}.dark [role=alertdialog] .rendered-quill-content{color:hsl(var(--foreground))}article .rendered-quill-content{font-size:1.125rem;line-height:1.75}article .rendered-quill-content p{margin-bottom:1.5em}article .rendered-quill-content h1,article .rendered-quill-content h2,article .rendered-quill-content h3{margin-top:2em;margin-bottom:1em}article .rendered-quill-content ol,article .rendered-quill-content ul{margin-bottom:1.5em;line-height:1.75}article .rendered-quill-content blockquote{margin:2em 0;font-size:1.1em;font-style:italic}.rendered-quill-content.prose{color:hsl(var(--foreground));max-width:100%}.rendered-quill-content.prose h1,.rendered-quill-content.prose h2,.rendered-quill-content.prose h3{color:hsl(var(--foreground));font-weight:700}.rendered-quill-content.prose p{color:hsl(var(--foreground));margin-bottom:1em}.rendered-quill-content.prose a{color:hsl(var(--primary));text-decoration:underline}.rendered-quill-content.prose strong{color:hsl(var(--foreground));font-weight:700}.rendered-quill-content.prose ol,.rendered-quill-content.prose ul{color:hsl(var(--foreground));padding-left:1.5em}.rendered-quill-content.prose blockquote{border-left-color:hsl(var(--border));color:hsl(var(--muted-foreground))}.rendered-quill-content.prose code,.rendered-quill-content.prose pre{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.dark .rendered-quill-content.prose,.dark .rendered-quill-content.prose h1,.dark .rendered-quill-content.prose h2,.dark .rendered-quill-content.prose h3,.dark .rendered-quill-content.prose ol,.dark .rendered-quill-content.prose p,.dark .rendered-quill-content.prose ul{color:hsl(var(--foreground))}.rendered-quill-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.quill-content img{max-width:100%;height:auto}.quill-content .quill-image-full{width:100%;display:block;margin:1rem auto}.quill-content .quill-image-half-left{width:50%;float:left;margin:.5rem 1rem .5rem 0}.quill-content .quill-image-half-right{width:50%;float:right;margin:.5rem 0 .5rem 1rem}.quill-content .quill-image-small-left{width:30%;float:left;margin:.5rem 1rem .5rem 0}.quill-content .quill-image-small-right{width:30%;float:right;margin:.5rem 0 .5rem 1rem}