.fr-editor{display:flex;flex:1;min-height:0;overflow:hidden;background:var(--scribe-bg-primary)}.fr-line-numbers{display:flex;flex-direction:column;padding:var(--space-2) 0;min-width:3rem;background:var(--scribe-bg-secondary);border-inline-end:1px solid var(--scribe-border);overflow-y:scroll;overflow-x:hidden;user-select:none;scrollbar-width:none;-ms-overflow-style:none}.fr-line-numbers::-webkit-scrollbar{display:none}.fr-line-number{padding:0 .5rem;font-size:var(--text-sm);font-family:var(--scribe-font-mono);line-height:1.5rem;min-height:1.5rem;color:var(--scribe-text-muted);text-align:end;display:flex;align-items:flex-start;justify-content:flex-end}.fr-editor-container{position:relative;flex:1;min-width:0;overflow:hidden}.fr-highlight-overlay{position:absolute;inset:0;padding:var(--space-2);font-size:var(--text-sm);font-family:var(--scribe-font-mono);line-height:1.5rem;letter-spacing:normal;word-spacing:normal;color:transparent;white-space:pre-wrap;word-wrap:break-word;overflow:auto;pointer-events:none;z-index:0;-ms-overflow-style:none;scrollbar-width:none}.fr-highlight-overlay::-webkit-scrollbar{display:none}.fr-editor:not(.word-wrap) .fr-highlight-overlay{white-space:pre;word-wrap:normal}.scribe-color-match{background:var(--scribe-color-match-bg);border-radius:var(--radius-sm)}.scribe-color-match-current{background:var(--scribe-color-match-current-bg);outline:2px solid var(--scribe-color-match-current);border-radius:var(--radius-sm)}.fr-textarea{position:relative;width:100%;height:100%;padding:var(--space-2);font-size:var(--text-sm);font-family:var(--scribe-font-mono);line-height:1.5rem;letter-spacing:normal;word-spacing:normal;color:var(--scribe-text-primary);background:transparent;border:none;outline:none;resize:vertical;overflow:auto;z-index:1;caret-color:var(--scribe-text-primary)}.fr-editor.word-wrap .fr-textarea{white-space:pre-wrap;word-wrap:break-word}.fr-editor:not(.word-wrap) .fr-textarea{white-space:pre;word-wrap:normal}.fr-textarea::placeholder{color:var(--scribe-text-placeholder)}.fr-editor-container::-webkit-scrollbar,.fr-textarea::-webkit-scrollbar,.fr-highlight-overlay::-webkit-scrollbar{width:8px;height:8px}.fr-editor-container::-webkit-scrollbar-track,.fr-textarea::-webkit-scrollbar-track,.fr-highlight-overlay::-webkit-scrollbar-track{background:var(--scribe-bg-secondary)}.fr-editor-container::-webkit-scrollbar-thumb,.fr-textarea::-webkit-scrollbar-thumb,.fr-highlight-overlay::-webkit-scrollbar-thumb{background:var(--scribe-bg-tertiary);border-radius:4px}.fr-editor-container::-webkit-scrollbar-thumb:hover,.fr-textarea::-webkit-scrollbar-thumb:hover,.fr-highlight-overlay::-webkit-scrollbar-thumb:hover{background:var(--scribe-bg-hover)}.fr-inline-stats{display:flex;align-items:center;gap:var(--space-4);padding-top:var(--space-2);border-top:1px solid var(--scribe-border);margin-top:var(--space-1)}.fr-inline-stat{display:flex;align-items:baseline;gap:var(--space-2)}.fr-inline-stat-value{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--scribe-color-match)}.fr-inline-stat-label{font-size:var(--text-xs);color:var(--scribe-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}@media(max-width:480px){.fr-inline-stats{flex-wrap:wrap;gap:.5rem .75rem}.fr-inline-stat{flex:1 1 7.5rem}}@media(max-width:360px){.fr-inline-stat{flex:1 1 calc(50% - .375rem)}}.fr-size-options{gap:var(--space-2)}.fr-options-label{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--scribe-text-muted)}.fr-size-buttons{display:flex;gap:var(--space-2)}.fr-size-btn{display:flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:var(--space-8);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--scribe-text-muted);background:var(--scribe-bg-tertiary);border:1px solid var(--scribe-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.fr-size-btn:hover{color:var(--scribe-text-primary);background:var(--scribe-bg-hover)}.fr-size-btn.active{color:var(--brand-color);background:rgba(var(--brand-color-rgb),.15);border-color:var(--brand-color)}.fr-stats-empty{justify-content:center}.fr-stats-placeholder{font-size:var(--text-xs);color:var(--scribe-text-muted)}.fr-stat-text{font-size:var(--text-sm);font-family:var(--scribe-font-mono);max-width:6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fr-toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--scribe-bg-tertiary);border-bottom:1px solid var(--scribe-border);border-radius:var(--radius-xl) var(--radius-xl) 0 0;z-index:10}.fr-toolbar-group{display:flex;align-items:center;gap:var(--space-2)}.fr-toolbar-btn{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-2);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--scribe-text-muted);background:var(--scribe-bg-secondary);border:1px solid var(--scribe-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.fr-toolbar-btn:hover:not(:disabled){color:var(--scribe-text-primary);background:var(--scribe-bg-hover)}.fr-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.fr-toolbar-btn.success{color:var(--color-success);border-color:var(--color-success)}.fr-toolbar-btn-danger:hover:not(:disabled){color:var(--color-error);border-color:var(--color-error)}.fr-toolbar-btn i{font-size:var(--text-xs)}.fr-toolbar-btn-icon{padding:var(--space-2) var(--space-2)}.fr-toolbar-btn-text{display:inline}@media(max-width:640px){.fr-toolbar-btn-text{display:none}.fr-toolbar-btn{padding:var(--space-2)}.fr-toolbar-btn i{font-size:var(--text-xs)}}.find-replace{width:100%;max-width:100%;display:flex;flex-direction:column;gap:.7rem;color:var(--scribe-text-primary);font-family:inherit;box-sizing:border-box}.find-replace *,.find-replace *:before,.find-replace *:after{box-sizing:border-box}.fr-main-container{display:flex;flex-direction:column;gap:.7rem;overflow:visible}.fr-search-container{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);background:var(--scribe-bg-secondary);border:1px solid var(--scribe-border);border-radius:var(--radius-xl)}.fr-search-row{display:flex;align-items:center;gap:var(--space-2)}.fr-search-input-group{flex:1;display:flex;align-items:center;gap:var(--space-2);background:var(--scribe-bg-input);border:1px solid var(--scribe-border);border-radius:var(--radius-lg);padding:.375rem .75rem;transition:border-color var(--scribe-transition)}.fr-search-input-group:focus-within{border-color:var(--scribe-border-focus)}.fr-search-input-group label{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--scribe-text-muted);min-width:3.5rem}.fr-search-input-group input{flex:1;min-width:0;padding:.375rem 0;font-size:var(--text-sm);font-family:var(--scribe-font-mono);color:var(--scribe-text-primary);background:transparent;border:none;outline:none}.fr-search-input-group input::placeholder{color:var(--scribe-text-placeholder)}.scribe-color-match-counter{display:flex;align-items:center;gap:.25rem;font-size:var(--text-xs);color:var(--scribe-text-muted);white-space:nowrap}.scribe-color-match-counter.has-matches{color:var(--scribe-color-match)}.scribe-color-match-counter.no-matches{color:var(--color-error)}.fr-search-actions{display:flex;align-items:center;gap:.25rem}.fr-search-btn{display:flex;align-items:center;justify-content:center;width:var(--space-8);height:var(--space-8);font-size:var(--text-xs);color:var(--scribe-text-muted);background:var(--scribe-bg-tertiary);border:1px solid var(--scribe-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--scribe-transition)}.fr-search-btn:hover:not(:disabled){color:var(--scribe-text-primary);background:var(--scribe-bg-hover)}.fr-search-btn:disabled{opacity:.5;cursor:not-allowed}.fr-search-btn.primary{background:var(--brand-color);border-color:var(--brand-color);color:#fff}.fr-search-btn.primary:hover:not(:disabled){filter:brightness(1.1)}.fr-replace-btn{display:flex;align-items:center;gap:var(--space-2);padding:.375rem .75rem;font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--scribe-text-primary);background:var(--scribe-bg-tertiary);border:1px solid var(--scribe-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--scribe-transition)}.fr-replace-btn:hover:not(:disabled){background:var(--scribe-bg-hover)}.fr-replace-btn:disabled{opacity:.5;cursor:not-allowed}.fr-replace-btn.primary{background:var(--brand-color);border-color:var(--brand-color);color:#fff}.fr-replace-btn.primary:hover:not(:disabled){filter:brightness(1.1)}.fr-regex-error{display:flex;align-items:center;gap:var(--space-2);padding:.375rem .75rem;font-size:var(--text-xs);color:var(--color-error);background:#ef44441a;border-radius:var(--radius-md)}.fr-regex-error i{font-size:var(--text-xs)}.fr-options{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-6);padding:var(--space-2) var(--space-5);background:var(--scribe-bg-secondary);border:1px solid var(--scribe-border);border-radius:var(--radius-xl)}.fr-options-group{display:flex;align-items:center;gap:var(--space-2)}.fr-option-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:var(--space-2) var(--space-2);min-height:var(--space-8);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--scribe-text-muted);background:var(--scribe-bg-tertiary);border:1px solid var(--scribe-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.fr-option-btn:hover{color:var(--scribe-text-primary);background:var(--scribe-bg-hover)}.fr-option-btn.active{color:var(--brand-color);background:rgba(var(--brand-color-rgb),.15);border-color:var(--brand-color)}.fr-option-btn i{font-size:var(--text-xs)}.fr-settings-btn{display:flex;align-items:center;justify-content:center;width:var(--space-8);height:var(--space-8);margin-inline-start:auto;font-size:var(--text-sm);color:var(--scribe-text-muted);background:var(--scribe-bg-tertiary);border:1px solid var(--scribe-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.fr-settings-btn:hover{color:var(--scribe-text-primary);background:var(--scribe-bg-hover)}.fr-settings-btn.active{color:var(--brand-color);background:rgba(var(--brand-color-rgb),.15);border-color:var(--brand-color)}.fr-editor-panel{display:flex;flex-direction:column;background:var(--scribe-bg-secondary);border:1px solid var(--scribe-border);border-radius:var(--radius-xl);overflow:hidden}.fr-editor-small{min-height:200px;max-height:250px}.fr-editor-medium{min-height:300px;max-height:400px}.fr-editor-large{min-height:400px;max-height:600px}.fr-stats{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;padding:var(--space-3) var(--space-4);background:var(--scribe-bg-secondary);border:1px solid var(--scribe-border);border-radius:var(--radius-xl)}.fr-stat-item{display:flex;flex-direction:column;gap:var(--space-1)}.fr-stat-value{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--scribe-text-primary);line-height:var(--leading-none)}.fr-stat-value.highlight{color:var(--scribe-color-match)}.fr-stat-label{font-size:var(--text-xs);color:var(--scribe-text-muted);text-transform:uppercase;letter-spacing:var(--tracking-wide)}@media(max-width:768px){.fr-search-row{flex-wrap:wrap}.fr-search-input-group{min-width:100%}.fr-search-actions{width:100%;flex-wrap:wrap;justify-content:flex-end}.fr-option-btn span:not(.fr-option-icon){display:none}}@media(max-width:480px){.fr-options{gap:var(--space-2)}.fr-option-btn{padding:var(--space-2)}.fr-search-actions .fr-replace-btn{flex:1 1 100%;justify-content:center}}.find-replace-page{width:100%;padding:var(--space-2) 0 0 0;box-sizing:border-box}.find-replace-page .content-wrapper{box-sizing:border-box}.frp-main{padding:1rem 0}
