.editor-v2-container{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.grammica-editor{background:#fff;border-radius:.5rem;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.dark .grammica-editor,.grammica-editor.dark{background:#1f2937;border-color:#374151}.editorV2-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.dark .editorV2-header,.editorV2-header.dark{background:#1f2937;border-bottom:1px solid #4b5563}.menu-bar{align-items:center;gap:6px;display:flex}.toolbar-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:all .15s;display:flex}.dark .toolbar-button,.toolbar-button.dark{color:#f9fafb;background:#4b5563;border-color:#6b7280}.toolbar-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.toolbar-button:active:not(:disabled){background:#e5e7eb;transform:translateY(0)}.toolbar-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.dark .toolbar-button:hover:not(:disabled),.toolbar-button.dark:hover:not(:disabled){background:#6b7280;border-color:#9ca3af}.dark .toolbar-button:active:not(:disabled),.toolbar-button.dark:active:not(:disabled){background:#5b6471}.paste-button:hover:not(:disabled){color:#1d4ed8;background:#dbeafe;border-color:#3b82f6}.dark .paste-button:hover:not(:disabled),.paste-button.dark:hover:not(:disabled){color:#93c5fd;background:#1e3a8a;border-color:#3b82f6}.export-button:hover:not(:disabled){color:#15803d;background:#dcfce7;border-color:#16a34a}.dark .export-button:hover:not(:disabled),.export-button.dark:hover:not(:disabled){color:#86efac;background:#14532d;border-color:#16a34a}.editorV2-wrapper{background:#fff;flex:1;position:relative;overflow-y:auto}.dark .editorV2-wrapper,.editorV2-wrapper.dark{background:#1f2937}.editor-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;min-height:48px;padding:8px 12px;display:flex}.dark .editor-footer,.editor-footer.dark{background:#1f2937;border-top-color:#4b5563}.stats-container{align-items:center;gap:12px;display:flex}.readability-score{background:#fff;border:1px solid #d1d5db;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;display:flex}.dark .readability-score,.readability-score.dark{background:#4b5563;border-color:#6b7280}.score-label{color:#6b7280;font-size:12px;font-weight:500}.dark .score-label,.score-label.dark{color:#d1d5db}.score-value{color:#374151;font-size:14px;font-weight:700}.dark .score-value,.score-value.dark{color:#f9fafb}.stats-divider{background:#d1d5db;width:1px;height:24px}.dark .stats-divider,.stats-divider.dark{background:#6b7280}.text-stats{align-items:center;gap:12px;display:flex}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-value{color:#374151;font-size:14px;font-weight:600;line-height:1}.dark .stat-value,.stat-value.dark{color:#f9fafb}.stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-top:2px;font-size:10px}.dark .stat-label,.stat-label.dark{color:#d1d5db}.language-indicator{color:#6b7280;background:#fff;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;display:flex}.dark .language-indicator,.language-indicator.dark{color:#d1d5db;background:#4b5563;border-color:#6b7280}.analyzing-indicator{color:#fff;background:#3b82f6;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.export-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.export-modal{background:#fff;border-radius:6px;width:90%;max-width:380px;padding:0;box-shadow:0 20px 25px -5px #0000001a}.dark .export-modal,.export-modal.dark{background:#374151;box-shadow:0 20px 25px -5px #0000004d}.export-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dark .export-modal-header,.export-modal-header.dark{border-bottom-color:#4b5563}.export-modal-header h3{color:#374151;margin:0;font-size:16px;font-weight:600}.dark .export-modal-header h3,.export-modal-header.dark h3{color:#f9fafb}.export-modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:20px;display:flex}.export-modal-close:hover{color:#374151}.dark .export-modal-close,.export-modal-close.dark{color:#d1d5db}.dark .export-modal-close:hover,.export-modal-close.dark:hover{color:#f9fafb}.export-modal-content{padding:20px}.export-modal-content p{color:#6b7280;margin:0 0 12px;font-size:13px}.dark .export-modal-content p,.export-modal-content.dark p{color:#d1d5db}.export-options{flex-direction:column;gap:8px;display:flex}.export-option{cursor:pointer;text-align:left;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;transition:all .15s;display:flex}.export-option:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-1px)}.dark .export-option,.export-option.dark{background:#4b5563;border-color:#6b7280}.dark .export-option:hover,.export-option.dark:hover{background:#5b6471;border-color:#3b82f6}.export-format{color:#374151;font-size:13px;font-weight:600}.dark .export-format,.export-format.dark{color:#f9fafb}.export-description{color:#6b7280;font-size:11px}.dark .export-description,.export-description.dark{color:#d1d5db}@media (max-width:768px){.editorV2-header{padding:6px 8px}.menu-bar{justify-content:center;gap:4px}.toolbar-button{width:28px;height:28px;font-size:12px}.editor-footer{flex-direction:column;align-items:stretch;gap:6px;padding:6px 8px}.stats-container{justify-content:space-between}.text-stats{gap:8px}.stat-value{font-size:13px}.stat-label{font-size:9px}.language-indicator{align-self:center;padding:3px 6px;font-size:10px}.editorV2-content{height:65vh;padding:12px;font-size:14px}}.editorV2-content{color:#374151;background:#fff;border:none;border-radius:0;outline:none;min-height:400px;padding:20px;font-size:16px;line-height:1.6;transition:all .2s}.editorV2-content:focus{outline:none}.dark .editorV2-content,.editorV2-content.dark{color:#f9fafb;background:#1f2937}.dark .editorV2-content:focus,.editorV2-content.dark:focus{outline:none}.dark .editorV2-content *,.editorV2-content.dark *{color:inherit}.editorV2-content:empty:before{content:attr(placeholder);color:#9ca3af;pointer-events:none;position:absolute}.dark .editorV2-content:empty:before{color:#6b7280}.editorV2-content::selection{color:#fff;background:#3b82f6}.dark .editorV2-content::selection{color:#fff;background:#1d4ed8}.editorV2-content ::selection{color:#fff;background:#3b82f6}.dark .editorV2-content ::selection{color:#fff;background:#1d4ed8}.editorV2-content h1{color:#1f2937;margin:.67em 0;font-size:2.25em;font-weight:700;line-height:1.2}.editorV2-content h2{color:#1f2937;margin:.75em 0;font-size:1.875em;font-weight:600;line-height:1.3}.editorV2-content h3{color:#374151;margin:.83em 0;font-size:1.5em;font-weight:600;line-height:1.4}.editorV2-content h4{color:#374151;margin:1em 0;font-size:1.25em;font-weight:500;line-height:1.4}.editorV2-content h5{color:#4b5563;margin:1.17em 0;font-size:1.125em;font-weight:500;line-height:1.4}.editorV2-content h6{color:#4b5563;margin:1.33em 0;font-size:1em;font-weight:500;line-height:1.4}.dark .editorV2-content h1,.dark .editorV2-content h2{color:#f9fafb}.dark .editorV2-content h3,.dark .editorV2-content h4{color:#e5e7eb}.dark .editorV2-content h5,.dark .editorV2-content h6{color:#d1d5db}.editorV2-content strong,.editorV2-content b{color:inherit;font-weight:700}.editorV2-content em,.editorV2-content i{color:inherit;font-style:italic}.editorV2-content u{color:inherit;text-decoration:underline}.dark .editorV2-content strong,.dark .editorV2-content b,.dark .editorV2-content em,.dark .editorV2-content i,.dark .editorV2-content u{color:#f9fafb}.editorV2-content s,.editorV2-content strike{text-decoration:line-through}.editorV2-content mark{background-color:#fef3c7;border-radius:.25em;padding:.1em .2em}.dark .editorV2-content mark{color:#fef3c7;background-color:#92400e}.editorV2-content p{color:inherit;margin:1em 0;line-height:1.6}.editorV2-content p:first-child{margin-top:0}.editorV2-content p:last-child{margin-bottom:0}.editorV2-content br{line-height:1.6}.dark .editorV2-content p{color:#f9fafb}.editorV2-content ul,.editorV2-content ol{margin:1em 0;padding-left:2em}.editorV2-content ul{list-style-type:disc}.editorV2-content ol{list-style-type:decimal}.editorV2-content li{color:inherit;margin:.5em 0;line-height:1.6}.dark .editorV2-content li{color:#f9fafb}.editorV2-content ul ul,.editorV2-content ol ol,.editorV2-content ul ol,.editorV2-content ol ul{margin:.25em 0}.editorV2-content ul ul{list-style-type:circle}.editorV2-content ul ul ul{list-style-type:square}.editorV2-content a{color:#3b82f6;cursor:pointer;text-decoration:underline}.editorV2-content a:hover{color:#2563eb;text-decoration:none}.dark .editorV2-content a{color:#60a5fa}.dark .editorV2-content a:hover{color:#93c5fd}.editorV2-content blockquote{color:#4b5563;background-color:#f9fafb;border-left:4px solid #e5e7eb;margin:1.5em 0;padding:1em 1.5em;font-style:italic}.dark .editorV2-content blockquote{color:#d1d5db;background-color:#374151;border-left-color:#4b5563}.editorV2-content code{color:#db2777;background-color:#f3f4f6;border-radius:.25em;padding:.2em .4em;font-family:Monaco,Consolas,Courier New,monospace;font-size:.875em}.dark .editorV2-content code{color:#f472b6;background-color:#374151}.editorV2-content pre{color:#1f2937;background-color:#f3f4f6;border-radius:.5em;margin:1.5em 0;padding:1em;font-family:Monaco,Consolas,Courier New,monospace;line-height:1.4;overflow-x:auto}.dark .editorV2-content pre{color:#f9fafb;background-color:#374151}.editorV2-content pre code{color:inherit;font-size:inherit;background:0 0;border-radius:0;padding:0}.editorV2-content img{border-radius:.5em;max-width:100%;height:auto;margin:1em 0}.editorV2-content hr{background-color:#e5e7eb;border:none;border-radius:1px;height:2px;margin:2em 0}.dark .editorV2-content hr{background-color:#4b5563}.editorV2-content table{border-collapse:collapse;width:100%;margin:1.5em 0}.editorV2-content th,.editorV2-content td{text-align:left;border:1px solid #e5e7eb;padding:.75em}.editorV2-content th{background-color:#f9fafb;font-weight:600}.dark .editorV2-content th,.dark .editorV2-content td{border-color:#4b5563}.dark .editorV2-content th{background-color:#374151}.editorV2-content div{display:block}.editorV2-content span{display:inline}.highlight-base{cursor:pointer;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative}.highlight-base:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.highlightV2-grammar{cursor:pointer;border-bottom:2px solid #ef4444;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;z-index:10!important;background-color:#fecaca!important}.highlightV2-grammar:hover{background-color:#fca5a5!important}.highlightV2-grammar.active{border-bottom:3px solid #dc2626;background-color:#f87171!important}.highlightV2-factual{cursor:pointer;border-bottom:2px solid #22c55e;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;z-index:5!important;background-color:#bbf7d0!important}.highlightV2-factual:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;background-color:#86efac!important}.highlightV2-factual.active{border-bottom:3px solid #16a34a;background-color:#4ade80!important}.highlightV2-spelling{cursor:pointer;border-bottom:2px solid #f97316;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;z-index:4!important;background-color:#fed7aa!important}.highlightV2-spelling:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;background-color:#fdba74!important}.highlightV2-spelling.active{border-bottom:3px solid #ea580c;background-color:#fb923c!important}.highlightV2-weakener{cursor:pointer;border-bottom:2px solid #3b82f6;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;z-index:3!important;background-color:#bfdbfe!important}.highlightV2-weakener:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;background-color:#93c5fd!important}.highlightV2-weakener.active{border-bottom:3px solid #2563eb;background-color:#60a5fa!important}.highlightV2-complex{cursor:pointer;border-bottom:2px solid #9333ea;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;z-index:2!important;background-color:#e9d5ff!important}.highlightV2-complex:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;background-color:#d8b4fe!important}.highlightV2-complex.active{border-bottom:3px solid #7c3aed;background-color:#c084fc!important}.highlightV2-hard{cursor:pointer;border-bottom:2px solid #eab308;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;z-index:1!important;background-color:#fef3c7!important}.highlightV2-hard:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a;background-color:#fde68a!important}.highlightV2-hard.active{border-bottom:3px solid #ca8a04;background-color:#fde047!important}.highlightV2-very-hard{cursor:pointer;z-index:1;border-bottom:2px solid #ec4899;border-radius:3px;padding:1px 2px;transition:all .2s;position:relative;color:#000!important;background-color:#fbcfe8!important}.highlightV2-very-hard:hover{background-color:#f9a8d4!important}.highlightV2-very-hard.active{border-bottom:3px solid #db2777;background-color:#f472b6!important}.dark .highlightV2-grammar,.highlightV2-grammar.dark{border-bottom:2px solid #dc2626;color:#fff!important;background-color:#ef4444!important}.dark .highlightV2-grammar:hover,.highlightV2-grammar.dark:hover{background-color:#dc2626!important}.dark .highlightV2-grammar.active,.highlightV2-grammar.dark.active{border-bottom:3px solid #991b1b;background-color:#b91c1c!important}.dark .highlightV2-factual,.highlightV2-factual.dark{border-bottom:2px solid #16a34a;color:#fff!important;background-color:#22c55e!important}.dark .highlightV2-factual:hover,.highlightV2-factual.dark:hover{background-color:#16a34a!important}.dark .highlightV2-factual.active,.highlightV2-factual.dark.active{border-bottom:3px solid #166534;background-color:#15803d!important}.dark .highlightV2-spelling,.highlightV2-spelling.dark{border-bottom:2px solid #ea580c;color:#fff!important;background-color:#f97316!important}.dark .highlightV2-spelling:hover,.highlightV2-spelling.dark:hover{background-color:#ea580c!important}.dark .highlightV2-spelling.active,.highlightV2-spelling.dark.active{border-bottom:3px solid #c2410c;background-color:#dc2626!important}.dark .highlightV2-weakener,.highlightV2-weakener.dark{border-bottom:2px solid #2563eb;color:#fff!important;background-color:#3b82f6!important}.dark .highlightV2-weakener:hover,.highlightV2-weakener.dark:hover{background-color:#2563eb!important}.dark .highlightV2-weakener.active,.highlightV2-weakener.dark.active{border-bottom:3px solid #1e40af;background-color:#1d4ed8!important}.dark .highlightV2-complex,.highlightV2-complex.dark{border-bottom:2px solid #7c3aed;color:#fff!important;background-color:#9333ea!important}.dark .highlightV2-complex:hover,.highlightV2-complex.dark:hover{background-color:#7c3aed!important}.dark .highlightV2-complex.active,.highlightV2-complex.dark.active{border-bottom:3px solid #5b21b6;background-color:#6d28d9!important}.dark .highlightV2-hard,.highlightV2-hard.dark{border-bottom:2px solid #f59e0b;color:#000!important;background-color:#fbbf24!important}.dark .highlightV2-hard:hover,.highlightV2-hard.dark:hover{background-color:#f59e0b!important}.dark .highlightV2-hard.active,.highlightV2-hard.dark.active{border-bottom:3px solid #d97706;background-color:#f59e0b!important}.dark .highlightV2-very-hard,.highlightV2-very-hard.dark{border-bottom:2px solid #db2777;color:#fff!important;background-color:#ec4899!important}.dark .highlightV2-very-hard:hover,.highlightV2-very-hard.dark:hover{background-color:#db2777!important}.dark .highlightV2-very-hard.active,.highlightV2-very-hard.dark.active{border-bottom:3px solid #9d174d;background-color:#be185d!important}.editorV2-content.toggle-active .highlight-base{background-color:#0000!important;border-bottom:none!important}.editorV2-content.toggle-grammar .highlight-grammar,.editorV2-content.toggle-factual .highlight-factual,.editorV2-content.toggle-spelling .highlight-spelling,.editorV2-content.toggle-weakener .highlight-weakener,.editorV2-content.toggle-complex .highlight-complex,.editorV2-content.toggle-hard .highlight-hard,.editorV2-content.toggle-very-hard .highlight-very-hard{background-color:var(--highlight-bg)!important;border-bottom:var(--highlight-border)!important}.editor-toolbar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:8px;margin-bottom:16px;padding:12px;display:flex}.dark .editor-toolbar{background:#374151;border-color:#4b5563}.toggle-button{color:#374151;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.toggle-button:hover{background:#f1f5f9;transform:translateY(-1px)}.toggle-button.active{background:var(--toggle-bg);color:#fff;border-color:var(--toggle-border);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.toggle-button.grammar.active{--toggle-bg:#ef4444;--toggle-border:#dc2626}.toggle-button.factual.active{--toggle-bg:#f97316;--toggle-border:#ea580c}.toggle-button.spelling.active{--toggle-bg:#eab308;--toggle-border:#ca8a04}.toggle-button.weakener.active{--toggle-bg:#3b82f6;--toggle-border:#2563eb}.toggle-button.complex.active{--toggle-bg:#9333ea;--toggle-border:#7c3aed}.toggle-button.hard.active{--toggle-bg:#ec4899;--toggle-border:#db2777}.toggle-button.very-hard.active{--toggle-bg:#db2777;--toggle-border:#be185d}.dark .toggle-button{color:#f9fafb;background:#4b5563}.dark .toggle-button:hover{background:#6b7280}.highlight-tooltip{color:#f9fafb;z-index:1000;background:#1f2937;border:1px solid #374151;border-radius:8px;max-width:300px;padding:12px 16px;font-size:14px;line-height:1.4;position:absolute;transform:translateY(-8px);box-shadow:0 10px 25px #00000040}.highlight-tooltip:after{content:"";border:6px solid #0000;border-top-color:#1f2937;position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-content{margin-bottom:8px}.tooltip-suggestion{color:#60a5fa;margin-bottom:8px;font-weight:500}.tooltip-actions{gap:8px;margin-top:12px;display:flex}.tooltip-button{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.tooltip-button.primary{color:#fff;background:#3b82f6}.tooltip-button.primary:hover{background:#2563eb}.tooltip-button.secondary{color:#fff;background:#6b7280}.tooltip-button.secondary:hover{background:#4b5563}.editor-footer{color:#6b7280;background:#f8fafc;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;display:flex}.dark .editor-footer{color:#9ca3af;background:#1f2937;border-color:#4b5563;border-top-style:solid;border-top-width:1px}.stat-group{gap:24px;display:flex}.stat-item{align-items:center;gap:4px;display:flex}.stat-value{color:#374151;font-weight:600}.dark .stat-value{color:#f9fafb}@keyframes highlight-pulse{0%,to{opacity:1}50%{opacity:.7}}.highlight-animate{animation:1s ease-in-out highlight-pulse}@media (max-width:768px){.editor-toolbar{flex-wrap:wrap;gap:6px}.toggle-button{padding:6px 12px;font-size:12px}.editor-footer{flex-direction:column;gap:8px}.stat-group{gap:16px}}.highlight-base:focus,.toggle-button:focus{outline-offset:2px;outline:2px solid #3b82f6}@media (prefers-contrast:high){.highlight-base,.toggle-button{border-width:3px}}.fixed-issue{cursor:default;border-radius:3px;padding:1px 2px;transition:all .3s;color:#000!important;background-color:#d1fae500!important;border-bottom:2px solid #0000!important}.dark .fixed-issue{color:#fff!important;background-color:#0000!important;border-bottom:2px solid #0000!important}
.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{width:90%;max-width:440px;max-height:auto;background:#fff;border-radius:16px;flex-direction:column;padding:24px;animation:.3s ease-out slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.credit-limit-modal{text-align:center}.modal-close{color:#6a737d;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:32px;line-height:1;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:#24292e;background:#f6f8fa}.modal-icon{margin-bottom:12px;font-size:48px;animation:.6s ease-out bounce}.modal-title{color:#24292e;margin-bottom:12px;font-size:22px;font-weight:700}.modal-description{color:#586069;margin-bottom:24px;font-size:16px;line-height:1.6}.modal-description strong{color:#24292e;font-weight:600}.modal-benefits{text-align:center;background:#f6f8fa;border-radius:8px;margin-bottom:20px;padding:12px 16px}.benefits-text{color:#586069;margin:0;font-size:14px;line-height:1.5}.modal-actions{flex-direction:column;gap:10px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.btn-secondary{color:#24292e;background:#f6f8fa;border:1px solid #e1e4e8}.btn-secondary:hover{background:#e1e4e8}.modal-note{color:#586069;margin-top:16px;font-size:14px}.modal-note a{color:#0366d6;font-weight:600;text-decoration:none}.modal-note a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-color-scheme:dark){.modal-content{background:#1c1c1e}.modal-close{color:#98989d}.modal-close:hover{color:#fff;background:#2c2c2e}.modal-title{color:#fff}.modal-description{color:#98989d}.modal-description strong{color:#fff}.modal-benefits{background:#2c2c2e}.benefits-text{color:#98989d}.btn-secondary{color:#fff;background:#2c2c2e;border-color:#38383a}.btn-secondary:hover{background:#38383a}.modal-note{color:#98989d}}@media (max-width:640px){.modal-content{width:92%;max-height:auto;border-radius:12px;padding:18px 14px}.modal-title{margin-bottom:10px;font-size:18px}.modal-icon{margin-bottom:10px;font-size:36px}.modal-description{margin-bottom:14px;font-size:13px}.modal-benefits{margin-bottom:14px;padding:10px 12px}.benefits-text{font-size:12px}.modal-actions{gap:8px}.btn{padding:9px 14px;font-size:13px}.modal-close{width:28px;height:28px;font-size:24px;top:10px;right:10px}}@media (max-width:480px){.modal-content{width:90%;max-height:auto;padding:16px 12px}.modal-title{margin-bottom:8px;font-size:17px}.modal-icon{margin-bottom:8px;font-size:32px}.modal-description{margin-bottom:12px;font-size:12px}.modal-benefits{margin-bottom:12px;padding:8px 10px}.benefits-text{font-size:11px}.btn{padding:8px 12px;font-size:13px}}
.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:520px;max-height:90vh;padding:32px;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.dark .modal-content{background:#1f2937;box-shadow:0 20px 60px #000c}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:32px;line-height:1;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:#111827;background:#f3f4f6}.dark .modal-close{color:#9ca3af}.dark .modal-close:hover{color:#f9fafb;background:#374151}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.credit-warning-modal{text-align:center;max-width:520px;padding:32px}.credit-warning-modal .modal-icon{margin-bottom:8px;font-size:40px;line-height:1;display:block}.credit-warning-modal .modal-title{color:#111827;margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.3}.dark .credit-warning-modal .modal-title{color:#f9fafb}.credit-warning-modal .modal-description{color:#6b7280;margin-bottom:16px;font-size:14px;line-height:1.5}.dark .credit-warning-modal .modal-description{color:#9ca3af}.credit-info-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin:12px 0;padding:12px 16px}.credit-info-box.warning{background:#fef3c7;border-color:#fbbf24}.credit-info-row{color:#374151;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;display:flex}.credit-info-row:not(:last-child){border-bottom:1px solid #e5e7eb}.credit-info-box.warning .credit-info-row:not(:last-child){border-bottom-color:#fde68a}.dark .credit-info-box{background:#374151;border-color:#4b5563}.dark .credit-info-box.warning{background:#78350f;border-color:#fbbf24}.dark .credit-info-row{color:#f9fafb}.dark .credit-info-row:not(:last-child){border-bottom-color:#4b5563}.dark .credit-info-box.warning .credit-info-row:not(:last-child){border-bottom-color:#92400e}.credit-info-row span{color:#6b7280;font-size:13px;font-weight:500}.credit-info-row strong{color:#111827;font-size:14px;font-weight:700}.dark .credit-info-row span{color:#9ca3af}.dark .credit-info-row strong{color:#f3f4f6}.text-red{color:#ef4444!important}.text-orange{color:#f59e0b!important}.text-green{color:#16a34a!important}.suggestion-box{background:#eff6ff;border-left:3px solid #3b82f6;border-radius:6px;margin:12px 0;padding:12px 14px}.suggestion-title{color:#1e40af;align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.dark .suggestion-box{background:#1e3a8a;border-left-color:#60a5fa}.dark .suggestion-title{color:#bfdbfe}.suggestion-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.suggestion-list li{color:#1f2937;align-items:center;gap:8px;padding:0;font-size:13px;line-height:1.5;display:flex}.dark .suggestion-list li{color:#e5e7eb}.suggestion-list li:hover{transform:translate(4px)}.suggestion-list li:before{content:"•";color:#3b82f6;flex-shrink:0;font-size:18px;font-weight:700;line-height:1}.dark .suggestion-list li:before{color:#60a5fa}.btn-upgrade{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;padding:11px 20px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0000000d}.btn-upgrade:hover{background:#2563eb;box-shadow:0 2px 4px #0000001a}.btn-upgrade:active{transform:scale(.98)}.dark .btn-upgrade{background:#3b82f6}.dark .btn-upgrade:hover{background:#60a5fa}.credit-warning-modal .modal-benefits{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin:12px 0;padding:12px 14px}.credit-warning-modal .modal-benefits h3{color:#111827;margin-bottom:10px;font-size:13px;font-weight:700}.credit-warning-modal .modal-benefits ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.credit-warning-modal .modal-benefits li{color:#6b7280;align-items:center;gap:8px;padding:0;font-size:13px;line-height:1.5;display:flex}.dark .credit-warning-modal .modal-benefits{background:#374151;border-color:#4b5563}.dark .credit-warning-modal .modal-benefits h3{color:#f9fafb}.dark .credit-warning-modal .modal-benefits li{color:#9ca3af}.credit-info-box{animation:.4s cubic-bezier(.68,-.55,.265,1.55) slideInScale}@keyframes slideInScale{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.credit-info-box.warning{animation:3s ease-in-out infinite pulseWarning}@keyframes pulseWarning{0%,to{box-shadow:0 2px 12px #ffc10733}50%{box-shadow:0 4px 20px #ffc10766}}.credit-warning-modal .modal-actions{flex-direction:column;gap:8px;margin-top:16px;display:flex}.credit-warning-modal .btn{cursor:pointer;border:none;border-radius:8px;width:100%;padding:11px 20px;font-size:14px;font-weight:600;transition:all .2s}.credit-warning-modal .btn:active{transform:scale(.98)}.credit-warning-modal .btn-primary{color:#fff;background:#3b82f6;box-shadow:0 1px 2px #0000000d}.credit-warning-modal .btn-primary:hover{background:#2563eb;box-shadow:0 2px 4px #0000001a}.credit-warning-modal .btn-secondary{color:#6b7280;background:0 0;border:1px solid #d1d5db}.credit-warning-modal .btn-secondary:hover{color:#374151;background:#f9fafb;border-color:#9ca3af}.dark .credit-warning-modal .btn-primary{background:#3b82f6}.dark .credit-warning-modal .btn-primary:hover{background:#60a5fa}.dark .credit-warning-modal .btn-secondary{color:#9ca3af;border-color:#4b5563}.dark .credit-warning-modal .btn-secondary:hover{color:#d1d5db;background:#374151;border-color:#6b7280}@media (prefers-color-scheme:dark){.credit-info-box{background:#2c2c2e;border-color:#38383a}.credit-info-box.warning{background:#3a2f1a;border-color:#ffc107}.credit-info-row:not(:last-child){border-bottom-color:#38383a}.credit-info-box.warning .credit-info-row:not(:last-child){border-bottom-color:#ffc107}.credit-info-row span{color:#98989d}.credit-info-row strong{color:#fff}.suggestion-box{background:#1a2533;border-left-color:#0366d6}.suggestion-title{color:#58a6ff}.suggestion-list li{color:#fff}.suggestion-list li:before{color:#58a6ff}}@media (max-width:640px){.credit-warning-modal{max-width:95vw;max-height:90vh;padding:20px}.credit-warning-modal .modal-icon{font-size:36px}.credit-warning-modal .modal-title{font-size:18px}.credit-info-row,.credit-info-row strong{font-size:13px}.suggestion-list li{font-size:12px}.credit-warning-modal .modal-actions{gap:8px}.credit-warning-modal .btn{padding:10px 18px;font-size:13px}}@media (max-height:700px){.credit-warning-modal{max-height:90vh;padding:20px;overflow-y:auto}.credit-warning-modal .modal-icon{margin-bottom:6px;font-size:32px}.credit-warning-modal .modal-title{margin-bottom:6px;font-size:18px}.credit-warning-modal .modal-description{margin-bottom:12px}.credit-info-box,.suggestion-box,.credit-warning-modal .modal-benefits{margin:10px 0;padding:10px 12px}.credit-warning-modal .modal-actions{margin-top:12px}}.credit-warning-modal::-webkit-scrollbar{width:6px}.credit-warning-modal::-webkit-scrollbar-track{background:0 0}.credit-warning-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.dark .credit-warning-modal::-webkit-scrollbar-thumb{background:#4b5563}
.error-modal{width:90%;max-width:500px}.error-modal .modal-icon{justify-content:center;align-items:center;margin-bottom:1rem;font-size:3rem;display:flex}.error-modal .modal-title{text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.error-modal .modal-description{text-align:center;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.error-modal .modal-benefits{text-align:left;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.error-modal .modal-benefits h3{margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.error-modal .modal-benefits ul{margin:0;padding:0;list-style:none}.error-modal .modal-benefits li{align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;display:flex}.error-modal .modal-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}@media (min-width:640px){.error-modal .modal-actions{flex-direction:row;justify-content:center}}.error-modal .btn{cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.error-modal .btn-primary{color:#fff;background-color:#2563eb}.error-modal .btn-primary:hover{background-color:#1d4ed8}.error-modal .btn-secondary{color:#374151;background-color:#e5e7eb}.error-modal .btn-secondary:hover{background-color:#d1d5db}.dark .error-modal .btn-secondary{color:#f9fafb;background-color:#4b5563}.dark .error-modal .btn-secondary:hover{background-color:#6b7280}.dark .error-modal .modal-benefits{background-color:#374151}
