:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}button,input,textarea{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#111827;color:#f9fafb}.layout{flex:1;display:grid;grid-template-columns:260px 1fr;min-height:0}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:1rem;overflow:auto}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.sidebar h2{margin:0;font-size:1rem}.file-list{list-style:none;margin:0;padding:0}.file-list-item{display:flex;align-items:center;gap:.25rem}.file-item{flex:1;min-width:0;text-align:left;border:none;background:transparent;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-rename-btn{flex-shrink:0;border:none;background:transparent;color:#9ca3af;padding:.25rem .5rem;border-radius:.375rem;cursor:pointer;line-height:1}.file-rename-btn:hover{background:#f3f4f6;color:#374151}.file-list-item:hover .file-rename-btn{color:#6b7280}.file-item:hover{background:#f3f4f6}.file-item.active{background:#dbeafe;color:#1d4ed8}.editor{display:flex;flex-direction:column;min-height:0;background:#fff}.editor.empty{align-items:center;justify-content:center;color:#6b7280}.editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.editor-header h1{margin:0 0 .25rem;font-size:1.125rem}.editor-actions{display:flex;gap:.5rem;flex-wrap:wrap}.editor-panels{flex:1;display:grid;grid-template-columns:1fr 1fr;min-height:0}.editor-panels.preview-hidden{grid-template-columns:1fr}.editor-textarea,.editor-preview{min-height:0;border:none;padding:1rem 1.25rem}.editor-textarea{resize:none;outline:none;border-right:1px solid #e5e7eb;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.6}.editor-preview{overflow:auto;background:#fafafa}.editor-preview h1,.editor-preview h2,.editor-preview h3{margin-top:0}.editor-preview .table-wrapper{overflow-x:auto;margin:1rem 0;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff}.editor-preview table{width:100%;min-width:320px;border-collapse:collapse;font-size:.9rem}.editor-preview th,.editor-preview td{border:1px solid #e5e7eb;padding:.625rem .75rem;text-align:left;vertical-align:top}.editor-preview th{background:#f3f4f6;font-weight:600;white-space:nowrap}.editor-preview tbody tr:nth-child(2n) td{background:#f9fafb}.editor-preview tbody tr:hover td{background:#eff6ff}.modal-wide{width:min(100%,960px);max-height:min(90vh,900px);overflow:hidden;display:flex;flex-direction:column}.modal-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-header-row h2{margin:0}.history-layout{display:grid;grid-template-columns:300px 1fr;gap:1rem;min-height:0;flex:1;overflow:hidden}.history-list{list-style:none;margin:0;padding:0;overflow:auto;border:1px solid #e5e7eb;border-radius:.5rem;background:#fafafa}.history-item{width:100%;text-align:left;border:none;border-bottom:1px solid #e5e7eb;background:transparent;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.history-item:last-child{border-bottom:none}.history-item:hover{background:#f3f4f6}.history-item.active{background:#dbeafe}.history-item-top{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem}.history-item code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.history-item time{color:#6b7280;white-space:nowrap}.history-item strong{font-size:.9rem;font-weight:600}.history-preview{display:flex;flex-direction:column;min-height:0;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.history-preview-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#fff;font-size:.9rem}.history-preview-content{flex:1;overflow:auto;border-radius:0}.btn{border:1px solid transparent;border-radius:.5rem;padding:.5rem .875rem;cursor:pointer}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#fff;border-color:#d1d5db;color:#111827}.btn-secondary:hover:not(:disabled){background:#f9fafb}.status{font-size:.875rem;color:#6b7280}.status-saving{color:#d97706}.status-saved{color:#059669}.status-error{color:#dc2626}.muted{color:#6b7280}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:20}.modal{width:min(100%,480px);background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 20px 40px #00000026}.modal h2{margin:0 0 .5rem}.field{display:flex;flex-direction:column;gap:.375rem;margin:1rem 0}.field input{border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem .75rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.error-text{color:#dc2626;margin:.5rem 0 0}.success-text{color:#059669;margin:.5rem 0 0;white-space:pre-wrap}@media(max-width:900px){.layout,.editor-panels{grid-template-columns:1fr}.editor-textarea{min-height:240px;border-right:none;border-bottom:1px solid #e5e7eb}.history-layout{grid-template-columns:1fr;max-height:70vh}.history-list{max-height:220px}}
