.Editor-module__x7ssIG__container{color:#e0e0e0;background:#0a0e17;min-height:100vh;margin-top:65px;padding:2rem 1.5rem 4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.Editor-module__x7ssIG__loadingState{background:#121926;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:500px;margin:4rem auto;padding:3rem 2rem;display:flex}.Editor-module__x7ssIG__loadingSpinner{color:#60a5fa;font-size:2.5rem;animation:1s linear infinite Editor-module__x7ssIG__spin}@keyframes Editor-module__x7ssIG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Editor-module__x7ssIG__loadingState p{color:#94a3b8}.Editor-module__x7ssIG__editorContainer{background:#121926;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;padding:1.5rem;display:flex;box-shadow:0 4px 30px #0000004d}.Editor-module__x7ssIG__header{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.Editor-module__x7ssIG__backBtn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.85rem;transition:all .3s;display:flex}.Editor-module__x7ssIG__backBtn:hover{color:#e0e0e0;background:#ffffff1a}.Editor-module__x7ssIG__title{background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.3rem;font-weight:700}.Editor-module__x7ssIG__headerActions{gap:.5rem;display:flex}.Editor-module__x7ssIG__saveBtn{color:#0a0e17;cursor:pointer;background:linear-gradient(135deg,#60a5fa,#34d399);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.Editor-module__x7ssIG__saveBtn:hover:not(:disabled){transform:scale(1.04);box-shadow:0 4px 20px #60a5fa4d}.Editor-module__x7ssIG__saveBtn:disabled{opacity:.6;cursor:not-allowed}.Editor-module__x7ssIG__deleteBtn{color:#f87171;cursor:pointer;background:#f871711a;border:1px solid #f8717126;border-radius:8px;justify-content:center;align-items:center;padding:.5rem .8rem;font-size:.9rem;transition:all .3s;display:flex}.Editor-module__x7ssIG__deleteBtn:hover{background:#f8717133;transform:scale(1.04)}.Editor-module__x7ssIG__spinner{animation:1s linear infinite Editor-module__x7ssIG__spin}.Editor-module__x7ssIG__toolbar{background:#0d1520;border:1px solid #ffffff0d;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.5rem;display:flex}.Editor-module__x7ssIG__toolbarBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:.4rem .6rem;font-size:.9rem;transition:all .2s;display:flex}.Editor-module__x7ssIG__toolbarBtn:hover{color:#e0e0e0;background:#ffffff0d}.Editor-module__x7ssIG__toolbarBtn:active{color:#60a5fa;background:#60a5fa26}.Editor-module__x7ssIG__toolbarDivider{background:#2a3344;width:1px;height:24px;margin:0 .2rem}.Editor-module__x7ssIG__imageSection{flex-direction:column;gap:.5rem;display:flex}.Editor-module__x7ssIG__imageLabel{color:#94a3b8;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.Editor-module__x7ssIG__imageInputWrapper{gap:.5rem;display:flex}.Editor-module__x7ssIG__imageInput{color:#e0e0e0;background:#1a2332;border:2px solid #2a3344;border-radius:8px;flex:1;padding:.6rem 1rem;font-size:.9rem;transition:border-color .3s}.Editor-module__x7ssIG__imageInput:focus{border-color:#60a5fa;outline:none}.Editor-module__x7ssIG__imageUrlBtn{color:#60a5fa;cursor:pointer;background:#60a5fa1a;border:2px solid #2a3344;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1rem;transition:all .3s;display:flex}.Editor-module__x7ssIG__imageUrlBtn:hover{background:#60a5fa33;border-color:#60a5fa}.Editor-module__x7ssIG__imagePreviewWrapper{border:1px solid #ffffff0d;border-radius:8px;position:relative;overflow:hidden}.Editor-module__x7ssIG__imagePreview{object-fit:cover;width:100%;max-height:200px}.Editor-module__x7ssIG__removeImageBtn{color:#fff;cursor:pointer;background:#f87171cc;border:none;border-radius:6px;padding:.4rem;transition:all .3s;position:absolute;top:.5rem;right:.5rem}.Editor-module__x7ssIG__removeImageBtn:hover{background:#f87171;transform:scale(1.05)}.Editor-module__x7ssIG__titleInput{color:#e0e0e0;background:#1a2332;border:2px solid #2a3344;border-radius:10px;padding:.8rem 1rem;font-family:inherit;font-size:1.2rem;font-weight:600;transition:border-color .3s}.Editor-module__x7ssIG__titleInput:focus{border-color:#60a5fa;outline:none}.Editor-module__x7ssIG__titleInput::placeholder{color:#64748b;font-weight:400}.Editor-module__x7ssIG__editorArea{color:#e0e0e0;background:#1a2332;border:2px solid #2a3344;border-radius:10px;outline:none;min-height:350px;max-height:500px;padding:1rem;font-size:1rem;line-height:1.8;transition:border-color .3s;overflow-y:auto}.Editor-module__x7ssIG__editorArea:empty:before{content:attr(data-placeholder);color:#64748b}.Editor-module__x7ssIG__editorArea:focus,.Editor-module__x7ssIG__editorFocused{border-color:#60a5fa}.Editor-module__x7ssIG__editorArea h1,.Editor-module__x7ssIG__editorArea h2,.Editor-module__x7ssIG__editorArea h3{color:#e0e0e0;margin:.5rem 0}.Editor-module__x7ssIG__editorArea h1{font-size:2rem}.Editor-module__x7ssIG__editorArea h2{font-size:1.5rem}.Editor-module__x7ssIG__editorArea h3{font-size:1.2rem}.Editor-module__x7ssIG__editorArea blockquote{color:#94a3b8;border-left:4px solid #60a5fa;margin:.5rem 0;padding-left:1rem;font-style:italic}.Editor-module__x7ssIG__editorArea ul,.Editor-module__x7ssIG__editorArea ol{margin:.5rem 0;padding-left:1.5rem}.Editor-module__x7ssIG__editorArea a{color:#60a5fa;text-decoration:none}.Editor-module__x7ssIG__editorArea a:hover{text-decoration:underline}.Editor-module__x7ssIG__editorArea img{border-radius:8px;max-width:100%;margin:.5rem 0}.Editor-module__x7ssIG__editorArea code{background:#0d1520;border-radius:4px;padding:.1rem .4rem;font-family:monospace;font-size:.9rem}.Editor-module__x7ssIG__editorArea::-webkit-scrollbar{width:6px}.Editor-module__x7ssIG__editorArea::-webkit-scrollbar-track{background:0 0}.Editor-module__x7ssIG__editorArea::-webkit-scrollbar-thumb{background:#2a3344;border-radius:3px}.Editor-module__x7ssIG__editorArea::-webkit-scrollbar-thumb:hover{background:#3a4a5a}.Editor-module__x7ssIG__footer{color:#64748b;border-top:1px solid #ffffff0d;justify-content:space-between;padding-top:.75rem;font-size:.8rem;display:flex}.Editor-module__x7ssIG__charCount,.Editor-module__x7ssIG__wordCount{align-items:center;gap:.3rem;display:flex}@media (max-width:768px){.Editor-module__x7ssIG__container{padding:1rem 1rem 2rem}.Editor-module__x7ssIG__editorContainer{padding:1rem}.Editor-module__x7ssIG__header{flex-direction:column;align-items:flex-start}.Editor-module__x7ssIG__headerActions{width:100%}.Editor-module__x7ssIG__headerActions button{flex:1;justify-content:center}.Editor-module__x7ssIG__title{font-size:1.1rem}.Editor-module__x7ssIG__toolbar{gap:.15rem;padding:.35rem}.Editor-module__x7ssIG__toolbarBtn{min-width:28px;height:28px;padding:.3rem .4rem;font-size:.8rem}.Editor-module__x7ssIG__titleInput{padding:.6rem .8rem;font-size:1rem}.Editor-module__x7ssIG__editorArea{min-height:250px;max-height:400px;padding:.8rem;font-size:.95rem}.Editor-module__x7ssIG__imageInputWrapper{flex-direction:column}.Editor-module__x7ssIG__imageUrlBtn{padding:.5rem}.Editor-module__x7ssIG__imagePreview{max-height:150px}.Editor-module__x7ssIG__footer{flex-direction:column;align-items:center;gap:.25rem}}@media (max-width:480px){.Editor-module__x7ssIG__container{padding:.75rem .5rem 1.5rem}.Editor-module__x7ssIG__editorContainer{border-radius:12px;padding:.75rem}.Editor-module__x7ssIG__backBtn{padding:.3rem .6rem;font-size:.75rem}.Editor-module__x7ssIG__title{font-size:.95rem}.Editor-module__x7ssIG__saveBtn{padding:.4rem .8rem;font-size:.75rem}.Editor-module__x7ssIG__deleteBtn{padding:.4rem .6rem;font-size:.8rem}.Editor-module__x7ssIG__toolbar{gap:.1rem;padding:.25rem}.Editor-module__x7ssIG__toolbarBtn{min-width:24px;height:24px;padding:.25rem .3rem;font-size:.7rem}.Editor-module__x7ssIG__titleInput{border-radius:8px;padding:.5rem .7rem;font-size:.9rem}.Editor-module__x7ssIG__editorArea{min-height:200px;max-height:350px;padding:.6rem;font-size:.85rem;line-height:1.6}.Editor-module__x7ssIG__editorArea h1{font-size:1.4rem}.Editor-module__x7ssIG__editorArea h2{font-size:1.1rem}.Editor-module__x7ssIG__editorArea h3{font-size:.95rem}.Editor-module__x7ssIG__imageLabel{font-size:.75rem}.Editor-module__x7ssIG__imageInput{padding:.5rem .7rem;font-size:.8rem}.Editor-module__x7ssIG__imagePreview{max-height:120px}.Editor-module__x7ssIG__footer{font-size:.7rem}.Editor-module__x7ssIG__loadingState{padding:2rem 1rem}.Editor-module__x7ssIG__loadingSpinner{font-size:2rem}}@media (max-width:360px){.Editor-module__x7ssIG__container{padding:.5rem .25rem 1rem}.Editor-module__x7ssIG__editorContainer{padding:.5rem}.Editor-module__x7ssIG__title{font-size:.85rem}.Editor-module__x7ssIG__toolbarBtn{min-width:20px;height:20px;padding:.2rem .25rem;font-size:.65rem}.Editor-module__x7ssIG__editorArea{min-height:150px;max-height:300px;padding:.5rem;font-size:.8rem}.Editor-module__x7ssIG__titleInput{padding:.4rem .6rem;font-size:.85rem}.Editor-module__x7ssIG__headerActions button{padding:.3rem .5rem;font-size:.7rem}}::selection{color:#0a0e17;background:#60a5fa}button:focus-visible,input:focus-visible,.Editor-module__x7ssIG__editorArea:focus-visible{outline-offset:2px;outline:2px solid #60a5fa}.Editor-module__x7ssIG__container::-webkit-scrollbar{width:6px}.Editor-module__x7ssIG__container::-webkit-scrollbar-track{background:#0a0e17}.Editor-module__x7ssIG__container::-webkit-scrollbar-thumb{background:#2a3344;border-radius:3px}.Editor-module__x7ssIG__container::-webkit-scrollbar-thumb:hover{background:#3a4a5a}
