.loading-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-spinner{position:relative;width:80px;height:80px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}.spinner-ring{position:absolute;width:100%;height:100%;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{color:#64748b;font-size:16px;font-weight:500;margin:0;text-align:center;letter-spacing:.025em;animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-wrapper.compact{min-height:auto;padding:20px}.loading-wrapper.compact .loading-spinner{width:40px;height:40px;margin-bottom:12px}.loading-wrapper.compact .spinner-ring{border-width:3px}.loading-wrapper.compact .loading-message{font-size:14px}.loading-wrapper.small{min-height:auto;padding:12px}.loading-wrapper.small .loading-spinner{width:24px;height:24px;margin-bottom:8px}.loading-wrapper.small .spinner-ring{border-width:2px}.loading-wrapper.small .loading-message{font-size:12px}@media (max-width: 768px){.loading-spinner{width:60px;height:60px}.loading-message{font-size:14px}}@media (max-width: 480px){.loading-spinner{width:50px;height:50px}.loading-message{font-size:13px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:450px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:30px}.auth-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:10px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header p{color:#666;font-size:1rem;margin:0}.error-message{background:#fee;color:#c53030;padding:15px;border-radius:10px;margin-bottom:20px;border:1px solid #fed7d7;text-align:center;font-weight:500}.auth-form{margin-bottom:25px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-size:.9rem}.form-group input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.field-error{color:#e53e3e;font-size:.8rem;margin-top:5px;display:block}.password-hint{color:#718096;font-size:.8rem;margin-top:5px;display:block;font-style:italic}.auth-button{width:100%;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-footer{text-align:center;padding-top:20px;border-top:1px solid #e2e8f0}.auth-footer p{color:#666;margin:0;font-size:.9rem}.auth-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 480px){.auth-container{padding:10px}.auth-card{padding:30px 20px}.auth-header h1{font-size:2rem}.form-group input,.auth-button{padding:12px}}.auth-button:disabled{position:relative;overflow:hidden}.auth-button:disabled:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading 1.5s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.form-group input:focus{transform:scale(1.02)}.auth-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026;transition:all .3s ease}.optimization-loader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.loader-overlay{background:#000c;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loader-content{background:#fff;border-radius:20px;padding:40px;text-align:center;max-width:500px;width:90%;box-shadow:0 20px 40px #0000004d;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.loader-icon{font-size:4rem;margin-bottom:20px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.loader-title{color:#333;margin-bottom:15px;font-size:1.5rem;font-weight:600}.loader-step{color:#666;margin-bottom:25px;font-size:1.1rem}.optimization-loader .progress-container{margin:25px 0;width:100%;display:block}.optimization-loader .progress-bar{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:10px;display:block}.optimization-loader .progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#45a049);border-radius:4px;transition:width .3s ease;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.optimization-loader .progress-text{color:#4caf50;font-weight:600;font-size:1.1rem}.step-indicator{margin:20px 0;padding:10px;background:#f5f5f5;border-radius:10px}.step-text{color:#555;font-weight:500}.loader-tips{margin-top:25px;text-align:left;background:#f8f9fa;padding:20px;border-radius:10px;border-left:4px solid #4CAF50}.loader-tips p{margin:8px 0;color:#666;font-size:.9rem}.cancel-optimization-btn{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000026;margin-top:20px;font-size:.95rem}.cancel-optimization-btn:hover{background:linear-gradient(135deg,#e53e3e,#c53030);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.cancel-optimization-btn:active{transform:translateY(0)}@media (max-width: 768px){.loader-content{padding:25px 20px;margin:20px;max-width:90vw}.loader-title{font-size:1.3rem}.loader-step{font-size:1rem}.cancel-optimization-btn{width:100%;padding:14px 20px;font-size:1rem}}@media (max-width: 480px){.loader-content{padding:20px 15px;margin:15px}.loader-title{font-size:1.2rem}.loader-step{font-size:.9rem}.loader-tips p{font-size:.85rem}}.optimization-loader.fade-out{animation:fadeOut .3s ease-out forwards}@keyframes fadeOut{to{opacity:0}}.optimization-loader[data-type=seo] .progress-fill{background:linear-gradient(90deg,#2196f3,#1976d2)}.optimization-loader[data-type=content] .progress-fill{background:linear-gradient(90deg,#ff9800,#f57c00)}.optimization-loader[data-type=title] .progress-fill{background:linear-gradient(90deg,#9c27b0,#7b1fa2)}.optimization-loader[data-type=structure] .progress-fill{background:linear-gradient(90deg,#607d8b,#455a64)}.optimization-loader[data-type=paragraphs] .progress-fill{background:linear-gradient(90deg,#795548,#5d4037)}.paragraph-generator{margin:20px 0;padding:15px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.paragraph-generator h4{margin:0 0 15px;color:#333;font-size:16px}.paragraph-controls{display:flex;flex-direction:column;gap:15px}.paragraph-controls label{display:flex;flex-direction:column;gap:5px;font-weight:500;color:#555}.paragraph-number-input{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;width:100px}.paragraph-buttons{display:flex;flex-direction:column;gap:10px}.generate-paragraphs-btn,.generate-structure-paragraphs-btn{padding:10px 15px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.generate-paragraphs-btn{background-color:#007bff;color:#fff}.generate-paragraphs-btn:hover:not(:disabled){background-color:#0056b3}.generate-structure-paragraphs-btn{background-color:#28a745;color:#fff}.generate-structure-paragraphs-btn:hover:not(:disabled){background-color:#1e7e34}.generate-paragraphs-btn:disabled,.generate-structure-paragraphs-btn:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}@media (min-width: 768px){.paragraph-buttons{flex-direction:row}.paragraph-buttons button{flex:1}}:root{--editor-bg: #ffffff;--editor-text: #2d3748;--editor-text-secondary: #4a5568;--editor-text-muted: #718096;--editor-border: #e2e8f0;--editor-border-light: #f1f1f1;--editor-shadow: rgba(0, 0, 0, .1);--editor-shadow-hover: rgba(0, 0, 0, .15);--editor-header-bg: transparent;--editor-container-bg: #ffffff;--editor-focus-bg: rgba(102, 126, 234, .05);--editor-focus-border: rgba(102, 126, 234, .2);--editor-selected-bg: rgba(102, 126, 234, .1);--editor-selected-border: rgba(102, 126, 234, .3);--editor-btn-bg: linear-gradient(135deg, #667eea, #764ba2);--editor-btn-hover: brightness(1.05);--editor-scrollbar-track: #f1f1f1;--editor-scrollbar-thumb: #c1c1c1;--editor-scrollbar-thumb-hover: #a8a8a8;--editor-placeholder: #a0aec0;--editor-code-bg: #f7fafc;--editor-code-border: #e2e8f0;--editor-quote-border: #667eea;--editor-quote-text: #718096;--editor-quote-caption: #a0aec0;--editor-text-primary: #1a202c;--editor-text-heading: #2d3748;--editor-text-body: #4a5568;--editor-text-caption: #718096;--editor-text-placeholder: #a0aec0;--editor-text-link: #667eea;--editor-text-link-hover: #5a6fd8;--editor-text-code: #2d3748;--editor-text-quote: #718096;--editor-text-quote-caption: #a0aec0;--editor-text-list: #4a5568;--editor-text-table: #2d3748;--editor-text-table-header: #1a202c;--editor-text-image-caption: #718096;--editor-text-strong: #1a202c;--editor-text-em: #2d3748;--editor-text-mark: #2d3748;--editor-text-del: #e53e3e;--editor-text-ins: #38a169}[data-theme=dark]{--editor-bg: #1a202c;--editor-text: #e2e8f0;--editor-text-secondary: #cbd5e0;--editor-text-muted: #a0aec0;--editor-border: #4a5568;--editor-border-light: #2d3748;--editor-shadow: rgba(0, 0, 0, .3);--editor-shadow-hover: rgba(0, 0, 0, .4);--editor-header-bg: #2d3748;--editor-container-bg: #1a202c;--editor-focus-bg: rgba(102, 126, 234, .15);--editor-focus-border: rgba(102, 126, 234, .4);--editor-selected-bg: rgba(102, 126, 234, .2);--editor-selected-border: rgba(102, 126, 234, .5);--editor-btn-bg: linear-gradient(135deg, #667eea, #764ba2);--editor-btn-hover: brightness(1.1);--editor-scrollbar-track: #2d3748;--editor-scrollbar-thumb: #4a5568;--editor-scrollbar-thumb-hover: #718096;--editor-placeholder: #718096;--editor-code-bg: #2d3748;--editor-code-border: #4a5568;--editor-quote-border: #667eea;--editor-quote-text: #a0aec0;--editor-quote-caption: #718096;--editor-text-primary: #f7fafc;--editor-text-heading: #e2e8f0;--editor-text-body: #cbd5e0;--editor-text-caption: #a0aec0;--editor-text-placeholder: #718096;--editor-text-link: #90cdf4;--editor-text-link-hover: #63b3ed;--editor-text-code: #e2e8f0;--editor-text-quote: #a0aec0;--editor-text-quote-caption: #718096;--editor-text-list: #cbd5e0;--editor-text-table: #e2e8f0;--editor-text-table-header: #f7fafc;--editor-text-image-caption: #a0aec0;--editor-text-strong: #f7fafc;--editor-text-em: #e2e8f0;--editor-text-mark: #faf089;--editor-text-del: #fc8181;--editor-text-ins: #68d391}.editorjs-wrapper{position:relative;width:100%;min-height:400px;background:var(--editor-bg);border-radius:12px;box-shadow:0 4px 20px var(--editor-shadow);overflow:hidden;margin:20px auto;max-width:1200px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--editor-text);transition:all .3s ease;padding:0}.editorjs-header{margin:0;padding:20px 24px 16px;border-bottom:2px solid var(--editor-border);background:var(--editor-header-bg);transition:all .3s ease;position:relative}.editorjs-stats{display:flex;gap:24px;align-items:center;flex-wrap:wrap;justify-content:flex-start;margin:0;padding:0}.stat-item{display:flex;align-items:center;gap:10px}.stat-label{font-weight:600;color:var(--editor-text-secondary);font-size:.9rem;transition:color .3s ease}.stat-value{font-weight:700;color:var(--editor-text);font-size:1.1rem;transition:color .3s ease}.progress-bar{width:100px;height:8px;background:var(--editor-border);border-radius:4px;overflow:hidden;margin:0 10px;transition:background .3s ease}.progress-fill{height:100%;background:var(--editor-btn-bg);border-radius:4px;transition:width .3s ease-in-out}.editorjs-actions{display:flex;flex-wrap:wrap;gap:12px;margin:20px 24px;padding:16px 0;justify-content:flex-start;align-items:center;position:relative;z-index:10}.editorjs-export-wrapper{position:relative}.editorjs-export-menu{position:absolute;top:110%;right:0;background:var(--editor-surface, #0f172a);border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 12px 30px #00000059;padding:8px;z-index:9999;min-width:220px}.editorjs-export-item{display:block;width:100%;text-align:left;padding:10px 12px;background:transparent;color:#e5e7eb;border:none;cursor:pointer;border-radius:8px}.editorjs-export-item:hover{background:#ffffff0f}.editorjs-action-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--editor-border);background:var(--editor-btn-bg);color:#fff;font-weight:600;padding:10px 16px;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px var(--editor-shadow);font-size:.9rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editorjs-action-btn:hover{filter:var(--editor-btn-hover);border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 12px var(--editor-shadow-hover)}.editorjs-action-btn:active{transform:translateY(0)}.editorjs-action-btn.format-html{background:linear-gradient(135deg,#48bb78,#38a169)}.editorjs-action-btn.format-html:hover{background:linear-gradient(135deg,#38a169,#2f855a)}.editorjs-feedback{margin:10px 20px;padding:10px 14px;border-radius:8px;font-weight:600;font-size:.95rem;background:#f0fff4;color:#22543d;border:1px solid #9ae6b4;box-shadow:0 2px 6px #0000000f}.editorjs-feedback.error{background:#fff5f5;color:#742a2a;border-color:#feb2b2}.editorjs-feedback.warning{background:#fffaf0;color:#744210;border-color:#fed7aa}.editorjs-container{min-height:400px;max-height:70vh;padding:24px;margin:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;line-height:1.6;overflow-y:auto;overflow-x:hidden;border:2px solid var(--editor-border);border-radius:10px;background:var(--editor-container-bg);color:var(--editor-text);transition:all .3s ease}.codex-editor{font-size:16px}.editorjs-container::-webkit-scrollbar{width:8px}.editorjs-container::-webkit-scrollbar-track{background:var(--editor-scrollbar-track);border-radius:4px;transition:background .3s ease}.editorjs-container::-webkit-scrollbar-thumb{background:var(--editor-scrollbar-thumb);border-radius:4px;transition:background .3s ease}.editorjs-container::-webkit-scrollbar-thumb:hover{background:var(--editor-scrollbar-thumb-hover)}.editorjs-container{scrollbar-width:thin;scrollbar-color:var(--editor-scrollbar-thumb) var(--editor-scrollbar-track)}.codex-editor__redactor{padding-bottom:0!important}.ce-block{margin:1em 0}.ce-block__content{max-width:none;margin:0}.ce-header{font-weight:600;line-height:1.3;margin:1.2em 0 .6em;color:var(--editor-text-heading);transition:color .3s ease}.ce-header h1{font-size:2.2em;color:var(--editor-text-primary);transition:color .3s ease}.ce-header h2{font-size:1.8em;color:var(--editor-text-heading);transition:color .3s ease}.ce-header h3{font-size:1.5em;color:var(--editor-text-heading);transition:color .3s ease}.ce-header h4{font-size:1.3em;color:var(--editor-text-body);transition:color .3s ease}.ce-header h5{font-size:1.1em;color:var(--editor-text-body);transition:color .3s ease}.ce-header h6{font-size:1em;color:var(--editor-text-caption);transition:color .3s ease}.ce-paragraph{margin:.8em 0;color:var(--editor-text-body);font-size:1rem;line-height:1.8;transition:color .3s ease}.ce-paragraph[data-placeholder]:empty:before{color:var(--editor-text-placeholder);font-style:italic;transition:color .3s ease}.ce-list{margin:.8em 0}.ce-list__item{margin:.3em 0;color:var(--editor-text-list);transition:color .3s ease}.ce-quote{border-left:4px solid var(--editor-quote-border);padding-left:1em;margin:1em 0;font-style:italic;color:var(--editor-text-quote);transition:color .3s ease}.ce-quote__caption{margin-top:.5em;font-size:.9em;color:var(--editor-text-quote-caption);transition:color .3s ease}.ce-code{background:var(--editor-code-bg);border:1px solid var(--editor-code-border);border-radius:6px;padding:1em;margin:1em 0;font-family:Courier New,monospace;font-size:.9em;overflow-x:auto;color:var(--editor-text-code);transition:all .3s ease}.ce-link{color:var(--editor-text-link);text-decoration:underline;transition:color .3s ease}.ce-link:hover{color:var(--editor-text-link-hover)}.ce-table{margin:1em 0;border-collapse:collapse;width:100%;color:var(--editor-text-table);transition:color .3s ease}.ce-table td{border:1px solid var(--editor-border);padding:.5em;text-align:left;color:var(--editor-text-table);transition:all .3s ease}.ce-table th{border:1px solid var(--editor-border);padding:.5em;background:var(--editor-border-light);font-weight:600;color:var(--editor-text-table-header);transition:all .3s ease}.ce-image{margin:1em 0;text-align:center}.ce-image img{max-width:100%;height:auto;border-radius:6px;box-shadow:0 2px 8px var(--editor-shadow);transition:box-shadow .3s ease}.ce-image__caption{margin-top:.5em;font-size:.9em;color:var(--editor-text-image-caption);font-style:italic;transition:color .3s ease}.ce-paragraph strong,.ce-paragraph b{color:var(--editor-text-strong);font-weight:700;transition:color .3s ease}.ce-paragraph em,.ce-paragraph i{color:var(--editor-text-em);font-style:italic;transition:color .3s ease}.ce-paragraph mark{background-color:var(--editor-text-mark);color:var(--editor-text-primary);padding:2px 4px;border-radius:3px;transition:all .3s ease}.ce-paragraph del,.ce-paragraph s{color:var(--editor-text-del);text-decoration:line-through;transition:color .3s ease}.ce-paragraph ins,.ce-paragraph u{color:var(--editor-text-ins);text-decoration:underline;transition:color .3s ease}.ce-embed{margin:1em 0;text-align:center}.codex-editor__redactor{padding-right:0!important}.ce-toolbar__content{max-width:none}.ce-toolbar__actions{right:0}.context-menu{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:1000;min-width:200px;padding:8px 0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.context-menu-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#4a5568}.context-menu-item:hover{background-color:#f7fafc}.context-menu-icon{margin-right:12px;font-size:16px;width:20px;text-align:center}.ce-block{position:relative;padding:8px;margin:6px 0;border-radius:8px;transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease,transform .18s ease;will-change:transform,box-shadow}.ce-block.is-focused{outline:none;box-shadow:0 0 0 3px #3b82f61f;border-radius:8px}.ce-block.is-selected{background:#3b82f60d;border:2px solid #3b82f6;box-shadow:0 0 0 1px #3b82f614}.ce-block.is-selected:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:4px;background:#3b82f6;border-radius:2px;pointer-events:none}.theme-toggle{position:absolute;top:20px;right:24px;background:var(--editor-btn-bg);border:2px solid var(--editor-border);color:#fff;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px var(--editor-shadow);font-size:1.3rem;z-index:10}.theme-toggle:hover{filter:var(--editor-btn-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--editor-shadow-hover)}.theme-toggle:active{transform:translateY(0)}.theme-toggle.light-theme:before{content:"☀️"}.theme-toggle.dark-theme:before{content:"🌙"}.editorjs-feedback{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:8px;font-weight:600;font-size:.9rem;z-index:1000;box-shadow:0 4px 12px var(--editor-shadow);transition:all .3s ease;max-width:300px}.editorjs-feedback.success{background:#10b981;color:#fff;border:1px solid #059669}.editorjs-feedback.error{background:#ef4444;color:#fff;border:1px solid #dc2626}.editorjs-feedback.warning{background:#f59e0b;color:#fff;border:1px solid #d97706}.editorjs-seo-checks{margin:20px 24px;padding:20px;background:var(--editor-focus-bg);border:1px solid var(--editor-focus-border);border-radius:10px;transition:all .3s ease}.editorjs-seo-checks h4{margin:0 0 16px;color:var(--editor-text);font-size:1.1rem;font-weight:600;transition:color .3s ease}.editorjs-seo-checks h5{margin:16px 0 12px;color:var(--editor-text-secondary);font-size:1rem;font-weight:600;transition:color .3s ease}.editorjs-seo-checks h6{margin:12px 0 8px;color:var(--editor-text-muted);font-size:.9rem;font-weight:600;transition:color .3s ease}.editorjs-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;margin-bottom:20px}.editorjs-check-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;background:var(--editor-container-bg);border:1px solid var(--editor-border);transition:all .3s ease}.editorjs-check-item.success{background:#10b9811a;border-color:#10b9814d}.editorjs-check-item.error{background:#ef44441a;border-color:#ef44444d}.editorjs-check-item.warning{background:#f59e0b1a;border-color:#f59e0b4d}.editorjs-check-icon{font-size:1rem;flex-shrink:0}.editorjs-check-text{font-size:.9rem;color:var(--editor-text-secondary);transition:color .3s ease}.editorjs-html-structure-analysis{margin-top:20px;padding-top:16px;border-top:1px solid var(--editor-border)}.editorjs-structure-details{margin-top:12px}.editorjs-structure-status{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;margin-bottom:12px}.editorjs-structure-status.valid{background:#10b9811a;border:1px solid rgba(16,185,129,.3)}.editorjs-structure-status.invalid{background:#ef44441a;border:1px solid rgba(239,68,68,.3)}.editorjs-status-icon{font-size:1rem}.editorjs-status-text{font-size:.9rem;color:var(--editor-text-secondary);transition:color .3s ease}.editorjs-structure-issues{margin-top:12px}.editorjs-structure-issues ul{margin:8px 0;padding-left:20px}.editorjs-issue-item{display:flex;align-items:center;gap:8px;margin:4px 0;color:var(--editor-text-secondary);transition:color .3s ease}.editorjs-issue-icon{font-size:.9rem}.editorjs-fix-structure-btn{background:var(--editor-btn-bg);color:#fff;border:2px solid var(--editor-border);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease;margin-top:12px}.editorjs-fix-structure-btn:hover{filter:var(--editor-btn-hover);transform:translateY(-1px)}.editorjs-structure-info{margin-top:12px;padding:8px 12px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:6px}.editorjs-structure-info p{margin:0;color:var(--editor-text-secondary);font-size:.9rem;transition:color .3s ease}.context-menu{position:fixed;background:var(--editor-container-bg);border:1px solid var(--editor-border);border-radius:8px;box-shadow:0 4px 12px var(--editor-shadow);z-index:1000;min-width:220px;overflow:hidden;transition:all .3s ease}.context-menu-section{padding:4px 0}.context-menu-item{display:flex;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;color:var(--editor-text-secondary);transition:all .3s ease;font-size:14px}.context-menu-item:hover{background:var(--editor-focus-bg);color:var(--editor-text)}.context-menu-item.danger{color:#e53e3e}.context-menu-item.danger:hover{background:#fed7d7;color:#c53030}.context-menu-icon{font-size:1rem;flex-shrink:0;width:20px;text-align:center}.context-menu-divider{height:1px;background:var(--editor-border);margin:4px 0}.editorjs-shortcuts{display:flex;gap:16px;align-items:center;margin-left:auto}.shortcut-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--editor-text-secondary)}.shortcut-item kbd{background:var(--editor-btn-bg);color:var(--editor-text);padding:2px 6px;border-radius:4px;font-size:.7rem;font-family:Courier New,monospace;border:1px solid var(--editor-border);box-shadow:0 1px 2px var(--editor-shadow)}@media (max-width: 768px){.editorjs-wrapper{margin:15px auto;max-width:100%}.editorjs-header{padding:16px 20px 12px}.editorjs-container{padding:20px;margin:0 15px;min-height:300px;max-height:60vh}.editorjs-actions{margin:15px 20px;padding:12px 0;gap:10px}.editorjs-seo-checks{margin:15px 20px;padding:16px}.editorjs-stats{gap:20px}.stat-item{gap:8px}.stat-label{font-size:.8rem}.stat-value{font-size:1rem}.theme-toggle{top:16px;right:20px;width:40px;height:40px;font-size:1.2rem}.editorjs-check-grid{grid-template-columns:1fr;gap:10px}.ce-header h1{font-size:1.8em}.ce-header h2{font-size:1.5em}.ce-header h3{font-size:1.3em}.context-menu{min-width:180px}.context-menu-item{padding:10px 14px;font-size:13px}}@media (max-width: 480px){.editorjs-wrapper{margin:10px auto}.editorjs-header{padding:12px 16px 10px}.editorjs-container{padding:16px;margin:0 10px;min-height:250px;max-height:50vh}.editorjs-actions{margin:10px 16px;padding:10px 0;gap:8px;flex-direction:column;align-items:stretch}.editorjs-action-btn{width:100%;justify-content:center}.editorjs-seo-checks{margin:10px 16px;padding:12px}.editorjs-stats{gap:15px;flex-direction:column;align-items:flex-start}.stat-item{width:100%;justify-content:space-between;flex-direction:row;gap:10px}.theme-toggle{top:12px;right:16px;width:36px;height:36px;font-size:1.1rem}.editorjs-check-grid{grid-template-columns:1fr;gap:8px}.editorjs-check-item{padding:6px 10px}.ce-header h1{font-size:1.6em}.ce-header h2{font-size:1.4em}.ce-header h3{font-size:1.2em}}.ce-block{transition:all .2s ease}.context-menu{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ce-block:focus{outline:2px solid #667eea;outline-offset:2px}.context-menu-item:focus{outline:2px solid #667eea;outline-offset:-2px}@media (prefers-color-scheme: dark){.editorjs-wrapper{background:#1a202c;color:#e2e8f0}.editorjs-container,.ce-header h1,.ce-header h2,.ce-header h3{color:#e2e8f0}.ce-paragraph,.ce-list__item{color:#cbd5e0}.ce-quote{color:#a0aec0;border-left-color:#667eea}.ce-code{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.context-menu{background:#2d3748;border-color:#4a5568}.context-menu-item{color:#e2e8f0}.context-menu-item:hover{background-color:#4a5568}}.editorjs-seo-checks{background:#f7fafc;border-radius:10px;padding:20px;border:1px solid #e2e8f0;margin:20px}.editorjs-seo-checks h4{margin:0 0 15px;color:#2d3748;font-size:1.1rem;font-weight:600}.editorjs-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.editorjs-check-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;transition:all .3s ease}.editorjs-check-item.success{border-color:#48bb78;background:#f0fff4}.editorjs-check-item.error{border-color:#f56565;background:#fff5f5}.editorjs-check-item.warning{border-color:#ed8936;background:#fffaf0}.editorjs-check-icon{font-size:1.2rem;flex-shrink:0}.editorjs-check-text{font-size:.9rem;color:#4a5568;font-weight:500}.editorjs-html-structure-analysis{margin-top:25px;padding:20px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.editorjs-html-structure-analysis h5{margin:0 0 15px;color:#2d3748;font-size:1.1rem;font-weight:600}.editorjs-structure-details{background:#fff;border-radius:8px;padding:15px;border:1px solid #e2e8f0}.editorjs-structure-status{display:flex;align-items:center;gap:10px;padding:12px;border-radius:6px;margin-bottom:15px}.editorjs-structure-status.valid{background:#f0fff4;border:1px solid #9ae6b4;color:#22543d}.editorjs-structure-status.invalid{background:#fff5f5;border:1px solid #feb2b2;color:#742a2a}.editorjs-status-icon{font-size:1.2rem;flex-shrink:0}.editorjs-status-text{font-weight:600;font-size:1rem}.editorjs-structure-issues{background:#fffaf0;border:1px solid #fed7aa;border-radius:6px;padding:15px}.editorjs-structure-issues h6{margin:0 0 10px;color:#744210;font-size:1rem;font-weight:600}.editorjs-structure-issues ul{margin:0 0 15px;padding-left:20px}.editorjs-issue-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#744210;font-size:.9rem}.editorjs-issue-icon{font-size:1rem;flex-shrink:0}.editorjs-fix-structure-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.editorjs-fix-structure-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.editorjs-structure-info{background:#f0fff4;border:1px solid #9ae6b4;border-radius:6px;padding:15px;color:#22543d}.editorjs-structure-info p{margin:0;font-weight:500}.editorjs-paragraph-analysis{margin-top:25px}.editorjs-paragraphs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px;margin-top:15px}.editorjs-paragraph-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:15px;transition:all .3s ease}.editorjs-paragraph-item.optimized{border-color:#48bb78;background:#f0fff4}.editorjs-paragraph-item.has-keyword{border-color:#ed8936;background:#fffaf0}.editorjs-paragraph-item.no-keyword{border-color:#f56565;background:#fff5f5}.editorjs-paragraph-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.editorjs-paragraph-number{background:#667eea;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.editorjs-status-icon.success{color:#48bb78}.editorjs-status-icon.warning{color:#ed8936}.editorjs-status-icon.error{color:#f56565}.editorjs-word-count{margin-left:auto;font-size:.8rem;color:#718096;font-weight:500}.editorjs-paragraph-content{margin-bottom:10px;font-size:.9rem;line-height:1.5;color:#4a5568}.editorjs-paragraph-stats{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.editorjs-density-info{color:#718096;font-weight:500}.editorjs-keyword-status{padding:4px 8px;border-radius:4px;font-weight:600;font-size:.75rem}.editorjs-paragraph-item.optimized .editorjs-keyword-status{background:#c6f6d5;color:#22543d}.editorjs-paragraph-item.has-keyword .editorjs-keyword-status{background:#fed7aa;color:#744210}@media (max-width: 768px){.editorjs-seo-checks{margin:10px;padding:15px}.editorjs-check-grid,.editorjs-paragraphs-grid{grid-template-columns:1fr}.editorjs-structure-issues ul{padding-left:15px}.editorjs-fix-structure-btn{width:100%;text-align:center}}.ce-block.selected{position:relative;background:#3b82f60d;border:2px solid #3b82f6;border-radius:8px;padding:8px;margin:4px 0;transition:all .2s ease;box-shadow:0 0 0 1px #3b82f61a}.ce-block.selected:before{content:"";position:absolute;left:-4px;top:0;bottom:0;width:4px;background:#3b82f6;border-radius:2px}.ce-block.draggable{cursor:grab;-webkit-user-select:none;user-select:none}.ce-block.draggable:hover{background:#3b82f605;border:1px dashed #3b82f6;border-radius:6px}.ce-block[draggable=true]{cursor:grab}.ce-block[draggable=true]:active{cursor:grabbing}.ce-block.dragging{opacity:.6;transform:translateY(-2px) scale(.995);box-shadow:0 12px 30px #0000002e;cursor:grabbing;z-index:9999}.ce-block.drop-target{border:2px dashed #10b981;background:#10b9810d;border-radius:8px;transition:all .2s ease}.ce-block.drop-target:before{content:"↓ Soltar aqui";position:absolute;top:-25px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:1001}.ce-block__drag-handle{position:absolute;left:-8px;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #d1d5db;background:#f3f4f6;cursor:grab;opacity:0;transition:opacity .16s ease,background-color .16s ease,border-color .16s ease;z-index:5;outline:none}.editor--show-handles .ce-block__drag-handle,.ce-block:hover .ce-block__drag-handle,.ce-block__drag-handle:focus{opacity:1}.ce-block__drag-handle__dots{font-size:14px;line-height:1;color:#6b7280;pointer-events:none}.ce-block__drag-handle:active,.ce-block__drag-handle[aria-pressed=true]{background:#3b82f6;border-color:#2563eb;color:#fff}.ce-block__drag-handle:active .ce-block__drag-handle__dots,.ce-block__drag-handle[aria-pressed=true] .ce-block__drag-handle__dots{color:#fff}.ce-block.moving{animation:blockMove .3s ease-out}@keyframes blockMove{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.ce-block.action-success{animation:successPulse .6s ease-out}@keyframes successPulse{0%{background:#10b9811a;border-color:#10b981}to{background:transparent;border-color:transparent}}.ce-block.action-error{animation:errorShake .6s ease-out}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (prefers-reduced-motion: reduce){.ce-block,.ce-block__drag-handle{transition:none;animation:none}}@media (max-width: 768px){.ce-block__drag-handle{left:-6px;width:32px;height:32px}.ce-block.is-selected{padding:6px;margin:2px 0}.ce-block.drop-target:before{font-size:10px;padding:2px 6px}}.editorjs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:var(--editor-text-muted)}.editorjs-loading-spinner{width:40px;height:40px;border:3px solid var(--editor-border);border-top:3px solid var(--editor-btn-bg);border-radius:50%;animation:editorjs-spin 1s linear infinite;margin-bottom:16px}@keyframes editorjs-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.editorjs-loading p{margin:8px 0;font-size:14px;color:var(--editor-text-muted)}.editorjs-retry-info{font-size:12px!important;color:var(--editor-text-muted)!important;opacity:.8}@media (max-width: 768px){.editorjs-loading{padding:20px 10px}.editorjs-loading-spinner{width:30px;height:30px}}.paragraph-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.paragraph-selector-content{background:var(--bg-primary);border-radius:12px;box-shadow:0 20px 40px #0000004d;max-width:800px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.paragraph-selector-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--editor-border);background:var(--bg-secondary)}.paragraph-selector-header h5{margin:0;color:var(--text-primary);font-size:18px;font-weight:600}.close-btn{background:none;border:none;font-size:20px;color:var(--text-muted);cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.close-btn:hover{background:var(--editor-border);color:var(--text-primary)}.paragraphs-list{flex:1;overflow-y:auto;padding:16px 24px;max-height:400px}.paragraph-item{border:2px solid var(--editor-border);border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;transition:all .2s ease;background:var(--bg-primary)}.paragraph-item:hover{border-color:var(--primary-color);background:var(--bg-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.paragraph-item.selected{border-color:var(--primary-color);background:var(--primary-color);color:#fff;box-shadow:0 4px 16px rgba(var(--primary-color-rgb),.3)}.paragraph-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.paragraph-type{background:var(--primary-color);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;min-width:24px;text-align:center}.paragraph-item.selected .paragraph-type{background:#fff3;color:#fff}.paragraph-position{font-size:12px;color:var(--text-muted);font-weight:500}.paragraph-item.selected .paragraph-position{color:#fffc}.paragraph-preview{font-size:14px;line-height:1.4;color:var(--text-primary);margin-bottom:8px}.paragraph-item.selected .paragraph-preview{color:#fff}.paragraph-seo-info{margin-top:8px}.seo-indicators{display:flex;gap:12px;flex-wrap:wrap}.seo-indicators span{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.density.low{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.density.good{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.density.high{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.keyword.has{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.keyword.missing{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.paragraph-item.selected .seo-indicators span{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.paragraph-selector-actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid var(--editor-border);background:var(--bg-secondary);justify-content:flex-end;flex-wrap:wrap}.btn-secondary{background:var(--editor-border);color:var(--text-primary);border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.btn-secondary:hover{background:var(--text-muted);color:#fff}.btn-primary{background:var(--primary-color);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--primary-color-rgb),.3)}.btn-primary:disabled{background:var(--text-muted);cursor:not-allowed;opacity:.6}@media (prefers-color-scheme: dark){.paragraph-selector-content{background:var(--bg-primary);border:1px solid var(--editor-border)}.paragraph-selector-header{background:var(--bg-secondary);border-bottom-color:var(--editor-border)}.paragraph-item{background:var(--bg-primary);border-color:var(--editor-border)}.paragraph-item:hover{background:var(--bg-secondary)}.paragraph-selector-actions{background:var(--bg-secondary);border-top-color:var(--editor-border)}}@media (max-width: 768px){.paragraph-selector-modal{padding:10px}.paragraph-selector-content{max-height:90vh}.paragraphs-list{padding:12px 16px}.paragraph-item{padding:12px}.paragraph-selector-actions{padding:16px;flex-direction:column}.btn-primary,.btn-secondary{width:100%;margin-bottom:8px}}.seo-analysis{background:var(--seo-bg, #f8f9fa);border:1px solid var(--seo-border, #e9ecef);border-radius:8px;padding:16px;margin:16px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.seo-paragraphs{margin-top:16px;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--bg-secondary)}.seo-paragraphs::-webkit-scrollbar{width:6px}.seo-paragraphs::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.seo-paragraphs::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px;transition:background .3s ease}.seo-paragraphs::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}.seo-paragraphs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.seo-paragraph-card{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px;background:#ffffff08;transition:all .2s ease}.seo-paragraph-card:hover{border-color:#fff3;background:#ffffff0d}@media (prefers-color-scheme: dark){.seo-paragraph-card{border:1px solid rgba(255,255,255,.15);background:#ffffff0d}.seo-paragraph-card:hover{border-color:#ffffff40;background:#ffffff14}}.seo-paragraph-card.ok{border-color:#22c55e59;background:#22c55e0d}.seo-paragraph-card.warn{border-color:#ef444459;background:#ef44440d}@media (prefers-color-scheme: dark){.seo-paragraph-card.ok{border-color:#22c55e99;background:#22c55e14}.seo-paragraph-card.warn{border-color:#ef444499;background:#ef444414}}.seo-paragraph-header{display:flex;align-items:center;gap:8px;justify-content:space-between}.seo-paragraph-header .header-info{display:flex;align-items:center;gap:6px}.seo-paragraph-header .badge{padding:4px 8px;border-radius:6px;font-weight:600;font-size:11px;display:flex;align-items:center;gap:4px}.seo-paragraph-card .badge[data-type=h1]{background:#dc267f26;color:#dc267f;border:1px solid rgba(220,38,127,.3)}.seo-paragraph-card .badge[data-type=h2]{background:#6366f126;color:#6366f1;border:1px solid rgba(99,102,241,.3)}.seo-paragraph-card .badge[data-type=h3]{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.seo-paragraph-card .badge[data-type=h4]{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.seo-paragraph-card .badge[data-type=h5]{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.seo-paragraph-card .badge[data-type=h6]{background:#8b5cf626;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.seo-paragraph-card .badge[data-type=paragraph]{background:#6b728026;color:#6b7280;border:1px solid rgba(107,114,128,.3)}@media (prefers-color-scheme: dark){.seo-paragraph-card .badge[data-type=h1]{background:#ff69b433;color:#ff69b4;border:1px solid rgba(255,105,180,.4)}.seo-paragraph-card .badge[data-type=h2]{background:#93c5fd33;color:#93c5fd;border:1px solid rgba(147,197,253,.4)}.seo-paragraph-card .badge[data-type=h3]{background:#86efac33;color:#86efac;border:1px solid rgba(134,239,172,.4)}.seo-paragraph-card .badge[data-type=h4]{background:#fde04733;color:#fde047;border:1px solid rgba(253,224,71,.4)}.seo-paragraph-card .badge[data-type=h5]{background:#fca5a533;color:#fca5a5;border:1px solid rgba(252,165,165,.4)}.seo-paragraph-card .badge[data-type=h6]{background:#c4b5fd33;color:#c4b5fd;border:1px solid rgba(196,181,253,.4)}.seo-paragraph-card .badge[data-type=paragraph]{background:#9ca3af33;color:#9ca3af;border:1px solid rgba(156,163,175,.4)}}.seo-paragraph-header .words{opacity:.8;font-size:12px;color:#9ca3af;font-weight:500}@media (prefers-color-scheme: dark){.seo-paragraph-header .words{color:#d1d5db;opacity:.9}}.seo-paragraph-body .preview{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seo-paragraph-body .header-preview{display:flex;align-items:center;gap:4px}.seo-paragraph-body .header-tag{color:#667eea;font-weight:600;font-size:11px}.seo-paragraph-body .paragraph-preview{color:#666}@media (prefers-color-scheme: dark){.seo-paragraph-body .header-tag{color:#93c5fd;background:#93c5fd1a;padding:1px 3px;border-radius:3px}.seo-paragraph-body .paragraph-preview{color:#d1d5db}}.seo-paragraph-body .meta{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:12px;color:#6b7280}@media (prefers-color-scheme: dark){.seo-paragraph-body .meta{color:#9ca3af}}.seo-paragraph-body .need-fix{background:#f59e0b40;color:#92400e;padding:2px 6px;border-radius:6px;font-size:11px;font-weight:500;border:1px solid rgba(245,158,11,.3)}@media (prefers-color-scheme: dark){.seo-paragraph-body .need-fix{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.4)}}.seo-metrics{margin:16px 0}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:12px}.metric-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;transition:all .2s ease}.metric-card:hover{background:#ffffff14;border-color:#fff3}.metric-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.metric-icon{font-size:16px}.metric-title{font-weight:600;font-size:14px;color:#e5e7eb}.metric-value{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}.score-number{font-size:24px;font-weight:700;color:#f3f4f6}.score-label{font-size:14px;color:#9ca3af}.metric-level{font-size:12px;font-weight:500;padding:2px 6px;border-radius:4px;text-align:center}.metric-level.green{background:#22c55e33;color:#10b981}.metric-level.blue{background:#3b82f633;color:#3b82f6}.metric-level.yellow{background:#f59e0b33;color:#f59e0b}.metric-level.orange{background:#f9731633;color:#f97316}.metric-level.red{background:#ef444433;color:#ef4444}.metric-level.gray{background:#6b728033;color:#6b7280}.link-stats{display:flex;flex-direction:column;gap:4px}.link-stat{display:flex;justify-content:space-between;align-items:center;font-size:12px}.link-label{color:#9ca3af}.link-value{color:#f3f4f6;font-weight:600}.progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);transition:width .3s ease}.secondary-keywords{margin:16px 0}.keyword-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.keyword-tag{background:#6366f126;color:#6366f1;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;border:1px solid rgba(99,102,241,.3);cursor:pointer;transition:all .2s ease}.keyword-tag:hover{background:#6366f140;transform:translateY(-1px)}.keyword-tag.high-relevance{background:#10b98126;color:#10b981;border-color:#10b9814d}.keyword-tag.medium-relevance{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b4d}.block-suggestions{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.suggestion-item{display:flex;align-items:flex-start;gap:6px;margin-bottom:6px;padding:6px;background:#ffffff08;border-radius:4px;font-size:11px}.suggestion-item.high{background:#ef44441a;border-left:3px solid #ef4444}.suggestion-item.medium{background:#f59e0b1a;border-left:3px solid #f59e0b}.suggestion-item.low{background:#10b9811a;border-left:3px solid #10b981}.suggestion-icon{font-size:12px;margin-top:1px}.suggestion-text{color:#d1d5db;flex:1}.suggestion-examples{margin-top:4px;padding-left:18px}.example-text{color:#9ca3af;font-style:italic;font-size:10px}.block-readability{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:10px}.readability-label{color:#9ca3af}.readability-score{font-weight:500;padding:2px 4px;border-radius:3px}.readability-score.green{background:#10b98133;color:#10b981}.readability-score.blue{background:#3b82f633;color:#3b82f6}.readability-score.yellow{background:#f59e0b33;color:#f59e0b}.readability-score.orange{background:#f9731633;color:#f97316}.readability-score.red{background:#ef444433;color:#ef4444}.paragraph-actions{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.btn-improve{padding:4px 8px;border:none;border-radius:4px;font-size:10px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:3px;min-width:80px;justify-content:center}.btn-improve:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.btn-improve:active{transform:translateY(0)}.btn-seo{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-seo:hover{background:linear-gradient(135deg,#059669,#047857)}.btn-complete{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-complete:hover{background:linear-gradient(135deg,#d97706,#b45309)}.btn-title{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.btn-title:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}@media (max-width: 480px){.paragraph-actions{flex-direction:column}.btn-improve{min-width:100%}}.seo-analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--seo-border, #e9ecef)}.seo-analysis-header h4{margin:0;color:var(--seo-title-color, #2c3e50);font-size:16px;font-weight:600}.seo-toggle-btn{background:none;border:none;color:var(--seo-text-muted, #6c757d);cursor:pointer;font-size:16px;padding:4px;border-radius:4px;transition:all .2s ease}.seo-toggle-btn:hover{background:var(--seo-hover-bg, #e9ecef);color:var(--seo-text, #495057)}.seo-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px;padding:12px;background:var(--seo-stats-bg, #ffffff);border-radius:6px;border:1px solid var(--seo-stats-border, #e9ecef)}.seo-stat-item{display:flex;flex-direction:column;gap:4px}.seo-stat-label{font-size:12px;color:var(--seo-text-muted, #6c757d);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.seo-stat-value{font-size:16px;color:var(--seo-text, #495057);font-weight:600}.seo-progress-bar{position:relative;background:var(--seo-progress-bg, #e9ecef);border-radius:4px;height:20px;overflow:hidden}.seo-progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:4px;transition:width .3s ease}.seo-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:11px;font-weight:600;color:var(--seo-progress-text, #ffffff);text-shadow:0 1px 2px rgba(0,0,0,.3)}.seo-checks h5{margin:0 0 12px;color:var(--seo-title-color, #2c3e50);font-size:14px;font-weight:600}.seo-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:8px}.seo-check-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;font-size:13px;transition:all .2s ease}.seo-check-item.success{background:var(--seo-success-bg, #d4edda);color:var(--seo-success-text, #155724);border:1px solid var(--seo-success-border, #c3e6cb)}.seo-check-item.warning{background:var(--seo-warning-bg, #fff3cd);color:var(--seo-warning-text, #856404);border:1px solid var(--seo-warning-border, #ffeaa7)}.seo-check-item.error{background:var(--seo-error-bg, #f8d7da);color:var(--seo-error-text, #721c24);border:1px solid var(--seo-error-border, #f5c6cb)}.seo-check-icon{font-size:14px;flex-shrink:0}.seo-check-text{font-weight:500}.seo-issues{margin-top:16px;padding:12px;background:var(--seo-issues-bg, #fff5f5);border:1px solid var(--seo-issues-border, #fed7d7);border-radius:6px}.seo-issues h5{margin:0 0 8px;color:var(--seo-error-text, #721c24);font-size:14px;font-weight:600}.seo-issues-list{margin:0;padding:0;list-style:none}.seo-issue-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px;font-size:13px;color:var(--seo-error-text, #721c24)}.seo-issue-icon{font-size:12px;flex-shrink:0;margin-top:1px}.seo-issue-text{line-height:1.4}.seo-tips{margin-top:16px;padding:12px;background:var(--seo-tips-bg, #f0f8ff);border:1px solid var(--seo-tips-border, #b3d9ff);border-radius:6px}.seo-tips h5{margin:0 0 8px;color:var(--seo-info-text, #0c5460);font-size:14px;font-weight:600}.seo-tips-list{margin:0;padding:0;list-style:none}.seo-tip-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px;font-size:13px;color:var(--seo-info-text, #0c5460);line-height:1.4}.seo-tip-item:last-child{margin-bottom:0}@media (max-width: 768px){.seo-stats,.seo-check-grid{grid-template-columns:1fr}.seo-analysis{margin:8px 0;padding:12px}}@media (prefers-color-scheme: dark){.seo-analysis{--seo-bg: #2d3748;--seo-border: #4a5568;--seo-title-color: #e2e8f0;--seo-text: #cbd5e0;--seo-text-muted: #a0aec0;--seo-stats-bg: #1a202c;--seo-stats-border: #4a5568;--seo-progress-bg: #4a5568;--seo-progress-text: #ffffff;--seo-success-bg: #22543d;--seo-success-text: #9ae6b4;--seo-success-border: #38a169;--seo-warning-bg: #744210;--seo-warning-text: #f6e05e;--seo-warning-border: #d69e2e;--seo-error-bg: #742a2a;--seo-error-text: #feb2b2;--seo-error-border: #e53e3e;--seo-issues-bg: #742a2a;--seo-issues-border: #e53e3e;--seo-tips-bg: #1a365d;--seo-tips-border: #3182ce;--seo-info-text: #90cdf4;--seo-hover-bg: #4a5568}}.my-articles-page{min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);padding:2rem;transition:background-color .3s ease,color .3s ease}.my-articles-page h1{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.my-articles-page p{text-align:center;color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.articles-list{list-style:none;padding:0;max-width:800px;margin:0 auto}.article-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 2px 10px var(--shadow-light);transition:all .3s ease}.article-item:hover{transform:translateY(-2px);box-shadow:0 4px 20px var(--shadow-medium);border-color:var(--primary-color)}.article-info{flex:1}.article-title{font-weight:600;color:var(--text-primary);font-size:1.1rem;margin-bottom:.5rem}.article-keyword{font-size:.9rem;color:var(--primary-color);background:var(--bg-hover);padding:.25rem .5rem;border-radius:4px;display:inline-block;border:1px solid var(--border-hover)}.open-editor-btn{background:var(--primary-color);color:var(--text-inverse);border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s ease;white-space:nowrap}.open-editor-btn:hover{background:var(--primary-hover);transform:translateY(-1px)}.open-editor-btn:active{transform:translateY(0)}.loading-state{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem}.error-state{text-align:center;padding:3rem;color:#dc3545;font-size:1.1rem;background:var(--bg-secondary);border:1px solid #dc3545;border-radius:8px;max-width:500px;margin:0 auto}.empty-state{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem;background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:8px;max-width:500px;margin:0 auto}.empty-state p{margin-bottom:1rem}.create-article-btn{background:#28a745;color:var(--text-inverse);border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.create-article-btn:hover{background:#218838;transform:translateY(-1px)}@media (max-width: 768px){.my-articles-page{padding:1rem}.my-articles-page h1{font-size:1.5rem;margin-bottom:1.5rem}.article-item{flex-direction:column;align-items:flex-start;gap:1rem}.open-editor-btn{width:100%;text-align:center}}.translation-page{padding:24px;max-width:1400px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.translation-header{text-align:center;margin-bottom:32px;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.translation-header h1{margin:0 0 8px;font-size:2.5rem;font-weight:700}.translation-header p{margin:0;font-size:1.1rem;opacity:.9}.translation-container{display:grid;grid-template-columns:1fr 300px;gap:24px;margin-bottom:32px}.article-selection{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014;border:1px solid #e1e5e9}.article-selection h3{margin:0 0 20px;color:#2d3748;font-size:1.25rem;font-weight:600}.articles-list{display:flex;flex-direction:column;gap:12px}.article-item{padding:16px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#f8fafc}.article-item:hover{border-color:#667eea;background:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.article-item.selected{border-color:#667eea;background:#f0f4ff;box-shadow:0 0 0 3px #667eea1a}.article-keyword{font-weight:600;color:#667eea;font-size:.9rem;margin-bottom:4px}.article-title{font-weight:500;color:#2d3748;margin-bottom:4px}.article-date{font-size:.8rem;color:#718096}.translation-settings{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014;border:1px solid #e1e5e9;height:fit-content}.translation-settings h3{margin:0 0 20px;color:#2d3748;font-size:1.25rem;font-weight:600}.language-selector{margin-bottom:24px}.language-selector label{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.language-selector select{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s ease}.language-selector select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.translate-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.translate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.translate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.translate-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.texts-visualization{grid-column:1 / -1;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014;border:1px solid #e1e5e9}.texts-visualization h3{margin:0 0 24px;color:#2d3748;font-size:1.25rem;font-weight:600}.texts-table{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-bottom:32px}.table-header{display:grid;grid-template-columns:1fr 2fr 2fr;background:#f7fafc;border-bottom:1px solid #e2e8f0}.header-cell{padding:16px;font-weight:600;color:#4a5568;text-align:center;border-right:1px solid #e2e8f0}.header-cell:last-child{border-right:none}.table-row{display:grid;grid-template-columns:1fr 2fr 2fr}.table-cell{padding:16px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;min-height:60px;display:flex;align-items:center;justify-content:center}.table-cell:last-child{border-right:none}.keyword-cell{background:#f0f4ff;font-weight:600;color:#667eea}.original-cell{background:#f7fafc;color:#2d3748}.translated-cell{background:#f0fff4;color:#38a169;font-weight:500}.paragraphs-comparison h4{margin:0 0 20px;color:#2d3748;font-size:1.1rem;font-weight:600}.paragraphs-container{display:flex;flex-direction:column;gap:24px}.paragraph-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:20px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.paragraph-original h5,.paragraph-translated h5{margin:0 0 12px;font-size:.9rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.paragraph-original h5{color:#667eea}.paragraph-translated h5{color:#38a169}.paragraph-content{background:#fff;padding:16px;border-radius:6px;border:1px solid #e2e8f0;line-height:1.6;color:#2d3748;min-height:80px}.create-article-option{margin-bottom:24px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#4a5568;margin-bottom:8px}.checkbox-label input[type=checkbox]{margin-right:12px;width:18px;height:18px;accent-color:#667eea}.option-description{margin:0;font-size:.9rem;color:#718096;font-style:italic}.new-article-feedback{margin-top:24px}.success-card{display:flex;align-items:flex-start;background:linear-gradient(135deg,#f0fff4,#c6f6d5);border:2px solid #68d391;border-radius:12px;padding:24px;box-shadow:0 4px 20px #68d39133}.success-icon{font-size:2rem;margin-right:16px;flex-shrink:0}.success-content h3{margin:0 0 16px;color:#22543d;font-size:1.25rem;font-weight:600}.success-content p{margin:0 0 8px;color:#2f855a;font-size:.95rem}.success-content p:last-child{margin-bottom:0}.success-description{font-style:italic;opacity:.9;margin-top:12px!important;padding-top:12px;border-top:1px solid rgba(104,211,145,.3)}.error-message{background:#fed7d7;color:#c53030;padding:16px;border-radius:8px;border:1px solid #feb2b2;text-align:center;font-weight:500;margin-top:24px}@media (max-width: 1024px){.translation-container{grid-template-columns:1fr}.translation-settings{order:-1}}@media (max-width: 768px){.translation-page{padding:16px}.translation-header h1{font-size:2rem}.paragraph-pair{grid-template-columns:1fr;gap:16px}.texts-table{font-size:.9rem}.table-cell{padding:12px}}@media (max-width: 480px){.table-header,.table-row{grid-template-columns:1fr}.header-cell,.table-cell{border-right:none;border-bottom:1px solid #e2e8f0}.header-cell:last-child,.table-cell:last-child{border-bottom:none}.success-card{flex-direction:column;text-align:center}.success-icon{margin-right:0;margin-bottom:12px}}.planos-precos-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.planos-precos-content{max-width:1200px;margin:0 auto}.planos-header{text-align:center;margin-bottom:3rem;color:#fff}.planos-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.planos-header .subtitle{font-size:1.2rem;opacity:.9;font-weight:300}.planos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.plano-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.plano-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.plano-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.plano-header{text-align:center;margin-bottom:2rem}.plano-header h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333}.preco{display:flex;align-items:baseline;justify-content:center;gap:.5rem}.preco .valor{font-size:2.5rem;font-weight:800;color:#667eea}.preco .periodo{font-size:1rem;color:#666}.plano-features{margin-bottom:2rem}.plano-features ul{list-style:none;padding:0;margin:0}.plano-features li{padding:.5rem 0;color:#555;font-size:.95rem;border-bottom:1px solid #f0f0f0}.plano-features li:last-child{border-bottom:none}.btn-plano{width:100%;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-gratuito{background:#28a745;color:#fff}.btn-gratuito:hover{background:#218838;transform:scale(1.02)}.btn-basico,.btn-pro{background:#6c757d;color:#fff;cursor:not-allowed;opacity:.7}.btn-enterprise{background:#17a2b8;color:#fff}.btn-enterprise:hover{background:#138496;transform:scale(1.02)}.plano-gratuito{border:2px solid #28a745}.plano-basico,.plano-pro{border:2px solid #6c757d}.plano-enterprise{border:2px solid #17a2b8}.planos-info{margin-bottom:3rem}.info-card{background:#fffffff2;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000001a}.info-card h4{font-size:1.5rem;color:#333;margin-bottom:1rem}.info-card p{color:#555;line-height:1.6;margin-bottom:1rem}.info-card p:last-child{margin-bottom:0}.planos-faq{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.planos-faq h3{text-align:center;font-size:2rem;color:#333;margin-bottom:2rem}.faq-item{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.faq-item:last-child{border-bottom:none;margin-bottom:0}.faq-item h4{color:#333;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.faq-item p{color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.planos-header h1{font-size:2.5rem}.planos-grid{grid-template-columns:1fr;gap:1.5rem}.plano-card{padding:1.5rem}.preco .valor{font-size:2rem}.planos-container{padding:1rem .5rem}}@media (max-width: 480px){.planos-header h1{font-size:2rem}.planos-header .subtitle{font-size:1rem}.plano-card{padding:1rem}.preco .valor{font-size:1.8rem}}.theme-switch{display:flex;align-items:center;padding:8px 16px;border-radius:8px;transition:all .3s ease;position:relative}.theme-switch:hover{background:var(--bg-hover)}.theme-toggle-track{width:60px;height:30px;border-radius:30px;background:var(--theme-toggle-track-bg);transition:all .3s ease;position:relative;cursor:pointer;border:2px solid var(--theme-toggle-border);display:flex;align-items:center;justify-content:space-between;padding:0 6px}.theme-toggle-track:hover{transform:scale(1.05)}.theme-toggle-track:active{transform:scale(.95)}.theme-toggle-icon{font-size:14px;z-index:1;pointer-events:none;color:var(--theme-toggle-icon-color);transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle-icon svg{width:16px;height:16px;transition:all .3s ease}.theme-toggle-icon.left{opacity:1}.theme-toggle-icon.right,[data-theme=dark] .theme-toggle-icon.left{opacity:.3}[data-theme=dark] .theme-toggle-icon.right{opacity:1}.theme-toggle-thumb{position:absolute;top:50%;left:3px;width:24px;height:24px;border-radius:50%;background:var(--theme-toggle-thumb-bg);box-shadow:0 2px 6px var(--theme-toggle-thumb-shadow);transition:transform .3s cubic-bezier(.4,0,.2,1);border:2px solid var(--theme-toggle-border);display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.theme-toggle-thumb svg{width:14px;height:14px;color:var(--theme-toggle-icon-color)}[data-theme=dark] .theme-toggle-thumb{border:2px solid #ffffff;box-shadow:0 2px 8px #0009,0 0 0 1px #ffffff1a}.theme-toggle-thumb.dark{transform:translate(30px) translateY(-50%)}.theme-toggle-thumb.light{transform:translate(0) translateY(-50%)}.theme-toggle-track:hover .theme-toggle-thumb{box-shadow:0 4px 10px var(--theme-toggle-thumb-shadow-hover)}@media (max-width: 768px){.theme-toggle-track{width:50px;height:26px;padding:0 4px}.theme-toggle-thumb{width:20px;height:20px}.theme-toggle-thumb.dark{transform:translate(26px) translateY(-50%)}.theme-toggle-icon{font-size:12px}.theme-toggle-icon svg{width:14px;height:14px}.theme-toggle-thumb svg{width:12px;height:12px}}@media (max-width: 480px){.theme-toggle-track{width:45px;height:24px;padding:0 3px}.theme-toggle-thumb{width:18px;height:18px}.theme-toggle-thumb.dark{transform:translate(24px) translateY(-50%)}.theme-toggle-icon{font-size:11px}.theme-toggle-icon svg{width:12px;height:12px}.theme-toggle-thumb svg{width:10px;height:10px}}.navbar{background:var(--navbar-bg);box-shadow:var(--navbar-shadow);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--navbar-border);transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease}.navbar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.navbar-brand{display:flex;align-items:center}.brand-link{display:flex;align-items:center;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.5rem;transition:color .3s ease}.brand-link:hover{color:var(--primary-color)}.brand-logo{width:50px;height:50px;margin-right:10px;object-fit:contain;border-radius:8px;transition:transform .3s ease}.brand-logo:hover{transform:scale(1.1)}.brand-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;align-items:center;gap:30px}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:1rem;transition:all .3s ease;padding:8px 16px;border-radius:8px;position:relative;display:flex;align-items:center;gap:8px}.nav-icon{color:var(--text-secondary);transition:color .3s ease}.nav-link:hover .nav-icon{color:var(--primary-color)}.nav-link:hover{color:var(--primary-color);background:var(--bg-hover)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:100%}.navbar-user{position:relative}.user-info{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 12px;border-radius:25px;transition:all .3s ease;border:2px solid transparent}.user-info:hover{background:var(--bg-hover);border-color:var(--border-hover)}.user-avatar{width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-inverse);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.username{font-weight:600;color:var(--text-primary);font-size:.9rem}.dropdown-arrow{font-size:.8rem;color:var(--text-secondary);transition:transform .3s ease}.user-info:hover .dropdown-arrow{transform:rotate(180deg)}.user-dropdown{position:absolute;top:100%;right:0;margin-top:10px;background:var(--dropdown-bg);border-radius:12px;box-shadow:var(--dropdown-shadow);border:1px solid var(--dropdown-border);min-width:200px;z-index:1001;animation:slideDown .3s ease-out;transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:15px 20px;border-bottom:1px solid var(--border-color);text-align:center}.dropdown-header strong{display:block;color:var(--text-primary);font-size:1rem;margin-bottom:2px}.dropdown-header small{color:var(--text-secondary);font-size:.8rem}.dropdown-divider{height:1px;background:var(--border-color);margin:0}.dropdown-item{width:100%;padding:12px 20px;border:none;background:none;text-align:left;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;gap:12px;color:var(--text-primary);font-size:.9rem;text-decoration:none}.dropdown-icon{color:var(--text-secondary);transition:color .3s ease}.dropdown-item:hover{background:var(--dropdown-hover)}.dropdown-item:hover .dropdown-icon{color:var(--primary-color)}.logout-icon{font-size:1rem}.logout-btn .dropdown-icon{color:var(--error-color)}.logout-btn:hover .dropdown-icon{color:var(--error-hover)}.logout-btn{width:100%;padding:12px 20px;border:none;background:none;text-align:left;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;color:var(--error-color)!important;font-size:.9rem;font-family:inherit}.logout-btn:hover{background:var(--error-bg);color:var(--error-hover)!important}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}@media (max-width: 768px){.navbar-container{padding:0 15px}.navbar-menu{gap:15px}.nav-link{padding:6px 12px;font-size:.9rem}.brand-text{display:none}.brand-logo{width:50px;height:50px}.username{display:none}.user-dropdown{right:-10px;min-width:180px}}@media (max-width: 480px){.navbar-menu{display:none}.navbar-container{justify-content:space-between}.brand-logo{width:50px;height:50px}.user-dropdown{right:-20px;min-width:160px}}.navbar{animation:slideDownNav .5s ease-out}@keyframes slideDownNav{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.App,.editor-page{height:100vh;display:flex;flex-direction:column}.editor-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--text-inverse);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--navbar-shadow);transition:background .3s ease,box-shadow .3s ease}.editor-header h1{font-size:1.5rem;font-weight:600}.logout-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);color:var(--text-inverse);padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#ffffff4d}.editor-main{flex:1;display:flex;overflow-y:auto;overflow-x:hidden}.editor-left-panel{width:300px;background:var(--bg-primary);border-right:1px solid var(--border-color);padding:1rem;overflow-y:auto;overflow-x:hidden;box-shadow:2px 0 10px var(--shadow-light);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.input-group{margin-bottom:1rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.keyword-input,.title-input{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:5px;font-size:.9rem;background:var(--bg-primary);color:var(--text-primary);transition:border-color .3s ease,background-color .3s ease,color .3s ease}.keyword-input:focus,.title-input:focus{outline:none;border-color:var(--primary-color)}.generators-section{margin:1.5rem 0;padding:1rem;background:var(--bg-secondary);border-radius:8px;transition:background-color .3s ease}.title-generator-btn,.structure-generator-btn{width:100%;padding:.75rem;margin-bottom:.5rem;background:var(--primary-color);color:var(--text-inverse);border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.title-generator-btn:hover,.structure-generator-btn:hover{background:var(--primary-hover)}.presets-container{margin:1.5rem 0;padding:1rem;background:var(--bg-secondary);border-radius:8px;transition:background-color .3s ease}.presets-container h4{margin-bottom:1rem;color:var(--text-primary);font-size:1rem}.presets-buttons{display:flex;flex-direction:column;gap:.5rem}.preset-btn{padding:.5rem;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:.85rem}.preset-btn:hover{background:var(--bg-hover);border-color:var(--primary-color)}.preset-seo{border-left:4px solid #28a745}.preset-complete{border-left:4px solid #17a2b8}.preset-titulo{border-left:4px solid #ffc107}.paragraph-generator{margin:1.5rem 0;padding:1rem;background:var(--bg-secondary);border-radius:8px;transition:background-color .3s ease}.paragraph-generator h4{margin-bottom:1rem;color:var(--text-primary);font-size:1rem}.paragraph-controls{display:flex;flex-direction:column;gap:.5rem}.paragraph-number-input{width:80px;padding:.5rem;border:1px solid var(--border-color);border-radius:4px;margin-left:.5rem;background:var(--bg-primary);color:var(--text-primary);transition:border-color .3s ease,background-color .3s ease,color .3s ease}.generate-paragraphs-btn{padding:.75rem;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.generate-paragraphs-btn:hover{background:#218838}.generate-paragraphs-btn:disabled{background:var(--text-muted);cursor:not-allowed}.editor-center-panel{flex:1;background:var(--bg-primary);display:flex;flex-direction:column;min-height:0;transition:background-color .3s ease}.editor-container{flex:1;display:flex;flex-direction:column;padding:1rem;overflow-y:auto;overflow-x:hidden;height:100%}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem;background:var(--bg-secondary);border-radius:5px;transition:background-color .3s ease}.word-count{font-size:.9rem;color:var(--text-secondary)}.seo-progress{width:200px;height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;transition:background-color .3s ease}.seo-progress-bar{height:100%;transition:width .3s ease}.ck-editor__editable{min-height:60vh;max-height:none;overflow-y:visible}.ck.ck-editor__main>.ck-editor__editable{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:5px;color:var(--text-primary);transition:background-color .3s ease,border-color .3s ease,color .3s ease}.seo-checks{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border-radius:5px;transition:background-color .3s ease}.seo-check-item{margin-bottom:.5rem}.seo-check{font-size:.85rem;font-weight:500}.seo-check.success{color:#28a745}.seo-check.warning{color:#ffc107}.seo-check.error{color:#dc3545}.seo-density{display:flex;flex-direction:column;gap:.5rem}.seo-density-bar{width:100%;height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden;transition:background-color .3s ease}.seo-density-progress-bar{height:100%;transition:width .3s ease}.editor-right-panel{width:350px;background:var(--bg-primary);border-left:1px solid var(--border-color);display:flex;flex-direction:column;box-shadow:-2px 0 10px var(--shadow-light);min-height:0;overflow-y:auto;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.chat-container{flex:1;display:flex;flex-direction:column;padding:1rem;height:100%;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--bg-secondary)}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.chat-container::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px;transition:background .3s ease}.chat-container::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}.chat-messages{flex:1;overflow-y:auto;margin-bottom:1rem;padding:.5rem;background:var(--bg-secondary);border-radius:5px;min-height:0;transition:background-color .3s ease}.message{margin-bottom:.75rem;padding:.75rem;border-radius:8px;max-width:90%;word-wrap:break-word;cursor:pointer;transition:all .3s ease}.user-message{background:var(--primary-color);color:var(--text-inverse);margin-left:auto;text-align:right}.ai-message{background:var(--bg-tertiary);color:var(--text-primary);margin-right:auto}.ai-message:hover{background:var(--bg-hover)}.loading{background:var(--bg-secondary);color:var(--text-secondary);font-style:italic;text-align:center;transition:background-color .3s ease,color .3s ease}.chat-input-container{display:flex;gap:.5rem}.chat-input{flex:1;padding:.75rem;border:2px solid var(--border-color);border-radius:5px;font-size:.9rem;background:var(--bg-primary);color:var(--text-primary);transition:border-color .3s ease,background-color .3s ease,color .3s ease}.chat-input:focus{outline:none;border-color:var(--primary-color)}.send-button{padding:.75rem 1rem;background:var(--primary-color);color:var(--text-inverse);border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.send-button:hover{background:var(--primary-hover)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:var(--bg-primary);border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px var(--shadow-heavy);transition:background-color .3s ease,box-shadow .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);transition:border-color .3s ease}.modal-header h3{margin:0;color:var(--text-primary)}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-secondary);padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease,color .3s ease}.modal-close:hover{background:var(--bg-hover)}.modal-body{padding:1.5rem}.titles-list,.structures-list{list-style:none;margin:0;padding:0}.clickable-title{padding:.75rem;margin-bottom:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:5px;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.clickable-title:hover{background:var(--bg-hover);border-color:var(--primary-color)}.structure-section,.structure-subsection{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.structure-subsection{margin-left:2rem;margin-bottom:.25rem}.structure-section input[type=checkbox],.structure-subsection input[type=checkbox]{margin:0}.structure-section select,.structure-subsection select{padding:.25rem;border:1px solid var(--border-color);border-radius:3px;font-size:.8rem;background:var(--bg-primary);color:var(--text-primary);transition:border-color .3s ease,background-color .3s ease,color .3s ease}.select-all-container{display:flex;justify-content:flex-end;margin-bottom:1rem}.select-all-btn{padding:.5rem 1rem;background:var(--primary-color);color:var(--text-inverse);border:none;border-radius:5px;cursor:pointer;font-weight:500;font-size:.9rem;transition:background-color .3s ease}.select-all-btn:hover{background:var(--primary-hover)}.apply-structure-btn{width:100%;padding:.75rem;background:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;margin-top:1rem;transition:background-color .3s ease}.apply-structure-btn:hover{background:#218838}@media (max-width: 1200px){.editor-left-panel{width:250px}.editor-right-panel{width:300px}}@media (max-width: 768px){.editor-main{flex-direction:column}.editor-left-panel,.editor-right-panel{width:100%;height:auto;min-height:300px}.editor-header{padding:1rem}.editor-header h1{font-size:1.2rem}.chat-container{min-height:300px}.ck-editor__editable{min-height:40vh}}*{scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--bg-secondary)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}*::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px;transition:background .3s ease}*::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}*::-webkit-scrollbar-corner{background:var(--bg-secondary)}.editor-main,.editor-left-panel,.editor-right-panel,.editor-container,.chat-container{scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--bg-secondary)}.editor-main::-webkit-scrollbar,.editor-left-panel::-webkit-scrollbar,.editor-right-panel::-webkit-scrollbar,.editor-container::-webkit-scrollbar,.chat-container::-webkit-scrollbar{width:8px;height:8px}.editor-main::-webkit-scrollbar-track,.editor-left-panel::-webkit-scrollbar-track,.editor-right-panel::-webkit-scrollbar-track,.editor-container::-webkit-scrollbar-track,.chat-container::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}.editor-main::-webkit-scrollbar-thumb,.editor-left-panel::-webkit-scrollbar-thumb,.editor-right-panel::-webkit-scrollbar-thumb,.editor-container::-webkit-scrollbar-thumb,.chat-container::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px;transition:background .3s ease}.editor-main::-webkit-scrollbar-thumb:hover,.editor-left-panel::-webkit-scrollbar-thumb:hover,.editor-right-panel::-webkit-scrollbar-thumb:hover,.editor-container::-webkit-scrollbar-thumb:hover,.chat-container::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}:root{--primary-color: #667eea;--primary-hover: #5a67d8;--secondary-color: #764ba2;--accent-color: #667eea;--bg-primary: #ffffff;--bg-secondary: #f7fafc;--bg-tertiary: #edf2f7;--bg-hover: rgba(102, 126, 234, .1);--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-inverse: #ffffff;--border-color: #e2e8f0;--border-hover: rgba(102, 126, 234, .2);--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);--shadow-heavy: rgba(0, 0, 0, .2);--navbar-bg: #ffffff;--navbar-shadow: 0 2px 10px rgba(0, 0, 0, .1);--navbar-border: #e2e8f0;--dropdown-bg: #ffffff;--dropdown-shadow: 0 10px 30px rgba(0, 0, 0, .15);--dropdown-border: #e2e8f0;--dropdown-hover: #f7fafc;--theme-toggle-bg: transparent;--theme-toggle-track-bg: #e5e7eb;--theme-toggle-border: #d1d5db;--theme-toggle-thumb-bg: #ffffff;--theme-toggle-icon-color: #f59e0b;--theme-toggle-icon-color-inactive: rgba(245, 158, 11, .3);--theme-toggle-shadow: rgba(0, 0, 0, .1);--theme-toggle-shadow-hover: rgba(0, 0, 0, .15);--theme-toggle-thumb-shadow: rgba(0, 0, 0, .15);--theme-toggle-thumb-shadow-hover: rgba(0, 0, 0, .25);--error-color: #e53e3e;--error-hover: #c53030;--error-bg: #fed7d7}[data-theme=dark]{--primary-color: #7c3aed;--primary-hover: #6d28d9;--secondary-color: #a855f7;--accent-color: #7c3aed;--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--bg-tertiary: #404040;--bg-hover: rgba(124, 58, 237, .1);--text-primary: #ffffff;--text-secondary: #d1d5db;--text-muted: #9ca3af;--text-inverse: #ffffff;--border-color: #374151;--border-hover: rgba(124, 58, 237, .3);--shadow-light: rgba(0, 0, 0, .3);--shadow-medium: rgba(0, 0, 0, .4);--shadow-heavy: rgba(0, 0, 0, .5);--navbar-bg: #1a1a1a;--navbar-shadow: 0 2px 10px rgba(0, 0, 0, .3);--navbar-border: #374151;--dropdown-bg: #2d2d2d;--dropdown-shadow: 0 10px 30px rgba(0, 0, 0, .4);--dropdown-border: #374151;--dropdown-hover: #404040;--theme-toggle-bg: transparent;--theme-toggle-track-bg: #0f172a;--theme-toggle-border: #1e293b;--theme-toggle-thumb-bg: #ffffff;--theme-toggle-icon-color: #a78bfa;--theme-toggle-icon-color-inactive: rgba(167, 139, 250, .3);--theme-toggle-shadow: rgba(0, 0, 0, .3);--theme-toggle-shadow-hover: rgba(0, 0, 0, .4);--theme-toggle-thumb-shadow: rgba(0, 0, 0, .4);--theme-toggle-thumb-shadow-hover: rgba(0, 0, 0, .6);--error-color: #f87171;--error-hover: #ef4444;--error-bg: #7f1d1d}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
