@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{--color-text-primary:#111;--color-text-secondary:#555;--color-text-tertiary:#999;--color-background-primary:#fff;--color-background-secondary:#f5f5f5;--color-border-secondary:#ddd;--color-border-tertiary:#e5e5e5}*{box-sizing:border-box}body{background:var(--color-background-primary);color:var(--color-text-primary);margin:0;font-family:DM Sans,sans-serif}#root{min-height:100vh}.mo-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mo-box{border:1px solid #ddd;border-radius:16px;flex-direction:column;width:100%;max-width:700px;max-height:80vh;margin-top:-8vh;display:flex;box-shadow:0 12px 48px #00000047;color:#111!important;background:#fff!important}.mo-body{flex:1;padding:20px 24px 0;overflow-y:auto}.mo-footer{border-top:1px solid #eee;flex-shrink:0;gap:8px;padding:14px 24px;display:flex}.ml{color:#555;text-transform:uppercase;letter-spacing:.05em;margin:10px 0 4px;font-size:11px;font-weight:600}.mi{color:#111;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.mi:focus{border-color:#7f77dd}.tog{border:1px solid #ddd;border-radius:8px;width:100%;display:flex;overflow:hidden}.tog button{cursor:pointer;border:none;flex:1;padding:7px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,color .15s}.sidebar{background:var(--color-background-secondary);border-right:1px solid var(--color-border-tertiary);flex-direction:column;width:220px;min-width:220px;height:100vh;display:flex;overflow:hidden}
