.md-editor-wrapper{display:flex;flex-direction:column;gap:1rem}.md-editor-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.md-editor-title{font-size:1.125rem;font-weight:600;color:#fff}.md-editor-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.md-editor-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s;white-space:nowrap}.md-editor-btn svg{width:16px;height:16px}.md-editor-btn-secondary{color:#9ca3af;background:#1f2937;border:1px solid rgb(55,65,81)}.md-editor-btn-secondary:hover{background:#374151;color:#fff}.md-editor-btn-primary{color:#fff;background:#4f46e5}.md-editor-btn-primary:hover{background:#6366f1}.md-editor-btn:disabled{opacity:.6;cursor:not-allowed}.theme-toggle{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#1f2937;border:1px solid rgb(55,65,81);border-radius:.375rem;font-size:.875rem;color:#9ca3af}.theme-toggle-slider{position:relative;width:40px;height:20px;background:#374151;border-radius:10px;cursor:pointer;transition:background .2s}.theme-toggle-slider:before{content:"";position:absolute;width:16px;height:16px;left:2px;top:2px;background:#fff;border-radius:50%;transition:transform .2s}.theme-toggle-slider.active{background:#4f46e5}.theme-toggle-slider.active:before{transform:translate(20px)}.md-editor-main{display:grid;grid-template-columns:1fr 1fr;gap:1rem;height:600px;border:1px solid rgb(55,65,81);border-radius:.5rem;overflow:hidden}.md-editor-pane{display:flex;flex-direction:column;min-height:0;background:#1f2937}.md-editor-pane-header{padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#9ca3af;background:#111827;border-bottom:1px solid rgb(55,65,81);flex-shrink:0}.md-editor-pane:first-child{border-right:2px solid rgb(55,65,81)}.md-editor.light-mode .md-editor-pane:first-child{border-right-color:#e5e7eb}.md-editor-textarea{flex:1;width:100%;padding:1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem;line-height:1.6;color:#e5e7eb;background:#1f2937;border:none;outline:none;resize:none;overflow-y:auto}.md-editor-textarea::placeholder{color:#6b7280}.md-editor.light-mode .md-editor-pane{background:#fff}.md-editor.light-mode .md-editor-pane-header{background:#f9fafb;color:#4b5563;border-bottom-color:#e5e7eb}.md-editor.light-mode .md-editor-textarea,.md-editor.light-mode .md-editor-preview{background:#fff;color:#111827}.md-editor-preview{flex:1;padding:1.5rem;overflow-y:auto;background:#1f2937;color:#e5e7eb}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.25;color:#fff}.md-editor-preview h1:first-child,.md-editor-preview h2:first-child,.md-editor-preview h3:first-child{margin-top:0}.md-editor-preview h1{font-size:2em;border-bottom:1px solid rgb(55,65,81);padding-bottom:.3em}.md-editor-preview h2{font-size:1.5em;border-bottom:1px solid rgb(55,65,81);padding-bottom:.3em}.md-editor-preview h3{font-size:1.25em}.md-editor-preview p{margin:1em 0;line-height:1.6}.md-editor-preview a{color:#60a5fa;text-decoration:none}.md-editor-preview a:hover{text-decoration:underline}.md-editor-preview code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em;background:#111827;color:#fbbf24;padding:.2em .4em;border-radius:3px}.md-editor-preview pre{background:#111827;padding:1rem;overflow:auto;border-radius:.5rem;line-height:1.45;margin:1em 0;border:1px solid rgb(55,65,81)}.md-editor-preview pre code{background:none;color:#e5e7eb;padding:0}.md-editor-preview blockquote{margin:1em 0;padding:0 1em;color:#9ca3af;border-left:4px solid rgb(79,70,229)}.md-editor-preview ul,.md-editor-preview ol{margin:1em 0;padding-left:2em}.md-editor-preview li{margin:.25em 0}.md-editor-preview table{border-collapse:collapse;width:100%;margin:1em 0}.md-editor-preview th,.md-editor-preview td{border:1px solid rgb(55,65,81);padding:8px 12px;text-align:left}.md-editor-preview th{background:#111827;font-weight:600;color:#fff}.md-editor-preview tr:nth-child(2n){background:#111827}.md-editor-preview hr{border:none;border-top:1px solid rgb(55,65,81);margin:2em 0}.md-editor-preview img{max-width:100%;height:auto;border-radius:.5rem}.md-editor.light-mode .md-editor-preview h1,.md-editor.light-mode .md-editor-preview h2,.md-editor.light-mode .md-editor-preview h3,.md-editor.light-mode .md-editor-preview h4,.md-editor.light-mode .md-editor-preview h5,.md-editor.light-mode .md-editor-preview h6{color:#111827}.md-editor.light-mode .md-editor-preview h1,.md-editor.light-mode .md-editor-preview h2{border-bottom-color:#e5e7eb}.md-editor.light-mode .md-editor-preview a{color:#1d4ed8}.md-editor.light-mode .md-editor-preview code{background:#f9fafb;color:#dc2626}.md-editor.light-mode .md-editor-preview pre{background:#f9fafb;border-color:#e5e7eb}.md-editor.light-mode .md-editor-preview pre code{color:#111827}.md-editor.light-mode .md-editor-preview blockquote{color:#4b5563;border-left-color:#6366f1}.md-editor.light-mode .md-editor-preview th,.md-editor.light-mode .md-editor-preview td{border-color:#e5e7eb}.md-editor.light-mode .md-editor-preview th{background:#f9fafb;color:#111827}.md-editor.light-mode .md-editor-preview tr:nth-child(2n){background:#f9fafb}.md-editor.light-mode .md-editor-preview hr{border-top-color:#e5e7eb}.md-editor-preview mark{background-color:#fef3c7;color:#111827;padding:.1em .2em;border-radius:2px}.md-editor-preview ins{text-decoration:none;background-color:#86efac;color:#111827;padding:.1em .2em;border-radius:2px}.md-editor-preview .task-list-item{list-style-type:none;margin-left:-1.5em}.md-editor-preview .footnotes{margin-top:2em;padding-top:1em;border-top:1px solid rgb(55,65,81);font-size:.9em}.md-editor.light-mode .md-editor-preview .footnotes{border-top-color:#e5e7eb}.md-editor-preview .table-of-contents{background:#111827;padding:1em 1.5em;border-radius:.5rem;margin:1em 0;border:1px solid rgb(55,65,81)}.md-editor.light-mode .md-editor-preview .table-of-contents{background:#f9fafb;border-color:#e5e7eb}.md-editor-preview .mermaid-diagram{display:flex;justify-content:center;margin:1.5em 0;padding:1em;background:#111827;border-radius:.5rem;border:1px solid rgb(55,65,81)}.md-editor-preview .mermaid-diagram svg{max-width:100%;height:auto}.md-editor.light-mode .md-editor-preview .mermaid-diagram{background:#f9fafb;border-color:#e5e7eb}.md-editor-preview .mermaid-error{color:#f87171;background:#ef44441a;padding:1em;border-radius:.5rem;font-family:monospace;font-size:.9em;border:1px solid rgb(239,68,68)}.md-editor.light-mode .md-editor-preview .mermaid-error{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.md-editor-modal-overlay{position:fixed;inset:0;background:#000000bf;z-index:9998;display:flex;align-items:center;justify-content:center}.md-editor-modal{background:#1f2937;border-radius:.75rem;padding:1.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid rgb(55,65,81);box-shadow:0 20px 25px -5px #00000080}.md-editor-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.md-editor-modal-title{font-size:1.25rem;font-weight:600;color:#fff}.md-editor-modal-close{padding:.5rem;color:#9ca3af;background:transparent;border:none;cursor:pointer;border-radius:.375rem;transition:all .2s}.md-editor-modal-close:hover{background:#374151;color:#fff}.md-editor-settings-group{margin-bottom:1.5rem}.md-editor-settings-group h3{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.75rem}.md-editor-checkbox{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.875rem;color:#9ca3af;cursor:pointer}.md-editor-checkbox:hover{color:#fff}.md-editor-settings-group select{padding:.5rem .75rem;font-size:.875rem;color:#fff;background:#111827;border:1px solid rgb(55,65,81);border-radius:.375rem;cursor:pointer;width:100%}.md-editor-settings-group select:hover{border-color:#4b5563}.md-editor-settings-group select:focus{outline:none;border-color:#4f46e5}@media print{html,body{background:#fff!important;background-color:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden}.md-editor-header,.md-editor-pane-header,.md-editor-textarea,.md-editor-modal-overlay,.md-editor-pane:first-child,header,nav,footer,#back-to-tools,.bg-gray-800>h1.text-2xl,.bg-gray-800>p.text-gray-400,#markdown-editor-container~h1,#markdown-editor-container~p{display:none!important}.min-h-screen,.max-w-7xl,.bg-gray-800,.rounded-xl,.shadow-xl,.p-6,.py-8,.px-4,#markdown-editor-container,[class*=container]{padding:0!important;margin:0!important;background:#fff!important;background-color:#fff!important;border:none!important;box-shadow:none!important;border-radius:0!important}.md-editor,.md-editor-wrapper,.md-editor-main,.md-editor-pane{background:#fff!important;background-color:#fff!important;border:none!important;height:auto!important;overflow:visible!important;display:block!important;visibility:visible!important;margin:0!important;padding:0!important;gap:0!important}.md-editor-main{grid-template-columns:1fr!important}.md-editor-preview,.md-editor-preview *{visibility:visible!important}.md-editor-preview{position:static!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;background:#fff!important;color:#000!important;padding:0!important}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{color:#000!important;page-break-after:avoid}.md-editor-preview>h1:first-child,.md-editor-preview>*:first-child{margin-top:0!important}.md-editor-preview p,.md-editor-preview li,.md-editor-preview span{color:#000!important}.md-editor-preview a{color:#0366d6!important}.md-editor-preview code{background:#f6f8fa!important;color:#24292e!important}.md-editor-preview pre{background:#f6f8fa!important;border:1px solid #e1e4e8!important;page-break-inside:avoid}.md-editor-preview pre code{color:#24292e!important}.md-editor-preview blockquote{color:#6a737d!important;border-left-color:#dfe2e5!important}.md-editor-preview table{page-break-inside:avoid}.md-editor-preview th,.md-editor-preview td{border-color:#e1e4e8!important}.md-editor-preview th{background:#f6f8fa!important;color:#000!important}.md-editor-preview tr:nth-child(2n){background:#f6f8fa!important}.md-editor-preview .mermaid-diagram{background:#f6f8fa!important;border:1px solid #e1e4e8!important;page-break-inside:avoid}.md-editor-preview .mermaid-diagram svg{max-width:100%!important}}@media(max-width:768px){.md-editor-header{flex-direction:column;align-items:stretch;gap:.75rem}.md-editor-actions{flex-wrap:wrap;justify-content:center;gap:.5rem}.md-editor-btn{flex:1 1 auto;min-width:fit-content}.md-editor-btn span{display:none}.theme-toggle{padding:.5rem}.md-editor-main{grid-template-columns:1fr;height:auto;gap:0}.md-editor-pane{min-height:300px;max-height:400px}.md-editor-textarea,.md-editor-preview{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.md-editor-pane:first-child{border-right:none;border-bottom:2px solid rgb(55,65,81)}.md-editor.light-mode .md-editor-pane:first-child{border-right:none;border-bottom-color:#e5e7eb}.md-editor-modal{width:95%;max-height:90vh}.md-editor-settings-group{margin-bottom:1rem}}@media(max-width:1024px)and (min-width:769px){.md-editor-main{height:500px}.md-editor-btn{padding:.5rem .75rem}}@media(max-width:480px){.md-editor-pane{min-height:250px;max-height:350px}.md-editor-btn{padding:.5rem}.md-editor-header{gap:.5rem}.md-editor-actions{gap:.375rem}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
