.editor-container{border-radius:8px;border:2px solid #e5e7eb;background:#fff;position:relative;display:flex;flex-direction:column;max-height:calc(100vh - 15rem)}@media (min-width: 768px){.editor-container{max-height:calc(100vh - 15rem)}}.dark .editor-container{border-color:#374151;background:#1f2937}.editor-inner{background:#fff;position:relative;overflow-y:auto;flex:1;max-height:calc(100vh - 18rem)}@media (min-width: 768px){.editor-inner{max-height:calc(100vh - 18rem)}}.dark .editor-inner{background:#1f2937}.editor-inner::-webkit-scrollbar{width:8px}.editor-inner::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.dark .editor-inner::-webkit-scrollbar-track{background:#374151}.editor-inner::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}.dark .editor-inner::-webkit-scrollbar-thumb{background:#6b7280}.editor-inner::-webkit-scrollbar-thumb:hover{background:#6b7280}.dark .editor-inner::-webkit-scrollbar-thumb:hover{background:#9ca3af}.editor-input{min-height:400px;resize:none;font-size:16px;caret-color:#9333ea;position:relative;-moz-tab-size:1;-o-tab-size:1;tab-size:1;outline:0;padding:16px}.dark .editor-input{caret-color:#c084fc}.editor-placeholder{color:#9ca3af;overflow:hidden;position:absolute;text-overflow:ellipsis;top:16px;left:16px;font-size:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;pointer-events:none}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-text-code{background-color:#f3f4f6;padding:2px 4px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}.dark .editor-text-code{background-color:#374151}.editor-paragraph{margin:0 0 12px;position:relative}.editor-paragraph:last-child{margin-bottom:0}.editor-heading-h1{font-size:2.5em;font-weight:700;margin:0 0 12px;color:#111827}.dark .editor-heading-h1{color:#f9fafb}.editor-heading-h2{font-size:2em;font-weight:700;margin:0 0 12px;color:#111827}.dark .editor-heading-h2{color:#f9fafb}.editor-heading-h3{font-size:1.75em;font-weight:700;margin:0 0 12px;color:#111827}.dark .editor-heading-h3{color:#f9fafb}.editor-heading-h4{font-size:1.5em;font-weight:700;margin:0 0 12px;color:#111827}.dark .editor-heading-h4{color:#f9fafb}.editor-heading-h5{font-size:1.25em;font-weight:700;margin:0 0 12px;color:#111827}.dark .editor-heading-h5{color:#f9fafb}.editor-heading-h6{font-size:1em;font-weight:700;margin:0 0 12px;color:#111827}.dark .editor-heading-h6{color:#f9fafb}.editor-list-ol,.editor-list-ul{padding:0;margin:0 0 12px 16px;list-style-position:outside}.editor-listitem{margin:4px 0 4px 24px}.editor-nested-listitem{list-style-type:none}.editor-quote{margin:0 0 12px;font-size:16px;color:#6b7280;border-left:4px solid #9333ea;padding-left:16px;font-style:italic}.dark .editor-quote{color:#9ca3af;border-left-color:#c084fc}.editor-code{background-color:#1f2937;font-family:Courier New,Menlo,Monaco,monospace;display:block;padding:12px;line-height:1.53;font-size:14px;margin:0 0 12px;-moz-tab-size:2;-o-tab-size:2;tab-size:2;overflow-x:auto;border-radius:8px;color:#f9fafb}.dark .editor-code{background-color:#111827}.editor-tokenComment{color:#6b7280;font-style:italic}.editor-tokenPunctuation{color:#9ca3af}.editor-tokenProperty{color:#10b981}.editor-tokenSelector{color:#fbbf24}.editor-tokenOperator{color:#f59e0b}.editor-tokenAttr{color:#3b82f6}.editor-tokenVariable{color:#ec4899}.editor-tokenFunction{color:#8b5cf6}.editor-tokenString{color:#34d399}.editor-tokenKeyword{color:#c084fc;font-weight:600}.editor-tokenNumber{color:#fb923c}.editor-tokenBoolean{color:#f87171}.editor-tokenClass{color:#60a5fa}.editor-tokenNamespace{color:#a78bfa}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#6b7280;font-style:italic}.token.punctuation{color:#9ca3af}.token.property,.token.tag,.token.boolean,.token.constant,.token.symbol,.token.deleted{color:#f87171}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#34d399}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#f59e0b}.token.atrule,.token.attr-value,.token.keyword{color:#c084fc;font-weight:600}.token.function,.token.class-name{color:#60a5fa}.token.regex,.token.important,.token.variable{color:#ec4899}.token.number{color:#fb923c}.language-csharp .token.keyword{color:#569cd6}.language-csharp .token.class-name{color:#4ec9b0}.language-csharp .token.string{color:#d69d85}.language-csharp .token.number{color:#b5cea8}.language-javascript .token.keyword,.language-typescript .token.keyword{color:#c586c0}.language-javascript .token.function,.language-typescript .token.function{color:#dcdcaa}.language-python .token.keyword{color:#569cd6}.language-python .token.function{color:#dcdcaa}.language-python .token.decorator{color:#4ec9b0}.language-json .token.property{color:#9cdcfe}.language-json .token.string{color:#ce9178}.editor-link{color:#9333ea;text-decoration:underline;cursor:pointer}.dark .editor-link{color:#c084fc}.editor-link:hover{text-decoration:underline;color:#7c3aed}.dark .editor-link:hover{color:#a78bfa}.editor-image{max-width:100%;cursor:default;display:block;margin:12px 0;border-radius:8px}.editor-table,.editor-inner table{border-collapse:collapse;border-spacing:0;width:100%;table-layout:fixed;margin:12px 0;background-color:#fff}.dark .editor-table,.dark .editor-inner table{background-color:#1f2937}.editor-tableCell,.editor-tableCellHeader,.editor-inner table td,.editor-inner table th{border:1px solid #d1d5db;padding:8px;vertical-align:top;text-align:start;color:#111827;background-color:#fff}.dark .editor-tableCell,.dark .editor-tableCellHeader,.dark .editor-inner table td,.dark .editor-inner table th{border-color:#4b5563;color:#f9fafb;background-color:#1f2937}.editor-tableCellHeader,.editor-inner table th{background-color:#f3f4f6;font-weight:700;color:#111827}.dark .editor-tableCellHeader,.dark .editor-inner table th{background-color:#374151;color:#f9fafb}.editor-tableCell:focus,.editor-tableCellHeader:focus,.editor-inner table td:focus,.editor-inner table th:focus{outline:2px solid #9333ea;outline-offset:-2px}.dark .editor-tableCell:focus,.dark .editor-tableCellHeader:focus,.dark .editor-inner table td:focus,.dark .editor-inner table th:focus{outline-color:#c084fc}@media (max-width: 767px){.editor-table,.editor-inner table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;table-layout:auto;width:100%;max-width:100%}.editor-tableCell,.editor-tableCellHeader,.editor-inner table td,.editor-inner table th{min-width:80px;white-space:normal;word-wrap:break-word}}.lexical-viewer .editor-table{border-collapse:collapse;border-spacing:0;width:100%;table-layout:fixed;margin:12px 0;background-color:#fff!important}.dark .lexical-viewer .editor-table{background-color:#1f2937!important}.lexical-viewer .editor-tableCell,.lexical-viewer .editor-tableCellHeader{border:1px solid #d1d5db;padding:8px;vertical-align:top;text-align:start;color:#111827!important;background-color:#fff!important}.dark .lexical-viewer .editor-tableCell,.dark .lexical-viewer .editor-tableCellHeader{border-color:#4b5563!important;color:#f9fafb!important;background-color:#1f2937!important}.lexical-viewer .editor-tableCellHeader{background-color:#f3f4f6!important;font-weight:700;color:#111827!important}.dark .lexical-viewer .editor-tableCellHeader{background-color:#374151!important;color:#f9fafb!important}.lexical-viewer .editor-tableCell:focus,.lexical-viewer .editor-tableCellHeader:focus{outline:2px solid #9333ea;outline-offset:-2px}.dark .lexical-viewer .editor-tableCell:focus,.dark .lexical-viewer .editor-tableCellHeader:focus{outline-color:#c084fc}@media (max-width: 767px){.lexical-viewer .editor-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;table-layout:auto;width:100%;max-width:100%}.lexical-viewer .editor-tableCell,.lexical-viewer .editor-tableCellHeader{min-width:80px;white-space:normal;word-wrap:break-word}}.editor-hr{border:none;border-top:2px solid #d1d5db;margin:16px 0}.dark .editor-hr{border-top-color:#4b5563}.editor-page-break{margin:24px 0;padding:12px;text-align:center;color:#9ca3af;border-top:2px dashed #d1d5db;border-bottom:2px dashed #d1d5db;background:#f9fafb;font-size:14px;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .editor-page-break{border-color:#4b5563;background:#1f2937;color:#6b7280}.editor-columns{display:grid;gap:24px;margin:12px 0}@media (max-width: 767px){.editor-columns{grid-template-columns:1fr!important}}.editor-column{min-height:100px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;position:relative}.dark .editor-column{border-color:#4b5563;background:#1f2937}.editor-column:focus-within{outline:2px solid #9333ea;outline-offset:2px}.dark .editor-column:focus-within{outline-color:#c084fc}.lexical-viewer .editor-columns{display:grid;gap:24px;margin:12px 0}@media (max-width: 767px){.lexical-viewer .editor-columns{grid-template-columns:1fr!important}}.lexical-viewer .editor-column{min-height:100px;padding:12px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb}.dark .lexical-viewer .editor-column{border-color:#4b5563;background:#1f2937}.editor-toolbar{display:flex;align-items:center;gap:4px;padding:8px;border-bottom:2px solid #e5e7eb;background:#f9fafb;border-radius:8px 8px 0 0;flex-wrap:wrap;position:sticky;top:0;z-index:10;flex-shrink:0}.dark .editor-toolbar{border-bottom-color:#374151;background:#111827}.editor-toolbar button{padding:8px;border-radius:4px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#374151}.dark .editor-toolbar button{color:#d1d5db}.editor-toolbar button:hover{background:#e5e7eb}.dark .editor-toolbar button:hover{background:#374151}.editor-toolbar button.active{background:#9333ea;color:#fff}.dark .editor-toolbar button.active{background:#7c3aed}.editor-toolbar button:disabled{opacity:.5;cursor:not-allowed}.editor-toolbar .divider{width:1px;height:24px;background:#d1d5db;margin:0 4px}.dark .editor-toolbar .divider{background:#4b5563}.editor-toolbar select{padding:6px 12px;border-radius:4px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;font-size:14px}.dark .editor-toolbar select{border-color:#4b5563;background:#1f2937;color:#d1d5db}.editor-toolbar input[type=color]{width:40px;height:32px;padding:2px;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;background:#fff}.dark .editor-toolbar input[type=color]{border-color:#4b5563;background:#1f2937}.editor-toolbar input[type=number]{width:70px;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#374151;font-size:14px}.dark .editor-toolbar input[type=number]{border-color:#4b5563;background:#1f2937;color:#d1d5db}.editor-toolbar-label{font-size:11px;color:#6b7280;font-weight:500;margin-left:4px}.dark .editor-toolbar-label{color:#9ca3af}.youtube-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:12px 0;border-radius:8px}.youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.image-wrapper{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.image-wrapper.selected{outline:2px solid #4F46E5;outline-offset:2px}.resize-handle{position:absolute;width:10px;height:10px;background-color:#4f46e5;border:2px solid white;border-radius:50%;z-index:10;box-shadow:0 2px 4px #0003}.resize-handle:hover{background-color:#4338ca;transform:scale(1.2);transition:all .15s ease}.dark .resize-handle{border-color:#1f2937;box-shadow:0 2px 4px #00000080}.resizing{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.resizing *{cursor:inherit!important}
