.toolbar-container{align-items:center;gap:.5rem;display:flex}.toolbar-group{align-items:center;gap:.25rem;display:flex}.toolbar-divider{background-color:#cbd5e1;width:1px;height:25px;margin:0 .25rem}.save-status{color:#64748b;margin-right:.5rem;font-size:.75rem;font-weight:500}.toolbar-button{color:#475569;cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.85rem;font-weight:500;transition:all .15s ease-in-out;display:flex}.toolbar-button:hover:not(:disabled){color:#0f172a;background-color:#f1f5f9}.toolbar-button:disabled{opacity:.4;cursor:not-allowed}.toolbar-button.danger{color:#ef4444}.toolbar-button.danger:hover{color:#dc2626;background-color:#fef2f2}.save-status.status-error{color:#ef4444}.editor-header{color:#1a202c;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:50px;padding:0 1.5rem;font-family:system-ui,-apple-system,sans-serif;display:flex;position:relative;box-shadow:0 1px 3px #00000005}.header-left{align-items:center;gap:2rem;display:flex}.editor-title{letter-spacing:.3px;color:#0f172a;margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:1.5rem;font-weight:600}.menu-button{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:4px;padding:.45rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.menu-button:hover{background-color:#4338ca;box-shadow:0 2px 4px #4f46e533}.header-right{align-items:center;display:flex}.save-status{align-items:center;gap:1px;display:inline-flex}.save-status.error{color:red}.save-status.saving{color:gray}.save-status.saved{color:green}.app-footer{color:#475569;box-sizing:border-box;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;width:100%;height:20px;margin-top:auto;font-size:.85rem;display:flex;position:relative;bottom:0}.footer-section{align-items:center;gap:.5rem;padding-right:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.footer-title{font-weight:700}.footer-version{color:#94a3b8;font-size:.8rem}@media (width<=720px){.app-footer{flex-direction:column;align-items:flex-start}}.App{color:#0ff}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}
