.hemingway-editor{font-family:Georgia,serif;background-color:var(--editor-bg,#fff);color:var(--editor-text,#1f2937);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.dark .hemingway-editor{background-color:#1e293b;color:#e2e8f0}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:var(--header-bg,#f8fafc);border-bottom:1px solid var(--header-border,#e2e8f0);color:var(--header-text,#374151)}.dark .editor-header{background-color:#0f172a;border-bottom:1px solid #334155;color:#94a3b8}.editor-modes{display:flex;gap:8px}.mode-button{padding:6px 16px;background-color:transparent;border:1px solid var(--button-border,#d1d5db);color:var(--button-text,#6b7280);border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.dark .mode-button{border:1px solid #475569;color:#94a3b8}.mode-button.active{background-color:var(--button-active-bg,#e5e7eb);color:var(--button-active-text,#374151);border-color:var(--button-active-border,#9ca3af)}.dark .mode-button.active{background-color:#334155;color:#f8fafc;border-color:#64748b}.menu-bar{display:flex;gap:8px}.menu-bar button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:var(--menu-button-bg,#f3f4f6);color:var(--menu-button-text,#6b7280);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.dark .menu-bar button{background-color:#1e293b;color:#94a3b8}.menu-bar button:hover{background-color:var(--menu-button-hover-bg,#e5e7eb);color:var(--menu-button-hover-text,#374151)}.dark .menu-bar button:hover{background-color:#334155;color:#f8fafc}.menu-bar button.is-active{background-color:var(--menu-button-active-bg,#e5e7eb);color:var(--menu-button-active-text,#374151)}.dark .menu-bar button.is-active{background-color:#334155;color:#f8fafc}.editor{flex-grow:1;padding:20px;overflow-y:auto;background-color:var(--editor-content-bg,#fff);font-size:18px;line-height:1.6;color:var(--editor-content-text,#1f2937)}.dark .editor{background-color:#0f172a;color:#e2e8f0}.editor .ProseMirror{min-height:100%;outline:none}.editor .ProseMirror p{margin-bottom:1rem}.editor .ProseMirror h1{font-size:2.25rem;font-weight:700;margin:1.2em 0 .7em;line-height:1.2}.editor .ProseMirror h2{font-size:1.75rem;font-weight:600;margin:1.1em 0 .6em;line-height:1.25}.editor .ProseMirror h3{font-size:1.35rem;font-weight:600;margin:1em 0 .5em;line-height:1.3}.editor .ProseMirror h4{font-size:1.1rem;font-weight:600;margin:.9em 0 .4em;line-height:1.35}.editor .ProseMirror h5{font-size:1rem;font-weight:600;margin:.8em 0 .3em;line-height:1.4}.editor .ProseMirror h6{font-size:.95rem;font-weight:600;margin:.7em 0 .2em;line-height:1.45}.editor .ProseMirror strong{font-weight:700}.editor .ProseMirror em{font-style:italic}.editor .ProseMirror u{text-decoration:underline}.editor-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:var(--footer-bg,#f8fafc);border-top:1px solid var(--footer-border,#e2e8f0);font-size:14px;color:var(--footer-text,#6b7280)}.dark .editor-footer{background-color:#0f172a;border-top:1px solid #334155;color:#94a3b8}.stats-container{display:flex;align-items:center;gap:16px}.readability-score{display:flex;flex-direction:column;align-items:center}.score-label{font-size:12px;color:var(--score-label-color,#9ca3af)}.dark .score-label{color:#64748b}.score-value{font-size:16px;font-weight:600;color:var(--score-value-color,#374151)}.dark .score-value{color:#f8fafc}.stats-divider{width:1px;height:30px;background-color:var(--divider-color,#d1d5db)}.dark .stats-divider{background-color:#334155}.text-stats{display:flex;gap:16px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-weight:600;color:var(--stat-value-color,#374151)}.dark .stat-value{color:#f8fafc}.stat-label{font-size:12px;color:var(--stat-label-color,#9ca3af)}.dark .stat-label{color:#64748b}.language-indicator{display:flex;align-items:center;gap:8px;color:var(--language-color,#6b7280)}.dark .language-indicator{color:#94a3b8}.analyzing-indicator{display:flex;align-items:center;gap:8px;color:var(--analyzing-color,#6b7280)}.dark .analyzing-indicator{color:#94a3b8}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.highlight-very-hard{background-color:rgba(239,68,196,.25)!important;border-bottom:2px solid rgba(239,68,202,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-very-hard:hover{background-color:rgba(239,68,196,.45)!important;border-bottom:2px solid #ef44ca!important}.highlight-hard{background-color:rgba(245,158,11,.25)!important;border-bottom:2px solid rgba(245,158,11,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-hard:hover{background-color:rgba(245,158,11,.45)!important;border-bottom:2px solid #f59e0b!important}.highlight-adverb{background-color:rgba(59,130,246,.25)!important;border-bottom:2px solid rgba(59,130,246,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-adverb:hover{background-color:rgba(59,130,246,.45)!important;border-bottom:2px solid #3b82f6!important}.highlight-passive{background-color:rgba(16,185,129,.25)!important;border-bottom:2px solid rgba(16,185,129,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-passive:hover{background-color:rgba(16,185,129,.45)!important;border-bottom:2px solid #10b981!important}.highlight-complex{background-color:rgba(139,92,246,.25)!important;border-bottom:2px solid rgba(139,92,246,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-complex:hover{background-color:rgba(139,92,246,.45)!important;border-bottom:2px solid #8b5cf6!important}.highlight-grammar{background-color:rgba(236,72,72,.25)!important;border-bottom:2px solid rgba(236,72,72,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-grammar:hover{background-color:rgba(236,72,72,.45)!important;border-bottom:2px solid #ec4848!important}.highlight-spelling{background-color:hsla(0,88%,68%,.25)!important;border-bottom:2px solid hsla(0,88%,68%,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-spelling:hover{background-color:hsla(0,88%,68%,.45)!important;border-bottom:2px solid #f56565!important}.highlight-factual{background-color:rgba(168,85,247,.25)!important;border-bottom:2px solid rgba(168,85,247,.8)!important;padding:0 2px;border-radius:2px;cursor:help}.highlight-factual:hover{background-color:rgba(168,85,247,.45)!important;border-bottom:2px solid #a855f7!important}.hemingway-legend{display:flex;flex-wrap:wrap;gap:16px;padding:12px 16px;background-color:var(--legend-bg,#f8fafc);border-top:1px solid var(--legend-border,#e2e8f0);font-size:12px}.dark .hemingway-legend{background-color:#0f172a;border-top:1px solid #334155}.legend-item{display:flex;align-items:center;gap:8px;color:var(--legend-text,#6b7280)}.dark .legend-item{color:#94a3b8}.legend-color{width:12px;height:12px;border-radius:2px}.legend-color.very-hard{background-color:rgba(239,68,196,.8)}.legend-color.hard{background-color:rgba(245,158,11,.8)}.legend-color.adverb{background-color:rgba(59,130,246,.8)}.legend-color.passive{background-color:rgba(16,185,129,.8)}.legend-color.complex{background-color:rgba(139,92,246,.8)}.legend-color.grammar{background-color:rgba(236,72,72,.8)}.legend-text{font-size:12px;color:var(--legend-text,#6b7280)}.dark .legend-text{color:#94a3b8}.editor.edit-mode .ProseMirror{background-color:var(--edit-mode-bg,#fefefe)}.export-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.export-modal{background-color:var(--modal-bg,#fff);border-radius:8px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.dark .export-modal{background-color:#1e293b;border:1px solid #334155}.export-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--modal-border,#e5e7eb)}.dark .export-modal-header{border-bottom:1px solid #334155}.export-modal-header h3{margin:0;font-size:18px;font-weight:600;color:var(--modal-title,#111827)}.dark .export-modal-header h3{color:#f8fafc}.export-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--modal-close,#6b7280);padding:4px;border-radius:4px;transition:all .2s ease}.dark .export-modal-close{color:#94a3b8}.export-modal-close:hover{background-color:var(--modal-close-hover,#f3f4f6);color:var(--modal-close-hover-text,#374151)}.dark .export-modal-close:hover{background-color:#334155;color:#f8fafc}.export-modal-content{padding:24px}.export-modal-content p{margin:0 0 16px;color:var(--modal-text,#6b7280)}.dark .export-modal-content p{color:#94a3b8}.export-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.export-option{display:flex;flex-direction:column;padding:16px;border:1px solid var(--export-option-border,#e5e7eb);border-radius:6px;background-color:var(--export-option-bg,#fff);cursor:pointer;transition:all .2s ease;text-align:left}.dark .export-option{border:1px solid #334155;background-color:#1e293b}.export-option:hover{border-color:var(--export-option-hover-border,#d1d5db);background-color:var(--export-option-hover-bg,#f9fafb)}.dark .export-option:hover{border-color:#475569;background-color:#334155}.export-option:active{transform:scale(.98)}.export-format{font-weight:600;font-size:14px;color:var(--export-format,#111827);margin-bottom:4px}.dark .export-format{color:#f8fafc}.export-description{font-size:12px;color:var(--export-description,#6b7280)}.dark .export-description{color:#94a3b8}.export-button{color:var(--export-button,#6b7280)}.dark .export-button{color:#94a3b8}.export-button:hover{color:var(--export-button-hover,#374151)}.dark .export-button:hover{color:#f8fafc}@media (max-width:640px){.export-modal{width:95%;margin:20px}.export-options{grid-template-columns:1fr}.export-modal-content{padding:16px}}