body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}: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:#ffffffb3;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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(0deg)}to{transform:rotate(1turn)}}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--bg-primary);color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;min-height:calc(100vh - 70px)}.navbar{background:#fff;background:var(--bg-secondary);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-primary);box-shadow:0 2px 10px #0000000d;box-shadow:0 2px 10px var(--shadow-primary);height:70px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#3b82f6;color:var(--text-accent);font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.nav-menu{gap:2rem}.nav-link,.nav-menu{align-items:center;display:flex}.nav-link{border-radius:.5rem;color:#64748b;color:var(--text-secondary);font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.nav-link.active,.nav-link:hover{background-color:#f1f5f9;background-color:var(--bg-tertiary);color:#3b82f6;color:var(--text-accent)}.nav-button{background:#3b82f6;background:var(--text-accent);color:#fff!important}.nav-button:hover{background:#2563eb;color:#fff!important}.nav-auth{align-items:center;display:flex;gap:1rem}.nav-dropdown{position:relative}.nav-profile{align-items:center;background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem}.nav-profile:hover{border-color:#3b82f6;border-color:var(--text-accent);color:#3b82f6;color:var(--text-accent)}.dropdown-content{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;box-shadow:0 10px 25px #0000000d;box-shadow:0 10px 25px var(--shadow-primary);min-width:200px;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .2s;visibility:hidden}.nav-dropdown:hover .dropdown-content{opacity:1;transform:translateY(0);visibility:visible}.dropdown-content a,.dropdown-content button{align-items:center;background:none;border:none;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;width:100%}.dropdown-content a:hover,.dropdown-content button:hover{background:#f1f5f9;background:var(--bg-tertiary);color:#3b82f6;color:var(--text-accent)}.profile-img-small{border-radius:50%;height:24px;object-fit:cover;width:24px}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;border-top:3px solid var(--text-accent);height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn-delete,.btn-edit,.btn-icon,.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary{background:#3b82f6;background:var(--text-accent);color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);color:#64748b;color:var(--text-secondary)}.btn-secondary:hover{background:#f1f5f9;background:var(--bg-tertiary);border-color:#3b82f6;border-color:var(--text-accent);color:#3b82f6;color:var(--text-accent)}.btn-edit{background:#f59e0b;color:#fff;padding:.5rem}.btn-edit:hover{background:#d97706}.btn-danger,.btn-delete{background:#ef4444;color:#fff;padding:.5rem}.btn-danger:hover,.btn-delete:hover{background:#dc2626}.btn-icon{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);color:#64748b;color:var(--text-secondary);padding:.5rem}.btn-icon:hover{background:#f1f5f9;background:var(--bg-tertiary);border-color:#3b82f6;border-color:var(--text-accent);color:#3b82f6;color:var(--text-accent)}.btn-sm{font-size:.75rem;padding:.5rem 1rem}.btn-follow{background:#10b981;color:#fff}.btn-follow:hover{background:#059669}.btn-follow.following{background:#64748b;background:var(--text-secondary)}.btn-follow.following:hover{background:#ef4444}.home-container{margin:0 auto;max-width:1200px;padding:2rem}.home-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;color:#fff;margin-bottom:3rem;padding:3rem 0;text-align:center}[data-theme=dark] .home-hero{background:linear-gradient(135deg,#1e40af,#7c3aed)}.home-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.home-hero p{font-size:1.25rem;opacity:.9}.home-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:250px 1fr}.sidebar{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:90px}.filter-section h3{color:#1f2937;color:var(--text-primary);margin-bottom:1rem}.tag-filter{display:flex;flex-direction:column;gap:.5rem}.tag-button{align-items:center;background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.375rem;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;text-align:left;transition:all .2s}.tag-button.active,.tag-button:hover{background:#3b82f6;background:var(--text-accent);border-color:#3b82f6;border-color:var(--text-accent);color:#fff}.posts-main{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:1.5rem}.posts-grid{grid-gap:2rem;display:grid;gap:2rem}.post-card{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:1rem;overflow:hidden;transition:all .2s}.post-card:hover{box-shadow:0 10px 25px #0000001a;box-shadow:0 10px 25px var(--shadow-secondary);transform:translateY(-2px)}.post-image{height:200px;overflow:hidden;width:100%}.post-image img{height:100%;object-fit:cover;width:100%}.post-content{padding:1.5rem}.author-info,.post-header{margin-bottom:1rem}.author-info{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;gap:.75rem;text-decoration:none}.author-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.author-avatar-placeholder{align-items:center;background:#3b82f6;background:var(--text-accent);border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:600;height:40px;justify-content:center;width:40px}.author-name{color:#1f2937;color:var(--text-primary);font-weight:600}.post-date{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;font-size:.875rem;gap:.25rem}.post-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.post-title a{color:#1f2937;color:var(--text-primary);text-decoration:none}.post-title a:hover{color:#3b82f6;color:var(--text-accent)}.post-excerpt{color:#64748b;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{align-items:center;background:#f1f5f9;background:var(--bg-tertiary);border-radius:.375rem;color:#3b82f6;color:var(--text-accent);display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.post-stats{justify-content:space-between}.stat{color:#64748b;color:var(--text-secondary)}.read-more,.stat{align-items:center;display:flex;font-size:.875rem;gap:.25rem}.read-more{color:#3b82f6;color:var(--text-accent);font-weight:500;text-decoration:none}.read-more:hover{color:#2563eb}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.page-button{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.375rem;color:#64748b;color:var(--text-secondary);cursor:pointer;padding:.5rem .75rem;transition:all .2s}.page-button.active,.page-button:hover{background:#3b82f6;background:var(--text-accent);border-color:#3b82f6;border-color:var(--text-accent);color:#fff}.auth-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:2rem}.auth-card{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 10px 25px #0000001a;box-shadow:0 10px 25px var(--shadow-secondary);max-width:400px;padding:2rem;width:100%}.auth-card h2{color:#1f2937;color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#64748b;color:var(--text-secondary);margin-bottom:2rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1f2937;color:var(--text-primary);font-weight:500}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#64748b;color:var(--text-secondary);left:.75rem;position:absolute;z-index:1}.input-wrapper input{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#1f2937;color:var(--text-primary);font-size:1rem;padding:.75rem .75rem .75rem 2.5rem;transition:border-color .2s;width:100%}.input-wrapper input:focus{border-color:#3b82f6;border-color:var(--text-accent);outline:none}.input-wrapper input::placeholder,.password-toggle{color:#64748b;color:var(--text-secondary)}.password-toggle{background:none;border:none;cursor:pointer;padding:.25rem;position:absolute;right:.75rem}.auth-button{background:#3b82f6;background:var(--text-accent);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.875rem;transition:background-color .2s;width:100%}.auth-button:hover:not(:disabled){background:#2563eb}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-link{color:#64748b;color:var(--text-secondary);margin-top:1.5rem;text-align:center}.auth-link a{color:#3b82f6;color:var(--text-accent);font-weight:500;text-decoration:none}.auth-link a:hover{text-decoration:underline}.create-post-container{margin:0 auto;max-width:800px;padding:2rem}.create-post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.create-post-header h1{color:#1f2937;color:var(--text-primary);font-size:2rem;font-weight:700}.post-actions{gap:1rem}.create-post-form{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:2rem}.title-input{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#1f2937;color:var(--text-primary);font-size:1.5rem;font-weight:600;padding:1rem;width:100%}.title-input:focus{border-color:#3b82f6;border-color:var(--text-accent);outline:none}.image-upload-label,.title-input::placeholder{color:#64748b;color:var(--text-secondary)}.image-upload-label{align-items:center;background:#f8fafc;background:var(--bg-primary);border:1px dashed #e2e8f0;border:1px dashed var(--border-primary);border-radius:.5rem;cursor:pointer;display:inline-flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.image-upload-label:hover{background:#f1f5f9;background:var(--bg-tertiary);border-color:#3b82f6;border-color:var(--text-accent);color:#3b82f6;color:var(--text-accent)}.image-input{display:none}.image-preview{border-radius:.5rem;margin-top:1rem;max-height:300px;overflow:hidden}.image-preview img{height:auto;object-fit:cover;width:100%}.content-editor{margin:1rem 0}.content-editor .ql-editor{font-size:1rem;line-height:1.6;min-height:300px}[data-theme=dark] .ql-container,[data-theme=dark] .ql-toolbar{background:#f8fafc!important;background:var(--bg-primary)!important;border-color:#e2e8f0!important;border-color:var(--border-primary)!important}[data-theme=dark] .ql-editor{color:#1f2937!important;color:var(--text-primary)!important}[data-theme=dark] .ql-editor.ql-blank:before{color:#64748b!important;color:var(--text-secondary)!important}.tags-input{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#1f2937;color:var(--text-primary);font-size:1rem;padding:.75rem;width:100%}.tags-input:focus{border-color:#3b82f6;border-color:var(--text-accent);outline:none}.form-help{color:#64748b;color:var(--text-secondary);font-size:.875rem}.post-detail-container{margin:0 auto;max-width:800px;padding:2rem}.post-detail{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);margin-bottom:2rem;overflow:hidden}.post-featured-image{height:400px;overflow:hidden;width:100%}.post-featured-image img{height:100%;object-fit:cover;width:100%}.post-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-primary);padding:2rem}.post-title{color:#1f2937;color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.post-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.post-actions{display:flex;gap:.5rem}.post-content{color:#64748b;color:var(--text-secondary);font-size:1.125rem;line-height:1.8;padding:2rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#1f2937;color:var(--text-primary);margin:1.5rem 0 1rem}.post-content p{margin-bottom:1rem}.post-content img{border-radius:.5rem;height:auto;margin:1rem 0;max-width:100%}.post-interactions{align-items:center;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-primary);display:flex;gap:2rem;padding:1rem 2rem}.like-button{align-items:center;background:none;border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.like-button.liked,.like-button:hover{border-color:#ef4444;color:#ef4444}.like-button.liked{background:#ef44441a}.comment-count{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;gap:.5rem}.comments-section{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:2rem}.comments-section h3{color:#1f2937;color:var(--text-primary);font-size:1.5rem;margin-bottom:1.5rem}.comment-form{margin-bottom:2rem}.comment-form textarea{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#1f2937;color:var(--text-primary);font-size:1rem;margin-bottom:1rem;padding:1rem;resize:vertical;width:100%}.comment-form textarea:focus{border-color:#3b82f6;border-color:var(--text-accent);outline:none}.login-prompt{background:#f8fafc;background:var(--bg-primary);border-radius:.5rem;color:#64748b;color:var(--text-secondary);margin-bottom:2rem;padding:2rem;text-align:center}.login-prompt a{color:#3b82f6;color:var(--text-accent);font-weight:500;text-decoration:none}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;padding:1.5rem}.comment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.comment-author{align-items:center;color:#1f2937;color:var(--text-primary);display:flex;font-weight:500;gap:.5rem;text-decoration:none}.comment-avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.comment-avatar-placeholder{align-items:center;background:#3b82f6;background:var(--text-accent);border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:32px;justify-content:center;width:32px}.comment-date{font-size:.875rem}.comment-content,.comment-date{color:#64748b;color:var(--text-secondary)}.comment-content{line-height:1.6;margin-bottom:.75rem}.comment-actions{align-items:center;display:flex;gap:1rem}.comment-like,.reply-button{align-items:center;background:none;border:none;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.875rem;gap:.25rem;transition:color .2s}.comment-like:hover{color:#ef4444}.reply-button:hover{color:#3b82f6;color:var(--text-accent)}.reply-form{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-primary);margin-top:1rem;padding-top:1rem}.reply-form textarea{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.375rem;color:#1f2937;color:var(--text-primary);font-size:.875rem;margin-bottom:.75rem;padding:.75rem;resize:vertical;width:100%}.reply-actions{display:flex;gap:.5rem}.reply{background:#f1f5f9;background:var(--bg-tertiary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.375rem;margin-left:2rem;margin-top:1rem;padding:1rem}.dashboard-container{margin:0 auto;max-width:1000px;padding:2rem}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-header h1{color:#1f2937;color:var(--text-primary);font-size:2.5rem;font-weight:800}.dashboard-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:1.5rem;text-align:center}.stat-card h3{color:#3b82f6;color:var(--text-accent);font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-card p{color:#64748b;color:var(--text-secondary);font-weight:500}.dashboard-filters{background:#fff;background:var(--bg-secondary);border-radius:.75rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem}.dashboard-filters button{background:none;border:none;border-radius:.375rem;color:#64748b;color:var(--text-secondary);cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.dashboard-filters button.active,.dashboard-filters button:hover{background:#3b82f6;background:var(--text-accent);color:#fff}.posts-list{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);overflow:hidden}.empty-state{color:#64748b;color:var(--text-secondary);padding:3rem;text-align:center}.empty-state p{font-size:1.125rem;margin-bottom:1.5rem}.post-item{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-primary);display:flex;justify-content:space-between;padding:1.5rem}.post-item:last-child{border-bottom:none}.post-item-content{flex:1 1}.post-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.post-item-header h3{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:600}.post-item-header h3 a{color:inherit;text-decoration:none}.post-item-header h3 a:hover{color:#3b82f6;color:var(--text-accent)}.post-status{font-size:.875rem}.status-published{color:#10b981}.status-draft,.status-published{align-items:center;display:flex;gap:.25rem}.status-draft{color:#f59e0b}.post-item-meta{color:#64748b;color:var(--text-secondary);font-size:.875rem;gap:1rem;margin-bottom:.5rem}.post-item-meta,.post-stats{align-items:center;display:flex}.post-stats{gap:.25rem}.post-item-actions{display:flex;gap:.5rem}.profile-container{margin:0 auto;max-width:1000px;padding:2rem}.profile-header{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);margin-bottom:2rem;padding:2rem}.profile-info{display:flex;gap:2rem}.profile-avatar{flex-shrink:0;position:relative}.profile-avatar img{border-radius:50%;height:120px;object-fit:cover;width:120px}.avatar-placeholder{height:120px;width:120px}.avatar-placeholder,.avatar-upload{align-items:center;background:#3b82f6;background:var(--text-accent);border-radius:50%;color:#fff;display:flex;justify-content:center}.avatar-upload{bottom:0;cursor:pointer;height:32px;position:absolute;right:0;transition:background .2s;width:32px}.avatar-upload:hover{background:#2563eb}.profile-details{flex:1 1}.profile-details h1{color:#1f2937;color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.username{margin-bottom:1rem}.bio,.username{color:#64748b;color:var(--text-secondary)}.bio{line-height:1.6;margin-bottom:1.5rem}.profile-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.meta-item{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;font-size:.875rem;gap:.5rem}.profile-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.stat{text-align:center}.stat-number{color:#1f2937;color:var(--text-primary);display:block;font-size:1.5rem;font-weight:700}.stat-label{color:#64748b;color:var(--text-secondary);font-size:.875rem}.edit-profile-form,.profile-actions{display:flex;gap:1rem}.edit-profile-form{flex-direction:column}.edit-profile-form input,.edit-profile-form textarea{background:#f8fafc;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#1f2937;color:var(--text-primary);font-size:1rem;padding:.75rem}.edit-profile-form input:focus,.edit-profile-form textarea:focus{border-color:#3b82f6;border-color:var(--text-accent);outline:none}.edit-actions{display:flex;gap:1rem}.profile-content{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:2rem}.posts-section h2{color:#1f2937;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.theme-toggle{align-items:center;background:none;border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.theme-toggle:hover{background:#f1f5f9;background:var(--bg-tertiary);border-color:#3b82f6;border-color:var(--text-accent);color:#3b82f6;color:var(--text-accent)}:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#1f2937;--text-secondary:#64748b;--text-accent:#3b82f6;--border-primary:#e2e8f0;--border-secondary:#d1d5db;--shadow-primary:#0000000d;--shadow-secondary:#0000001a}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-accent:#60a5fa;--border-primary:#334155;--border-secondary:#475569;--shadow-primary:#0003;--shadow-secondary:#0000004d}@media (max-width:768px){.nav-container{padding:0 1rem}.nav-menu{gap:1rem}.home-container{padding:1rem}.home-hero h1{font-size:2rem}.home-content{grid-template-columns:1fr}.sidebar{order:2;position:static}.create-post-container,.dashboard-container,.post-detail-container,.profile-container{padding:1rem}.create-post-header{align-items:flex-start;flex-direction:column;gap:1rem}.post-actions{justify-content:center;width:100%}.post-title{font-size:2rem}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.profile-info{flex-direction:column;text-align:center}.profile-stats{justify-content:center}.post-item{align-items:flex-start;flex-direction:column;gap:1rem}.post-item-actions{align-self:flex-end}}.search-bar,.search-form{align-items:center;display:flex;position:relative}.search-form{gap:.5rem}.search-toggle{align-items:center;background:none;border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#64748b;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;min-width:40px;padding:.5rem;transition:all .2s}.search-toggle:hover{background:#f1f5f9;background:var(--bg-tertiary);border-color:#3b82f6;border-color:var(--text-accent);color:#3b82f6;color:var(--text-accent)}.search-input{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-primary);border-radius:.5rem;color:#1f2937;color:var(--text-primary);font-size:.875rem;opacity:0;padding:.5rem;transition:all .3s ease;visibility:hidden;width:0;z-index:1000}.search-input.visible{opacity:1;visibility:visible;width:250px}.search-input:focus{border-color:#3b82f6;border-color:var(--text-accent);box-shadow:0 0 0 2px #3b82f61a;outline:none}.search-clear,.search-input::placeholder{color:#64748b;color:var(--text-secondary)}.search-clear{background:none;border:none;border-radius:.25rem;cursor:pointer;min-width:24px;padding:.25rem;transition:all .2s}.search-clear:hover{background:#f1f5f9;background:var(--bg-tertiary);color:#3b82f6;color:var(--text-accent)}.search-submit{align-items:center;background:#3b82f6;background:var(--text-accent);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:40px;padding:.5rem;transition:all .2s}.search-submit:hover:not(:disabled){background:#2563eb}.search-submit:disabled{background:#64748b;background:var(--text-secondary);cursor:not-allowed;opacity:.5}.nav-search{margin:0 1rem}.search-container{margin:0 auto;max-width:1000px;padding:2rem}.search-header{margin-bottom:2rem}.back-link{align-items:center;color:#3b82f6;color:var(--text-accent);display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:1rem;text-decoration:none}.back-link:hover{color:#2563eb}.search-info h1{color:#1f2937;color:var(--text-primary);font-size:2rem;font-weight:700;margin-bottom:.5rem}.search-meta{color:var (--text-secondary);font-size:1rem}.search-empty{padding:4rem 2rem;text-align:center}.search-empty svg{color:#64748b;color:var(--text-secondary);margin-bottom:1rem}.search-empty h2{color:#1f2937;color:var(--text-primary);margin-bottom:1rem}.search-empty p{color:#64748b;color:var(--text-secondary);margin-bottom:2rem}.search-no-results{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:3rem;text-align:center}.search-no-results svg{color:#64748b;color:var(--text-secondary);margin-bottom:1rem}.search-no-results h3{color:#1f2937;color:var(--text-primary);margin-bottom:1rem}.search-no-results p{color:#64748b;color:var(--text-secondary);margin-bottom:2rem}.search-suggestions{background:#f8fafc;background:var(--bg-primary);border-radius:.5rem;margin:0 auto;max-width:300px;padding:1.5rem;text-align:left}.search-suggestions h4{color:#1f2937;color:var(--text-primary);font-size:1rem;margin-bottom:1rem}.search-suggestions ul{list-style:none;padding:0}.search-suggestions li{color:#64748b;color:var(--text-secondary);font-size:.875rem;padding:.25rem 0}.search-suggestions li:before{color:#3b82f6;color:var(--text-accent);content:"•";display:inline-block;font-weight:700;margin-left:0;width:1em}.search-results{background:#fff;background:var(--bg-secondary);border-radius:1rem;box-shadow:0 4px 6px #0000000d;box-shadow:0 4px 6px var(--shadow-primary);padding:1.5rem}.search-result{border-left:3px solid #0000;transition:all .2s}.search-result:hover{border-left-color:#3b82f6;border-left-color:var(--text-accent)}.highlight{background-color:#fef08a;border-radius:.2rem;color:#92400e;font-weight:600;padding:.1rem .2rem}[data-theme=dark] .highlight{background-color:#fcd34d;color:#92400e}.highlighted-tag{background:#3b82f6!important;background:var(--text-accent)!important;color:#fff!important}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;margin-bottom:2rem;padding:1rem}[data-theme=dark] .error-message{background:#dc26261a;border-color:#dc262633;color:#fca5a5}@media (max-width:768px){.nav-search{margin:0 .5rem}.search-input.visible{width:200px}.search-container{padding:1rem}.search-info h1{font-size:1.5rem}.search-empty{padding:2rem 1rem}.search-empty svg{height:48px;width:48px}}
/*# sourceMappingURL=main.e36d7465.css.map*/