: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-item{width:100%;text-align:left;border:none;background:transparent;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;color:#374151}.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}.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}}
