parasor 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +208 -0
- package/THIRD-PARTY-NOTICES.md +138 -0
- package/bin/parasor.mjs +3 -0
- package/node_modules/@parasor/shared/dist/client.d.ts +8 -0
- package/node_modules/@parasor/shared/dist/client.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/client.js +2 -0
- package/node_modules/@parasor/shared/dist/client.js.map +1 -0
- package/node_modules/@parasor/shared/dist/drops.d.ts +24 -0
- package/node_modules/@parasor/shared/dist/drops.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/drops.js +2 -0
- package/node_modules/@parasor/shared/dist/drops.js.map +1 -0
- package/node_modules/@parasor/shared/dist/file-uploads.d.ts +56 -0
- package/node_modules/@parasor/shared/dist/file-uploads.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/file-uploads.js +13 -0
- package/node_modules/@parasor/shared/dist/file-uploads.js.map +1 -0
- package/node_modules/@parasor/shared/dist/ide-commands.d.ts +8 -0
- package/node_modules/@parasor/shared/dist/ide-commands.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/ide-commands.js +59 -0
- package/node_modules/@parasor/shared/dist/ide-commands.js.map +1 -0
- package/node_modules/@parasor/shared/dist/pane-commands.d.ts +7 -0
- package/node_modules/@parasor/shared/dist/pane-commands.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/pane-commands.js +47 -0
- package/node_modules/@parasor/shared/dist/pane-commands.js.map +1 -0
- package/node_modules/@parasor/shared/dist/pane-model.d.ts +63 -0
- package/node_modules/@parasor/shared/dist/pane-model.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/pane-model.js +89 -0
- package/node_modules/@parasor/shared/dist/pane-model.js.map +1 -0
- package/node_modules/@parasor/shared/dist/panes.d.ts +33 -0
- package/node_modules/@parasor/shared/dist/panes.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/panes.js +2 -0
- package/node_modules/@parasor/shared/dist/panes.js.map +1 -0
- package/node_modules/@parasor/shared/dist/runtime.d.ts +180 -0
- package/node_modules/@parasor/shared/dist/runtime.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/runtime.js +2 -0
- package/node_modules/@parasor/shared/dist/runtime.js.map +1 -0
- package/node_modules/@parasor/shared/dist/state.d.ts +192 -0
- package/node_modules/@parasor/shared/dist/state.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/state.js +10 -0
- package/node_modules/@parasor/shared/dist/state.js.map +1 -0
- package/node_modules/@parasor/shared/dist/terminal.d.ts +191 -0
- package/node_modules/@parasor/shared/dist/terminal.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/terminal.js +174 -0
- package/node_modules/@parasor/shared/dist/terminal.js.map +1 -0
- package/node_modules/@parasor/shared/dist/types.d.ts +13 -0
- package/node_modules/@parasor/shared/dist/types.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/types.js +13 -0
- package/node_modules/@parasor/shared/dist/types.js.map +1 -0
- package/node_modules/@parasor/shared/dist/worktree-local-files.d.ts +14 -0
- package/node_modules/@parasor/shared/dist/worktree-local-files.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/worktree-local-files.js +41 -0
- package/node_modules/@parasor/shared/dist/worktree-local-files.js.map +1 -0
- package/node_modules/@parasor/shared/dist/ws-events.d.ts +152 -0
- package/node_modules/@parasor/shared/dist/ws-events.d.ts.map +1 -0
- package/node_modules/@parasor/shared/dist/ws-events.js +2 -0
- package/node_modules/@parasor/shared/dist/ws-events.js.map +1 -0
- package/node_modules/@parasor/shared/package.json +13 -0
- package/package.json +61 -0
- package/server/agent-detector/agent-state-store.d.ts +23 -0
- package/server/agent-detector/agent-state-store.d.ts.map +1 -0
- package/server/agent-detector/agent-state-store.js +110 -0
- package/server/agent-detector/agent-state-store.js.map +1 -0
- package/server/agent-detector/detector.d.ts +80 -0
- package/server/agent-detector/detector.d.ts.map +1 -0
- package/server/agent-detector/detector.js +219 -0
- package/server/agent-detector/detector.js.map +1 -0
- package/server/agent-detector/event-map.d.ts +25 -0
- package/server/agent-detector/event-map.d.ts.map +1 -0
- package/server/agent-detector/event-map.js +136 -0
- package/server/agent-detector/event-map.js.map +1 -0
- package/server/agent-detector/manual-agent-tracker.d.ts +19 -0
- package/server/agent-detector/manual-agent-tracker.d.ts.map +1 -0
- package/server/agent-detector/manual-agent-tracker.js +123 -0
- package/server/agent-detector/manual-agent-tracker.js.map +1 -0
- package/server/agent-detector/output-eligibility.d.ts +3 -0
- package/server/agent-detector/output-eligibility.d.ts.map +1 -0
- package/server/agent-detector/output-eligibility.js +39 -0
- package/server/agent-detector/output-eligibility.js.map +1 -0
- package/server/application/files/errors.d.ts +28 -0
- package/server/application/files/errors.d.ts.map +1 -0
- package/server/application/files/errors.js +55 -0
- package/server/application/files/errors.js.map +1 -0
- package/server/application/files/local-filesystem.d.ts +36 -0
- package/server/application/files/local-filesystem.d.ts.map +1 -0
- package/server/application/files/local-filesystem.js +171 -0
- package/server/application/files/local-filesystem.js.map +1 -0
- package/server/application/files/project-file-queries.d.ts +16 -0
- package/server/application/files/project-file-queries.d.ts.map +1 -0
- package/server/application/files/project-file-queries.js +126 -0
- package/server/application/files/project-file-queries.js.map +1 -0
- package/server/application/integrations/errors.d.ts +16 -0
- package/server/application/integrations/errors.d.ts.map +1 -0
- package/server/application/integrations/errors.js +31 -0
- package/server/application/integrations/errors.js.map +1 -0
- package/server/application/integrations/hook-notify.d.ts +32 -0
- package/server/application/integrations/hook-notify.d.ts.map +1 -0
- package/server/application/integrations/hook-notify.js +118 -0
- package/server/application/integrations/hook-notify.js.map +1 -0
- package/server/application/integrations/open-url.d.ts +11 -0
- package/server/application/integrations/open-url.d.ts.map +1 -0
- package/server/application/integrations/open-url.js +23 -0
- package/server/application/integrations/open-url.js.map +1 -0
- package/server/application/ports.d.ts +11 -0
- package/server/application/ports.d.ts.map +1 -0
- package/server/application/ports.js +2 -0
- package/server/application/ports.js.map +1 -0
- package/server/application/workspace/errors.d.ts +21 -0
- package/server/application/workspace/errors.d.ts.map +1 -0
- package/server/application/workspace/errors.js +21 -0
- package/server/application/workspace/errors.js.map +1 -0
- package/server/application/workspace/pane-commands.d.ts +47 -0
- package/server/application/workspace/pane-commands.d.ts.map +1 -0
- package/server/application/workspace/pane-commands.js +193 -0
- package/server/application/workspace/pane-commands.js.map +1 -0
- package/server/application/workspace/project-commands.d.ts +34 -0
- package/server/application/workspace/project-commands.d.ts.map +1 -0
- package/server/application/workspace/project-commands.js +81 -0
- package/server/application/workspace/project-commands.js.map +1 -0
- package/server/application/workspace/project-queries.d.ts +21 -0
- package/server/application/workspace/project-queries.d.ts.map +1 -0
- package/server/application/workspace/project-queries.js +216 -0
- package/server/application/workspace/project-queries.js.map +1 -0
- package/server/application/workspace/session-commands.d.ts +24 -0
- package/server/application/workspace/session-commands.d.ts.map +1 -0
- package/server/application/workspace/session-commands.js +123 -0
- package/server/application/workspace/session-commands.js.map +1 -0
- package/server/application/workspace/session-queries.d.ts +14 -0
- package/server/application/workspace/session-queries.d.ts.map +1 -0
- package/server/application/workspace/session-queries.js +47 -0
- package/server/application/workspace/session-queries.js.map +1 -0
- package/server/application/workspace/worktree-commands.d.ts +98 -0
- package/server/application/workspace/worktree-commands.d.ts.map +1 -0
- package/server/application/workspace/worktree-commands.js +323 -0
- package/server/application/workspace/worktree-commands.js.map +1 -0
- package/server/application/workspace/worktree-local-files.d.ts +11 -0
- package/server/application/workspace/worktree-local-files.d.ts.map +1 -0
- package/server/application/workspace/worktree-local-files.js +223 -0
- package/server/application/workspace/worktree-local-files.js.map +1 -0
- package/server/application/workspace/worktree-reconcile.d.ts +21 -0
- package/server/application/workspace/worktree-reconcile.d.ts.map +1 -0
- package/server/application/workspace/worktree-reconcile.js +49 -0
- package/server/application/workspace/worktree-reconcile.js.map +1 -0
- package/server/auth/origin.d.ts +17 -0
- package/server/auth/origin.d.ts.map +1 -0
- package/server/auth/origin.js +93 -0
- package/server/auth/origin.js.map +1 -0
- package/server/auth/pairing-token.d.ts +28 -0
- package/server/auth/pairing-token.d.ts.map +1 -0
- package/server/auth/pairing-token.js +46 -0
- package/server/auth/pairing-token.js.map +1 -0
- package/server/auth/token-exchange.d.ts +11 -0
- package/server/auth/token-exchange.d.ts.map +1 -0
- package/server/auth/token-exchange.js +27 -0
- package/server/auth/token-exchange.js.map +1 -0
- package/server/auth/token.d.ts +18 -0
- package/server/auth/token.d.ts.map +1 -0
- package/server/auth/token.js +115 -0
- package/server/auth/token.js.map +1 -0
- package/server/bootstrap/create-app-server.d.ts +49 -0
- package/server/bootstrap/create-app-server.d.ts.map +1 -0
- package/server/bootstrap/create-app-server.js +154 -0
- package/server/bootstrap/create-app-server.js.map +1 -0
- package/server/bootstrap/project-runtime.d.ts +29 -0
- package/server/bootstrap/project-runtime.d.ts.map +1 -0
- package/server/bootstrap/project-runtime.js +253 -0
- package/server/bootstrap/project-runtime.js.map +1 -0
- package/server/bootstrap/pty-env.d.ts +3 -0
- package/server/bootstrap/pty-env.d.ts.map +1 -0
- package/server/bootstrap/pty-env.js +15 -0
- package/server/bootstrap/pty-env.js.map +1 -0
- package/server/bootstrap/reconcile-state.d.ts +16 -0
- package/server/bootstrap/reconcile-state.d.ts.map +1 -0
- package/server/bootstrap/reconcile-state.js +73 -0
- package/server/bootstrap/reconcile-state.js.map +1 -0
- package/server/bootstrap/runtime-loops.d.ts +51 -0
- package/server/bootstrap/runtime-loops.d.ts.map +1 -0
- package/server/bootstrap/runtime-loops.js +189 -0
- package/server/bootstrap/runtime-loops.js.map +1 -0
- package/server/bootstrap/runtime-port.d.ts +4 -0
- package/server/bootstrap/runtime-port.d.ts.map +1 -0
- package/server/bootstrap/runtime-port.js +52 -0
- package/server/bootstrap/runtime-port.js.map +1 -0
- package/server/bootstrap/safety-gate.d.ts +22 -0
- package/server/bootstrap/safety-gate.d.ts.map +1 -0
- package/server/bootstrap/safety-gate.js +43 -0
- package/server/bootstrap/safety-gate.js.map +1 -0
- package/server/bootstrap/shutdown-marker.d.ts +35 -0
- package/server/bootstrap/shutdown-marker.d.ts.map +1 -0
- package/server/bootstrap/shutdown-marker.js +100 -0
- package/server/bootstrap/shutdown-marker.js.map +1 -0
- package/server/bootstrap/shutdown-runtime.d.ts +62 -0
- package/server/bootstrap/shutdown-runtime.d.ts.map +1 -0
- package/server/bootstrap/shutdown-runtime.js +66 -0
- package/server/bootstrap/shutdown-runtime.js.map +1 -0
- package/server/bootstrap/startup-banner.d.ts +34 -0
- package/server/bootstrap/startup-banner.d.ts.map +1 -0
- package/server/bootstrap/startup-banner.js +114 -0
- package/server/bootstrap/startup-banner.js.map +1 -0
- package/server/bootstrap/wire-runtime.d.ts +42 -0
- package/server/bootstrap/wire-runtime.d.ts.map +1 -0
- package/server/bootstrap/wire-runtime.js +205 -0
- package/server/bootstrap/wire-runtime.js.map +1 -0
- package/server/cli/help.d.ts +3 -0
- package/server/cli/help.d.ts.map +1 -0
- package/server/cli/help.js +39 -0
- package/server/cli/help.js.map +1 -0
- package/server/cli/hook-client.d.ts +12 -0
- package/server/cli/hook-client.d.ts.map +1 -0
- package/server/cli/hook-client.js +81 -0
- package/server/cli/hook-client.js.map +1 -0
- package/server/cli/hook.d.ts +3 -0
- package/server/cli/hook.d.ts.map +1 -0
- package/server/cli/hook.js +152 -0
- package/server/cli/hook.js.map +1 -0
- package/server/cli/main.d.ts +2 -0
- package/server/cli/main.d.ts.map +1 -0
- package/server/cli/main.js +133 -0
- package/server/cli/main.js.map +1 -0
- package/server/cli/notify.d.ts +19 -0
- package/server/cli/notify.d.ts.map +1 -0
- package/server/cli/notify.js +77 -0
- package/server/cli/notify.js.map +1 -0
- package/server/cli/open.d.ts +2 -0
- package/server/cli/open.d.ts.map +1 -0
- package/server/cli/open.js +47 -0
- package/server/cli/open.js.map +1 -0
- package/server/cli/probe-daemon-version.d.ts +46 -0
- package/server/cli/probe-daemon-version.d.ts.map +1 -0
- package/server/cli/probe-daemon-version.js +167 -0
- package/server/cli/probe-daemon-version.js.map +1 -0
- package/server/cli/pty-host.d.ts +36 -0
- package/server/cli/pty-host.d.ts.map +1 -0
- package/server/cli/pty-host.js +390 -0
- package/server/cli/pty-host.js.map +1 -0
- package/server/cli/qr.d.ts +2 -0
- package/server/cli/qr.d.ts.map +1 -0
- package/server/cli/qr.js +70 -0
- package/server/cli/qr.js.map +1 -0
- package/server/cli/restart-confirm.d.ts +33 -0
- package/server/cli/restart-confirm.d.ts.map +1 -0
- package/server/cli/restart-confirm.js +107 -0
- package/server/cli/restart-confirm.js.map +1 -0
- package/server/cli/restart.d.ts +17 -0
- package/server/cli/restart.d.ts.map +1 -0
- package/server/cli/restart.js +145 -0
- package/server/cli/restart.js.map +1 -0
- package/server/cli/service-darwin.d.ts +70 -0
- package/server/cli/service-darwin.d.ts.map +1 -0
- package/server/cli/service-darwin.js +562 -0
- package/server/cli/service-darwin.js.map +1 -0
- package/server/cli/service-linux.d.ts +81 -0
- package/server/cli/service-linux.d.ts.map +1 -0
- package/server/cli/service-linux.js +412 -0
- package/server/cli/service-linux.js.map +1 -0
- package/server/cli/service.d.ts +33 -0
- package/server/cli/service.d.ts.map +1 -0
- package/server/cli/service.js +133 -0
- package/server/cli/service.js.map +1 -0
- package/server/cli/shim-installer.d.ts +35 -0
- package/server/cli/shim-installer.d.ts.map +1 -0
- package/server/cli/shim-installer.js +662 -0
- package/server/cli/shim-installer.js.map +1 -0
- package/server/cli/shim-open.d.ts +2 -0
- package/server/cli/shim-open.d.ts.map +1 -0
- package/server/cli/shim-open.js +128 -0
- package/server/cli/shim-open.js.map +1 -0
- package/server/cli/shutdown-deps.d.ts +41 -0
- package/server/cli/shutdown-deps.d.ts.map +1 -0
- package/server/cli/shutdown-deps.js +158 -0
- package/server/cli/shutdown-deps.js.map +1 -0
- package/server/cli/stop.d.ts +11 -0
- package/server/cli/stop.d.ts.map +1 -0
- package/server/cli/stop.js +123 -0
- package/server/cli/stop.js.map +1 -0
- package/server/cli/unknown-command.d.ts +8 -0
- package/server/cli/unknown-command.d.ts.map +1 -0
- package/server/cli/unknown-command.js +14 -0
- package/server/cli/unknown-command.js.map +1 -0
- package/server/debug/agent-status-recorder.d.ts +57 -0
- package/server/debug/agent-status-recorder.d.ts.map +1 -0
- package/server/debug/agent-status-recorder.js +209 -0
- package/server/debug/agent-status-recorder.js.map +1 -0
- package/server/debug/terminal-trace-recorder.d.ts +41 -0
- package/server/debug/terminal-trace-recorder.d.ts.map +1 -0
- package/server/debug/terminal-trace-recorder.js +112 -0
- package/server/debug/terminal-trace-recorder.js.map +1 -0
- package/server/fonts/catalog.d.ts +35 -0
- package/server/fonts/catalog.d.ts.map +1 -0
- package/server/fonts/catalog.js +76 -0
- package/server/fonts/catalog.js.map +1 -0
- package/server/fonts/installer.d.ts +45 -0
- package/server/fonts/installer.d.ts.map +1 -0
- package/server/fonts/installer.js +201 -0
- package/server/fonts/installer.js.map +1 -0
- package/server/fonts/routes.d.ts +4 -0
- package/server/fonts/routes.d.ts.map +1 -0
- package/server/fonts/routes.js +91 -0
- package/server/fonts/routes.js.map +1 -0
- package/server/fs/drops.d.ts +50 -0
- package/server/fs/drops.d.ts.map +1 -0
- package/server/fs/drops.js +137 -0
- package/server/fs/drops.js.map +1 -0
- package/server/fs/file-uploads.d.ts +57 -0
- package/server/fs/file-uploads.d.ts.map +1 -0
- package/server/fs/file-uploads.js +214 -0
- package/server/fs/file-uploads.js.map +1 -0
- package/server/fs/file-watcher.d.ts +22 -0
- package/server/fs/file-watcher.d.ts.map +1 -0
- package/server/fs/file-watcher.js +105 -0
- package/server/fs/file-watcher.js.map +1 -0
- package/server/fs/git-watcher.d.ts +76 -0
- package/server/fs/git-watcher.d.ts.map +1 -0
- package/server/fs/git-watcher.js +356 -0
- package/server/fs/git-watcher.js.map +1 -0
- package/server/fs/media.d.ts +35 -0
- package/server/fs/media.d.ts.map +1 -0
- package/server/fs/media.js +271 -0
- package/server/fs/media.js.map +1 -0
- package/server/fs/service.d.ts +97 -0
- package/server/fs/service.d.ts.map +1 -0
- package/server/fs/service.js +306 -0
- package/server/fs/service.js.map +1 -0
- package/server/fs/upload-staging.d.ts +76 -0
- package/server/fs/upload-staging.d.ts.map +1 -0
- package/server/fs/upload-staging.js +283 -0
- package/server/fs/upload-staging.js.map +1 -0
- package/server/fs/watcher-lifecycle.d.ts +24 -0
- package/server/fs/watcher-lifecycle.d.ts.map +1 -0
- package/server/fs/watcher-lifecycle.js +105 -0
- package/server/fs/watcher-lifecycle.js.map +1 -0
- package/server/index.d.ts +17 -0
- package/server/index.d.ts.map +1 -0
- package/server/index.js +510 -0
- package/server/index.js.map +1 -0
- package/server/ipc/socket-server.d.ts +28 -0
- package/server/ipc/socket-server.d.ts.map +1 -0
- package/server/ipc/socket-server.js +206 -0
- package/server/ipc/socket-server.js.map +1 -0
- package/server/lib/git-exec.d.ts +38 -0
- package/server/lib/git-exec.d.ts.map +1 -0
- package/server/lib/git-exec.js +96 -0
- package/server/lib/git-exec.js.map +1 -0
- package/server/lib/open-in-ide.d.ts +22 -0
- package/server/lib/open-in-ide.d.ts.map +1 -0
- package/server/lib/open-in-ide.js +90 -0
- package/server/lib/open-in-ide.js.map +1 -0
- package/server/lib/open-in-os.d.ts +20 -0
- package/server/lib/open-in-os.d.ts.map +1 -0
- package/server/lib/open-in-os.js +51 -0
- package/server/lib/open-in-os.js.map +1 -0
- package/server/lib/path.d.ts +2 -0
- package/server/lib/path.d.ts.map +1 -0
- package/server/lib/path.js +10 -0
- package/server/lib/path.js.map +1 -0
- package/server/lib/promise-mutex.d.ts +7 -0
- package/server/lib/promise-mutex.d.ts.map +1 -0
- package/server/lib/promise-mutex.js +26 -0
- package/server/lib/promise-mutex.js.map +1 -0
- package/server/lib/sd-notify.d.ts +8 -0
- package/server/lib/sd-notify.d.ts.map +1 -0
- package/server/lib/sd-notify.js +27 -0
- package/server/lib/sd-notify.js.map +1 -0
- package/server/net/local-machine.d.ts +7 -0
- package/server/net/local-machine.d.ts.map +1 -0
- package/server/net/local-machine.js +79 -0
- package/server/net/local-machine.js.map +1 -0
- package/server/net/reachable-host.d.ts +12 -0
- package/server/net/reachable-host.d.ts.map +1 -0
- package/server/net/reachable-host.js +25 -0
- package/server/net/reachable-host.js.map +1 -0
- package/server/network/endpoints.d.ts +14 -0
- package/server/network/endpoints.d.ts.map +1 -0
- package/server/network/endpoints.js +104 -0
- package/server/network/endpoints.js.map +1 -0
- package/server/network/qr.d.ts +16 -0
- package/server/network/qr.d.ts.map +1 -0
- package/server/network/qr.js +89 -0
- package/server/network/qr.js.map +1 -0
- package/server/port-forwarder/forwarder.d.ts +47 -0
- package/server/port-forwarder/forwarder.d.ts.map +1 -0
- package/server/port-forwarder/forwarder.js +159 -0
- package/server/port-forwarder/forwarder.js.map +1 -0
- package/server/port-scanner/scanner.d.ts +24 -0
- package/server/port-scanner/scanner.d.ts.map +1 -0
- package/server/port-scanner/scanner.js +193 -0
- package/server/port-scanner/scanner.js.map +1 -0
- package/server/pty/connection-lifecycle.d.ts +50 -0
- package/server/pty/connection-lifecycle.d.ts.map +1 -0
- package/server/pty/connection-lifecycle.js +113 -0
- package/server/pty/connection-lifecycle.js.map +1 -0
- package/server/pty/daemon-connect.d.ts +52 -0
- package/server/pty/daemon-connect.d.ts.map +1 -0
- package/server/pty/daemon-connect.js +62 -0
- package/server/pty/daemon-connect.js.map +1 -0
- package/server/pty/handshake-timeout-race.d.ts +22 -0
- package/server/pty/handshake-timeout-race.d.ts.map +1 -0
- package/server/pty/handshake-timeout-race.js +23 -0
- package/server/pty/handshake-timeout-race.js.map +1 -0
- package/server/pty/headless-replay-snapshot.d.ts +28 -0
- package/server/pty/headless-replay-snapshot.d.ts.map +1 -0
- package/server/pty/headless-replay-snapshot.js +285 -0
- package/server/pty/headless-replay-snapshot.js.map +1 -0
- package/server/pty/headless-terminal-state-cache.d.ts +31 -0
- package/server/pty/headless-terminal-state-cache.d.ts.map +1 -0
- package/server/pty/headless-terminal-state-cache.js +119 -0
- package/server/pty/headless-terminal-state-cache.js.map +1 -0
- package/server/pty/hello-ack-validator.d.ts +15 -0
- package/server/pty/hello-ack-validator.d.ts.map +1 -0
- package/server/pty/hello-ack-validator.js +30 -0
- package/server/pty/hello-ack-validator.js.map +1 -0
- package/server/pty/host-daemon/bootstrap.d.ts +100 -0
- package/server/pty/host-daemon/bootstrap.d.ts.map +1 -0
- package/server/pty/host-daemon/bootstrap.js +611 -0
- package/server/pty/host-daemon/bootstrap.js.map +1 -0
- package/server/pty/host-daemon/daemon.d.ts +111 -0
- package/server/pty/host-daemon/daemon.d.ts.map +1 -0
- package/server/pty/host-daemon/daemon.js +648 -0
- package/server/pty/host-daemon/daemon.js.map +1 -0
- package/server/pty/host-daemon/entry.d.ts +3 -0
- package/server/pty/host-daemon/entry.d.ts.map +1 -0
- package/server/pty/host-daemon/entry.js +72 -0
- package/server/pty/host-daemon/entry.js.map +1 -0
- package/server/pty/host-daemon/lockfile.d.ts +12 -0
- package/server/pty/host-daemon/lockfile.d.ts.map +1 -0
- package/server/pty/host-daemon/lockfile.js +120 -0
- package/server/pty/host-daemon/lockfile.js.map +1 -0
- package/server/pty/host-daemon/mode-marker.d.ts +77 -0
- package/server/pty/host-daemon/mode-marker.d.ts.map +1 -0
- package/server/pty/host-daemon/mode-marker.js +228 -0
- package/server/pty/host-daemon/mode-marker.js.map +1 -0
- package/server/pty/host-daemon/orphan-cleanup.d.ts +42 -0
- package/server/pty/host-daemon/orphan-cleanup.d.ts.map +1 -0
- package/server/pty/host-daemon/orphan-cleanup.js +84 -0
- package/server/pty/host-daemon/orphan-cleanup.js.map +1 -0
- package/server/pty/host-daemon/paths.d.ts +10 -0
- package/server/pty/host-daemon/paths.d.ts.map +1 -0
- package/server/pty/host-daemon/paths.js +56 -0
- package/server/pty/host-daemon/paths.js.map +1 -0
- package/server/pty/host-daemon/server-connection.d.ts +44 -0
- package/server/pty/host-daemon/server-connection.d.ts.map +1 -0
- package/server/pty/host-daemon/server-connection.js +100 -0
- package/server/pty/host-daemon/server-connection.js.map +1 -0
- package/server/pty/host-daemon/service-detection.d.ts +24 -0
- package/server/pty/host-daemon/service-detection.d.ts.map +1 -0
- package/server/pty/host-daemon/service-detection.js +16 -0
- package/server/pty/host-daemon/service-detection.js.map +1 -0
- package/server/pty/host-daemon/socket-ready.d.ts +22 -0
- package/server/pty/host-daemon/socket-ready.d.ts.map +1 -0
- package/server/pty/host-daemon/socket-ready.js +33 -0
- package/server/pty/host-daemon/socket-ready.js.map +1 -0
- package/server/pty/host-daemon/spawn-daemon.d.ts +45 -0
- package/server/pty/host-daemon/spawn-daemon.d.ts.map +1 -0
- package/server/pty/host-daemon/spawn-daemon.js +155 -0
- package/server/pty/host-daemon/spawn-daemon.js.map +1 -0
- package/server/pty/host-daemon/terminate-daemon.d.ts +16 -0
- package/server/pty/host-daemon/terminate-daemon.d.ts.map +1 -0
- package/server/pty/host-daemon/terminate-daemon.js +128 -0
- package/server/pty/host-daemon/terminate-daemon.js.map +1 -0
- package/server/pty/host-protocol/frames.d.ts +110 -0
- package/server/pty/host-protocol/frames.d.ts.map +1 -0
- package/server/pty/host-protocol/frames.js +255 -0
- package/server/pty/host-protocol/frames.js.map +1 -0
- package/server/pty/host-protocol/messages.d.ts +140 -0
- package/server/pty/host-protocol/messages.d.ts.map +1 -0
- package/server/pty/host-protocol/messages.js +117 -0
- package/server/pty/host-protocol/messages.js.map +1 -0
- package/server/pty/host.d.ts +273 -0
- package/server/pty/host.d.ts.map +1 -0
- package/server/pty/host.js +184 -0
- package/server/pty/host.js.map +1 -0
- package/server/pty/in-process-host.d.ts +224 -0
- package/server/pty/in-process-host.d.ts.map +1 -0
- package/server/pty/in-process-host.js +1183 -0
- package/server/pty/in-process-host.js.map +1 -0
- package/server/pty/osc7-lifecycle.d.ts +8 -0
- package/server/pty/osc7-lifecycle.d.ts.map +1 -0
- package/server/pty/osc7-lifecycle.js +22 -0
- package/server/pty/osc7-lifecycle.js.map +1 -0
- package/server/pty/osc7-parser.d.ts +23 -0
- package/server/pty/osc7-parser.d.ts.map +1 -0
- package/server/pty/osc7-parser.js +91 -0
- package/server/pty/osc7-parser.js.map +1 -0
- package/server/pty/remote-host.d.ts +188 -0
- package/server/pty/remote-host.d.ts.map +1 -0
- package/server/pty/remote-host.js +810 -0
- package/server/pty/remote-host.js.map +1 -0
- package/server/pty/request-correlator.d.ts +59 -0
- package/server/pty/request-correlator.d.ts.map +1 -0
- package/server/pty/request-correlator.js +75 -0
- package/server/pty/request-correlator.js.map +1 -0
- package/server/pty/scrollback-log.d.ts +130 -0
- package/server/pty/scrollback-log.d.ts.map +1 -0
- package/server/pty/scrollback-log.js +344 -0
- package/server/pty/scrollback-log.js.map +1 -0
- package/server/pty/scrollback-sanitize.d.ts +2 -0
- package/server/pty/scrollback-sanitize.d.ts.map +1 -0
- package/server/pty/scrollback-sanitize.js +54 -0
- package/server/pty/scrollback-sanitize.js.map +1 -0
- package/server/pty/session-mirror.d.ts +67 -0
- package/server/pty/session-mirror.d.ts.map +1 -0
- package/server/pty/session-mirror.js +112 -0
- package/server/pty/session-mirror.js.map +1 -0
- package/server/pty/session-policy.d.ts +85 -0
- package/server/pty/session-policy.d.ts.map +1 -0
- package/server/pty/session-policy.js +186 -0
- package/server/pty/session-policy.js.map +1 -0
- package/server/pty/version-mismatch-recovery.d.ts +71 -0
- package/server/pty/version-mismatch-recovery.d.ts.map +1 -0
- package/server/pty/version-mismatch-recovery.js +63 -0
- package/server/pty/version-mismatch-recovery.js.map +1 -0
- package/server/routes/debug-agent-status.d.ts +5 -0
- package/server/routes/debug-agent-status.d.ts.map +1 -0
- package/server/routes/debug-agent-status.js +22 -0
- package/server/routes/debug-agent-status.js.map +1 -0
- package/server/routes/debug-diagnostics.d.ts +8 -0
- package/server/routes/debug-diagnostics.d.ts.map +1 -0
- package/server/routes/debug-diagnostics.js +34 -0
- package/server/routes/debug-diagnostics.js.map +1 -0
- package/server/routes/debug-terminal-trace.d.ts +16 -0
- package/server/routes/debug-terminal-trace.d.ts.map +1 -0
- package/server/routes/debug-terminal-trace.js +545 -0
- package/server/routes/debug-terminal-trace.js.map +1 -0
- package/server/routes/drops.d.ts +13 -0
- package/server/routes/drops.d.ts.map +1 -0
- package/server/routes/drops.js +126 -0
- package/server/routes/drops.js.map +1 -0
- package/server/routes/file-uploads.d.ts +9 -0
- package/server/routes/file-uploads.d.ts.map +1 -0
- package/server/routes/file-uploads.js +119 -0
- package/server/routes/file-uploads.js.map +1 -0
- package/server/routes/files.d.ts +9 -0
- package/server/routes/files.d.ts.map +1 -0
- package/server/routes/files.js +441 -0
- package/server/routes/files.js.map +1 -0
- package/server/routes/filesystem.d.ts +6 -0
- package/server/routes/filesystem.d.ts.map +1 -0
- package/server/routes/filesystem.js +76 -0
- package/server/routes/filesystem.js.map +1 -0
- package/server/routes/git.d.ts +38 -0
- package/server/routes/git.d.ts.map +1 -0
- package/server/routes/git.js +585 -0
- package/server/routes/git.js.map +1 -0
- package/server/routes/healthz.d.ts +8 -0
- package/server/routes/healthz.d.ts.map +1 -0
- package/server/routes/healthz.js +24 -0
- package/server/routes/healthz.js.map +1 -0
- package/server/routes/hook.d.ts +14 -0
- package/server/routes/hook.d.ts.map +1 -0
- package/server/routes/hook.js +86 -0
- package/server/routes/hook.js.map +1 -0
- package/server/routes/ide-commands.d.ts +9 -0
- package/server/routes/ide-commands.d.ts.map +1 -0
- package/server/routes/ide-commands.js +23 -0
- package/server/routes/ide-commands.js.map +1 -0
- package/server/routes/lib/resolve-worktree.d.ts +30 -0
- package/server/routes/lib/resolve-worktree.d.ts.map +1 -0
- package/server/routes/lib/resolve-worktree.js +35 -0
- package/server/routes/lib/resolve-worktree.js.map +1 -0
- package/server/routes/open.d.ts +4 -0
- package/server/routes/open.d.ts.map +1 -0
- package/server/routes/open.js +21 -0
- package/server/routes/open.js.map +1 -0
- package/server/routes/pane-commands.d.ts +9 -0
- package/server/routes/pane-commands.d.ts.map +1 -0
- package/server/routes/pane-commands.js +23 -0
- package/server/routes/pane-commands.js.map +1 -0
- package/server/routes/projects.d.ts +15 -0
- package/server/routes/projects.d.ts.map +1 -0
- package/server/routes/projects.js +363 -0
- package/server/routes/projects.js.map +1 -0
- package/server/routes/server-notices.d.ts +4 -0
- package/server/routes/server-notices.d.ts.map +1 -0
- package/server/routes/server-notices.js +29 -0
- package/server/routes/server-notices.js.map +1 -0
- package/server/routes/service-config.d.ts +11 -0
- package/server/routes/service-config.d.ts.map +1 -0
- package/server/routes/service-config.js +64 -0
- package/server/routes/service-config.js.map +1 -0
- package/server/routes/sessions.d.ts +7 -0
- package/server/routes/sessions.d.ts.map +1 -0
- package/server/routes/sessions.js +218 -0
- package/server/routes/sessions.js.map +1 -0
- package/server/service/caffeinate.d.ts +33 -0
- package/server/service/caffeinate.d.ts.map +1 -0
- package/server/service/caffeinate.js +72 -0
- package/server/service/caffeinate.js.map +1 -0
- package/server/state/app-state.d.ts +167 -0
- package/server/state/app-state.d.ts.map +1 -0
- package/server/state/app-state.js +335 -0
- package/server/state/app-state.js.map +1 -0
- package/server/state/project-manager.d.ts +30 -0
- package/server/state/project-manager.d.ts.map +1 -0
- package/server/state/project-manager.js +128 -0
- package/server/state/project-manager.js.map +1 -0
- package/server/state/server-notices.d.ts +12 -0
- package/server/state/server-notices.d.ts.map +1 -0
- package/server/state/server-notices.js +32 -0
- package/server/state/server-notices.js.map +1 -0
- package/server/state/worktree-cache.d.ts +25 -0
- package/server/state/worktree-cache.d.ts.map +1 -0
- package/server/state/worktree-cache.js +53 -0
- package/server/state/worktree-cache.js.map +1 -0
- package/server/ws/events.d.ts +45 -0
- package/server/ws/events.d.ts.map +1 -0
- package/server/ws/events.js +134 -0
- package/server/ws/events.js.map +1 -0
- package/server/ws/keepalive.d.ts +27 -0
- package/server/ws/keepalive.d.ts.map +1 -0
- package/server/ws/keepalive.js +63 -0
- package/server/ws/keepalive.js.map +1 -0
- package/server/ws/terminal-attach.d.ts +13 -0
- package/server/ws/terminal-attach.d.ts.map +1 -0
- package/server/ws/terminal-attach.js +233 -0
- package/server/ws/terminal-attach.js.map +1 -0
- package/server/ws/terminal-flow.d.ts +17 -0
- package/server/ws/terminal-flow.d.ts.map +1 -0
- package/server/ws/terminal-flow.js +64 -0
- package/server/ws/terminal-flow.js.map +1 -0
- package/server/ws/terminal.d.ts +69 -0
- package/server/ws/terminal.d.ts.map +1 -0
- package/server/ws/terminal.js +311 -0
- package/server/ws/terminal.js.map +1 -0
- package/web/assets/EditorPane-CzzT3iYY.js +123 -0
- package/web/assets/SymbolsNerdFontMono-Regular-CwEZqMeU.woff2 +0 -0
- package/web/assets/TerminalPane-CjbYzePr.js +68 -0
- package/web/assets/TerminalPane-DkTCHfhq.css +1 -0
- package/web/assets/file-icons-JBi09j0r.js +6 -0
- package/web/assets/index-CTTkRpnn.css +2 -0
- package/web/assets/index-CmhewzMp.js +34 -0
- package/web/assets/session-resume-7f-tB-ZU.js +2 -0
- package/web/assets/terminal-trace-PuuFRybC.js +2803 -0
- package/web/assets/useVirtualKeyboard-DgJb9u9d.js +1 -0
- package/web/index.html +52 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.xterm{cursor:text;-webkit-user-select:none;user-select:none;position:relative}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{z-index:5;position:absolute;top:0}.xterm .xterm-helper-textarea{opacity:0;z-index:-5;white-space:nowrap;resize:none;border:0;width:0;height:0;margin:0;padding:0;position:absolute;top:0;left:-9999em;overflow:hidden}.xterm .composition-view{color:#fff;white-space:nowrap;z-index:1;background:#000;display:none;position:absolute}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{cursor:default;position:absolute;inset:0;overflow-y:scroll}.xterm:not(.allow-transparency) .xterm-viewport{background-color:#000}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;top:0;left:0}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{z-index:10;color:#0000;pointer-events:none;position:absolute;inset:0}.xterm .xterm-accessibility-tree:not(.debug) ::selection{color:#0000}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre;font-family:monospace}.xterm .xterm-accessibility-tree>div{transform-origin:0;width:fit-content}.xterm .live-region{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:underline double;text-decoration:underline double}.xterm-underline-3{-webkit-text-decoration:underline wavy;text-decoration:underline wavy}.xterm-underline-4{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.xterm-underline-5{-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:underline overline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;pointer-events:none;position:absolute;top:0;right:0}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.xterm-scrollbar{cursor:default}.xterm .xterm-scrollable-element>.xterm-scrollbar>.xterm-scra{cursor:pointer;background-color:var(--vscode-scrollbarSliderBackground,#64646466);-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'><path d='M2.5 8.5 L5.5 2.5 L8.5 8.5 Z' fill='black'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'><path d='M2.5 8.5 L5.5 2.5 L8.5 8.5 Z' fill='black'/></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.xterm .xterm-scrollable-element>.xterm-scrollbar>.xterm-scra.xterm-arrow-down{transform:rotate(180deg)}.xterm .xterm-scrollable-element>.xterm-visible{opacity:1;z-index:11;background:0 0;transition:opacity .1s linear}.xterm .xterm-scrollable-element>.xterm-invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.xterm-invisible.xterm-fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.xterm-shadow{display:none;position:absolute}.xterm .xterm-scrollable-element>.xterm-shadow.xterm-shadow-top{width:100%;height:3px;box-shadow:var(--vscode-scrollbar-shadow,#000) 0 6px 6px -6px inset;display:block;top:0;left:3px}.xterm .xterm-scrollable-element>.xterm-shadow.xterm-shadow-left{width:3px;height:100%;box-shadow:var(--vscode-scrollbar-shadow,#000) 6px 0 6px -6px inset;display:block;top:3px;left:0}.xterm .xterm-scrollable-element>.xterm-shadow.xterm-shadow-top-left-corner{width:3px;height:3px;display:block;top:0;left:0}.xterm .xterm-scrollable-element>.xterm-shadow.xterm-shadow-top.xterm-shadow-left{box-shadow:var(--vscode-scrollbar-shadow,#000) 6px 0 6px -6px inset}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import{F as e,H as t,K as n,P as r,R as i,U as a,W as o,_ as s,d as c,f as l,g as u,h as d,l as f,m as p,p as m,u as ee,v as h,x as g}from"./terminal-trace-PuuFRybC.js";var te=50,ne=128,_=200,re=1e3,ie=50,v=1e3,y=new Set([`cursor`,`vscode`]);function ae(e){if(!Array.isArray(e))return[];let t=[],n=new Set;for(let r of e){if(!b(r))continue;let e=r.id,i=r.label,a=r.command,o=r.args;if(typeof e!=`string`||typeof i!=`string`||typeof a!=`string`||!Array.isArray(o)||e.length>ne)continue;let s=e.trim(),c=i.trim(),l=a.trim(),u=o.filter(e=>typeof e==`string`).map(e=>e.trim()).filter(e=>e.length>0&&e.length<=v).slice(0,ie);if(!(!s||y.has(s)||n.has(s)||!c||c.length>_||!l||l.length>re)&&(n.add(s),t.push({id:s,label:c,command:l,args:u}),t.length>=te))break}return t}function b(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}var x=a(),S=n(o(),1);function C(e){let[t,n]=(0,S.useState)(()=>window.matchMedia(e).matches);return(0,S.useEffect)(()=>{let t=window.matchMedia(e),r=e=>{n(e.matches)};return t.addEventListener(`change`,r),()=>t.removeEventListener(`change`,r)},[e]),t}var w=t();function oe({selectedPresetId:e,onSelect:t}){let[n,r]=(0,S.useState)(()=>l.map(e=>({...e,installed:!1}))),[i,a]=(0,S.useState)(()=>Object.fromEntries(l.map(e=>[e.id,{installed:!1,installState:`idle`,error:null}])));(0,S.useEffect)(()=>{let e=!1;return(async()=>{let t=await m();e||(r(t),a(e=>{let n={...e};for(let e of t)n[e.id]={installed:e.installed,installState:`idle`,error:null};return n}))})(),()=>{e=!0}},[]);let o=(0,S.useCallback)(async(e,n)=>{a(t=>{let r=t[e.id]??{installed:n,installState:`idle`,error:null};return{...t,[e.id]:{...r,installState:n?`idle`:`installing`,error:null}}});try{if(n)await h({family:e.family,url:`/api/fonts/file/${e.id}`});else{let t=await p(e.id);await h({family:t.family,url:t.url}),a(t=>({...t,[e.id]:{installed:!0,installState:`idle`,error:null}})),r(t=>t.map(t=>t.id===e.id?{...t,installed:!0}:t))}t(e.id)}catch(t){a(r=>{let i=r[e.id]??{installed:n,installState:`idle`,error:null};return{...r,[e.id]:{...i,installState:`idle`,error:t.message}}})}},[t]),s=(0,S.useCallback)(()=>{t(``)},[t]),c=n.filter(e=>e.category===`latin`),u=n.filter(e=>e.category===`asian`);return(0,w.jsxs)(`div`,{className:`space-y-2`,children:[(0,w.jsxs)(`button`,{type:`button`,onClick:s,"aria-pressed":e===``,className:`flex w-full items-center justify-between rounded-control border px-2.5 py-1.5 text-left text-sm transition-colors ${e===``?`border-accent bg-accent/10 text-text-primary`:`border-border text-text-secondary hover:bg-bg-secondary`}`,children:[(0,w.jsx)(`span`,{children:`Use system monospace default`}),(0,w.jsx)(`span`,{className:`text-xs text-text-secondary`,children:`No download · fallback stack only`})]}),(0,w.jsx)(T,{heading:`Latin`,presets:c,rowStates:i,selectedPresetId:e,onApply:o}),(0,w.jsx)(T,{heading:`Asian (2:1 CJK alignment)`,presets:u,rowStates:i,selectedPresetId:e,onApply:o})]})}function T({heading:e,presets:t,rowStates:n,selectedPresetId:r,onApply:i}){return(0,w.jsxs)(`div`,{className:`space-y-1`,children:[(0,w.jsx)(`div`,{className:`text-xs font-semibold uppercase tracking-wide text-text-secondary`,children:e}),(0,w.jsx)(`div`,{className:`flex flex-col gap-1`,children:t.map(e=>{let t=n[e.id]??{installed:e.installed,installState:`idle`,error:null};return(0,w.jsx)(E,{preset:e,rowState:t,selected:r===e.id,onApply:()=>i(e,t.installed)},e.id)})})]})}function E({preset:e,rowState:t,selected:n,onApply:r}){let{installed:i,installState:a,error:o}=t,s=a===`installing`,c=i?`Apply`:`Install & apply (${e.zipSizeMb}MB)`;return(0,w.jsxs)(`div`,{className:`rounded-control border px-2.5 py-1.5 ${n?`border-accent bg-accent/10`:`border-border hover:bg-bg-secondary`}`,children:[(0,w.jsxs)(`div`,{className:`flex items-center justify-between gap-3`,children:[(0,w.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,w.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,w.jsx)(`span`,{className:`truncate text-sm text-text-primary`,children:e.name}),i&&(0,w.jsx)(`span`,{className:`rounded-control bg-success/20 px-1.5 py-0.5 text-xs font-medium uppercase tracking-wide text-success`,children:`Installed`}),n&&(0,w.jsx)(`span`,{className:`rounded-control bg-accent/20 px-1.5 py-0.5 text-xs font-medium uppercase tracking-wide text-accent`,children:`Active`})]}),(0,w.jsx)(`div`,{className:`text-xs text-text-secondary`,children:e.description})]}),(0,w.jsx)(`button`,{type:`button`,onClick:()=>{r()},disabled:s||n,className:`whitespace-nowrap rounded-control border border-border px-3 py-1.5 text-xs text-text-primary enabled:hover:bg-bg-primary disabled:opacity-40`,children:s?`Downloading…`:c})]}),o&&(0,w.jsx)(`div`,{className:`mt-2 rounded-control border border-danger/40 bg-danger/10 px-2 py-1 text-xs text-danger`,children:o})]})}function se(e,t){let{addCustomTheme:n,contentFontSize:r,customFontFamily:i,fontPresetId:a,playAttentionSound:o,playCompletionSound:s,removeCustomTheme:l,setContentFontSize:d,setCustomFontFamily:f,setFontPresetId:p,setPlayAttentionSound:m,setPlayCompletionSound:h,setThemeId:g,setUiFontFamily:te,setUiFontSize:ne,themeId:_,themes:re,uiFontFamily:ie,uiFontSize:v}=e,y=t?.serviceConfig,ae=t?.hostPlatform??null,b=t?.onPreventIdleSleepChange,x=t?.onPortDetectionChange,C=t?.onDropSizeMaxBytesChange,T=t?.ideCommands,E=t?.onIdeCommandsChange;return(0,S.useMemo)(()=>{let e=[{id:`theme`,label:`Theme`,fields:[{id:`color-theme`,label:`Color theme`,description:`Choose a bundled theme or paste a VS Code--compatible color theme JSON.`,keywords:[`theme`,`color`,`palette`,`dark`,`light`],render:()=>(0,w.jsx)(ue,{value:_,themes:re,onAdd:n,onChange:g,onRemove:l})}]},{id:`font`,label:`Font`,fields:[{id:`ui-font-family`,label:`UI font family`,description:`Custom font-family stack for chrome, sidebars, menus, dialogs, and controls. Leave empty to use the system font.`,keywords:[`font`,`family`,`custom`,`override`,`ui`,`chrome`,`sidebar`,`controls`,`system`],render:()=>(0,w.jsx)(ve,{value:ie,onChange:te,previewFontSize:v,defaultStack:u,placeholder:`System default`,previewLines:pe})},{id:`ui-font-size`,label:`UI font size`,description:`Base size for chrome, sidebars, menus, dialogs, and controls.`,keywords:[`font`,`size`,`zoom`,`text`,`scale`,`ui`,`chrome`,`sidebar`,`controls`],render:()=>(0,w.jsx)(ye,{value:v,range:c,onChange:ne})},{id:`font-preset`,label:`Content font preset`,description:`Bundled OFL monospace font used by terminal and editor content. Downloaded from GitHub Releases on first use for CJK-aligned or Latin-optimized rendering.`,keywords:[`font`,`preset`,`mono`,`terminal`,`japanese`,`cjk`,`udev`,`plemol`,`sarasa`,`jetbrains`,`fira`,`install`,`download`],render:()=>(0,w.jsx)(oe,{selectedPresetId:a,onSelect:p})},{id:`custom-font`,label:`Content custom font family`,description:`Custom monospace stack for terminal and editor content. Overrides the preset; leave empty to use the preset, or the default content stack when no preset is selected.`,keywords:[`font`,`family`,`custom`,`override`,`jetbrains`,`fira`,`hack`,`nerd`],render:()=>(0,w.jsx)(ve,{value:i,onChange:f,previewFontSize:r,presetId:a})},{id:`content-font-size`,label:`Content font size`,description:`Base size for terminal and editor content.`,keywords:[`font`,`size`,`zoom`,`text`,`scale`,`content`,`terminal`,`editor`,`code`],render:()=>(0,w.jsx)(ye,{value:r,range:ee,onChange:d})}]},{id:`sounds`,label:`Sounds`,fields:[{id:`attention-sound`,label:`Play sound when an agent needs attention`,description:`Plays through the active browser tab when an agent enters a waiting state in a background project. Audio unlocks on first tap; mobile browsers may mute backgrounded tabs.`,keywords:[`sound`,`audio`,`attention`,`waiting`,`notify`],render:()=>(0,w.jsx)(O,{checked:o,onChange:m,label:`Enable attention sound`})},{id:`completion-sound`,label:`Play sound when an agent completes`,description:`Plays through the active browser tab when an agent finishes work in a background project. Audio unlocks on first tap; mobile browsers may mute backgrounded tabs.`,keywords:[`sound`,`audio`,`completion`,`done`,`review`],render:()=>(0,w.jsx)(O,{checked:s,onChange:h,label:`Enable completion sound`})}]}],t=[];return ae===`darwin`&&y&&b&&t.push({id:`prevent-idle-sleep`,label:`Prevent idle sleep while attached`,description:"Keeps this Mac awake while a browser tab is connected so long-running agents are not interrupted by sleep. Uses `caffeinate -i`; released on last disconnect.",keywords:[`sleep`,`idle`,`caffeinate`,`mac`,`macos`,`power`,`display`,`wake`],render:()=>(0,w.jsx)(O,{checked:y.preventIdleSleep,onChange:b,label:`Keep Mac awake while browser tabs are connected`})}),y&&x&&t.push({id:`port-detection`,label:`Track dev server ports`,description:`Marks newly detected reachable ports in the sidebar network menu. Loopback-only ports are listed but cannot be opened from remote devices.`,keywords:[`port`,`dev server`,`preview`,`tailscale`,`mobile`,`iphone`,`network`],render:()=>(0,w.jsx)(O,{checked:y.portDetection===`all-interfaces`,onChange:e=>x(e?`all-interfaces`:`off`),label:`Show a toast when a public dev server port is detected`})}),y&&C&&t.push({id:`drop-size-max`,label:`File drop size limit`,description:`Per-file cap for Terminal drop-to-upload. The server enforces a hard cap above this limit regardless of the setting.`,keywords:[`upload`,`drop`,`file`,`size`,`limit`,`quota`,`cap`],render:()=>(0,w.jsx)(le,{valueBytes:y.dropSizeMaxBytes,hardMaxBytes:y.dropSizeHardMaxBytes,onChange:C})}),t.length>0&&e.push({id:`system`,label:`System`,fields:t}),T&&E&&e.push({id:`ide`,label:`IDE`,fields:[{id:`ide-commands`,label:`Custom IDE commands`,description:`Additional Open in IDE actions for worktree menus. Arguments are fixed argv entries, one per line; no shell is used.`,keywords:[`ide`,`editor`,`zed`,`windsurf`,`intellij`,`cursor`,`vscode`,`worktree`,`open`],render:()=>(0,w.jsx)(ce,{commands:T,onChange:E})}]}),e},[n,r,i,a,ae,T,C,E,x,b,o,s,l,y,d,f,p,m,h,g,te,ne,_,re,ie,v])}function ce({commands:t,onChange:n}){let[r,i]=(0,S.useState)(()=>t.map(D));(0,S.useEffect)(()=>{i(t.map(D))},[t]);let a=ae(r),o=r.length!==a.length,s=JSON.stringify(a)!==JSON.stringify(t),c=(e,t)=>{i(n=>n.map((n,r)=>r===e?{...n,...t}:n))};return(0,w.jsxs)(`div`,{className:`space-y-3`,children:[(0,w.jsx)(`div`,{className:`space-y-2`,children:r.map((t,n)=>(0,w.jsxs)(`div`,{className:`space-y-2 rounded-control border border-border bg-bg-secondary p-3`,children:[(0,w.jsxs)(`div`,{className:`grid gap-2 md:grid-cols-3`,children:[(0,w.jsxs)(`label`,{className:`block text-xs text-text-secondary`,children:[`ID`,(0,w.jsx)(`input`,{type:`text`,value:t.id,onChange:e=>c(n,{id:e.target.value}),placeholder:`zed`,className:`mt-1 w-full rounded-control border border-border bg-bg-primary px-2 py-1.5 text-sm text-text-primary focus:border-accent focus:outline-none`})]}),(0,w.jsxs)(`label`,{className:`block text-xs text-text-secondary`,children:[`Label`,(0,w.jsx)(`input`,{type:`text`,value:t.label,onChange:e=>c(n,{label:e.target.value}),placeholder:`Zed`,className:`mt-1 w-full rounded-control border border-border bg-bg-primary px-2 py-1.5 text-sm text-text-primary focus:border-accent focus:outline-none`})]}),(0,w.jsxs)(`label`,{className:`block text-xs text-text-secondary`,children:[`Command`,(0,w.jsx)(`input`,{type:`text`,value:t.command,onChange:e=>c(n,{command:e.target.value}),placeholder:`zed`,className:`mt-1 w-full rounded-control border border-border bg-bg-primary px-2 py-1.5 text-sm text-text-primary focus:border-accent focus:outline-none`})]})]}),(0,w.jsxs)(`label`,{className:`block text-xs text-text-secondary`,children:[`Arguments`,(0,w.jsx)(`textarea`,{value:t.args.join(`
|
|
2
|
+
`),onChange:e=>c(n,{args:e.target.value.split(`
|
|
3
|
+
`).map(e=>e.trim()).filter(Boolean)}),rows:3,placeholder:`{path}`,className:`mt-1 w-full resize-y rounded-control border border-border bg-bg-primary px-2 py-1.5 font-mono text-xs text-text-primary focus:border-accent focus:outline-none`,spellCheck:!1})]}),(0,w.jsx)(`div`,{className:`flex justify-end`,children:(0,w.jsx)(e,{kind:`normal`,onClick:()=>i(e=>e.filter((e,t)=>t!==n)),children:`Remove`})})]},t.draftKey))}),r.length===0&&(0,w.jsx)(`div`,{className:`rounded-control border border-dashed border-border px-3 py-2 text-sm text-text-secondary`,children:`No custom IDE commands`}),o&&(0,w.jsx)(`div`,{className:`rounded-control border border-warning/40 bg-warning/10 px-2 py-1.5 text-xs text-warning`,children:`Each command needs a unique non-built-in ID, a label, and a command.`}),(0,w.jsxs)(`div`,{className:`flex flex-wrap justify-end gap-2`,children:[(0,w.jsx)(e,{kind:`normal`,onClick:()=>i(e=>[...e,D({id:``,label:``,command:``,args:[`{path}`]})]),children:`Add`}),(0,w.jsx)(e,{kind:`submit`,disabled:o||!s,onClick:()=>n(a),children:`Save`})]})]})}function D(e){return{...e,draftKey:Math.random().toString(36).slice(2)}}function O({checked:e,onChange:t,label:n}){return(0,w.jsxs)(`label`,{className:`flex items-center gap-3 rounded-control border border-border bg-bg-secondary px-3 py-2 text-sm text-text-primary`,children:[(0,w.jsx)(`input`,{type:`checkbox`,checked:e,onChange:e=>t(e.target.checked),className:`h-4 w-4 accent-accent`}),(0,w.jsx)(`span`,{children:n})]})}function le({valueBytes:e,hardMaxBytes:t,onChange:n}){return(0,w.jsx)(`select`,{"aria-label":`File drop size limit`,className:`rounded-control border border-border bg-bg-secondary px-3 py-1.5 text-sm text-text-primary`,value:e,onChange:e=>n(Number(e.target.value)),children:[{value:1*1024*1024,label:`1 MB`},{value:5*1024*1024,label:`5 MB`},{value:10*1024*1024,label:`10 MB`},{value:25*1024*1024,label:`25 MB`},{value:50*1024*1024,label:`50 MB`},{value:100*1024*1024,label:`100 MB`}].filter(e=>e.value<=t).map(e=>(0,w.jsx)(`option`,{value:e.value,children:e.label},e.value))})}function ue({value:t,themes:n,onChange:r,onAdd:i,onRemove:a}){let[o,s]=(0,S.useState)(!1),[c,l]=(0,S.useState)(``),[u,f]=(0,S.useState)(``),[p,m]=(0,S.useState)(null),ee=()=>{s(!1),l(``),f(``),m(null)};return(0,w.jsxs)(`div`,{className:`space-y-3`,children:[(0,w.jsx)(`div`,{className:`flex flex-col gap-1.5`,children:n.map(e=>(0,w.jsx)(de,{theme:e,selected:t===e.id,onRemove:e.source===`custom`?()=>a(e.id):void 0,onSelect:()=>r(e.id)},e.id))}),o?(0,w.jsxs)(`div`,{className:`space-y-2 rounded-control border border-border bg-bg-secondary p-3`,children:[(0,w.jsxs)(`label`,{className:`block text-xs text-text-secondary`,children:[`Name`,(0,w.jsx)(`input`,{type:`text`,value:c,onChange:e=>l(e.target.value),placeholder:`My Theme`,className:`mt-1 w-full rounded-control border border-border bg-bg-primary px-2 py-1.5 text-sm text-text-primary focus:border-accent focus:outline-none`})]}),(0,w.jsxs)(`label`,{className:`block text-xs text-text-secondary`,children:[`Theme JSON`,(0,w.jsx)(`textarea`,{value:u,onChange:e=>f(e.target.value),rows:8,placeholder:`{ "name": "...", "type": "dark", "colors": { ... } }`,className:`mt-1 w-full resize-y rounded-control border border-border bg-bg-primary px-2 py-1.5 font-mono text-xs text-text-primary focus:border-accent focus:outline-none`,spellCheck:!1})]}),p&&(0,w.jsx)(`div`,{className:`rounded-control border border-danger/40 bg-danger/10 px-2 py-1.5 text-xs text-danger`,children:p}),(0,w.jsxs)(`div`,{className:`flex justify-end gap-2`,children:[(0,w.jsx)(e,{kind:`normal`,onClick:ee,children:`Cancel`}),(0,w.jsx)(e,{kind:`submit`,onClick:()=>{m(null);try{r(i({name:c,json:u}).id),ee()}catch(e){e instanceof d?m(e.message):m(e.message||`Failed to add theme`)}},children:`Save`})]})]}):(0,w.jsxs)(`button`,{type:`button`,onClick:()=>s(!0),className:`inline-flex items-center gap-1 rounded-control border border-dashed border-border px-3 py-1.5 text-xs text-text-secondary hover:border-accent hover:text-text-primary`,children:[(0,w.jsx)(`span`,{"aria-hidden":!0,children:`+`}),(0,w.jsx)(`span`,{children:`Add theme`})]})]})}function de({theme:e,selected:t,onSelect:n,onRemove:r}){let i=e.tokens[`--theme-editor-bg`],a=e.tokens[`--theme-editor-fg`],o=e.tokens[`--theme-link-fg`];return(0,w.jsxs)(`div`,{className:`
|
|
4
|
+
flex items-center gap-3 rounded-control border px-3 py-2 text-sm transition-colors
|
|
5
|
+
${t?`border-accent bg-accent/10`:`border-border hover:bg-bg-secondary`}
|
|
6
|
+
`,children:[(0,w.jsxs)(`button`,{type:`button`,onClick:n,"aria-pressed":t,className:`flex flex-1 items-center gap-3 text-left`,children:[(0,w.jsxs)(`span`,{className:`flex h-6 w-10 shrink-0 overflow-hidden rounded-control border border-border`,"aria-hidden":!0,children:[(0,w.jsx)(`span`,{className:`flex-1`,style:{background:i}}),(0,w.jsx)(`span`,{className:`flex-1`,style:{background:a}}),(0,w.jsx)(`span`,{className:`flex-1`,style:{background:o}})]}),(0,w.jsx)(`span`,{className:`flex-1 truncate`,children:e.name}),(0,w.jsx)(`span`,{className:`text-xs text-text-secondary`,children:e.mode})]}),r&&(0,w.jsx)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),r()},"aria-label":`Remove ${e.name}`,className:`rounded-control p-1 text-text-secondary hover:bg-danger/20 hover:text-danger`,children:(0,w.jsx)(`svg`,{width:`14`,height:`14`,viewBox:`0 0 20 20`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,children:(0,w.jsx)(`path`,{d:`M5.7 4.3a1 1 0 0 0-1.4 1.4L8.6 10l-4.3 4.3a1 1 0 1 0 1.4 1.4L10 11.4l4.3 4.3a1 1 0 0 0 1.4-1.4L11.4 10l4.3-4.3a1 1 0 0 0-1.4-1.4L10 8.6 5.7 4.3Z`})})})]})}var fe=[`The quick brown fox jumps => != -> >=`,`if (count !== 0) return items.map(fn);`,`0123456789 {}[]<>() + - * / =`],pe=[`Settings, sidebars, menus, and dialogs`,`Project status: Running 0123456789`,`日本語 UI text アイコン ラベル`],me=[`The quick brown fox jumps => != -> >=`,`素早い茶色の狐が跳ぶ 日本語 漢字あいう`,`ひらがな カタカナ 漢字 0123456789`],he=[`The quick brown fox jumps => != -> >=`,`다람쥐 헌 쳇바퀴에 타고파 한글 코딩`,`가나다라 ㄱㄴㄷㄹㅁㅂㅅ 0123456789`],ge=[`The quick brown fox jumps => != -> >=`,`敏捷的棕色狐狸跳过懒狗 简体中文`,`你好世界 编程字体 0123456789`];function _e(e,t){if(t)return fe;switch(e){case`udev-gothic`:return me;case`d2-coding`:return he;case`maple-mono-cn`:return ge;default:return fe}}function ve({value:e,onChange:t,previewFontSize:n,defaultStack:r,placeholder:i=`Default`,presetId:a=``,previewLines:o}){let c=s(e,r),l=o??_e(a,e.trim().length>0);return(0,w.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,w.jsx)(`input`,{type:`text`,value:e,onChange:e=>t(e.target.value),placeholder:i,spellCheck:!1,autoCapitalize:`off`,autoCorrect:`off`,className:`w-full rounded-control border border-border bg-bg-secondary px-3 py-2 text-sm text-text-primary placeholder:text-text-secondary focus:border-accent focus:outline-none`}),(0,w.jsx)(`div`,{className:`rounded-control border border-border bg-bg-secondary px-3 py-2 text-text-primary`,style:{fontFamily:c,fontSize:`${n}px`,lineHeight:1.5},children:l.map(e=>(0,w.jsx)(`div`,{children:e},e))})]})}function ye({value:e,range:t,onChange:n}){let r=e<=t.min,i=e>=t.max;return(0,w.jsxs)(`div`,{className:`inline-flex items-center overflow-hidden rounded-control border border-border`,children:[(0,w.jsx)(`button`,{type:`button`,onClick:()=>n(e-1),disabled:r,"aria-label":`Decrease font size`,className:`px-3 py-1.5 text-sm text-text-primary enabled:hover:bg-bg-secondary disabled:opacity-40`,children:`−`}),(0,w.jsxs)(`span`,{className:`min-w-14 border-x border-border px-3 py-1.5 text-center text-sm tabular-nums`,children:[e,`px`]}),(0,w.jsx)(`button`,{type:`button`,onClick:()=>n(e+1),disabled:i,"aria-label":`Increase font size`,className:`px-3 py-1.5 text-sm text-text-primary enabled:hover:bg-bg-secondary disabled:opacity-40`,children:`+`})]})}function be(e,t,n){let r=se(e,n),i=t.trim().toLowerCase(),a=i.length>0;return{isSearching:a,searchResults:(0,S.useMemo)(()=>a?r.flatMap(e=>e.fields.filter(t=>[e.label,t.label,t.description??``,...t.keywords??[]].join(` `).toLowerCase().includes(i)).map(t=>({section:e,field:t}))):[],[a,i,r]),sections:r}}function xe({field:e}){return(0,w.jsxs)(`div`,{className:`space-y-2`,children:[(0,w.jsxs)(`div`,{children:[(0,w.jsx)(`div`,{className:`text-sm font-semibold text-text-primary`,children:e.label}),e.description&&(0,w.jsx)(`div`,{className:`text-xs text-text-secondary`,children:e.description})]}),e.render()]})}function Se({open:e,onClose:t,server:n}){let i=f(),[a,o]=(0,S.useState)(``),[s,c]=(0,S.useState)(null),l=C(`(min-width: 768px)`),{isSearching:u,searchResults:d,sections:p}=be(i,a,n);(0,S.useEffect)(()=>{if(!e)return;let n=e=>{if(e.key===`Escape`){if(e.stopPropagation(),!l&&s!==null){c(null);return}t()}};return document.addEventListener(`keydown`,n),()=>document.removeEventListener(`keydown`,n)},[s,l,t,e]),(0,S.useEffect)(()=>{e||(o(``),c(null))},[e]),(0,S.useEffect)(()=>{e&&l&&s===null&&p.length!==0&&c(p[0].id)},[e,l,s,p]);let m=(0,S.useMemo)(()=>p.find(e=>e.id===s)??null,[p,s]);return e?(0,x.createPortal)((0,w.jsxs)(r,{open:e,ariaLabel:`Settings`,onClose:t,closeOnEscape:!1,presentation:l?`modal`:`fullscreen`,backdropClassName:`bg-black/35`,widthClassName:`w-surface-lg max-w-[96vw]`,panelClassName:l?`flex h-[560px] max-h-[92vh] flex-row overflow-hidden text-text-primary`:`min-h-0 flex-col pt-[env(safe-area-inset-top)] text-text-primary`,children:[(l||s===null)&&(0,w.jsx)(Ce,{sections:p,activeId:s,onSelect:c,query:a,onQueryChange:o,isDesktop:l,isSearching:u,searchResults:d,onClose:t}),(l||s!==null)&&(0,w.jsx)(Te,{activeSection:m,isSearching:u,searchResults:d,onBack:l?null:()=>c(null),onClose:t})]}),document.body):null}function Ce({sections:e,activeId:t,onSelect:n,query:r,onQueryChange:a,isDesktop:o,isSearching:s,searchResults:c,onClose:l}){let u=!o&&s;return(0,w.jsxs)(`aside`,{className:`flex w-full min-w-0 flex-col md:w-[200px] md:shrink-0 md:border-r md:border-border`,children:[(0,w.jsxs)(`div`,{className:`flex h-12 shrink-0 items-center gap-2 border-b border-border px-3 md:h-8 md:px-3`,children:[(0,w.jsx)(`span`,{className:`flex-1 text-sm font-semibold text-text-primary`,children:`Settings`}),(0,w.jsx)(`button`,{type:`button`,onClick:l,"aria-label":`Close settings`,className:`flex h-9 w-9 shrink-0 items-center justify-center rounded-control text-text-secondary hover:bg-row-hover-bg hover:text-text-primary md:hidden`,children:(0,w.jsx)(i.close,{})})]}),(0,w.jsx)(`div`,{className:`px-3 pt-2 pb-1.5 md:px-2`,children:(0,w.jsxs)(`label`,{className:`flex h-9 items-center gap-1.5 rounded-control border border-border bg-bg-tertiary px-2.5 text-text-secondary focus-within:border-accent md:h-7`,children:[(0,w.jsx)(`span`,{"aria-hidden":!0,className:`inline-flex shrink-0`,children:(0,w.jsx)(i.search,{})}),(0,w.jsx)(`input`,{type:`text`,value:r,onChange:e=>a(e.target.value),placeholder:`Search…`,className:`min-w-0 flex-1 bg-transparent text-sm text-text-primary placeholder:text-text-secondary focus:outline-none`})]})}),(0,w.jsx)(`div`,{className:`cm-scroll min-h-0 flex-1 overflow-y-auto pb-[max(env(safe-area-inset-bottom),0.5rem)] md:pb-2`,children:u?(0,w.jsx)(we,{results:c}):(0,w.jsx)(`nav`,{className:`px-1.5 pt-0.5`,children:e.map(e=>(0,w.jsxs)(`button`,{type:`button`,onClick:()=>n(e.id),className:`flex h-11 w-full items-center gap-2 rounded-control px-2.5 text-left text-sm text-text-primary md:h-7 ${e.id===t?`bg-row-active-bg font-semibold`:`font-normal hover:bg-row-hover-bg`}`,children:[(0,w.jsx)(`span`,{className:`flex-1 truncate`,children:e.label}),(0,w.jsx)(`span`,{"aria-hidden":!0,className:`text-text-secondary md:hidden`,children:(0,w.jsx)(i.disclosure,{className:`h-4 w-4`})})]},e.id))})})]})}function we({results:e}){return e.length===0?(0,w.jsx)(`div`,{className:`px-4 py-4 text-sm text-text-secondary`,children:`No matching settings.`}):(0,w.jsx)(`div`,{className:`space-y-6 px-4 py-4`,children:e.map(({section:e,field:t})=>(0,w.jsxs)(`div`,{className:`space-y-2`,children:[(0,w.jsx)(`div`,{className:`text-xs uppercase tracking-[0.06em] text-text-secondary`,children:e.label}),(0,w.jsx)(xe,{field:t})]},`${e.id}-${t.id}`))})}function Te({activeSection:e,isSearching:t,searchResults:n,onBack:r,onClose:a}){let o=t?`Search results`:e?.label??`Settings`;return(0,w.jsxs)(`section`,{className:`flex min-w-0 min-h-0 flex-1 flex-col`,children:[(0,w.jsxs)(`header`,{className:`flex h-12 shrink-0 items-center gap-1 border-b border-border px-2 md:h-8 md:gap-2 md:px-3`,children:[r&&(0,w.jsx)(`button`,{type:`button`,onClick:r,"aria-label":`Back to sections`,className:`flex h-9 w-9 shrink-0 items-center justify-center rounded-control text-text-secondary hover:bg-row-hover-bg hover:text-text-primary`,children:(0,w.jsx)(i.back,{})}),(0,w.jsx)(`span`,{className:`flex-1 truncate px-1 text-sm font-semibold text-text-primary md:px-0`,children:o}),(0,w.jsx)(`button`,{type:`button`,onClick:a,"aria-label":`Close settings`,className:`flex h-9 w-9 shrink-0 items-center justify-center rounded-control text-text-secondary hover:bg-row-hover-bg hover:text-text-primary md:h-6 md:w-6`,children:(0,w.jsx)(i.close,{})})]}),(0,w.jsx)(`div`,{className:`cm-scroll min-h-0 flex-1 overflow-y-auto px-4 py-4 pb-[max(env(safe-area-inset-bottom),1rem)] md:px-5`,children:t?n.length===0?(0,w.jsx)(`div`,{className:`text-sm text-text-secondary`,children:`No matching settings.`}):(0,w.jsx)(`div`,{className:`space-y-6`,children:n.map(({section:e,field:t})=>(0,w.jsxs)(`div`,{className:`space-y-2`,children:[(0,w.jsx)(`div`,{className:`text-xs uppercase tracking-[0.06em] text-text-secondary`,children:e.label}),(0,w.jsx)(xe,{field:t})]},`${e.id}-${t.id}`))}):e?(0,w.jsx)(`div`,{className:`space-y-6`,children:e.fields.map(e=>(0,w.jsx)(xe,{field:e},e.id))}):null})]})}var Ee=(0,S.createContext)([]);function De({projects:e,children:t}){return(0,w.jsx)(Ee.Provider,{value:e,children:t})}function Oe(e){let t=(0,S.useContext)(Ee);if(e)return t.find(t=>t.id===e)}function ke(e){return`?projectId=${encodeURIComponent(e.projectId)}&path=${encodeURIComponent(e.path)}`+(e.worktreePath?`&worktreePath=${encodeURIComponent(e.worktreePath)}`:``)}function Ae(e,t){return g(`/api/files/read${ke(e)}`,{signal:t})}function je(e){return g(`/api/files/write`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({projectId:e.projectId,path:e.path,content:e.content,...e.worktreePath?{worktreePath:e.worktreePath}:{}})})}function Me(e){let t={projectId:e.projectId,path:e.path};return e.worktreePath&&(t.worktreePath=e.worktreePath),g(`/api/files/mkdir`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(t)})}function Ne(e){let t={projectId:e.projectId,srcPath:e.srcPath,destPath:e.destPath};return e.worktreePath&&(t.worktreePath=e.worktreePath),g(`/api/files/copy`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify(t)})}async function Pe(e){let t=await g(`/api/files/list${ke(e)}`);return t.ok?(await t.json()).entries:null}function Fe(e,t){let n=new URLSearchParams({projectId:e.projectId,path:e.path});return e.worktreePath&&n.set(`worktreePath`,e.worktreePath),g(`/api/files/stat?${n.toString()}`,{signal:t})}var Ie=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#EA580C`,fillRule:`evenodd`,d:`M5.522 13.915c-.268.895-.402 1.341-.37 1.766.032.374.154.733.356 1.045.229.351.602.611 1.35 1.13l3.3 2.297c.666.463 1 .696 1.36.786.318.08.65.08.97.003.36-.09.696-.32 1.365-.78l3.336-2.302c.755-.52 1.133-.78 1.365-1.135.204-.313.326-.675.355-1.052.033-.428-.105-.877-.379-1.777l-2.923-9.599c-.141-.466-.212-.699-.348-.872a1.119 1.119 0 00-.45-.343C14.613 3 14.379 3 13.91 3H10.1c-.47 0-.706 0-.905.084-.176.073-.33.192-.45.345-.136.174-.206.408-.345.876l-2.878 9.611zm8.536-8.878c.112.145.17.344.285.736l2.51 8.6a10.147 10.147 0 00-3.001-1.058l-1.633-5.762a.222.222 0 00-.078-.113.207.207 0 00-.253 0 .222.222 0 00-.077.113l-1.614 5.758c-1.05.19-2.067.549-3.014 1.062l2.523-8.601c.114-.394.172-.59.284-.736.1-.128.23-.228.376-.29.167-.07.364-.07.757-.07h1.801c.394 0 .592 0 .759.07a.943.943 0 01.375.291zm-1.945 10.367c.95 0 1.777-.25 2.19-.62a1.961 1.961 0 01-.133 1.467c-.265.511-.65.765-.995.994-.436.288-.81.537-.81 1.202 0 .22.049.43.136.615a1.622 1.622 0 01-.72-.617c-.176-.275-.27-.599-.27-.93v-.041c0-.46 0-1.026-.62-1.026a.634.634 0 00-.466.2.689.689 0 00-.193.486c-.698-.73-.637-1.779-.637-1.779 0-.214.02-.548.112-.84.26.51 1.238.888 2.406.888v.001z`,clipRule:`evenodd`})}),k=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`rect`,{width:`2`,height:`8`,x:`3`,y:`8`,fill:`#64748B`,rx:`1`}),(0,w.jsx)(`rect`,{width:`2`,height:`12`,x:`7`,y:`6`,fill:`#64748B`,rx:`1`}),(0,w.jsx)(`rect`,{width:`2`,height:`18`,x:`11`,y:`3`,fill:`#64748B`,rx:`1`}),(0,w.jsx)(`rect`,{width:`2`,height:`12`,x:`15`,y:`6`,fill:`#64748B`,rx:`1`}),(0,w.jsx)(`rect`,{width:`2`,height:`8`,x:`19`,y:`8`,fill:`#64748B`,rx:`1`})]}),Le=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#2563EB`,d:`M4.778 6.667A2.667 2.667 0 017.444 4a.889.889 0 010 1.778.889.889 0 00-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 010 1.777 2.667 2.667 0 01-2.666-2.667v-3.5a.889.889 0 00-.674-.863l-.43-.108a.889.889 0 010-1.724l.43-.108a.889.889 0 00.674-.862V6.667zm14.222 0A2.667 2.667 0 0016.333 4a.889.889 0 000 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 00-.73 1.832v3.501a.889.889 0 01-.889.89.889.889 0 000 1.777A2.667 2.667 0 0019 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 000-1.724l-.43-.108a.889.889 0 01-.674-.862V6.667z`})}),Re=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#8B5CF6`,d:`M4.778 6.667A2.667 2.667 0 017.444 4a.889.889 0 010 1.778.889.889 0 00-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 010 1.777 2.667 2.667 0 01-2.666-2.667v-3.5a.889.889 0 00-.674-.863l-.43-.108a.889.889 0 010-1.724l.43-.108a.889.889 0 00.674-.862V6.667zm14.222 0A2.667 2.667 0 0016.333 4a.889.889 0 000 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 00-.73 1.832v3.501a.889.889 0 01-.889.89.889.889 0 000 1.777A2.667 2.667 0 0019 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 000-1.724l-.43-.108a.889.889 0 01-.674-.862V6.667z`})}),ze=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#F59E0B`,d:`M4.778 6.667A2.667 2.667 0 017.444 4a.889.889 0 010 1.778.889.889 0 00-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 010 1.777 2.667 2.667 0 01-2.666-2.667v-3.5a.889.889 0 00-.674-.863l-.43-.108a.889.889 0 010-1.724l.43-.108a.889.889 0 00.674-.862V6.667zm14.222 0A2.667 2.667 0 0016.333 4a.889.889 0 000 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 00-.73 1.832v3.501a.889.889 0 01-.889.89.889.889 0 000 1.777A2.667 2.667 0 0019 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 000-1.724l-.43-.108a.889.889 0 01-.674-.862V6.667z`})}),Be=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M17.763 9.938h-2.489a2.432 2.432 0 00-.278-.858c-.14-.254-.32-.47-.54-.648a2.375 2.375 0 00-.761-.41 2.912 2.912 0 00-.927-.141c-.602 0-1.126.15-1.573.449-.447.295-.794.727-1.04 1.295-.246.564-.37 1.25-.37 2.057 0 .83.124 1.526.37 2.09.25.565.598.991 1.045 1.28.447.287.964.431 1.551.431.33 0 .635-.044.915-.13.284-.088.536-.215.756-.381.22-.17.401-.377.545-.62.148-.242.25-.519.307-.83l2.489.012a4.643 4.643 0 01-1.511 2.87 4.84 4.84 0 01-1.535.92c-.59.223-1.26.335-2.005.335-1.038 0-1.966-.235-2.784-.704-.815-.47-1.459-1.15-1.932-2.04-.47-.89-.705-1.968-.705-3.233 0-1.27.239-2.349.716-3.239.477-.89 1.125-1.568 1.943-2.034.819-.47 1.739-.704 2.762-.704.674 0 1.299.094 1.875.284.58.189 1.093.466 1.54.83.446.359.81.8 1.09 1.323.284.523.466 1.121.546 1.796z`})}),Ve=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{stroke:`#EA580C`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M6.778 8.519L3 12.297l3.778 3.779M17.222 8.519L21 12.297l-3.778 3.779M9.271 18.595L14.73 6`})}),He=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:[(0,w.jsx)(`g`,{fill:`#60A5FA`,clipPath:`url(#clip0_20556_569)`,children:(0,w.jsx)(`path`,{d:`M16.633 14.185v-4.37h1.105v4.37h-1.105zM15 12.552v-1.104h4.37v1.104H15zM21.599 14.185v-4.37h1.105v4.37h-1.105zm-1.633-1.633v-1.104h4.37v1.104h-4.37zM14.6 9.938h-2.49a2.436 2.436 0 00-.278-.858c-.14-.254-.32-.47-.54-.648a2.375 2.375 0 00-.761-.41 2.912 2.912 0 00-.926-.141c-.602 0-1.127.15-1.574.449-.447.295-.794.727-1.04 1.295-.246.564-.37 1.25-.37 2.057 0 .83.124 1.526.37 2.09.25.565.599.991 1.046 1.28.447.287.964.431 1.55.431.33 0 .635-.044.916-.13.284-.088.536-.215.755-.381.22-.17.402-.377.546-.62.147-.242.25-.519.307-.83l2.488.012a4.642 4.642 0 01-1.511 2.87 4.84 4.84 0 01-1.534.92c-.591.223-1.26.335-2.006.335-1.038 0-1.966-.235-2.784-.704-.814-.47-1.458-1.15-1.932-2.04-.47-.89-.704-1.968-.704-3.233 0-1.27.238-2.349.716-3.239.477-.89 1.125-1.568 1.943-2.034.818-.47 1.738-.704 2.761-.704.674 0 1.3.094 1.875.284.58.189 1.093.466 1.54.83.447.359.81.8 1.09 1.323.285.523.467 1.121.546 1.796z`})}),(0,w.jsx)(`defs`,{children:(0,w.jsx)(`clipPath`,{id:`clip0_20556_569`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M0 0H24V24H0z`,transform:`translate(.336)`})})})]}),Ue=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#14B8A6`,d:`M15.263 9.938h-2.489a2.432 2.432 0 00-.278-.858c-.14-.254-.32-.47-.54-.648a2.375 2.375 0 00-.761-.41 2.912 2.912 0 00-.927-.141c-.602 0-1.126.15-1.573.449-.447.295-.794.727-1.04 1.295-.246.564-.37 1.25-.37 2.057 0 .83.124 1.526.37 2.09.25.565.598.991 1.045 1.28.447.287.964.431 1.551.431.33 0 .635-.044.915-.13.284-.088.536-.215.756-.381.22-.17.401-.377.545-.62.148-.242.25-.519.307-.83l2.489.012a4.643 4.643 0 01-1.511 2.87 4.84 4.84 0 01-1.535.92c-.59.223-1.26.335-2.005.335-1.038 0-1.966-.235-2.784-.704-.815-.47-1.459-1.15-1.932-2.04-.47-.89-.705-1.968-.705-3.233 0-1.27.239-2.349.716-3.239.477-.89 1.125-1.568 1.943-2.034.818-.47 1.739-.704 2.762-.704.674 0 1.299.094 1.875.284.58.189 1.093.466 1.54.83.446.359.81.8 1.09 1.323.284.523.466 1.121.546 1.796zM20.273 16.47l1.466-8.94h1.397l-1.467 8.94h-1.396zm-4.003-2.218l.232-1.397h6.983l-.231 1.397H16.27zm.86 2.217l1.467-8.938h1.396l-1.466 8.938H17.13zm-.349-5.325l.236-1.396H24l-.236 1.397h-6.983z`})}),We=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsxs)(`mask`,{id:`a`,maskUnits:`userSpaceOnUse`,x:`3`,y:`3`,width:`18`,height:`18`,fill:`#000`,children:[(0,w.jsx)(`path`,{fill:`#fff`,d:`M3 3h18v18H3z`}),(0,w.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M15.8889 5H8.11111C6.39289 5 5 6.39289 5 8.11111v7.77779C5 17.6071 6.39289 19 8.11111 19h7.77779C17.6071 19 19 17.6071 19 15.8889V8.11111C19 6.39289 17.6071 5 15.8889 5Zm0 12.4444H8.1111c-.05369 0-.10674-.0027-.15904-.008.0523.0053.10536.008.15905.008h7.77779Zm1.5555-1.5555c0 .8054-.6121 1.4679-1.3965 1.5475.7844-.0797 1.3965-.7421 1.3965-1.5475V8.11111v7.77779Z`})]}),(0,w.jsx)(`path`,{d:`M15.8889 19.4444c1.1046 0 2-.8954 2-2 0-1.1045-.8954-2-2-2v4Zm-7.7778-2 .00001-2H8.1111v2Zm-.15904-.008.20206-1.9898c-1.09891-.1115-2.08022.6888-2.19182 1.7877-.1116 1.099.68877 2.0803 1.78768 2.1919l.20208-1.9898Zm8.09584 0-.2021-1.9897c-1.0989.1116-1.8992 1.0929-1.7876 2.1918.1116 1.0989 1.0929 1.8993 2.1918 1.7877l-.2021-1.9898Zm3.3965-9.32529c0-1.10457-.8954-2-2-2-1.1045 0-2 .89543-2 2h4ZM8.11111 7h7.77779V3H8.11111v4ZM7 8.11111C7 7.49746 7.49746 7 8.11111 7V3C5.28832 3 3 5.28832 3 8.11111h4Zm0 7.77779V8.11111H3v7.77779h4ZM8.11111 17C7.49746 17 7 16.5025 7 15.8889H3C3 18.7117 5.28832 21 8.11111 21v-4Zm7.77779 0H8.11111v4h7.77779v-4ZM17 15.8889C17 16.5025 16.5025 17 15.8889 17v4C18.7117 21 21 18.7117 21 15.8889h-4Zm0-7.77779v7.77779h4V8.11111h-4ZM15.8889 7C16.5025 7 17 7.49746 17 8.11111h4C21 5.28832 18.7117 3 15.8889 3v4Zm0 8.4444H8.11111l-.00001 4h7.7778v-4Zm-7.7778 0c.01378 0 .02816.0007.04302.0022l-.40411 3.9796c.11944.0121.23994.0182.36109.0182v-4Zm-.36112 3.9818c.11935.0121.23985.0182.36113.0182v-4c.01389 0 .02828.0008.04304.0022l-.40417 3.9796Zm.36113.0182h7.77779v-4H8.11111v4Zm8.13889-.0182c1.7951-.1823 3.1944-1.6951 3.1944-3.5373h-4c0-.2314.1752-.4193.4015-.4423l.4041 3.9796Zm-.8056-3.5373c0-.2314.1752-.4193.4014-.4422l.4042 3.9795c1.795-.1823 3.1944-1.6951 3.1944-3.5373h-4Zm0-7.77779v7.77779h4V8.11111h-4Zm4 0c0-.07155-.0038-.14596-.0124-.22267-.0086-.07678-.0218-.15478-.0403-.23343-.0184-.07869-.0416-.15651-.0697-.233-.0281-.07648-.0604-.15005-.0963-.22045-.036-.07036-.0749-.13629-.1158-.1978-.0408-.06145-.0832-.11775-.1258-.16912-.085-.10251-.1704-.18478-.2468-.2495-.0383-.03245-.0749-.061-.1089-.08594-.034-.02494-.0659-.04672-.0949-.06556-.029-.01883-.0558-.03518-.0797-.04914-.0239-.01396-.0456-.02598-.0644-.03606-.0188-.01008-.0355-.01864-.0493-.02558-.0139-.00694-.0257-.01268-.0348-.01701-.009-.00429-.0163-.00769-.0207-.00971-.0022-.00104-.004-.00187-.0051-.00238-.0006-.00025-.001-.00046-.0013-.00059-.0002-.00006-.0003-.00011-.0003-.00014-.0001-.00001-.0001-.00003-.0001-.00004v-.00001c-.0006-.00027.0028.00131.0068.00316.0044.00202.0117.00541.0207.00971.0091.00433.0209.01007.0348.01701.0138.00694.0305.0155.0493.02558.0188.01008.0405.0221.0644.03606.0239.01396.0507.03031.0797.04914.029.01883.0609.04062.0949.06556.0339.02494.0706.05349.1089.08594.0764.06472.1618.14698.2468.24949.0426.05138.085.10768.1258.16913.0409.06151.0798.12744.1157.19779.036.07041.0683.14397.0964.22046.028.07648.0513.15431.0697.23299.0185.07865.0317.15665.0403.23344.0086.07671.0124.15112.0124.22267h-4c0 .07154.0039.14595.0125.22267.0086.07678.0218.15478.0402.23343.0185.07868.0417.15651.0698.233.0281.07648.0604.15005.0963.22045.036.07036.0749.13629.1158.1978.0408.06144.0832.11775.1258.16912.0849.10251.1704.18478.2468.2495.0383.03244.0749.061.1089.08594.0339.02493.0658.04672.0949.06556.029.01883.0558.03517.0797.04914.0239.01396.0456.02598.0644.03606.0188.01007.0354.01864.0493.02558.0139.00693.0257.01268.0348.01701.009.00429.0163.00769.0207.00971.0022.00104.004.00187.0051.00237.0006.00026.001.00047.0013.00059.0001.00007.0003.00012.0003.00015.0001.00001.0001.00003.0001.00004v.00001c.0006.00026-.0028-.00131-.0068-.00316-.0044-.00202-.0117-.00542-.0207-.00971-.0091-.00433-.0209-.01008-.0348-.01701-.0139-.00694-.0305-.01551-.0493-.02558-.0188-.01008-.0405-.0221-.0644-.03606-.0239-.01396-.0507-.03031-.0797-.04914-.029-.01884-.061-.04062-.0949-.06556-.034-.02494-.0706-.0535-.1089-.08594-.0764-.06472-.1619-.14699-.2468-.2495-.0426-.05137-.085-.10767-.1258-.16912-.0409-.06151-.0798-.12744-.1158-.1978-.0359-.0704-.0682-.14397-.0963-.22045-.0281-.07649-.0513-.15431-.0698-.233-.0184-.07865-.0316-.15665-.0402-.23343-.0086-.07671-.0125-.15112-.0125-.22267h4Zm0 7.77779V8.11111h-4v7.77779h4Z`,fill:`#14B8A6`,mask:`url(#a)`}),(0,w.jsx)(`rect`,{x:`7`,y:`7`,width:`4`,height:`2`,rx:`1`,fill:`#14B8A6`}),(0,w.jsx)(`rect`,{x:`7`,y:`11`,width:`4`,height:`2`,rx:`1`,fill:`#14B8A6`}),(0,w.jsx)(`rect`,{x:`7`,y:`15`,width:`4`,height:`2`,rx:`1`,fill:`#14B8A6`}),(0,w.jsx)(`rect`,{x:`13`,y:`7`,width:`4`,height:`2`,rx:`1`,fill:`#14B8A6`}),(0,w.jsx)(`rect`,{x:`13`,y:`11`,width:`4`,height:`2`,rx:`1`,fill:`#14B8A6`}),(0,w.jsx)(`rect`,{x:`13`,y:`15`,width:`4`,height:`2`,rx:`1`,fill:`#14B8A6`})]}),Ge=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{d:`M4.8 6.6c0-.62.28-1.16.7-1.6.4-.44.97-.8 1.61-1.08C8.4 3.34 10.13 3 12 3c1.87 0 3.6.34 4.89.92.64.28 1.2.64 1.61 1.08.42.44.7.98.7 1.6v10.8c0 .62-.28 1.16-.7 1.6-.4.44-.97.8-1.61 1.08-1.29.58-3.02.92-4.89.92-1.87 0-3.6-.34-4.89-.92A5.05 5.05 0 0 1 5.5 19c-.42-.44-.7-.98-.7-1.6V6.6Zm1.35 0c0 .19.08.41.33.68.25.26.64.53 1.18.77 1.08.48 2.61.8 4.34.8s3.26-.32 4.34-.8c.54-.24.93-.5 1.18-.77.25-.27.33-.5.33-.68 0-.19-.08-.41-.33-.68a3.73 3.73 0 0 0-1.18-.77c-1.08-.48-2.61-.8-4.34-.8s-3.26.32-4.34.8c-.54.24-.93.5-1.18.77-.25.27-.33.5-.33.68Zm11.7 2.15c-.29.2-.61.38-.96.53-1.29.58-3.02.92-4.89.92-1.87 0-3.6-.34-4.89-.92a6.12 6.12 0 0 1-.96-.53v8.65c0 .19.08.41.33.68.25.26.64.53 1.18.77 1.08.48 2.61.8 4.34.8s3.26-.32 4.34-.8c.54-.24.93-.5 1.18-.77.25-.27.33-.5.33-.68V8.75Z`,fill:`#F472B6`}),(0,w.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M7 3.69c1.33-.6 3.1-.94 5-.94s3.67.34 5 .94c.65.3 1.25.67 1.69 1.14.44.47.76 1.07.76 1.77v10.8c0 .7-.32 1.3-.76 1.77a5.3 5.3 0 0 1-1.7 1.14c-1.32.6-3.09.94-4.99.94-1.9 0-3.67-.34-5-.94a5.3 5.3 0 0 1-1.69-1.14 2.58 2.58 0 0 1-.76-1.77V6.6c0-.7.32-1.3.76-1.77a5.3 5.3 0 0 1 1.7-1.14ZM6.67 7.1c.22.24.59.5 1.1.72 1.04.47 2.54.78 4.24.78 1.7 0 3.2-.31 4.24-.78.51-.23.88-.48 1.1-.72.22-.23.26-.4.26-.5 0-.1-.04-.27-.26-.5a3.49 3.49 0 0 0-1.1-.72A10.72 10.72 0 0 0 12 4.6c-1.7 0-3.2.31-4.24.78-.51.23-.88.48-1.1.72-.22.23-.26.4-.26.5 0 .1.04.27.26.5Zm10.86-1.18c.25.27.33.5.33.68 0 .19-.08.41-.33.68-.25.26-.64.53-1.18.77-1.08.48-2.61.8-4.34.8s-3.26-.32-4.34-.8a3.73 3.73 0 0 1-1.18-.77c-.25-.27-.33-.5-.33-.68 0-.19.08-.41.33-.68.25-.26.64-.53 1.18-.77 1.08-.48 2.61-.8 4.34-.8s3.26.32 4.34.8c.54.24.93.5 1.18.77ZM7.11 20.08A5.05 5.05 0 0 1 5.5 19c-.42-.44-.7-.98-.7-1.6V6.6c0-.62.28-1.16.7-1.6.4-.44.97-.8 1.61-1.08C8.4 3.34 10.13 3 12 3c1.87 0 3.6.34 4.89.92.64.28 1.2.64 1.61 1.08.42.44.7.98.7 1.6v10.8c0 .62-.28 1.16-.7 1.6-.4.44-.97.8-1.61 1.08-1.29.58-3.02.92-4.89.92-1.87 0-3.6-.34-4.89-.92Zm-.45-2.18c.22.24.59.5 1.1.72 1.04.47 2.54.78 4.24.78 1.7 0 3.2-.31 4.24-.78.51-.23.88-.48 1.1-.72.22-.23.26-.4.26-.5V9.2c-.2.12-.4.22-.6.31-1.33.6-3.1.94-5 .94s-3.67-.34-5-.94l-.6-.3v8.19c0 .1.04.27.26.5Zm-.51-9.15a5.26 5.26 0 0 0 .96.53c1.29.58 3.02.92 4.89.92 1.87 0 3.6-.34 4.89-.92a6.5 6.5 0 0 0 .96-.53v8.65c0 .19-.08.41-.33.68-.25.26-.64.53-1.18.77-1.08.48-2.61.8-4.34.8s-3.26-.32-4.34-.8a3.73 3.73 0 0 1-1.18-.77c-.25-.27-.33-.5-.33-.68V8.75Z`,fill:`#F472B6`})]}),A=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{d:`M21.8028 10.5301c-.0543-.0439-.5607-.4342-1.6285-.4342-.282.0012-.5634.0259-.8414.0738-.2067-1.44602-1.3779-2.15104-1.4304-2.18267l-.2868-.16879-.1886.27779c-.2362.37317-.4086.78453-.5098 1.21661-.1912.82546-.0749 1.60076.3358 2.26356-.496.2822-1.2917.3516-1.4527.3578H2.62605c-.34411.0004-.62333.2843-.62521.6355-.01537 1.1781.18017 2.3492.57699 3.4556.45383 1.2148 1.129 2.1097 2.00741 2.6573.98432.6154 2.58353.967 4.39631.967.81893.0026 1.63635-.073 2.44145-.2259 1.1192-.2098 2.1962-.6091 3.1864-1.1815.8158-.4823 1.5501-1.0958 2.1744-1.817 1.0438-1.206 1.6656-2.5492 2.128-3.743h.1843c1.1428 0 1.8455-.4668 2.233-.8579.2576-.2495.4586-.5534.5891-.8905L22 10.6892l-.1972-.1591Z`,fill:`#60A5FA`}),(0,w.jsx)(`path`,{d:`M3.84723 11.5402h1.76541c.08514 0 .15414-.0705.15414-.1574V9.77764c.00048-.08691-.06816-.15774-.15327-.15822H3.84723c-.08515 0-.15415.07045-.15415.15733v1.60605c0 .0869.069.1574.15415.1574ZM6.28004 11.5402h1.76541c.08515 0 .15414-.0705.15414-.1574V9.77764c.00048-.08691-.06815-.15774-.1533-.15822H6.28001c-.08562 0-.15501.07082-.15501.15822v1.60516c.0005.087.06975.1574.15504.1574M8.74987 11.5402h1.76543c.0851 0 .1541-.0705.1541-.1574V9.77764c.0005-.08691-.0681-.15774-.1533-.15822H8.74984c-.08514 0-.15414.07045-.15414.15733v1.60605c.00003.0869.06905.1574.15417.1574ZM11.1905 11.5402h1.7654c.0853 0 .1545-.0703.155-.1574V9.77764c0-.0874-.0694-.15822-.155-.15822h-1.7654c-.0852 0-.1542.07045-.1542.15733v1.60605c0 .0869.069.1574.1542.1574ZM6.28001 9.23086h1.76541c.08526-.00049.15414-.0712.15414-.15823V7.46749c0-.08691-.06902-.15734-.15414-.15734H6.28001c-.08526 0-.15453.07028-.15501.15734v1.60514c.00048.0872.06958.15774.15501.15823ZM8.74987 9.23086h1.76543c.0852-.00049.1541-.0712.1541-.15823V7.46749c0-.08691-.069-.15734-.1541-.15734H8.74987c-.08514 0-.15414.07046-.15414.15734v1.60514c0 .08703.06889.15774.15414.15823ZM11.1905 9.23086h1.7654c.0854-.00049.1545-.07103.155-.15823V7.46749c-.0005-.08706-.0697-.15734-.155-.15734h-1.7654c-.0852 0-.1542.07046-.1542.15734v1.60514c0 .08703.0689.15774.1542.15823ZM11.1905 6.92074h1.7654c.0853 0 .1545-.07032.155-.15734V5.15734C13.1104 5.07028 13.0412 5 12.9559 5h-1.7654c-.0852 0-.1542.07043-.1542.15734v1.60603c0 .08691.069.15737.1542.15737ZM13.6526 11.5402h1.7654c.0853 0 .1545-.0703.155-.1574V9.77764c0-.0874-.0694-.15822-.155-.15822h-1.7654c-.0851 0-.1542.07045-.1542.15733v1.60605c0 .0869.0691.1574.1542.1574`,fill:`#60A5FA`})]}),j=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#64748B`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M6 3a1 1 0 00-1 1v16a1 1 0 001 1h12a1 1 0 001-1V8a1 1 0 00-.375-.78l-5-4A1 1 0 0013 3H6z`}),(0,w.jsx)(`path`,{stroke:`#64748B`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M12 4v5h6`})]}),M=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#A5B4FC`,d:`M15.952 9.394l-3.798-2.193a.307.307 0 00-.308 0L8.048 9.394a.308.308 0 00-.154.266v4.386c0 .11.059.212.154.267l3.798 2.193a.308.308 0 00.308 0l3.798-2.193a.307.307 0 00.154-.267V9.66a.307.307 0 00-.154-.266z`}),(0,w.jsx)(`path`,{fill:`#4F46E5`,d:`M2.123 11.392l4.54-7.896C6.826 3.211 7.131 3 7.46 3h9.078c.33 0 .634.21.799.496l4.538 7.879a.94.94 0 010 .931l-4.538 7.831c-.165.286-.47.432-.8.432H7.462c-.33 0-.634-.142-.799-.427l-4.538-7.845a.89.89 0 010-.905zm3.759 3.797c0 .116.07.223.17.281l5.782 3.336c.1.058.226.058.327 0l5.785-3.336c.1-.058.171-.165.171-.281V8.518a.333.333 0 00-.17-.282l-5.781-3.335a.329.329 0 00-.327 0L6.053 8.236a.334.334 0 00-.172.282v6.671z`})]}),N=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#F87171`,d:`M20.661 11.198l-7.86-7.859a1.159 1.159 0 00-1.639 0L9.53 4.972l2.07 2.07a1.376 1.376 0 011.744 1.755l1.995 1.995a1.377 1.377 0 011.425 2.278 1.38 1.38 0 01-2.251-1.5l-1.86-1.861-.001 4.897a1.38 1.38 0 11-1.134-.04V9.623a1.379 1.379 0 01-.749-1.809l-2.04-2.04-5.39 5.388a1.16 1.16 0 000 1.64l7.86 7.858a1.16 1.16 0 001.64 0l7.822-7.821a1.16 1.16 0 000-1.64`})}),Ke=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:[(0,w.jsxs)(`g`,{fill:`#60A5FA`,clipPath:`url(#clip0_20558_611)`,children:[(0,w.jsx)(`path`,{fillRule:`evenodd`,d:`M1.878 9.794c-.046 0-.058-.023-.035-.058l.244-.313c.023-.035.081-.058.127-.058h4.14c.046 0 .058.035.034.07l-.197.301c-.023.035-.08.07-.116.07l-4.197-.012zM.128 10.86c-.047 0-.058-.022-.035-.057l.243-.313c.023-.035.081-.058.128-.058H5.75c.046 0 .07.035.058.07l-.093.278c-.012.046-.058.07-.104.07l-5.484.01zM2.933 11.928c-.046 0-.058-.035-.034-.07l.162-.29c.023-.035.07-.07.116-.07h2.319c.046 0 .07.035.07.082l-.024.278c0 .046-.046.081-.081.081l-2.528-.011zM14.968 9.585c-.73.186-1.229.325-1.948.51-.174.047-.185.059-.336-.115-.174-.197-.301-.325-.545-.44-.73-.36-1.438-.256-2.098.173-.789.51-1.195 1.264-1.183 2.203.012.928.65 1.693 1.565 1.82.789.105 1.45-.174 1.971-.765.104-.127.197-.267.313-.429H10.47c-.243 0-.3-.15-.22-.348.151-.36.43-.962.592-1.264a.313.313 0 01.29-.185h4.22c-.024.313-.024.626-.07.939-.127.835-.44 1.6-.95 2.273-.835 1.1-1.925 1.785-3.305 1.97-1.136.151-2.191-.07-3.119-.765-.858-.649-1.345-1.507-1.472-2.574-.151-1.263.22-2.4.985-3.397.823-1.078 1.913-1.762 3.247-2.006 1.09-.197 2.133-.07 3.072.569a3.634 3.634 0 011.345 1.634c.07.105.023.163-.116.197z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{d:`M18.806 15.997c-1.055-.023-2.018-.325-2.83-1.02a3.636 3.636 0 01-1.251-2.238c-.21-1.31.15-2.47.939-3.501.846-1.113 1.866-1.693 3.246-1.937 1.183-.208 2.296-.092 3.305.592.915.626 1.483 1.472 1.634 2.585.197 1.566-.255 2.84-1.333 3.93-.765.777-1.704 1.264-2.783 1.485-.313.058-.626.07-.927.104zm2.76-4.684c-.012-.15-.012-.267-.036-.383-.208-1.147-1.263-1.797-2.365-1.542-1.078.244-1.774.928-2.029 2.018-.209.904.232 1.82 1.067 2.191.638.278 1.275.244 1.89-.07.916-.475 1.414-1.217 1.472-2.214z`})]}),(0,w.jsx)(`defs`,{children:(0,w.jsx)(`clipPath`,{id:`clip0_20558_611`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M0 0H24V24H0z`,transform:`translate(.336)`})})})]}),qe=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M20.022 6.23a2.854 2.854 0 00-3.966-.07.277.277 0 00-.088.196c0 .074.03.145.081.197l.356.368a.272.272 0 00.355.025c.282-.213.626-.327.98-.326A1.634 1.634 0 0118.9 9.41c-2.266 2.266-5.29-4.082-12.154-.816a.933.933 0 00-.416 1.307l1.176 2.035a.933.933 0 001.262.347l.03-.017-.024.017.522-.293c.582-.361 1.13-.771 1.642-1.226a.29.29 0 01.376 0 .267.267 0 01.102.207.276.276 0 01-.09.208 12.31 12.31 0 01-1.73 1.285h-.017l-.522.29c-.22.126-.47.191-.723.19a1.502 1.502 0 01-1.295-.742L5.927 10.28c-2.137 1.51-3.434 4.417-2.738 8.107a.274.274 0 00.266.22h1.268a.27.27 0 00.268-.237 1.856 1.856 0 013.684 0 .272.272 0 00.27.237h1.235a.27.27 0 00.268-.237 1.859 1.859 0 013.685 0 .27.27 0 00.268.237h1.22a.27.27 0 00.27-.266c.03-1.719.493-3.694 1.815-4.683 4.58-3.425 3.376-6.363 2.316-7.429zm-4.67 5.181l-.874-.438a.549.549 0 11.873.44v-.002z`})}),Je=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#F472B6`,fillRule:`evenodd`,d:`M11.9 5.564c.173 0 .34-.025.5-.071l5.385 9.329a1.78 1.78 0 00-.5.864H6.514a1.78 1.78 0 00-.499-.864l5.387-9.33c.158.047.326.072.499.072zM6.513 16.532a1.78 1.78 0 01-.02.076l4.12 2.378c.324-.339.78-.55 1.287-.55.506 0 .963.211 1.287.55l4.12-2.378a1.618 1.618 0 01-.021-.076H6.513zm3.676 3.187L6.07 17.34a1.782 1.782 0 11-1.71-2.963V9.622A1.783 1.783 0 116.07 6.66l4.12-2.378A1.785 1.785 0 0111.9 2a1.782 1.782 0 011.71 2.281l4.12 2.378a1.782 1.782 0 111.71 2.963v4.756a1.782 1.782 0 11-1.71 2.963l-4.12 2.378a1.782 1.782 0 11-3.42 0zM5.206 9.622a1.783 1.783 0 001.287-2.23l4.12-2.378.055.055-5.386 9.33a1.922 1.922 0 00-.076-.021V9.622zm13.312 4.776l.076-.02V9.622a1.783 1.783 0 01-1.288-2.23l-4.119-2.378a1.818 1.818 0 01-.055.055l5.386 9.33z`,clipRule:`evenodd`})}),Ye=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#DB2777`,fillRule:`evenodd`,d:`M12.209 1.895h.13l.013.001h.016l.012.001h.015l.014.001h.001l.013.001h.002l.012.001h.001l.013.002h.016l.012.002h.016l.013.002h.017l.012.002h.016l.013.002h.001l.013.001h.002l.013.002h.001l.013.002h.001l.013.001h.001l.013.002h.002l.013.001h.001l.012.002h.002l.013.001h.002l.012.002.002.001.013.002h.001l.013.002h.001l.013.002h.002l.012.002h.002l.012.002h.001l.013.003h.002l.012.002h.002l.013.002h.001l.013.003h.001l.013.002h.001l.013.003h.002l.012.003h.002l.012.002h.002l.012.003h.001l.013.003h.002l.013.003h.001l.012.003h.002l.013.003h.001l.013.004h.001l.013.003h.001l.013.003h.001l.012.004h.002l.013.003h.001l.013.003.014.004.013.004h.002l.013.003.013.004h.002l.013.003h.001l.013.004h.001l.013.003h.002l.012.005h.002l.012.004h.002l.012.004h.001l.013.004h.001l.013.004h.002l.012.004.002.001.012.004h.001l.013.005h.001l.013.004h.001l.013.004h.002l.012.005h.002l.012.005h.001l.013.004h.001l.013.005.013.005h.001l.013.004.001.001.012.004h.002l.012.005h.001l.013.006h.001l.012.005h.001l.013.004v.001l.013.005h.002l.013.005h.001l.012.005h.002l.012.006.013.005h.002l.012.006h.002l.012.006h.002l.012.005h.001l.013.006.013.006.013.006.013.005h.001l.012.006h.002l.012.006h.002l.012.006.013.006h.001l.012.006h.002l.012.006.013.007.013.006h.002l.011.006h.002l.012.006.002.001.012.006.013.007.013.006.012.007h.002l.012.006h.001l.012.007h.002l.011.007.002.001.012.006h.001l.012.007h.001l.012.007h.001l.012.007.001.001.012.007v.001l.012.007h.002l.011.007h.002l.011.007.001.002.011.006.002.001.011.007h.001l5.918 3.478.01.005.001.001.01.006h.002l.01.007.01.007.01.006h.001l.01.007.01.006h.001l.01.006h.001l.01.007.01.007h.002l.009.006h.001l.01.007.01.007v.001l.01.006h.001l.01.007.01.007h.001l.01.006.009.007h.001l.009.007.001.001.009.006.01.008h.001l.01.007.01.007.01.006V6l.009.007h.001l.009.007h.001l.009.007.01.008h.001l.009.008h.001l.01.007.01.008.01.008.009.007.002.001.008.008.002.001.017.014.002.001.017.015.002.001.017.014.002.002.017.014.002.001.017.015.002.002.017.014.002.001.016.015.002.001.016.015.002.002.017.015.002.001.015.015.003.002.016.015.002.002.015.015.003.002.015.015.002.002.015.015.003.003.015.015.002.002.015.016.002.002.015.016.002.002.014.015.002.003.015.015.002.002.015.016.002.002.015.016.002.002.014.017.001.002.015.016.002.002.014.017.002.002.014.017.002.002.014.017.002.002.014.017.001.002.014.016.002.002.013.018.002.002.013.017.002.002.013.017.001.002.013.018.002.002.013.018.002.002.012.017.002.003.013.018.001.002.013.018.001.002.013.017.001.003.012.018.002.002.012.019.002.002.011.018.002.002.011.018.002.002.012.018.001.002.012.019.001.002.011.019.002.002.011.019.002.002.01.018.002.003.011.019.002.002.01.019.002.002.01.02.002.002.01.019.002.002.01.019.002.003.01.019.001.003.01.019.001.002.01.02.002.002.009.02v.002l.01.02.002.002.01.02v.002l.01.02v.003l.01.02v.002l.01.02v.003l.01.02v.002l.009.02.001.003.008.02.001.002.008.02.001.003.008.02.001.002.008.02.001.003.008.02v.003l.009.02v.003l.008.02.001.003.007.02.001.003.007.02v.003l.008.02v.003l.007.021.001.003.006.02.001.003.006.02.001.003.006.021.001.003.007.02v.003l.006.021.002.003.005.02v.003l.006.021.001.003.006.022v.002l.005.022.002.002.004.022.001.002.005.022.001.003.005.021v.003l.005.021v.003l.005.021v.003l.004.021v.003l.005.022v.002l.004.022v.003l.004.021v.003l.005.022v.003l.003.022v.003l.004.022v.002l.002.011v.014l.002.01v.002l.002.011v.002l.001.01v.002l.002.011v.002l.001.01v.002l.002.01v.002l.002.011v.012l.001.002.001.011v.002l.002.01v.015l.002.01v.015l.002.01V8.257l.002.012V8.282l.001.011v.014l.001.011v.015l.001.01V8.357l.001.011V15.7l-.001.012-.001.013V15.738l-.001.012v.013l-.001.002v.013l-.001.011v.015l-.002.012V15.831l-.002.011v.015l-.001.011v.002l-.001.012v.001l-.001.012v.001l-.002.012-.001.013v.001l-.002.012V15.947l-.001.001-.002.012v.001l-.001.012-.002.012v.002l-.001.011V16l-.003.012v.002l-.002.011v.002l-.002.011v.002l-.001.011v.002l-.002.011v.002l-.002.011v.002l-.002.011v.002l-.002.01v.002l-.002.012v.001l-.002.011v.002l-.002.012-.003.012v.001l-.002.012-.002.012v.002l-.002.01v.002l-.002.011v.002l-.003.011v.002l-.003.011v.001l-.003.012v.001l-.002.011v.002l-.002.011v.001l-.003.012-.003.012-.002.012v.001l-.003.011v.002l-.003.01v.002l-.003.011v.001l-.003.011v.001l-.003.011v.002l-.004.01v.002l-.003.011v.002l-.004.01v.002l-.003.012v.002l-.004.01v.002l-.003.011v.002l-.003.01v.002l-.004.012-.004.012-.003.012v.001l-.005.011v.002l-.003.01v.002l-.004.01v.002l-.003.011-.001.001-.004.011v.002l-.004.01v.002l-.004.011v.002l-.004.01v.002l-.004.011v.001l-.005.011v.002l-.004.01v.003l-.004.01v.002l-.004.01v.002l-.004.011v.002l-.005.01v.002l-.004.01v.002l-.004.01v.002l-.005.01v.002l-.004.011v.002l-.005.01v.002l-.005.01v.002l-.004.01v.002l-.005.01v.002l-.005.01v.002l-.005.01v.001l-.005.01v.002l-.005.011v.002l-.005.01v.002l-.005.01v.002l-.005.01v.002l-.005.01v.001l-.005.01-.001.002-.005.01v.002l-.005.01v.001l-.005.01v.002l-.005.01v.001l-.006.01v.002l-.006.01v.001l-.005.01v.002l-.006.01v.001l-.005.01v.002l-.006.01V17l-.006.01v.001l-.005.01v.001l-.006.01v.002l-.006.01v.002l-.006.01v.002l-.006.01v.001l-.006.01v.002l-.005.01v.002l-.007.01v.001l-.006.01v.001l-.007.01v.001l-.006.01v.001l-.006.01v.001l-.006.01-.001.002-.006.01-.006.01v.002l-.006.01-.001.001-.006.01-.001.001-.006.01v.001l-.006.01v.002l-.007.01-.006.01v.001l-.006.01h-.002l-.006.01v.002l-.007.01-.007.01v.001l-.007.01v.002l-.007.01h-.001l-.006.01-.007.01v.002l-.007.009v.001l-.008.01-.006.01-.001.001-.007.01-.007.01-.007.01v.001l-.008.01-.007.01v.001l-.007.01-.001.001-.007.01-.008.01v.001l-.007.01h-.001l-.007.01-.001.001-.007.01-.007.01h-.001l-.007.01-.008.01h-.001l-.007.01-.007.01h-.001l-.008.01v.001l-.008.009-.008.01-.008.01h-.001l-.007.01h-.002l-.007.01-.008.01h-.001l-.008.01-.007.01h-.001l-.008.01h-.001l-.008.01-.008.01h-.001l-.007.01h-.001l-.008.009v.001l-.008.008-.001.001-.008.01-.008.01h-.001l-.008.01h-.001l-.008.01-.008.008-.001.002-.008.008h-.001l-.008.01h-.001l-.008.009h-.001l-.008.01-.009.009-.009.009v.001l-.008.008-.002.001-.008.009-.009.01-.009.008v.001l-.01.008v.001l-.009.009h-.001l-.008.009h-.001l-.009.01-.01.008v.001l-.009.008-.009.009h-.001l-.008.009h-.002l-.008.009-.01.008v.001l-.01.008-.009.009-.01.009-.01.008-.01.009-.01.008v.001l-.01.007v.002l-.01.007v.001l-.01.008v.001l-.01.008V18l-.01.007v.002l-.01.007-.01.008-.01.008-.001.001-.01.007v.001l-.01.008-.009.008-.001.001-.01.007v.002l-.01.006v.001l-.01.008-.01.008-.001.001-.01.007v.001l-.01.008h-.001l-.01.007-.01.007h-.001l-.01.008h-.001l-.01.007v.001l-.01.007-.01.008h-.001l-.01.007-.001.002-.01.006-.01.008h-.002l-.01.007h-.001l-.01.008h-.001l-.01.007-.001.001-.01.007h-.001l-.01.008h-.001l-.01.007h-.001l-.01.007h-.002l-.01.007-.01.007-.002.001-.01.006-.01.007h-.002l-.01.007h-.001l-.01.007h-.002l-.01.007-.001.001-.01.006-.002.001-.01.007-.01.006h-.002l-.01.007h-.001l-.01.007-.002.001-.01.006h-.002l-.01.006-.001.001-.01.006h-.002l-.01.006h-.002l-.01.006-6.056 3.375-.01.006h-.002l-.01.006-.001.001-.01.006h-.002l-.01.005-.01.006h-.002l-.01.006h-.002l-.01.006h-.001l-.01.005H13.6l-.01.006h-.001l-.01.005-.011.006-.001.001-.01.005h-.001l-.01.006h-.001l-.01.005h-.001l-.01.006h-.001l-.01.005h-.002l-.01.005-.011.005h-.001l-.01.005h-.001l-.01.006h-.002l-.01.005h-.001l-.01.005h-.002l-.01.005-.001.001-.01.005h-.002l-.01.005h-.001l-.01.005h-.002l-.01.005h-.001l-.01.004h-.002l-.01.005h-.002l-.01.005h-.002l-.01.004-.002.001-.01.004-.011.004h-.001l-.01.005h-.002l-.01.005h-.002l-.01.004h-.002l-.01.005h-.002l-.01.004h-.002l-.01.005h-.002l-.01.004h-.002l-.01.004h-.002l-.01.004h-.002l-.01.004h-.001l-.01.004-.011.004h-.002l-.01.004h-.002l-.01.003h-.002l-.01.004-.001.001-.011.003h-.002l-.01.004h-.002l-.01.004h-.002l-.01.004h-.003l-.02.006-.003.002-.022.006h-.002l-.022.007h-.002l-.022.006h-.003l-.02.007h-.004l-.02.006h-.004l-.021.006h-.003l-.021.005h-.004l-.021.006h-.003l-.021.005h-.003l-.022.006h-.003l-.022.005H12.8l-.022.004-.003.001-.021.004h-.003l-.021.004h-.003l-.022.005h-.002l-.022.004h-.003l-.022.003h-.003l-.021.004h-.003l-.022.004h-.003l-.022.003h-.003l-.022.003-.002.001-.022.003h-.003l-.022.003-.022.002h-.002l-.022.001-.003.001-.022.002h-.002l-.022.001h-.003l-.022.002h-.003l-.022.002h-.027l-.022.002h-.052l-.022.001h-.125l-.022-.001-.022-.001h-.002l-.022-.002H12.02l-.003-.001-.022-.001h-.002l-.022-.002h-.003l-.022-.003h-.003l-.022-.002h-.003l-.022-.003h-.002l-.022-.002h-.003l-.022-.003h-.003l-.022-.003h-.003l-.022-.002h-.003l-.022-.004h-.002l-.022-.004h-.003l-.022-.003h-.002l-.022-.004h-.003l-.021-.004h-.002l-.022-.004h-.003l-.021-.005h-.003l-.021-.005H11.6l-.021-.004h-.003l-.022-.005h-.003l-.021-.005-.003-.001-.022-.005h-.002l-.022-.006h-.002l-.022-.006-.002-.001-.022-.006h-.003L11.41 22 11.407 22l-.021-.006h-.003l-.021-.007h-.003l-.021-.007-.003-.001-.022-.006-.002-.001-.022-.007h-.002l-.022-.007h-.002l-.021-.007h-.002l-.011-.004h-.002l-.01-.003-.002-.001-.01-.004h-.002l-.01-.004h-.002l-.01-.004h-.002l-.01-.004h-.002l-.01-.004h-.001l-.01-.005h-.002l-.01-.004h-.001l-.01-.005h-.002l-.01-.004h-.002l-.01-.005h-.002l-.01-.005h-.002l-.01-.004h-.001l-.01-.005h-.002l-.01-.005h-.002l-.01-.004h-.001l-.01-.005h-.002l-.01-.005h-.002l-.01-.005h-.002l-.01-.004h-.002l-.01-.005h-.002l-.01-.005h-.002l-.01-.005-.011-.006h-.001l-.01-.005h-.002l-.01-.005h-.002l-.01-.005h-.001l-.01-.005h-.002l-.01-.005-.001-.001-.01-.005h-.001l-.01-.005h-.001l-.01-.005-.002-.001-.01-.006h-.001l-.01-.005h-.002l-.01-.006h-.001l-.01-.006h-.002l-.01-.006h-.001l-.01-.005h-.002l-.01-.006-.01-.006h-.002l-.01-.006-.01-.006h-.002l-.01-.006h-.001l-.01-.006h-.001l-.01-.006-.002-.001-.01-.005h-.001l-.01-.006h-.002l-.01-.006h-.001l-.01-.006h-.002l-.01-.006v-.001l-.01-.006-5.475-3.195v-.001l-.012-.007h-.001l-.012-.007H5.14l-.012-.008h-.002l-.011-.007h-.001l-.012-.008v-.001l-.012-.008h-.001l-.012-.008h-.001l-.012-.007-.002-.001-.011-.008h-.001l-.012-.008h.003l-.011-.007-.002-.001-.011-.008h-.001l-.012-.008h-.001l-.012-.009H4.99l-.012-.009h-.001l-.012-.008v-.001l-.012-.008H4.95l-.012-.009-.012-.009h-.001l-.011-.008-.001-.002-.011-.007-.002-.002-.01-.007-.002-.001-.011-.008h-.001l-.011-.008-.001-.002-.01-.007-.002-.002-.01-.007H4.84l-.011-.009h-.001l-.011-.01h-.001l-.011-.008-.002-.001-.01-.008-.002-.001-.01-.009H4.78l-.01-.01h-.002l-.01-.008-.001-.001-.01-.008-.002-.002-.01-.008h-.001l-.01-.01h-.002l-.01-.009h-.001l-.01-.009-.002-.001-.01-.009h-.001l-.01-.009h-.002l-.01-.01h-.001l-.01-.01h-.002l-.01-.009h-.001l-.01-.01H4.63l-.01-.008v-.001l-.01-.009h-.002l-.01-.01-.01-.01h-.002l-.01-.01-.01-.01h-.002l-.01-.01-.01-.01h-.002l-.01-.01h-.001l-.01-.01-.01-.01H4.51l-.01-.01v-.001l-.01-.01h-.001l-.01-.01v-.001l-.01-.01h-.001l-.01-.01h-.001l-.01-.01-.01-.01-.001-.001-.01-.01-.01-.01-.001-.001-.01-.01-.01-.01-.001-.001-.009-.01h-.001l-.01-.01v-.001l-.01-.01-.01-.01v-.002l-.01-.01-.01-.01-.001-.002-.01-.01-.009-.01-.001-.002-.009-.01h-.001l-.009-.01v-.002l-.01-.01-.009-.01v-.002l-.01-.01-.01-.011-.001-.001-.009-.01-.001-.001-.009-.01v-.002l-.01-.01-.008-.01-.001-.002-.009-.01v-.001l-.01-.01v-.002l-.009-.01-.01-.01v-.001l-.01-.01v-.001l-.009-.01v-.002l-.009-.01-.001-.001-.008-.01-.001-.002-.009-.01v-.001l-.01-.01v-.002l-.008-.01v-.001l-.008-.01-.001-.002-.008-.01v-.001l-.009-.011v-.001l-.009-.01v-.002l-.008-.01-.001-.001-.008-.011v-.001l-.008-.011v-.001l-.009-.01v-.002l-.008-.01v-.001l-.009-.011v-.001l-.009-.011v-.002l-.008-.01-.001-.002-.007-.01L4 17.401l-.008-.01v-.002l-.008-.01v-.002l-.008-.01-.001-.002-.007-.011-.001-.002-.008-.01v-.002l-.008-.01-.001-.002-.007-.01-.001-.002-.007-.01v-.002l-.008-.01v-.002l-.008-.011v-.002l-.008-.01v-.002l-.008-.011v-.002l-.007-.01-.001-.002-.007-.01-.001-.002-.007-.011-.001-.002-.007-.01v-.002l-.007-.011v-.001l-.008-.011v-.002l-.007-.011-.001-.002-.007-.011-.001-.002-.006-.012h-.002l-.006-.012v-.001l-.007-.012-.007-.012v-.002l-.007-.011v-.002L3.8 17.08v-.002l-.007-.012-.007-.012v-.002l-.006-.011v-.002l-.007-.012v-.001l-.006-.012-.001-.001L3.76 17v-.002l-.007-.012h-.001l-.006-.013-.006-.012v-.002l-.006-.012-.006-.011-.001-.002-.006-.012v-.001l-.006-.012v-.002l-.006-.012h-.001l-.006-.013-.005-.013h-.001l-.006-.013-.006-.013-.006-.013v-.001l-.006-.012v-.002l-.006-.011v-.002l-.007-.012v-.001l-.005-.012v-.001l-.006-.012v-.002l-.006-.012-.005-.013-.006-.013v-.002l-.005-.012v-.001l-.006-.012v-.002l-.005-.011v-.002l-.006-.012v-.001l-.005-.013v-.001l-.005-.013v-.001l-.005-.012v-.002l-.006-.013-.005-.013V16.6l-.004-.013-.001-.001-.005-.013-.004-.014v-.001l-.005-.013v-.001l-.005-.013v-.001l-.005-.013-.005-.013v-.001l-.004-.013-.001-.002-.004-.012v-.002l-.005-.012v-.002l-.005-.012v-.002l-.004-.012v-.002l-.004-.012v-.001l-.005-.014v-.001l-.004-.013v-.002l-.004-.012-.001-.002-.004-.012v-.002L3.5 16.35v-.002l-.004-.013-.004-.014-.004-.013v-.001l-.004-.013-.004-.013v-.002l-.003-.012v-.002l-.003-.013-.001-.001-.003-.013v-.001l-.004-.013-.002-.013v-.002l-.004-.012v-.002l-.004-.013-.003-.014-.003-.013v-.002l-.004-.013v-.002l-.003-.013v-.001l-.003-.013v-.001l-.004-.013v-.002l-.003-.013v-.002l-.003-.013-.002-.013v-.001l-.003-.014v-.001l-.003-.013v-.002l-.003-.012v-.002l-.003-.014v-.002l-.003-.013v-.002l-.003-.013v-.002l-.002-.013v-.001l-.002-.013v-.002l-.002-.013-.001-.001-.002-.014v.001l-.002-.013v-.001l-.002-.013v-.002l-.002-.013v-.001l-.002-.013v-.001l-.002-.014v-.002l-.002-.013-.002-.014v-.002l-.002-.013v-.001l-.001-.014v-.002l-.002-.013v-.002l-.002-.013v-.002l-.002-.013v-.002l-.002-.014-.002-.014v-.015l-.002-.014v-.002l-.002-.013v-.002l-.001-.013-.001-.002-.001-.013v-.002l-.001-.014v-.001l-.001-.014-.001-.013v-.002l-.001-.013v-.002l-.001-.014v-.032l-.001-.013v-.015l-.001-.002v-.028l-.001-.014V8.714L3.36 8.7v-.016l.001-.014v-.016l.001-.014V8.64l.001-.014v-.002l.001-.013v-.017l.002-.013v-.017l.001-.014v-.001l.001-.014v-.001l.001-.014v-.001l.002-.014v-.015l.001-.001.001-.014.002-.014v-.001l.001-.014v-.002l.002-.013v-.002l.002-.013v-.001l.002-.014.001-.015v-.001l.002-.014V8.37l.002-.013v-.002l.001-.013v-.002l.002-.014v-.001l.002-.013v-.002l.002-.013v-.002l.002-.014V8.28l.002-.013v-.002l.002-.013.001-.001.002-.014v-.001l.002-.014.002-.014v-.001l.003-.013V8.19l.003-.013.001-.002.002-.013V8.16l.003-.013.002-.014.003-.014v-.001l.003-.014.003-.014V8.09l.003-.013v-.002l.003-.013v-.001l.003-.013v-.002l.003-.013.003-.014.003-.014v-.001l.004-.013v-.002l.003-.013v-.002l.003-.013V7.96l.004-.013v-.002l.003-.013V7.93l.003-.013.004-.014.003-.014v-.001l.004-.013v-.001l.004-.013v-.002l.004-.013v-.001l.004-.013V7.83l.003-.013.001-.001.004-.013v-.001l.004-.013v-.001l.004-.013v-.002l.004-.013.005-.014.004-.013v-.001l.004-.013v-.001l.004-.013v-.002l.005-.012v-.002l.005-.013.004-.013V7.66l.004-.012v-.001l.005-.013v-.001l.005-.013V7.62l.004-.012v-.002l.005-.012v-.001l.005-.013.005-.013v-.002l.005-.012V7.55l.005-.013.005-.013v-.001l.005-.013V7.51l.005-.012v-.002l.005-.013.005-.013.001-.002.005-.012.006-.013v-.001l.006-.013v-.001l.005-.013v-.002l.006-.012v-.002l.006-.012v-.002l.006-.012V7.37l.005-.012v-.002l.006-.012v-.001l.006-.012V7.33l.006-.012v-.001l.006-.013v-.001l.006-.012V7.29l.006-.012v-.002l.006-.012.006-.013h.001l.006-.013.006-.013v-.001l.006-.012V7.21l.007-.012v-.001l.006-.012v-.001l.006-.012V7.17l.006-.012v-.001l.007-.012v-.001l.006-.012.007-.013.001-.001.006-.012.001-.002.006-.012v-.001l.007-.012.007-.012v-.001l.007-.012v-.001l.006-.012h.001l.007-.012v-.002l.007-.011v-.001l.007-.012.007-.012V6.99l.007-.011.001-.002.006-.011v-.001l.008-.012.007-.012V6.94l.007-.012h.001l.007-.012v-.001l.007-.012h.001l.007-.012V6.89l.008-.012.007-.012v-.001l.008-.012.001-.001.008-.012.007-.012.008-.012h.001l.007-.012v-.001l.008-.011V6.79l.008-.01v-.002l.008-.011.001-.001.007-.011.001-.002.007-.01V6.74L4 6.731v-.002l.008-.01.002-.002.007-.01v-.002l.009-.01v-.002l.008-.01V6.68l.008-.01v-.002l.009-.01v-.002l.009-.01v-.002l.008-.01.001-.002.008-.01v-.001l.008-.011.001-.001.008-.01.001-.002.008-.01.001-.001.008-.01v-.002l.009-.01v-.001l.008-.01.001-.002.009-.01V6.54l.009-.01.001-.002.008-.01.001-.001.009-.01v-.002l.01-.01v-.002l.009-.01v-.001l.008-.01.001-.002.009-.01V6.46l.01-.01v-.001l.009-.01v-.002l.009-.01.001-.001.009-.01.001-.001.008-.01.001-.002.009-.01.01-.011v-.001l.01-.01v-.002l.008-.01h.002l.008-.01.001-.001.01-.01v-.001l.01-.01v-.001l.009-.01v-.001l.01-.01v-.001l.01-.01v-.001l.009-.01.001-.001.01-.01V6.27l.01-.01V6.26l.01-.01h.001l.01-.01v-.002l.01-.01h.001l.01-.01v-.001l.01-.01h.001l.01-.01v-.001l.01-.01h.002l.009-.01h.001l.01-.01v-.001l.01-.01.01-.01.001-.001.01-.01.01-.01.001-.001.01-.01.01-.01h.002l.01-.01.01-.01h.002l.01-.01.01-.01h.001l.01-.009.001-.001.01-.009.001-.001.01-.009h.001l.01-.01h.001l.01-.01h.002l.01-.01h.001l.01-.01h.002l.01-.008.001-.002.01-.008h.002l.01-.01.011-.009h.001l.01-.01h.002l.01-.008.001-.001.01-.008.002-.001.01-.009h.001l.011-.01h.001l.01-.009h.002l.01-.009.002-.001.01-.008.002-.001.01-.009h.001l.011-.009h.001l.01-.01h.002l.01-.008.002-.001.01-.008.002-.001.01-.008h.002l.01-.009h.002l.011-.008.001-.001.011-.008h.001l.011-.01h.001l.012-.008h.001l.01-.008.002-.001.011-.008h.002l.01-.008h.002l.011-.009h.001l.011-.008h.001l.012-.008.012-.009h.001l.012-.008v-.001l.012-.008h.001l.012-.008h.001l.012-.008v-.001l.012-.007h.001l.012-.008.012-.008h.001l.012-.008h.001l.012-.007 5.25-3.239h.001l.011-.007h.001l.012-.008.001-.001.012-.007h.001l.012-.008h.002l.011-.007.001-.001.012-.007h.002l.011-.008h.002l.011-.007h.001l.012-.007h.001l.012-.007.001-.001.012-.006h.001l.012-.007.001-.001.012-.006.002-.002.011-.006h.002l.011-.007.001-.001.012-.006h.001l.012-.007h.001l.012-.007h.001l.012-.007h.002l.012-.007.013-.006h.002l.011-.006h.002l.012-.006h.001l.012-.007h.001l.012-.006h.002l.012-.006.001-.001.012-.006h.002l.012-.006h.002l.011-.006h.002l.012-.006h.001l.012-.006h.001l.012-.006h.002l.012-.006h.001l.012-.006h.002l.012-.006h.002l.011-.005h.002l.012-.006h.002l.012-.005h.001l.012-.006h.002l.012-.006h.002l.013-.005.001-.002.012-.004h.001l.013-.005.001-.001.012-.005h.001l.013-.005h.001l.013-.005h.001l.013-.005h.002l.012-.005h.002l.012-.005h.002l.012-.004.002-.001.012-.004h.002l.012-.005h.002l.012-.005h.001l.013-.004.013-.005h.002l.012-.005h.002l.013-.004h.001l.013-.005.013-.004h.002l.012-.004h.002l.012-.004h.002l.013-.004.013-.004h.001l.013-.004h.001l.013-.004h.001l.013-.004.001-.001.013-.003h.002l.012-.004h.001l.013-.004.014-.004h.001l.013-.003h.001l.013-.003h.002L11.37 2h.001l.013-.004h.001l.013-.003h.002l.012-.003h.002l.013-.003h.001l.013-.004h.001l.013-.003h.001l.013-.002.001-.001.013-.003h.001l.013-.002h.001l.013-.003h.001l.013-.003h.001l.013-.003h.002l.013-.003h.002l.013-.003h.001l.013-.002h.001l.013-.003h.002l.013-.003h.002l.012-.002h.002l.013-.002h.001l.013-.003.013-.002h.002l.013-.002h.002l.013-.003h.001l.013-.002h.002l.013-.002h.002l.013-.002h.001l.013-.001h.001l.013-.002h.002l.013-.002h.001l.013-.001h.002l.012-.002h.002l.012-.001h.002l.013-.002h.001l.014-.002h.015l.013-.002h.002l.013-.002h.001l.014-.001h.001l.013-.001h.001l.014-.001h.001l.013-.001h.002l.013-.002h.015l.014-.002h.03l.013-.001h.015l.001-.001h.015l.013-.001h.016l.013-.001h.015l.014-.001h.059l.003-.005zm-.012 1.41H12.145l-.01.001h-.008l-.009.001h-.008l-.01.001h-.008l-.008.001h-.008l-.01.001h-.008l-.008.002-.01.001-.008.001-.008.001-.01.001-.008.001-.009.001-.008.001-.009.001-.008.001-.01.001-.007.001-.009.002h-.008l-.008.002h-.01l-.008.002-.008.001-.009.002-.008.001-.009.002-.008.002-.008.001-.009.002-.008.001-.009.001-.008.002-.009.001-.009.002-.008.002-.008.001-.009.002-.008.002-.008.002-.009.002-.008.002-.009.001-.008.002-.008.002-.008.002-.009.002-.008.003-.009.002-.008.002-.008.002-.009.002-.008.002-.008.003-.009.002-.008.002-.008.003-.008.003-.009.002-.008.003-.008.002-.009.003-.008.003-.008.002-.008.003-.009.003-.008.003-.008.003-.009.002-.008.003-.008.003-.008.003-.009.003-.008.003-.008.003-.008.003-.008.003-.008.003-.008.004-.009.003-.008.003-.008.004-.008.003-.008.003-.008.004-.008.004-.008.003-.008.004-.008.004-.008.003-.008.004-.008.004-.008.003-.008.004-.008.004-.008.003-.008.004-.008.004-.008.004-.007.004-.008.004-.008.004-.008.004-.008.004-.008.004-.007.004-.008.005-.008.004-.007.004-.008.005-.008.004-.007.005-.008.004-.008.005-.007.004-.008.005-.008.005-.007.004-.008.005-.008.005-5.245 3.233-.009.005-.008.005-.008.006-.008.005-.008.005-.008.005-.007.006-.008.005-.008.005-.008.005-.008.005-.008.006-.007.005-.008.006-.007.005-.008.005-.007.005-.008.006-.007.005-.007.005-.008.005-.007.005-.007.006-.007.005-.008.006-.007.006-.007.006L5.664 7l-.007.006-.007.006-.007.006-.007.005-.008.006-.007.006-.007.006-.007.005-.007.006-.007.006-.007.006-.007.005-.007.007-.006.006-.007.006-.007.005-.007.007-.007.006-.006.006-.007.006-.007.007-.007.006-.007.006-.006.007-.007.006-.007.006-.007.006-.006.007-.007.006-.006.007-.007.006-.006.007-.006.006-.007.007-.006.006-.006.007-.006.007-.007.006-.006.007-.007.006-.006.007-.006.007-.006.007-.006.007-.007.006-.006.007-.006.008-.006.006-.006.007-.006.007-.006.007-.006.007-.006.007-.006.007-.006.007-.005.007-.006.008-.006.007-.006.007-.005.007-.006.008-.005.007-.006.007-.006.008-.006.007-.005.007-.006.008-.005.007-.005.007-.005.008-.005.007-.006.008-.005.008-.005.007-.005.007-.006.008-.005.007-.005.008-.005.008-.005.007-.005.008-.005.008-.005.007-.004.008-.005.008-.005.007-.004.008-.006.008-.005.008-.005.008-.004.008-.005.007-.005.008-.004.008-.005.008-.005.008-.004.008-.005.007-.005.008-.005.009-.004.007-.005.008-.005.009-.004.007-.004.009-.004.008-.004.008-.005.008-.004.008-.004.009-.004.007-.004.009-.004.008-.004.008-.004.008-.004.009L5 7.832l-.004.008-.003.009-.004.008-.004.008-.003.009-.004.008-.004.008-.003.009-.004.008-.004.009-.003.008-.003.008-.004.01-.004.008-.003.008-.004.008-.003.009-.004.008-.004.009L4.928 8l-.003.01-.003.007-.003.01-.003.008-.003.009-.004.008-.003.01-.002.008-.003.009-.004.008-.002.01-.003.008-.002.009-.003.008-.003.009-.003.008-.002.009-.003.009-.003.009-.003.008-.002.009-.003.009-.003.009-.002.009-.003.009-.002.008-.002.01-.003.008-.002.01-.002.008-.002.009-.002.009-.003.01-.002.008-.002.009-.002.009-.002.009-.002.008-.002.01-.002.008-.002.01-.001.008-.002.01-.001.009-.002.01-.002.009-.001.008-.002.01-.001.009-.002.01-.001.008-.002.009-.002.009-.001.01-.001.009-.001.009-.001.009-.002.01-.001.008-.001.01-.001.009-.001.01-.002.009v.01l-.002.009v.008l-.002.01v.01l-.001.009-.001.01-.001.009v.009l-.001.01v.009l-.001.01-.001.009v.009l-.001.01v.009l-.001.01v.018l-.001.01v.019l-.001.009v6.67l.001.009v.01l.001.009.001.01v.009l.001.009v.01l.001.009.001.01v.009l.001.009v.01l.002.008v.01l.002.009v.009l.001.009.001.009.001.009.002.008v.01l.002.009v.009l.002.01v.008l.002.01v.009l.002.009.002.008.002.01.001.008.002.01.001.008.002.01.001.008.002.01.002.008.002.009.001.009.002.009.002.009.002.008.001.01.003.008.002.01.002.008.002.009.002.009.002.009.002.008.002.009.003.008.002.01.002.008.002.009.003.009.002.008.002.009.002.008.003.01.002.008.002.008.003.01.002.008.003.009.003.009.002.008.003.009.003.008.003.008.003.009.003.008.003.009.003.008.003.009.003.008.004.008.003.009.003.008.003.008.003.009.003.008.003.009.004.008.004.008.003.009.003.008.003.008.003.009.003.008.004.008.004.009.003.008.004.009.004.008.003.008.004.009.004.008.003.008.004.009.004.008.003.008.004.008.005.008.004.008.004.008.004.008.004.008.005.008.004.008.004.007.005.008.004.008.004.008.004.008.005.008.005.007.004.008.004.008.004.008.005.008.004.008.005.007.004.008.005.007.005.008.004.008.005.007.005.007.005.008.004.007.005.008.005.008.005.007.005.007.004.008.005.007.005.008.005.007.005.007.005.008.006.008.005.007.005.007.005.008.005.007.006.007.005.007.006.008.005.007.006.007.005.008.005.007.005.007.006.007.006.007.006.007.005.007.006.007.006.007.006.007.005.007.006.006.006.007.006.007.005.007.006.007.006.006.006.007.005.007.007.007.006.007.006.006.006.007.006.006.006.007.007.006.005.007.007.007.006.006.006.007.006.006.007.006.006.007.006.006.006.006.007.007.006.006.006.006.007.006.006.007.007.006.006.006.007.007.006.006.007.006.007.006.006.006.007.006.007.006.007.006.006.006.007.006.007.006.007.006.007.006.008.005.007.006.007.006.006.006.008.005.006.006.008.005.007.006.007.006.007.006.008.005.006.006.008.005.007.006.007.005.008.006.007.005.007.006.008.005.007.005.008.005.007.005.007.006.008.005.007.005.008.005.008.005.007.005.008.005.008.006.007.005.008.005.008.004.007.005.008.005.008.004.008.005.008.005.008.005.008.004.009.005 5.468 3.197.007.005.005.003.007.003.006.003.006.003.006.004.006.003.007.003.006.003.006.004.006.003.007.003.006.003.006.003.006.003.007.004.006.003.006.003.006.003.006.003.006.003.007.003.006.003.006.002.007.003.006.003.006.003.006.003.007.003.006.003.006.002.006.003.007.003.006.002.006.003.007.002.006.003.006.003.006.002.007.002.006.003.007.003.006.002.006.003.006.002.007.002.006.003.006.002.006.002.007.002.007.003.005.002.014.004.013.004.013.004.013.003.013.004.013.004.013.003.013.004.013.003.013.004.014.003.012.003.014.003.013.003.013.002.013.003.013.002.013.003.013.002.013.002.013.002.014.002.013.003.013.001.014.002.014.001.013.001.013.001.014.001.013.002h.013l.014.002h.013l.013.001h.013l.014.001h.107l.014-.001.013-.002h.014l.014-.001.013-.001.014-.001.013-.001.013-.001.014-.002.014-.001.013-.002.013-.002.013-.002.014-.002.013-.002.014-.002.012-.002.014-.002.013-.003.013-.002.013-.003.013-.003.013-.003.014-.003.013-.003.013-.003.013-.003.013-.004.013-.003.013-.004.013-.004.014-.004.006-.002.006-.002.006-.002.007-.002.006-.002.007-.003.006-.002.007-.002.007-.002.006-.002.006-.002.007-.002.006-.003.007-.002.006-.002.006-.002.007-.003.006-.002.007-.002.006-.002.006-.003.007-.002.006-.003.006-.003.006-.002.007-.003.006-.003.006-.002.006-.003.007-.002.006-.003.006-.004.006-.002.007-.003.006-.003.006-.003.007-.003.006-.003.006-.004.006-.003.006-.003.006-.003.007-.003.006-.003.006-.003.006-.003.007-.004.006-.003.006-.003.006-.003.006-.003.007-.004 6.058-3.376.007-.003.007-.004.006-.004.007-.003.006-.004.006-.004.007-.004.006-.004.006-.003.007-.004.006-.004.006-.004.006-.004.007-.004.006-.003.006-.004.007-.005.006-.003.006-.005.006-.003.006-.004.006-.005.006-.004.005-.004.006-.004.006-.004.006-.004.006-.005.006-.004.006-.004.006-.004.005-.004.006-.004.006-.005.006-.004.006-.005.006-.004.005-.004.006-.005.006-.005.006-.005.005-.004.006-.004.006-.005.005-.004.006-.005.005-.005.006-.004.006-.005.005-.005.005-.005.006-.004.005-.005.006-.005.005-.005.006-.005.005-.005.005-.004.005-.006.005-.005.006-.005.005-.005.005-.005.005-.005.006-.005.005-.005.005-.005.005-.006.005-.005.005-.005.005-.005.005-.006.005-.005.005-.005.005-.005.005-.005.004-.006.005-.005.005-.005.005-.005.005-.006.004-.005.005-.005.005-.005.004-.005.005-.006.005-.006.004-.006.005-.005.005-.005.005-.005.004-.006.005-.005.005-.006.004-.005.004-.006.004-.006.004-.005.005-.006.004-.006.004-.005.005-.006.004-.006.004-.005.004-.006.004-.006.005-.006.004-.005.004-.006.004-.006.004-.006.004-.005.003-.007.005-.006.004-.006.003-.005.004-.006.004-.006.005-.006.003-.006.004-.006.003-.006.004-.007.004-.006.003-.006.004-.006.004-.006.003-.006.004-.006.004-.007.003-.006.004-.006.003-.006.003-.007.004-.006.003-.006.004-.006.003-.007.004-.006.003-.006.003-.007.003-.006.004-.007.003-.006.003-.006.003-.006.004-.007.003-.006.003-.007.003-.006.003-.007.003-.006.004-.006.003-.007.003-.007.003-.007.003-.006.003-.006.002-.007.003-.007.003-.007.002-.006.003-.007.002-.006.003-.007.002-.007.003-.006.003-.007.002-.007.003-.007.003-.006.002-.007.002-.007.002-.007.002-.007.003-.006.002-.007.003-.007.002-.007.003-.007.002-.006.002-.007.002-.007.003-.007.002-.006.002-.007.002-.007.002-.007.002-.007.002-.007.002-.006.002-.007.002-.007.002-.007.001-.007.002-.007.002-.006.002-.008.002-.007.001-.006.002-.007.001-.007.002-.007.002-.007.001-.007.001-.007.002-.008.001-.006.001-.008.002-.006.001-.008.002-.007.002-.007.001-.007.001-.008.002-.007v-.007l.002-.006.001-.008.001-.007.001-.007.002-.008v-.007l.002-.007v-.008l.001-.007.001-.007v-.007l.002-.007v-.007l.002-.007v-.015l.001-.007v-.008l.002-.007v-.007l.001-.008v-.007l.001-.007v-.008l.001-.007v-.007l.001-.007v-.008l.001-.007v-.022l.001-.007V8.41l-.001-.007v-.021l-.001-.006V8.37l-.001-.006v-.007l-.002-.007V8.337l-.001-.006v-.007l-.002-.007v-.012l-.002-.007v-.006l-.001-.007V8.28l-.002-.006v-.007l-.001-.007v-.006l-.002-.006-.002-.014-.002-.013-.002-.014-.002-.013-.002-.013-.003-.013-.002-.013-.003-.013-.003-.013-.003-.013-.003-.013-.003-.013-.003-.013-.003-.013-.004-.013-.003-.013-.004-.013-.004-.013-.004-.014-.004-.012-.004-.013-.004-.012-.004-.013-.004-.012-.005-.013-.005-.012-.004-.012-.005-.013-.005-.012-.004-.013-.006-.012-.004-.012-.005-.012-.006-.012-.005-.013-.006-.012-.005-.012-.006-.012-.005-.012-.006-.011-.007-.012-.005-.012-.007-.012-.006-.012-.006-.011-.006-.012-.006-.011-.007-.012-.007-.011-.006-.012-.007-.011-.008-.012-.006-.01-.007-.011-.007-.011-.008-.011-.007-.011-.007-.011-.008-.011-.007-.011-.008-.01-.008-.011-.008-.01-.007-.011-.008-.01-.008-.011-.009-.01-.008-.01-.009-.011-.008-.01-.009-.01-.008-.01-.009-.01-.009-.01-.009-.01-.009-.01-.009-.01-.009-.01-.01-.009-.009-.009-.01-.01-.009-.009-.01-.01-.01-.009-.01-.008-.01-.01-.01-.008-.01-.01-.009-.008-.01-.009-.01-.008-.011-.009-.01-.008-.011-.009-.005-.003-.005-.005-.005-.004-.006-.004-.005-.004-.005-.004-.005-.004-.005-.004-.006-.004-.006-.005-.005-.004-.006-.004-.005-.004-.005-.004-.005-.004-.006-.004-.005-.004-.005-.003-.006-.005-.006-.003-.006-.004-.005-.004-.006-.003-.005-.004-.006-.003-.006-.004-.006-.004-.005-.003-.006-.004-.006-.004-.005-.003-.006-.004-.006-.003-.007-.003-5.91-3.468-.01-.005-.007-.005-.008-.004-.007-.005-.008-.004-.008-.004-.008-.005-.007-.004-.008-.004-.008-.004-.008-.004-.007-.005-.008-.004-.008-.004-.008-.004-.008-.004-.008-.004-.008-.004-.008-.004-.007-.004-.008-.004-.008-.004-.008-.003-.008-.004-.008-.004-.008-.003-.008-.004-.008-.003-.008-.004-.008-.004-.008-.003-.008-.003-.007-.003-.009-.004-.008-.003-.008-.003-.008-.004-.009-.003-.008-.003-.008-.003-.008-.004-.008-.003-.009-.003-.008-.003-.008-.003-.007-.002-.009-.003-.008-.003-.008-.003-.008-.002-.009-.003-.008-.002-.008-.003-.008-.003-.009-.002-.007-.003-.009-.002-.008-.003-.008-.003-.009-.002-.008-.002-.009-.002-.008-.003-.008-.002-.009-.002-.008-.002-.008-.003-.009-.002-.008-.002-.008-.002-.009-.002-.008-.002-.008-.002-.009-.002-.008-.002-.009-.001-.008-.002-.008-.002-.009-.001-.008-.002-.008-.002-.009-.001-.008-.002-.008-.001-.01-.002h-.008l-.008-.002h-.008l-.009-.002-.008-.002-.008-.001-.009-.001-.009-.002h-.008l-.008-.002-.009-.001-.008-.001-.008-.001-.009-.002h-.008l-.01-.002h-.007l-.009-.001-.008-.001h-.008l-.009-.001h-.008l-.009-.001h-.008l-.009-.001h-.009l-.008-.001h-.017l-.008-.001-.008-.001H12.271l-.008-.001h-.008l-.008-.001h-.043l-.008.003z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#F472B6`,fillRule:`evenodd`,d:`M20.664 8.473v6.386h-.001v.749c0 .885-.48 1.7-1.252 2.131l-2.527 1.407-3.53 1.966c-.736.41-1.633.4-2.36-.024l-5.47-3.198a2.93 2.93 0 01-1.452-2.53V8.821c0-1.05.544-2.024 1.438-2.575l5.063-3.123.186-.114a2.749 2.749 0 012.835-.03l5.914 3.474a2.342 2.342 0 011.156 2.02zM8.222 6.545v10.824h2.264v-4.733h3.757v4.733h2.271V6.545h-2.27v3.942h-3.758V6.545H8.223z`,clipRule:`evenodd`})]}),P=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`rect`,{width:`16`,height:`16`,x:`4`,y:`4`,stroke:`#C084FC`,strokeLinejoin:`round`,strokeWidth:`2`,rx:`3`}),(0,w.jsx)(`circle`,{cx:`15`,cy:`9`,r:`2`,fill:`#C084FC`}),(0,w.jsx)(`path`,{stroke:`#C084FC`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M5 19l5.586-5.586a2 2 0 012.828 0L19 19`})]}),Xe=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#F87171`,strokeWidth:`2`,d:`M5.334 3.75c-.965 0-1.748.781-1.748 1.746v4.554a7.201 7.201 0 0014.322 1.078c.035-4.128.035-2.128.035-6.029a1.748 1.748 0 00-1.702-1.35H5.334z`}),(0,w.jsx)(`path`,{stroke:`#F87171`,strokeLinecap:`round`,strokeWidth:`2`,d:`M4.086 20.251L20.086 20.251`}),(0,w.jsx)(`mask`,{id:`mask0_20565_673`,style:{maskType:`alpha`},width:`4`,height:`7`,x:`20`,y:`4`,maskUnits:`userSpaceOnUse`,children:(0,w.jsx)(`path`,{fill:`#D9D9D9`,stroke:`#F87171`,d:`M21.086 4.5H23.086V10.5H21.086z`})}),(0,w.jsx)(`g`,{mask:`url(#mask0_20565_673)`,children:(0,w.jsx)(`circle`,{cx:`20.632`,cy:`8`,r:`2`,stroke:`#F87171`,strokeWidth:`2`})})]}),Ze=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#F472B6`,d:`M15.047 7.453l-1.219 2.462c.4.371.683.86.795 1.414h.919a2.64 2.64 0 01.736-1.361l-1.23-2.515z`}),(0,w.jsx)(`path`,{fill:`#F472B6`,d:`M12.803 9.32l2.244-4.535 2.238 4.564c.089-.029.177-.053.265-.076L19.677 3h-9.265l2.12 6.255c.088.018.183.041.271.065zm-.772 4.011a1.486 1.486 0 001.078-2.509l-.005-.006a1.097 1.097 0 00-.2-.17l-.007-.007c-.017-.011-.04-.03-.064-.04-.006 0-.006-.007-.012-.007-.024-.011-.047-.03-.07-.041h-.007c-.023-.012-.053-.03-.076-.041h-.006a.362.362 0 00-.07-.03c-.007 0-.013-.005-.019-.005-.017-.006-.04-.018-.059-.024-.005 0-.011-.006-.023-.006-.024-.006-.047-.018-.07-.024h-.007c-.03-.005-.053-.011-.082-.017-.006 0-.012 0-.024-.006-.023-.006-.04-.006-.064-.012-.012 0-.018 0-.03-.006-.018 0-.041-.006-.059-.006h-.23c-.023 0-.04.006-.064.006h-.024c-.023.006-.047.006-.07.012h-.018l-.083.018a1.49 1.49 0 00-1.13 1.443 1.506 1.506 0 001.495 1.478zm6.244-2.968h-.012c-.023 0-.041-.006-.065-.006h-.076c-.03 0-.06 0-.094.006h-.03c-.023 0-.047.005-.07.005-.006 0-.018 0-.024.006l-.088.018h-.006l-.083.018c-.006 0-.018.006-.023.006-.024.005-.047.011-.071.023-.006 0-.012.006-.018.006-.03.012-.059.024-.082.035l-.083.036c-.005 0-.011.006-.017.006a.446.446 0 00-.071.04s-.006 0-.006.007a.893.893 0 00-.153.106l-.006.006a1.608 1.608 0 00-.206.194 1.493 1.493 0 00-.36.972 1.486 1.486 0 101.773-1.46c-.035-.013-.082-.019-.129-.024zM5.876 13.33c.82 0 1.485-.665 1.485-1.484s-.666-1.484-1.485-1.484c-.818 0-1.484.665-1.484 1.484s.666 1.484 1.484 1.484z`}),(0,w.jsx)(`path`,{fill:`#F472B6`,d:`M18.128 14.48a2.642 2.642 0 01-2.55-1.973h-.99a2.642 2.642 0 01-2.957 1.943 7.91 7.91 0 01-1.225 1.455 8.114 8.114 0 01-2.827 1.755l-.242.089-.224-.118c-1.237-.636-1.873-1.926-1.649-3.175a2.283 2.283 0 01-.406-.106c-.024.041-.042.088-.065.136-.377.777-.772 1.578-.913 2.438-.153.919-.218 2.598 1.078 3.493.565.389 1.16.583 1.826.583 1.278 0 2.656-.683 4.117-1.408 1.143-.565 2.32-1.154 3.546-1.455a15 15 0 011.39-.247c.83-.118 1.62-.236 2.262-.607a2.602 2.602 0 001.16-3.163c-.389.224-.842.36-1.331.36z`})]}),Qe=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#F59E0B`,d:`M8.383 7.318h2.127v7.1c0 .656-.147 1.226-.442 1.71a2.924 2.924 0 01-1.218 1.118c-.52.262-1.125.393-1.815.393-.613 0-1.17-.107-1.67-.323a2.67 2.67 0 01-1.183-.994c-.292-.448-.436-1.01-.433-1.686h2.143c.006.269.061.5.164.691.106.19.25.335.432.438.186.1.405.15.657.15.265 0 .488-.057.67-.17.186-.116.327-.285.423-.507.096-.222.145-.496.145-.82v-7.1zm9.43 2.928c-.04-.4-.21-.712-.511-.934-.302-.222-.711-.333-1.228-.333-.352 0-.648.05-.89.149-.242.096-.428.23-.557.403a.969.969 0 00-.19.586.838.838 0 00.115.477c.087.136.204.254.353.353.15.097.322.181.517.254.196.07.405.13.627.179l.915.219c.444.1.851.232 1.223.397.37.166.692.37.964.612s.482.527.631.855a2.7 2.7 0 01.234 1.129c-.003.623-.162 1.163-.477 1.62-.312.454-.763.807-1.353 1.06-.586.248-1.294.372-2.122.372-.822 0-1.538-.126-2.148-.378-.607-.252-1.08-.624-1.422-1.118-.338-.497-.515-1.112-.532-1.845h2.083c.023.342.121.627.293.855.176.226.41.397.702.513.295.112.628.168.999.168.364 0 .68-.053.95-.159.271-.106.482-.253.63-.442.15-.189.224-.406.224-.651a.846.846 0 00-.203-.577c-.133-.156-.329-.288-.587-.398a5.964 5.964 0 00-.94-.298l-1.108-.278c-.859-.21-1.537-.536-2.034-.98-.497-.444-.744-1.042-.74-1.795-.004-.616.16-1.155.492-1.615.334-.461.793-.82 1.377-1.08.583-.258 1.246-.387 1.989-.387.755 0 1.415.13 1.978.388.567.258 1.008.618 1.323 1.079.314.46.477.994.487 1.6h-2.063z`})}),$e=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#F87171`,stroke:`#F87171`,strokeWidth:`2`,d:`M10.354 16.177a3.177 3.177 0 11-6.354 0 3.177 3.177 0 016.354 0z`}),(0,w.jsx)(`path`,{fill:`#4ADE80`,stroke:`#4ADE80`,strokeWidth:`2`,d:`M15.177 7.823a3.177 3.177 0 11-6.354 0 3.177 3.177 0 016.354 0z`}),(0,w.jsx)(`path`,{fill:`#A855F7`,d:`M21 16.177a4.177 4.177 0 11-8.354 0 4.177 4.177 0 018.354 0z`})]}),et=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:(0,w.jsx)(`path`,{stroke:`#A855F7`,strokeWidth:`2`,d:`M18.922 20H4.336V4h14.586l-7.293 7.293-.707.707.707.707L18.922 20z`})}),tt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,d:`M13.768 10.233l1.768-1.768a5 5 0 100 7.071l-1.768-1.768a2.5 2.5 0 110-3.535z`}),(0,w.jsx)(`path`,{fill:`#64748B`,d:`M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 17.5a7.5 7.5 0 110-15 7.5 7.5 0 110 15z`})]}),nt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#2563EB`,fillRule:`evenodd`,d:`M10.85 5.3a7.854 7.854 0 017.851 7.85 7.854 7.854 0 01-7.85 7.851A7.854 7.854 0 013 13.151 7.854 7.854 0 0110.85 5.3zm3.254 2.299a2.3 2.3 0 010 4.597 2.3 2.3 0 010-4.598z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#2563EB`,d:`M21 5.298a2.3 2.3 0 00-4.598 0 2.3 2.3 0 004.598 0z`})]}),F=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M3 15.714V8h2.323l2.322 2.836L9.968 8h2.322v7.714H9.968V11.29l-2.323 2.836-2.322-2.836v4.424H3zm14.516 0l-3.484-3.743h2.323V8h2.322v3.97H21l-3.484 3.744z`})}),I=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M19.576 21.775l-2.204-3.34-5.518-8.365a595.829 595.829 0 00-3.383-5.087c-.146-.157-.24-.18-.794-.18-.472 0-.519.005-.63.058a.955.955 0 00-.204.169.42.42 0 00-.082.249l-.011 5.345-.006 5.365a.513.513 0 00.239.445.504.504 0 00.284.088h.317c.414 0 .49-.012.578-.059a.496.496 0 00.245-.245c.046-.092.046-.253.058-4.079v-.12c.004-1.528.01-2.868.018-3.571.004-.33.123-.363.309-.092.849 1.236 1.69 2.476 2.526 3.72l2.805 4.148 2.24 3.028c1.16 1.568 2.147 2.89 2.264 3.042.008.01.022.017.021.03M16.985 4.608a.554.554 0 00-.172-.132c-.088-.053-.158-.053-.566-.053-.432 0-.467 0-.584.059a.56.56 0 00-.268.344c-.018.064-.03 1.365-.03 3.675v3.284a1 1 0 00.164.547l.706 1.08c.26.396.875.212.875-.262V9.82c.006-3.43 0-4.953-.017-5.023a.553.553 0 00-.108-.189z`,clipRule:`evenodd`})}),rt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#2DD4BF`,fillRule:`evenodd`,d:`M11.235 21.794c.235.136.5.206.768.206v-.004c.27 0 .537-.07.772-.205l7.327-4.232a1.55 1.55 0 00.768-1.336V7.766a1.545 1.545 0 00-.768-1.335l-7.327-4.234a1.607 1.607 0 00-1.54 0L3.897 6.429a1.54 1.54 0 00-.769 1.335v8.457a1.55 1.55 0 00.769 1.338l1.923 1.108c.931.458 1.265.458 1.69.458 1.377 0 2.17-.834 2.17-2.287v-8.35a.21.21 0 00-.212-.212h-.928a.21.21 0 00-.213.211v8.347c0 .646-.666 1.288-1.755.743l-2.007-1.16a.226.226 0 01-.114-.196V7.764c0-.08.045-.16.116-.2l7.325-4.226a.225.225 0 01.225 0l7.326 4.226c.07.043.113.118.113.202v8.457c0 .08-.044.16-.112.198l-7.328 4.23a.248.248 0 01-.228 0l-1.88-1.115c-.055-.033-.127-.044-.181-.013-.52.296-.62.334-1.106.505-.12.041-.3.114.066.318l2.447 1.448zm-.847-8.328c0 1.235.672 2.707 3.88 2.707l-.011.008c2.322 0 3.654-.915 3.654-2.511 0-1.583-1.07-2.005-3.322-2.304-2.275-.301-2.506-.457-2.506-.99 0-.441.196-1.028 1.882-1.028 1.506 0 2.06.325 2.29 1.339a.21.21 0 00.205.165h.952a.213.213 0 00.213-.231c-.147-1.75-1.31-2.565-3.656-2.565-2.09 0-3.337.88-3.337 2.36 0 1.605 1.24 2.047 3.247 2.245 2.4.235 2.586.585 2.586 1.057 0 .819-.656 1.168-2.201 1.168-1.94 0-2.365-.487-2.508-1.451a.212.212 0 00-.209-.18H10.6a.21.21 0 00-.212.211z`,clipRule:`evenodd`})}),it=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#60A5FA`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M19 4a1 1 0 00-1-1H8a3 3 0 00-3 3v12a3 3 0 003 3h10a1 1 0 001-1V4z`}),(0,w.jsx)(`rect`,{width:`14`,height:`2`,x:`5`,y:`16`,fill:`#60A5FA`,rx:`1`})]}),at=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#F87171`,fillRule:`evenodd`,d:`M21 4a1 1 0 00-1-1H4a1 1 0 00-1 1v16.1a1 1 0 001 1h16a1 1 0 001-1V4zm-9 13a1 1 0 01-1 1H7a1 1 0 01-1-1V7a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1h-1a1 1 0 01-1-1v-7a1 1 0 00-1-1h-1a1 1 0 00-1 1v7z`,clipRule:`evenodd`})}),ot=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#F59E0B`,d:`M20 7.768a1 1 0 01-1 1h-2.768a1 1 0 01-1-1V5a1 1 0 011-1H19a1 1 0 011 1v2.768zM14.384 7.768a1 1 0 01-1 1h-2.768a1 1 0 01-1-1V5a1 1 0 011-1h2.768a1 1 0 011 1v2.768zM8.768 7.768a1 1 0 01-1 1H5a1 1 0 01-1-1V5a1 1 0 011-1h2.768a1 1 0 011 1v2.768zM20 13.384a1 1 0 01-1 1h-2.768a1 1 0 01-1-1v-2.768a1 1 0 011-1H19a1 1 0 011 1v2.768z`}),(0,w.jsx)(`path`,{fill:`#71717A`,d:`M14.384 13.384a1 1 0 01-1 1h-2.768a1 1 0 01-1-1v-2.768a1 1 0 011-1h2.768a1 1 0 011 1v2.768zM14.384 19a1 1 0 01-1 1h-2.768a1 1 0 01-1-1v-2.768a1 1 0 011-1h2.768a1 1 0 011 1V19zM20 19a1 1 0 01-1 1h-2.768a1 1 0 01-1-1v-2.768a1 1 0 011-1H19a1 1 0 011 1V19zM8.768 19a1 1 0 01-1 1H5a1 1 0 01-1-1v-2.768a1 1 0 011-1h2.768a1 1 0 011 1V19z`})]}),st=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#A855F7`,d:`M11.99 4.089c-1.546.471-2.535 1.665-2.525 3.044.011.944.31 1.781 1.063 2.964.483.76 1.45 2.218 1.479 2.228.014.007.148-.056.292-.137 1.024-.57 1.675-1.472 1.816-2.506.021-.152.039-.602.039-.996 0-.792.014-.86.211-1 .229-.166.507-.113.69.127l.102.13.01.725c.008.422-.003.862-.027 1.049a4.386 4.386 0 01-.687 1.876c-.225.345-.799.912-1.197 1.183-.355.242-1.052.626-1.27.7a.488.488 0 01-.507-.116c-.092-.088-1.623-2.408-2.031-3.083-.437-.719-.771-1.521-.915-2.204-.11-.517-.123-1.278-.032-1.704.088-.394.243-.806.426-1.112.084-.144.148-.267.14-.274a1.983 1.983 0 00-.358.045C5.98 5.49 3.756 7.616 3.16 10.33c-.15.676-.176.979-.154 1.795.02.8.063 1.077.253 1.708.215.707.507 1.33.978 2.08.338.538.525.908.638 1.263.193.595.207.729.228 2.02.014.82.036 1.236.064 1.286a.97.97 0 00.151.176l.11.105h2.593l.095-.088c.197-.183.194-.165.194-1.672v-1.39h2.108l.021 2.886.134.13.13.134h2.598l.095-.088c.173-.162.19-.236.229-1.01.067-1.366.25-2.362.651-3.523.215-.627.36-.961.817-1.883.39-.789.401-.803.496-.785.053.01.285.052.517.091.564.092.74.148.997.313.267.176.5.479.612.803.07.215.08.303.08.855 0 .595-.003.62-.084.736-.109.151-.355.264-.513.236a.944.944 0 01-.268-.134c-.204-.148-.496-.18-.672-.07-.204.126-1.64 1.598-1.697 1.738-.109.26-.05.458.215.708.919.873 2.386 1.197 3.6.795.73-.24 1.465-.834 1.961-1.59.268-.402.405-.694.563-1.208l.099-.313v-3.608c0-3.32-.003-3.633-.063-3.897a5.1 5.1 0 00-2.725-3.509c-.668-.334-1.534-.514-2.474-.514h-.38l-.388-.243c-.788-.485-1.27-.637-2.1-.658-.532-.01-.582-.007-.88.085zm5.575 5.174c.239.176.295.447.151.686-.264.419-.922.225-.922-.274 0-.388.471-.637.77-.412z`})}),ct=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#F87171`,strokeLinecap:`round`,strokeWidth:`2`,d:`M20.799 12a8.798 8.798 0 11-17.597 0 8.798 8.798 0 0117.597 0`}),(0,w.jsx)(`path`,{stroke:`#F87171`,strokeLinecap:`square`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M19.772 15.898H4.228L12 4.68l7.772 11.22z`}),(0,w.jsx)(`path`,{stroke:`#F87171`,strokeLinecap:`square`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M8.885 9.174h6.23v6.23h-6.23v-6.23z`})]}),L=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#F87171`,d:`M9.571 20.143H4.43a.429.429 0 000 .857H9.57a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M9.571 18.429H7.857a.429.429 0 000 .857h1.714a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M6.143 18.429H4.429a.429.429 0 000 .857h1.714a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M9.571 16.714H4.43a.429.429 0 000 .857H9.57a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M14.714 15H7a.429.429 0 000 .857h7.714a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M5.286 15h-.857a.429.429 0 000 .857h.857a.429.429 0 100-.857zM17.286 13.286h-2.572a.429.429 0 100 .857h2.572a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#F87171`,d:`M13 13.286H9.571a.429.429 0 100 .857H13a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M7.857 13.286H4.43a.429.429 0 100 .857h3.428a.429.429 0 000-.857zM18.143 11.571h-6.857a.429.429 0 000 .858h6.857a.429.429 0 000-.858z`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M9.571 11.571H7a.429.429 0 000 .858h2.571a.429.429 0 000-.858z`}),(0,w.jsx)(`path`,{fill:`#F87171`,d:`M5.286 11.571h-.857a.429.429 0 000 .858h.857a.429.429 0 000-.858z`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M19 9.857h-4.286a.429.429 0 000 .857H19a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M7.857 9.857H4.43a.429.429 0 000 .857h3.428a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#F87171`,d:`M19 8.143h-4.286a.429.429 0 100 .857H19a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M7.857 8.143H4.43a.429.429 0 000 .857h3.428a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M18.143 6.429h-.857a.429.429 0 100 .857h.857a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M15.571 6.429h-3.428a.429.429 0 100 .857h3.428a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M10.429 6.429h-6a.429.429 0 000 .857h6a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M17.286 4.714H8.714a.429.429 0 100 .857h8.572a.429.429 0 100-.857z`}),(0,w.jsx)(`path`,{fill:`#F87171`,d:`M7 4.714H4.429a.429.429 0 100 .857H7a.429.429 0 000-.857z`}),(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M14.714 3H4.43a.429.429 0 000 .857h10.285a.429.429 0 100-.857z`})]}),lt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 23 24`,...e,children:(0,w.jsx)(`path`,{fill:`#14B8A6`,fillRule:`evenodd`,d:`M4.14 15.355a.896.896 0 01-.008-.948l6.73-10.98a.896.896 0 011.579.094L18.59 16.86a.896.896 0 01-.557 1.234l-9.565 2.87a.896.896 0 01-1.014-.38l-3.315-5.228zm7.5-8.717a.336.336 0 01.637-.067l4.242 9.814a.336.336 0 01-.213.455l-6.608 1.973a.336.336 0 01-.426-.388l2.367-11.787z`,clipRule:`evenodd`})}),ut=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#14B8A6`,fillRule:`evenodd`,d:`M14.622 21.322c-.6.11-1.284.174-1.999.178a12.52 12.52 0 01-2.179-.178c-1.136-.198-2.092-1.086-2.092-2.269v-4.156c0-1.217.93-2.217 2.092-2.217h4.178c1.418 0 2.613-1.271 2.613-2.712V7.974h1.438c1.216 0 1.926.92 2.223 2.213.401 1.735.384 2.773 0 4.435-.332 1.45-1.398 2.212-2.613 2.212H12.531v.555h4.183v1.664c0 1.26-.322 1.942-2.092 2.269zm-.176-2.837c-.532 0-.963.45-.963 1.005 0 .555.43 1.005.963 1.005.532 0 .963-.45.963-1.005 0-.555-.43-1.005-.963-1.005z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#14B8A6`,fillRule:`evenodd`,d:`M9.378 2.678c.6-.11 1.284-.174 1.999-.178.715-.003 1.46.053 2.179.178 1.136.198 2.092 1.086 2.092 2.269v4.156c0 1.217-.93 2.217-2.092 2.217H9.378c-1.418 0-2.613 1.271-2.613 2.712v1.994H5.327c-1.216 0-1.926-.92-2.223-2.213-.401-1.735-.384-2.773 0-4.435.332-1.45 1.397-2.213 2.613-2.213H11.469v-.554H7.286V4.947c0-1.26.322-1.942 2.092-2.269zm.176 2.838c.532 0 .963-.45.963-1.005 0-.555-.43-1.006-.963-1.006-.532 0-.964.45-.964 1.006 0 .555.432 1.005.964 1.005z`,clipRule:`evenodd`})]}),dt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#38BDF8`,d:`M12 13.677a1.677 1.677 0 100-3.354 1.677 1.677 0 000 3.354z`}),(0,w.jsx)(`path`,{stroke:`#38BDF8`,d:`M12 15.436c4.97 0 9-1.538 9-3.436s-4.03-3.436-9-3.436S3 10.102 3 12s4.03 3.436 9 3.436z`}),(0,w.jsx)(`path`,{stroke:`#38BDF8`,d:`M9.024 13.718c2.485 4.305 5.832 7.025 7.476 6.076 1.644-.949.961-5.208-1.524-9.512C12.491 5.977 9.144 3.257 7.5 4.206c-1.644.949-.961 5.208 1.524 9.512z`}),(0,w.jsx)(`path`,{stroke:`#38BDF8`,d:`M9.024 10.282c-2.485 4.304-3.168 8.563-1.524 9.512 1.644.95 4.99-1.771 7.476-6.076 2.485-4.304 3.168-8.563 1.524-9.512-1.644-.95-4.99 1.771-7.476 6.076z`})]}),ft=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#0E8ADC`,d:`M12 13.677a1.677 1.677 0 100-3.354 1.677 1.677 0 000 3.354z`}),(0,w.jsx)(`path`,{stroke:`#0E8ADC`,d:`M12 15.436c4.97 0 9-1.538 9-3.436s-4.03-3.436-9-3.436S3 10.102 3 12s4.03 3.436 9 3.436z`}),(0,w.jsx)(`path`,{stroke:`#0E8ADC`,d:`M9.024 13.718c2.485 4.305 5.832 7.025 7.476 6.076 1.644-.949.961-5.208-1.524-9.512C12.491 5.977 9.144 3.257 7.5 4.206c-1.644.949-.961 5.208 1.524 9.512z`}),(0,w.jsx)(`path`,{stroke:`#0E8ADC`,d:`M9.024 10.282c-2.485 4.304-3.168 8.563-1.524 9.512 1.644.95 4.99-1.771 7.476-6.076 2.485-4.304 3.168-8.563 1.524-9.512-1.644-.95-4.99 1.771-7.476 6.076z`})]}),pt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:[(0,w.jsx)(`mask`,{id:`mask0_20571_807`,style:{maskType:`alpha`},width:`20`,height:`17`,x:`2`,y:`3`,maskUnits:`userSpaceOnUse`,children:(0,w.jsx)(`path`,{fill:`#D9D9D9`,d:`M17.992 3.14H6.78L2.84 9.377l9.578 9.877 9.02-9.877-3.445-6.237z`})}),(0,w.jsxs)(`g`,{stroke:`#F87171`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,mask:`url(#mask0_20571_807)`,children:[(0,w.jsx)(`path`,{d:`M12.653 2.162L8.336 9.35l4.323 11.255`}),(0,w.jsx)(`path`,{d:`M11.441 2.17l4.33 7.193-4.312 11.265`})]}),(0,w.jsx)(`path`,{stroke:`#F87171`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M4.107 9.35h16.125`}),(0,w.jsx)(`path`,{fill:`#F87171`,fillRule:`evenodd`,d:`M6.48 3.584a1 1 0 01.837-.453H17.32a1 1 0 01.87.505l2.976 5.231a1 1 0 01-.082 1.112l-7.857 10.024a1 1 0 01-1.549.031L3.142 10.01a1 1 0 01-.076-1.195l3.414-5.23zm1.379 1.547l-2.71 4.152 7.258 8.523 6.688-8.533-2.357-4.142h-8.88z`,clipRule:`evenodd`})]}),R=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:(0,w.jsx)(`path`,{fill:`#EA580C`,fillRule:`evenodd`,d:`M12.58 2.136a.287.287 0 00-.488 0l-.526.85a8.974 8.974 0 00-.232.022l-.683-.73a.287.287 0 00-.478.096l-.35.935c-.075.021-.15.044-.224.067l-.812-.583a.287.287 0 00-.45.187l-.162.989a9.088 9.088 0 00-.204.11l-.913-.417a.287.287 0 00-.406.272l.036 1.005a9.099 9.099 0 00-.175.144l-.98-.231a.287.287 0 00-.345.345l.231.98a9.125 9.125 0 00-.144.175L4.27 6.316a.287.287 0 00-.271.406l.416.913a9.036 9.036 0 00-.11.203L3.317 8a.287.287 0 00-.187.45l.584.813a8.953 8.953 0 00-.068.223l-.935.35a.287.287 0 00-.095.479l.73.682a8.966 8.966 0 00-.023.233l-.85.526a.287.287 0 000 .488l.85.526c.007.078.014.156.023.233l-.73.682a.287.287 0 00.095.479l.935.35.068.223-.584.812a.287.287 0 00.187.451l.99.162c.035.068.072.135.109.203l-.416.913a.287.287 0 00.271.406l1.006-.036c.047.059.095.117.143.174l-.23.981a.287.287 0 00.344.345l.981-.23c.057.048.115.095.174.142l-.036 1.006a.287.287 0 00.406.272l.914-.417c.067.038.135.074.203.11l.161.99a.287.287 0 00.451.186l.813-.584c.074.024.148.046.223.068l.35.935a.287.287 0 00.478.095l.683-.73c.077.01.154.017.232.023l.526.85a.287.287 0 00.489 0l.526-.85c.078-.006.155-.014.232-.023l.682.73a.287.287 0 00.479-.095l.35-.935c.075-.022.15-.044.223-.068l.813.584a.287.287 0 00.45-.187l.162-.99a8.77 8.77 0 00.203-.109l.913.417a.287.287 0 00.406-.272l-.035-1.006c.058-.047.116-.094.174-.143l.98.231a.287.287 0 00.346-.345l-.231-.98.143-.175 1.006.036a.287.287 0 00.271-.406l-.416-.913a9.4 9.4 0 00.109-.203l.99-.162a.287.287 0 00.187-.45l-.584-.813a8.43 8.43 0 00.067-.223l.935-.35a.287.287 0 00.096-.479l-.73-.682c.009-.077.016-.155.023-.233l.85-.526a.287.287 0 000-.488l-.85-.526a8.844 8.844 0 00-.023-.233l.73-.682a.287.287 0 00-.096-.479l-.934-.35a9.246 9.246 0 00-.068-.223l.584-.812A.287.287 0 0021.357 8l-.99-.162a8.92 8.92 0 00-.11-.203l.417-.913a.287.287 0 00-.271-.406l-1.006.036a9.178 9.178 0 00-.143-.174l.23-.981a.287.287 0 00-.345-.345l-.98.23a9.43 9.43 0 00-.174-.142l.035-1.006a.287.287 0 00-.405-.272l-.914.417a9.11 9.11 0 00-.203-.11l-.162-.99a.287.287 0 00-.45-.186l-.813.584a9.088 9.088 0 00-.223-.068l-.35-.935a.287.287 0 00-.479-.095l-.682.73a9.062 9.062 0 00-.232-.023l-.526-.85zm-.257 1.62a.592.592 0 01.578.596.595.595 0 11-.578-.595zm1.363.98A7.324 7.324 0 0118.7 8.309l-.702 1.585a.547.547 0 00.275.717l1.352.6c.041.422.047.847.015 1.27h-.752c-.075 0-.106.05-.106.123v.344c0 .812-.457.99-.859 1.034-.383.044-.806-.161-.86-.394-.22-1.24-.583-1.526-1.152-1.975l-.041-.033c.736-.467 1.502-1.158 1.502-2.08 0-.998-.683-1.625-1.148-1.934-.655-.43-1.379-.516-1.574-.516H6.88a7.324 7.324 0 014.098-2.312l.916.96a.54.54 0 00.766.018l1.026-.978zm-8.46 4.407a.595.595 0 11-.034 1.19.595.595 0 01.034-1.19zm14.192.026a.595.595 0 11-.035 1.19.595.595 0 01.035-1.19zm-13.07.096h1.037v4.678H5.291a7.324 7.324 0 01-.237-2.797l1.282-.57a.542.542 0 00.276-.716l-.264-.595zm4.33.05h2.47c.128 0 .901.147.901.727 0 .48-.593.653-1.081.653h-2.293l.002-1.38zm0 3.36h1.892c.172 0 .924.05 1.164 1.011.026.104.064.291.107.503.078.389.174.861.247 1.06.113.345.57 1.034 1.058 1.034h3.089c-.207.277-.433.54-.677.785l-1.258-.27a.544.544 0 00-.645.417l-.298 1.394a7.323 7.323 0 01-6.108-.03l-.298-1.392a.542.542 0 00-.643-.418l-1.23.264a7.32 7.32 0 01-.636-.75h5.984c.067 0 .113-.011.113-.074v-2.117c0-.061-.046-.075-.113-.075h-1.75l.001-1.341zm-2.763 4.848a.595.595 0 11-.034 1.19.595.595 0 01.034-1.19zm8.814.027a.596.596 0 11-.035 1.19.596.596 0 01.035-1.19z`,clipRule:`evenodd`})}),z=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:(0,w.jsx)(`path`,{stroke:`#14B8A6`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M4.336 17l6-6-6-6M12.336 19h8`})}),mt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`mask`,{id:`mask0_20590_698`,style:{maskType:`alpha`},width:`16`,height:`18`,x:`4`,y:`3`,maskUnits:`userSpaceOnUse`,children:(0,w.jsx)(`path`,{fill:`#F472B6`,d:`M5.335 19.586L4.777 4.73a.905.905 0 01.848-.937l12.637-.79a.905.905 0 01.962.903v16.19a.905.905 0 01-.946.904l-12.08-.543a.905.905 0 01-.864-.87z`})}),(0,w.jsx)(`g`,{mask:`url(#mask0_20590_698)`,children:(0,w.jsx)(`path`,{fill:`#F472B6`,fillRule:`evenodd`,d:`M4.777 4.729l.558 14.857c.017.471.393.85.863.87l12.08.543.04.001c.5 0 .906-.405.906-.905V3.905c0-.019 0-.038-.002-.056a.905.905 0 00-.96-.847l-.993.062.072 2.077a.135.135 0 01-.218.11l-.67-.526-.792.6a.135.135 0 01-.216-.113l.084-2.04-9.904.62a.905.905 0 00-.848.937zm8.448 5.055c0 .352 2.372.184 2.69-.064 0-2.397-1.286-3.657-3.642-3.657s-3.676 1.28-3.676 3.199c0 1.922 1.492 2.76 2.76 3.472.937.526 1.751.983 1.751 1.758 0 .512-.25.816-.802.816-.718 0-1.002-.367-.969-1.615 0-.27-2.74-.355-2.824 0-.212 3.023 1.671 3.895 3.826 3.895 2.09 0 3.726-1.113 3.726-3.128 0-2.103-1.576-2.938-2.88-3.629-.916-.486-1.698-.9-1.698-1.633 0-.72.535-.816.852-.816.335 0 .936.059.886 1.402z`,clipRule:`evenodd`})})]}),ht=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:[(0,w.jsxs)(`mask`,{id:`path-1-outside-1_20571_794`,width:`17`,height:`20`,x:`4.141`,y:`2`,fill:`#000`,maskUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`path`,{fill:`#fff`,d:`M4.141 2H21.141V22H4.141z`}),(0,w.jsx)(`path`,{d:`M10.915 19.877A3.832 3.832 0 016.8 18.352a3.547 3.547 0 01-.606-2.682c.028-.153.067-.303.116-.45l.09-.278.248.181c.57.42 1.208.739 1.887.944l.179.054-.017.18c-.021.254.048.508.195.716a1.154 1.154 0 001.24.46c.104-.028.204-.072.295-.13l4.825-3.075a1.004 1.004 0 00.453-.672 1.072 1.072 0 00-.182-.809 1.154 1.154 0 00-1.24-.46 1.063 1.063 0 00-.296.13l-1.84 1.174a3.526 3.526 0 01-.981.43 3.833 3.833 0 01-4.114-1.525 3.546 3.546 0 01-.606-2.682 3.328 3.328 0 011.505-2.229l4.826-3.075a3.52 3.52 0 01.98-.43 3.833 3.833 0 014.113 1.524 3.547 3.547 0 01.607 2.682 3.41 3.41 0 01-.116.45l-.09.278-.248-.181a6.218 6.218 0 00-1.887-.943l-.18-.055.018-.179a1.084 1.084 0 00-.195-.717 1.155 1.155 0 00-1.24-.46 1.063 1.063 0 00-.295.13L9.419 9.728a1.003 1.003 0 00-.453.672 1.071 1.071 0 00.182.809 1.155 1.155 0 001.24.46c.104-.028.204-.072.296-.13l1.84-1.173a3.51 3.51 0 01.98-.43 3.832 3.832 0 014.114 1.524 3.547 3.547 0 01.606 2.682 3.33 3.33 0 01-1.504 2.23l-4.825 3.074a3.516 3.516 0 01-.98.43`})]}),(0,w.jsx)(`path`,{fill:`#EA580C`,d:`M8.618 19.761l.695-1.875-.695 1.875zm-1.817-1.409l1.644-1.14a1.697 1.697 0 00-.016-.023L6.8 18.352zm-.606-2.682l-1.967-.36-.002.01 1.97.35zm.116-.45l1.898.628.002-.007-1.9-.622zm.09-.278l1.184-1.613a2 2 0 00-3.084.99l1.9.623zm.248.181l1.184-1.611-.001-.001-1.183 1.612zm1.887.944l.58-1.914h-.002l-.579 1.914zm.179.054l1.991.183a2 2 0 00-1.41-2.097l-.581 1.914zm-.017.18l-1.991-.184-.001.013 1.992.17zm.195.716l1.644-1.14-.012-.016-1.632 1.156zm1.24.46l.503 1.935.01-.002-.514-1.933zm.295-.13l1.071 1.69.004-.003-1.075-1.687zm4.825-3.075l-1.066-1.693-.01.006 1.076 1.687zm.453-.672l1.969.355v-.007l-1.969-.348zm-.182-.809l-1.644 1.14.015.022 1.629-1.162zm-1.24-.46l-.502-1.935-.012.003.514 1.933zm-.296.13l-1.07-1.69-.005.003 1.075 1.687zm-1.84 1.174l1.072 1.688.002-.002-1.075-1.686zm-.981.43L11.67 16l.013-.004-.516-1.932zM7.053 12.54l1.644-1.14a1.316 1.316 0 00-.016-.023L7.053 12.54zm-.606-2.682L4.48 9.504v.004l1.968.35zm1.505-2.229l1.064 1.694.011-.007-1.075-1.687zm4.826-3.075l-1.074-1.687h-.001l1.075 1.687zm.98-.43l-.503-1.936-.014.003.517 1.932zm4.113 1.524l-1.643 1.14.016.023 1.627-1.163zm.607 2.682l1.966.364.003-.014-1.97-.35zm-.116.45l-1.899-.627-.002.005 1.901.623zm-.09.278l-1.183 1.613a2 2 0 003.083-.99l-1.9-.623zm-.248-.181l-1.185 1.611.003.002 1.182-1.613zm-1.887-.943l-.58 1.914h.002l.578-1.914zm-.18-.055l-1.99-.185a2 2 0 001.41 2.1l.58-1.915zm.018-.179l1.991.185.001-.015-1.992-.17zm-.195-.717l-1.644 1.14.01.014 1.634-1.154zm-1.24-.46l-.503-1.935-.01.002.514 1.933zm-.295.13l-1.071-1.69-.004.003 1.075 1.687zM9.419 9.728l1.065 1.693.01-.006-1.075-1.687zm-.453.672l-1.969-.354v.004l1.969.35zm.182.809l1.644-1.14-.015-.021-1.629 1.16zm1.24.46l.502 1.935.013-.003-.516-1.933zm.296-.13l1.069 1.69.005-.003-1.074-1.687zm1.84-1.173L11.45 8.679l1.074 1.687zm.98-.43L13.003 8l-.013.003.516 1.932zm4.114 1.524l-1.643 1.14.016.023 1.627-1.163zm.606 2.682l1.969.354v-.004l-1.969-.35zm-1.504 2.23l-1.065-1.693-.01.006 1.075 1.687zm-4.825 3.074l1.074 1.687-1.074-1.687zm-1.483-1.505a1.833 1.833 0 01-1.099-.055l-1.39 3.75c1.12.415 2.34.477 3.495.176l-1.006-3.87zm-1.099-.055a1.832 1.832 0 01-.868-.674l-3.287 2.28c.68.98 1.646 1.73 2.765 2.144l1.39-3.75zm-.884-.697a1.547 1.547 0 01-.25-.558l-3.902.882c.163.72.468 1.4.897 2.001l3.255-2.325zm-.25-.558c-.046-.2-.05-.409-.014-.611l-3.939-.7a5.547 5.547 0 00.051 2.193l3.902-.882zm-.016-.6c.01-.063.026-.123.046-.183l-3.797-1.257c-.078.235-.14.475-.184.718l3.935.721zm.048-.19l.091-.277-3.801-1.244-.091.277 3.801 1.245zm-2.993.713l.248.182 2.366-3.225-.247-.182-2.367 3.225zm.246.18a8.222 8.222 0 002.493 1.247l1.157-3.829a4.22 4.22 0 01-1.28-.64l-2.37 3.223zm2.49 1.247l.18.054 1.161-3.828-.179-.054-1.161 3.828zm-1.23-2.043l-.017.18 3.983.365.016-.179-3.983-.366zm-.018.192a3.081 3.081 0 00.555 2.043l3.264-2.312a.918.918 0 01.166.61l-3.985-.341zm.543 2.026c.368.531.89.936 1.496 1.161l1.39-3.75c.163.06.303.168.402.31l-3.288 2.28zm1.496 1.161a3.154 3.154 0 001.89.095l-1.006-3.87a.846.846 0 01.507.025l-1.391 3.75zm1.901.093c.302-.08.59-.207.853-.374l-2.141-3.378a.935.935 0 01.26-.114l1.028 3.866zm.857-.376l4.825-3.076-2.15-3.373-4.825 3.076 2.15 3.373zm4.815-3.07c.354-.222.657-.516.89-.861l-3.315-2.238a.996.996 0 01.294-.286l2.131 3.385zm.89-.861c.234-.346.392-.737.467-1.148l-3.937-.71a.995.995 0 01.155-.38l3.315 2.238zm.468-1.155c.07-.402.061-.814-.029-1.212l-3.901.882a.929.929 0 01-.01-.366l3.94.696zm-.029-1.212a3.07 3.07 0 00-.495-1.106l-3.257 2.323a.928.928 0 01-.15-.335l3.902-.882zm-.48-1.084a3.155 3.155 0 00-1.495-1.16l-1.392 3.75a.844.844 0 01-.4-.311l3.287-2.279zm-1.495-1.16a3.154 3.154 0 00-1.89-.096l1.005 3.871a.845.845 0 01-.507-.025l1.392-3.75zm-1.902-.093c-.301.08-.589.206-.852.373l2.14 3.378a.934.934 0 01-.26.114L13.77 10.4zm-.857.376l-1.84 1.173 2.15 3.373 1.84-1.174-2.15-3.373zm-1.838 1.171a1.526 1.526 0 01-.425.187l1.033 3.864a5.524 5.524 0 001.537-.674l-2.145-3.377zm-.411.183a1.833 1.833 0 01-1.098-.055l-1.39 3.75c1.119.415 2.338.477 3.494.177l-1.006-3.872zm-1.098-.055a1.832 1.832 0 01-.87-.674L5.41 13.68a5.833 5.833 0 002.765 2.145l1.39-3.751zm-.885-.697a1.547 1.547 0 01-.25-.558l-3.902.882c.163.72.468 1.401.897 2.002l3.255-2.326zm-.25-.558c-.046-.2-.05-.408-.015-.611l-3.938-.7a5.546 5.546 0 00.051 2.193l3.902-.882zm-.015-.607c.032-.182.103-.355.206-.508L5.307 7.465a5.328 5.328 0 00-.828 2.039l3.937.708zm.206-.508c.104-.153.238-.283.394-.381L6.89 5.935a5.328 5.328 0 00-1.582 1.53l3.315 2.239zm.405-.388l4.825-3.075-2.15-3.374-4.824 3.075 2.15 3.374zm4.824-3.075a1.52 1.52 0 01.424-.186L13.24 2.191a5.522 5.522 0 00-1.537.676L13.85 6.24zm.41-.182a1.833 1.833 0 011.098.055l1.39-3.75a5.833 5.833 0 00-3.494-.176l1.006 3.871zm1.098.055c.352.13.655.366.87.674l3.286-2.28a5.832 5.832 0 00-2.765-2.144l-1.39 3.75zm.885.697c.12.167.205.357.25.558l3.902-.882a5.546 5.546 0 00-.897-2.002l-3.255 2.326zm.25.558c.046.2.05.409.014.611l3.939.7a5.547 5.547 0 00-.051-2.193l-3.902.882zm.017.598a1.41 1.41 0 01-.048.186l3.798 1.255a5.41 5.41 0 00.183-.714l-3.933-.727zm-.05.191l-.09.278 3.801 1.244.09-.277-3.8-1.245zm2.992-.713l-.247-.181-2.364 3.226.247.181 2.364-3.226zm-.244-.18a8.219 8.219 0 00-2.494-1.246l-1.156 3.83c.46.138.893.355 1.28.64l2.37-3.223zM16.718 6.02l-.18-.055-1.16 3.828.18.055 1.16-3.828zm1.231 2.044l.017-.179-3.983-.37-.017.18 3.983.37zm.018-.194a3.084 3.084 0 00-.553-2.04l-3.268 2.307a.917.917 0 01-.164-.607l3.985.34zm-.543-2.026a3.155 3.155 0 00-1.496-1.161l-1.39 3.75a.846.846 0 01-.402-.31l3.288-2.28zm-1.496-1.161a3.154 3.154 0 00-1.89-.095l1.006 3.87a.846.846 0 01-.507-.025l1.391-3.75zm-1.901-.093c-.302.08-.59.206-.853.373l2.141 3.379a.937.937 0 01-.26.114L14.027 4.59zm-.857.376L8.344 8.042l2.15 3.373 4.826-3.076-2.15-3.373zm-4.816 3.07a3.003 3.003 0 00-.89.862l3.315 2.237a.998.998 0 01-.295.286l-2.13-3.386zm-.89.862a3.003 3.003 0 00-.467 1.148l3.937.707a.997.997 0 01-.155.382L7.463 8.898zm-.467 1.152a3.07 3.07 0 00.028 1.212l3.902-.88c.027.12.03.246.008.367l-3.938-.699zm.028 1.212c.09.399.258.775.494 1.107l3.258-2.321c.072.1.122.214.15.335l-3.902.88zm.48 1.086c.367.53.89.936 1.495 1.16l1.392-3.75c.162.06.301.169.4.311l-3.287 2.279zM9 13.508a3.155 3.155 0 001.89.097L9.885 9.732a.845.845 0 01.507.025L9 13.508zm1.903.093c.3-.08.587-.206.85-.372l-2.14-3.38a.932.932 0 01.26-.113l1.03 3.865zm.855-.375l1.841-1.174-2.15-3.373-1.84 1.173 2.15 3.374zm1.84-1.173a1.51 1.51 0 01.422-.185l-1.03-3.865a5.51 5.51 0 00-1.54.676l2.149 3.374zm.41-.182a1.833 1.833 0 011.098.055l1.39-3.75A5.833 5.833 0 0013.002 8l1.006 3.87zm1.098.055c.352.13.655.366.869.674l3.286-2.28a5.833 5.833 0 00-2.765-2.144l-1.39 3.75zm.885.697c.12.167.204.357.25.558l3.901-.882a5.548 5.548 0 00-.897-2.002l-3.254 2.326zm.25.558c.045.2.05.409.014.611l3.938.7a5.545 5.545 0 00-.05-2.193l-3.902.882zm.015.608a1.331 1.331 0 01-.207.508l3.316 2.237a5.33 5.33 0 00.828-2.038l-3.937-.707zm-.207.508a1.33 1.33 0 01-.394.382l2.13 3.386a5.329 5.329 0 001.58-1.531l-3.316-2.237zm-.403.388L10.82 17.76l2.15 3.374 4.825-3.074-2.15-3.374zM10.82 17.76c-.13.083-.273.146-.423.186l1.033 3.864a5.52 5.52 0 001.538-.676l-2.148-3.374z`,mask:`url(#path-1-outside-1_20571_794)`})]}),gt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#52525B`,strokeWidth:`1.5`,d:`M5 5H19V19H5z`}),(0,w.jsx)(`rect`,{width:`4`,height:`4`,x:`3`,y:`3`,fill:`#F472B6`,rx:`1`}),(0,w.jsx)(`rect`,{width:`4`,height:`4`,x:`17`,y:`3`,fill:`#F472B6`,rx:`1`}),(0,w.jsx)(`rect`,{width:`4`,height:`4`,x:`17`,y:`17`,fill:`#F472B6`,rx:`1`}),(0,w.jsx)(`rect`,{width:`4`,height:`4`,x:`3`,y:`17`,fill:`#F472B6`,rx:`1`})]}),_t=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 25 24`,...e,children:(0,w.jsx)(`path`,{stroke:`#EA580C`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M15.451 10.98c.328-2.058-.355-4.403-1.858-6.44a1 1 0 011.32-1.45c4.291 2.577 7.016 7.532 6.013 11.97.93 1.303 1.297 2.626 1.387 3.62.048.537.021 1.028-.073 1.394-.025.095-.06.204-.111.313-.043.091-.137.27-.32.422a1.05 1.05 0 01-1.082.162 1.112 1.112 0 01-.552-.523h0c-.376-.732-.835-.918-1.252-.952-.49-.04-1.035.132-1.45.343-.086.05-.17.097-.248.139l-.003.002c-.034.02-.068.038-.102.054-2.407 1.256-5.53 1.297-8.574-.012h0a13.486 13.486 0 01-6.057-5.194 1 1 0 011.441-1.335c.595.439 1.236.824 1.916 1.143 2.124.995 4.18 1.137 5.83.651-2.565-2.22-4.72-4.825-6.395-6.95A11.53 11.53 0 014.2 6.842 1 1 0 015.732 5.59c.318.292.662.593 1.022.898-.126-.18-.224-.325-.29-.426a3.786 3.786 0 01-.118-.191V5.87a1.07 1.07 0 01-.057-.124v-.002a1.01 1.01 0 01.057-.838c.072-.112.268-.313.393-.394.127-.06.375-.12.49-.125a1.001 1.001 0 01.707.298l7.515 6.295zm0 0a45.088 45.088 0 01-1.734-1.249 54.42 54.42 0 01-5.78-5.046l7.514 6.295zm1.768 9.002h0-.002.002zm3.083-.403v-.002.002zm1.652-.046h0v-.002.002zm-1.073-4.285s0 0 0 0l-.762-.19.762.19zm-.762-.19l.506-.394a.468.468 0 00-.012-.015l-.001-.002-.502.408-.02-.005.494-.436-.01-.01.004.004-.459.45zm-.029-.008l.02.005-.02-.005z`})}),vt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#0EA5E9`,fillRule:`evenodd`,d:`M12 6C9.333 6 7.667 7.325 7 9.976c1-1.325 2.167-1.822 3.5-1.49.76.188 1.305.737 1.906 1.344.98.99 2.116 2.134 4.594 2.134 2.667 0 4.333-1.325 5-3.976-1 1.326-2.166 1.822-3.5 1.49-.76-.188-1.305-.737-1.906-1.344C15.614 7.144 14.479 6 12 6zm-5 5.964c-2.667 0-4.333 1.325-5 3.976 1-1.325 2.167-1.822 3.5-1.491.76.189 1.305.738 1.906 1.345.98.99 2.115 2.134 4.594 2.134 2.667 0 4.334-1.325 5-3.976-1 1.325-2.167 1.822-3.5 1.491-.76-.189-1.305-.738-1.906-1.345-.98-.989-2.116-2.134-4.594-2.134z`,clipRule:`evenodd`})}),yt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`rect`,{width:`16`,height:`2`,x:`4`,y:`6`,fill:`#64748B`,rx:`1`}),(0,w.jsx)(`rect`,{width:`12`,height:`2`,x:`4`,y:`11`,fill:`#64748B`,rx:`1`}),(0,w.jsx)(`rect`,{width:`16`,height:`2`,x:`4`,y:`16`,fill:`#64748B`,rx:`1`})]}),bt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#A855F7`,d:`M15.134 14.994L20.6 11.84V5.523l-5.466 3.16M9.067 5.523l5.467 3.16v6.31l-5.467-3.156M3 8.313l5.467 3.157V5.157L3 2m6.067 16.843L14.534 22v-6.313L9.067 12.53`})}),xt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,d:`M15.97 13.56c.295 1.064-.32 2.17-1.356 2.437l-.55.14a5.788 5.788 0 00.006 1.764l.508.127c1.046.262 1.668 1.379 1.364 2.45l-.176.616c.413.377.884.682 1.396.9l.464-.507a1.835 1.835 0 012.727 0l.47.513a4.943 4.943 0 001.394-.89l-.186-.67c-.296-1.064.32-2.17 1.356-2.437l.549-.14a5.788 5.788 0 00-.006-1.764l-.507-.127c-1.047-.261-1.669-1.379-1.364-2.45l.175-.616a4.939 4.939 0 00-1.396-.9l-.464.507a1.835 1.835 0 01-2.727 0l-.47-.513a4.939 4.939 0 00-1.394.89l.186.67zM19 18.464c-.753 0-1.364-.655-1.364-1.464 0-.808.61-1.464 1.364-1.464.753 0 1.364.656 1.364 1.464 0 .808-.61 1.464-1.364 1.464z`}),(0,w.jsx)(`path`,{fill:`#2563EB`,fillRule:`evenodd`,d:`M3.234 7.318v1.775h3.118V17.5h2.127V9.093h3.118V7.318H3.234zm14.751 1.994c.302.222.473.533.512.934h1.296c.237-.122.493-.199.756-.227a2.799 2.799 0 00-.476-1.373c-.315-.461-.755-.82-1.322-1.08-.564-.258-1.223-.387-1.979-.387-.742 0-1.405.13-1.988.388-.584.258-1.043.618-1.378 1.079-.331.46-.495.999-.492 1.615-.003.753.244 1.351.74 1.795.07.062.144.122.22.18.12-.307.31-.588.564-.817.28-.253.58-.484.899-.69a.838.838 0 01-.216-.612c0-.219.063-.414.19-.586.129-.173.314-.307.556-.403.242-.1.539-.15.89-.15.517 0 .927.112 1.228.334zm-5.317 5.354c.136-.14.292-.263.463-.363h-.485c.002.125.01.246.022.363z`,clipRule:`evenodd`})]}),St=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#2563EB`,d:`M3.234 9.093V7.318h8.363v1.775H8.479V17.5H6.352V9.093H3.234zm15.263 1.153c-.04-.4-.21-.712-.512-.934-.301-.222-.71-.333-1.228-.333-.351 0-.648.05-.89.149-.242.096-.427.23-.557.403a.969.969 0 00-.189.586.838.838 0 00.115.477c.086.136.204.254.353.353.149.097.321.181.517.254.195.07.404.13.626.179l.915.219c.444.1.852.232 1.223.397.371.166.693.37.965.612.271.242.482.527.631.855.152.328.23.704.234 1.129-.004.623-.163 1.163-.478 1.62-.311.454-.762.807-1.352 1.06-.587.248-1.294.372-2.123.372-.822 0-1.538-.126-2.147-.378-.607-.252-1.081-.624-1.422-1.118-.338-.497-.516-1.112-.532-1.845h2.083c.023.342.12.627.293.855.176.226.41.397.701.513.295.112.628.168 1 .168.364 0 .68-.053.949-.159.272-.106.482-.253.631-.442.15-.189.224-.406.224-.651a.846.846 0 00-.204-.577c-.132-.156-.328-.288-.586-.398a5.964 5.964 0 00-.94-.298l-1.109-.278c-.858-.21-1.536-.536-2.033-.98-.497-.444-.744-1.042-.74-1.795-.004-.616.16-1.155.491-1.615.335-.461.794-.82 1.377-1.08.584-.258 1.247-.387 1.99-.387.755 0 1.414.13 1.978.388.567.258 1.007.618 1.322 1.079.315.46.477.994.488 1.6h-2.064z`})}),B=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`24`,height:`24`,fill:`none`,viewBox:`-4 -4 56 54`,...e,children:(0,w.jsx)(`path`,{fill:`#8B5CF6`,d:`M25.946 44.938c-.664.845-2.021.375-2.021-.698V33.937a2.26 2.26 0 0 0-2.262-2.262H10.287c-.92 0-1.456-1.04-.92-1.788l7.48-10.471c1.07-1.497 0-3.578-1.842-3.578H1.237c-.92 0-1.456-1.04-.92-1.788L10.013.474c.214-.297.556-.474.92-.474h28.894c.92 0 1.456 1.04.92 1.788l-7.48 10.471c-1.07 1.498 0 3.579 1.842 3.579h11.377c.943 0 1.473 1.088.89 1.83L25.947 44.94z`})}),V=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M4 6h16v12H4V6zM2 6a2 2 0 012-2h16a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V6zm7.5 8.616V9.385a.75.75 0 011.11-.659l4.786 2.616a.75.75 0 010 1.316l-4.786 2.616a.75.75 0 01-1.11-.658z`,clipRule:`evenodd`})}),Ct=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`mask`,{id:`mask0_20924_557`,style:{maskType:`luminance`},width:`18`,height:`18`,x:`3`,y:`3`,maskUnits:`userSpaceOnUse`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M3 3h18v18H3V3z`})}),(0,w.jsxs)(`g`,{mask:`url(#mask0_20924_557)`,children:[(0,w.jsx)(`path`,{fill:`#1D4ED8`,d:`M14.448 19.344L19.704 4.8c.072-.252-.072-.432-.324-.432l-4.104.396a.916.916 0 00-.648.504L9.804 19.164c-.108.252.036.468.324.468h3.996c.144 0 .252-.108.324-.252v-.036z`}),(0,w.jsx)(`g`,{filter:`url(#filter0_f_20924_557)`,children:(0,w.jsx)(`path`,{fill:`#EBEBEB`,d:`M13.872 19.38l-2.196-6.264L12 12.9l2.232 6.444-.36.036z`})}),(0,w.jsx)(`path`,{fill:`#2563EB`,d:`M4.62 4.368l4.104.396c.252.036.54.252.648.504l4.932 14.112c.036.144-.036.252-.144.252h-4.032c-.288 0-.54-.216-.648-.468L4.296 4.8c-.072-.252.072-.432.324-.432z`})]}),(0,w.jsx)(`defs`,{children:(0,w.jsxs)(`filter`,{id:`filter0_f_20924_557`,width:`28.156`,height:`32.08`,x:`-1.124`,y:`0.1`,colorInterpolationFilters:`sRGB`,filterUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`feFlood`,{floodOpacity:`0`,result:`BackgroundImageFix`}),(0,w.jsx)(`feBlend`,{in:`SourceGraphic`,in2:`BackgroundImageFix`,result:`shape`}),(0,w.jsx)(`feGaussianBlur`,{result:`effect1_foregroundBlur_20924_557`,stdDeviation:`6.4`})]})})]}),wt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#14B8A6`,d:`M14.079 4.411L12 8.011l-2.078-3.6H3L12 20l9-15.589h-6.921z`}),(0,w.jsx)(`path`,{fill:`#334155`,d:`M14.079 4.411L12 8.011l-2.078-3.6H6.6l5.4 9.353 5.4-9.353h-3.321z`})]}),Tt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#2563EB`,fillRule:`evenodd`,d:`M12.417 15.621c0 .32.347.521.625.361l2.719-1.57a.417.417 0 00.208-.36v-3.14a.417.417 0 00-.625-.362l-2.72 1.57a.417.417 0 00-.207.361v3.14zm2.51-5.792a.417.417 0 000-.722l-2.719-1.57a.417.417 0 00-.416 0L9.027 9.133a.417.417 0 000 .722l2.72 1.57a.417.417 0 00.416 0l2.764-1.596zm-6.271.773a.417.417 0 00-.625.361v3.088c0 .149.08.287.208.361l2.72 1.57c.277.16.624-.04.624-.36v-3.089a.417.417 0 00-.208-.36l-2.72-1.57z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#93C5FD`,d:`M5.511 7.773l1.244.718a.417.417 0 00.417 0l4.203-2.427a.417.417 0 00.208-.361V4.267a.417.417 0 00-.625-.36L5.511 7.05a.417.417 0 000 .722zM12.417 4.267v1.436c0 .149.08.286.208.36l4.204 2.428a.417.417 0 00.416 0l1.244-.718a.417.417 0 000-.722l-5.447-3.145a.417.417 0 00-.625.361zM17.454 9.573v4.854c0 .149.079.286.208.36l1.243.719c.278.16.625-.04.625-.361v-6.29a.417.417 0 00-.625-.36l-1.243.717a.417.417 0 00-.208.361zM16.829 15.51l-4.204 2.426a.417.417 0 00-.208.361v1.436c0 .32.347.521.625.36l5.447-3.144a.417.417 0 000-.722l-1.244-.718a.416.416 0 00-.416 0zM11.375 17.936L7.172 15.51a.417.417 0 00-.417 0l-1.244.718a.417.417 0 000 .722l5.447 3.145c.278.16.625-.04.625-.361v-1.436a.417.417 0 00-.208-.36zM6.547 14.427V9.573a.417.417 0 00-.209-.36l-1.243-.719a.417.417 0 00-.625.361v6.29c0 .32.347.521.625.36l1.243-.717a.417.417 0 00.209-.361z`})]}),Et=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`circle`,{cx:`5`,cy:`19`,r:`2`,fill:`#EA580C`}),(0,w.jsx)(`mask`,{id:`mask0_20543_563`,style:{maskType:`alpha`},width:`20`,height:`22`,x:`4`,y:`0`,maskUnits:`userSpaceOnUse`,children:(0,w.jsx)(`path`,{fill:`#D9D9D9`,d:`M4 0H24V22H4z`})}),(0,w.jsx)(`g`,{mask:`url(#mask0_20543_563)`,children:(0,w.jsx)(`circle`,{cx:`5`,cy:`19`,r:`8`,stroke:`#EA580C`,strokeWidth:`2`})}),(0,w.jsx)(`mask`,{id:`mask1_20543_563`,style:{maskType:`alpha`},width:`19`,height:`20`,x:`5`,y:`0`,maskUnits:`userSpaceOnUse`,children:(0,w.jsx)(`path`,{fill:`#D9D9D9`,d:`M5 0H24V20H5z`})}),(0,w.jsx)(`g`,{mask:`url(#mask1_20543_563)`,children:(0,w.jsx)(`circle`,{cx:`5`,cy:`19`,r:`15`,stroke:`#EA580C`,strokeWidth:`2`})})]}),Dt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#A78BFA`,d:`M6.533 5.864h2.755l2.654 5.011h.113l2.654-5.011h2.756l-4.245 7.522V17.5h-2.443v-4.114L6.533 5.864z`})}),Ot=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#60A5FA`,fillRule:`evenodd`,d:`M5.724 20.594c-.175-.02-.35-.108-.526-.196a1.006 1.006 0 01-.201-.13c-.228-.192-.262-.45-.1-.773 0-.05.025-.1.05-.15.025-.05.05-.1.05-.151-.401 0-.602-.2-.702-.502-.502-1.304-.402-2.308.602-3.31.027-.055.053-.101.078-.144.069-.119.122-.212.122-.359 0-1.304.201-2.508 1.104-3.612a4.278 4.278 0 011.204-1.103c.2-.1.2-.201.1-.402-.4-.502-.602-1.003-.702-1.605-.08-.402.096-.803.273-1.204.044-.1.088-.201.128-.301.1-.1.201-.201.301-.201.295-.074.535-.255.761-.426.082-.062.163-.123.243-.176.702-.702 1.505-1.003 2.508-1.003.195 0 .295-.095.301-.192v-.01c.01-.037.02-.076.032-.114.053-.18.126-.358.22-.538a3.866 3.866 0 01.35-.551l.301-.301c.154-.154.367-.19.503-.063a.39.39 0 01.1.163c.205.343.364.686.508.997l.012.025a14.383 14.383 0 00.184.388l.004.007c.098.189.197.186.295.088.356-.152.531-.228.644-.173.11.053.16.229.259.575a8.883 8.883 0 01.205 1.268c.137 1.648-.248 3.232-1.209 4.752-.05.1-.125.2-.2.3-.076.101-.15.202-.201.302-.1.2-.1.3.1.502a5.338 5.338 0 011.706 3.11 7.262 7.262 0 01.058.564 8.394 8.394 0 01-.058 1.643c-.025.1-.037.175-.037.23 0 .166.112.147.338.072a8.193 8.193 0 00.552-.18A7.538 7.538 0 0017 17.253a6.38 6.38 0 00.439-.267l.254-.146c.427-.249.83-.483 1.281-.629a3.11 3.11 0 01.572-.128c.104 0 .197-.012.285-.023l.072-.01c.058-.006.116-.012.176-.011a.755.755 0 01.771.747c0 .3-.2.502-.501.602a5.171 5.171 0 00-.803.229 7.12 7.12 0 00-1.353.69c-.19.121-.374.25-.553.385a9.713 9.713 0 01-1.71.943 11.807 11.807 0 01-1.602.562c-.1 0-.3.1-.401.201-.314.235-.628.287-.99.346-.1.016-.205.033-.314.055l-.255.024c-1.005.092-1.938.177-2.956.177l-.214-.001a1.077 1.077 0 01-.081.06l-.006-.009.03-.053a3.242 3.242 0 01-.732-.098 1.534 1.534 0 01-.235-.1 1.275 1.275 0 01-.167-.106.954.954 0 01-.199-.199.724.724 0 01-.102-.196c-.072-.287-.04-.522.092-.707a.825.825 0 01.209-.197.623.623 0 00.247-.053l.023-.01c.048-.02.09-.037.131-.037a.778.778 0 01-.4-.401c-.101-.1-.101-.1-.202 0a.965.965 0 00-.05.124l-.001.002a2.32 2.32 0 00-.049.175c-.025.1-.05.2-.1.3-.144.48-.333.798-.6.979a.986.986 0 01-.213.109 1.38 1.38 0 01-.523.075 2.807 2.807 0 01-.47-.058.635.635 0 01-.076-.005zm-.181 1.991a3.434 3.434 0 01-1.215-.385l-.025-.013c-.476-.238-1.102-.702-1.379-1.533a2.491 2.491 0 01-.115-.528 2.866 2.866 0 01-.394-.75c-.316-.831-.52-1.773-.358-2.774.14-.855.52-1.59 1.05-2.225.054-1.384.364-2.914 1.52-4.344.136-.18.29-.363.46-.543a5.78 5.78 0 01-.252-.978c-.14-.746.033-1.382.168-1.768a7.327 7.327 0 01.25-.614c.04-.093.068-.155.094-.221a2 2 0 01.45-.679c.04-.04.185-.187.358-.316.114-.086.382-.276.77-.384a7.11 7.11 0 00.151-.112l.004-.004.152-.112a5.194 5.194 0 012.627-1.35c.136-.248.292-.485.461-.711.057-.076.12-.147.186-.214l.301-.301c.425-.425 1.124-.806 1.974-.712.87.097 1.511.648 1.83 1.323.047.08.092.163.136.246.17.028.348.078.532.159.793.353 1.088 1.038 1.17 1.234a5.442 5.442 0 01.226.707c.585 2.455.284 4.856-.986 7.099a7.377 7.377 0 011.385 3.104c.563-.314 1.326-.675 2.224-.787.073-.01.146-.014.22-.015h.002l.044-.006.032-.004a5.11 5.11 0 01.152-.018c.288-.03.722-.04 1.233.13a2.754 2.754 0 011.87 2.6c0 1.451-1.065 2.23-1.87 2.5a2.008 2.008 0 01-.24.063c-.606.121-1.234.443-1.901.943a1.99 1.99 0 01-.053.039c-1.186.83-2.55 1.403-3.782 1.754-.776.523-1.71.64-1.94.669a.953.953 0 00-.05.006c-.07.014-.14.025-.211.031l-.266.024c-.991.091-2.012.185-3.126.185h-.023c-.32 0-.824 0-1.466-.16a1.986 1.986 0 01-.147-.043 3.533 3.533 0 01-.571-.25c-.6.16-1.186.122-1.662.038zm3.508-1.41c.002 0 .001 0-.001.001zM15.304 3.73a1.6 1.6 0 00.01.022c0-.002-.003-.01-.01-.022zm-8.434.838zM6.498 8.38l.013-.006h-.002a1.268 1.268 0 00-.01.006z`,clipRule:`evenodd`})}),kt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#FBBF24`,fillRule:`evenodd`,d:`M11.306 14.857L20.4 4l-5.6 2.514H9.657L7.486 9.03h5.226L3.6 20l5.6-2.629h5.143l2.171-2.514h-5.208z`,clipRule:`evenodd`})}),At=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#FAFAFA`,fillRule:`evenodd`,d:`M3.458 19.122c0 .354.09.735.337.87.91.51 4.096.112 5.179-.13.567-.128 1.027-.55 1.56-.78 1.2-.521 2.07-.942 3.03-1.643.696-.51 1.8-1.947 1.919-2.806l-.949-.213c-.022.965-.24 1.184-1.1 1.409-.577.157-1.705.19-2.294.09-.78-.13-1.133-.54-1.487-1.005-.685-.91.151-1.543-.931-1.605-1.14 1.397-3.148.393-4.03.253-.375.544-1.256 4.079-1.245 4.887.545-.185.887.017 1.375.207 1.728.668.219 1.257-.471 1.083-.472-.112-.618-.42-.893-.617zM5.72 11.06c.701.135 1.324.427 1.919.724.97.482 1.144.415 1.234 1.088.011.124-.011.191.342.303.595.186-.342-.145 1.252-.14.948.006 3.12.387 3.82.83.292.186.236.421 1.224.393-.011-1.161-.32-2.895-.774-3.96-.556-1.291-1.291-1.488-2.79-1.97-.874-.28-3.444-.59-4.241-.096-.746.466-.887 1.021-1.582 1.998-.202.286-.275.505-.404.83z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#FAFAFA`,fillRule:`evenodd`,d:`M11.898 13.444c.56.23-.029 1.717-.809 1.358-.252-.713.348-1.117.511-1.437-.337-.05-1.296-.202-1.582-.095-.37.14-.455.931-.264 1.302.898 1.762 4.865 1.386 4.444.017-.168-.556-.325-.646-.892-.837-.455-.151-.91-.308-1.408-.308zm-7.054-.197c.45.433 1.465.5 2.121.534.085-.87.158-1.521.853-1.47.343.465.163 1.015-.196 1.369.612-.006.965-.466.875-1.134-.516-.37-2.081-1.11-2.867-1.217-.219.235-.757 1.526-.786 1.918z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#475569`,fillRule:`evenodd`,stroke:`#475569`,strokeLinejoin:`round`,strokeWidth:`0.363`,d:`M3.79 18.802c.37-.033 1.335.247 1.414.561-.6.073-1.364.017-1.414-.56zm-.331.32c.274.197.42.505.892.617.69.174 2.2-.415.471-1.083-.488-.19-.83-.392-1.375-.207-.01-.808.87-4.343 1.246-4.887.88.14 2.89 1.144 4.029-.253 1.083.062.246.696.931 1.605.354.466.707.875 1.487 1.004.59.101 1.717.068 2.295-.09.858-.224 1.077-.443 1.1-1.408l.948.213c-.118.859-1.223 2.295-1.92 2.806-.959.701-1.828 1.122-3.03 1.644-.532.23-.992.65-1.559.78-1.083.241-4.27.64-5.179.129-.247-.135-.336-.516-.336-.87zm7.85-4.646c.039-.37.179-.578.398-.73.151.326-.118.64-.399.73zm.588-1.032c.5 0 .954.157 1.409.308.567.191.724.281.892.836.42 1.37-3.546 1.746-4.444-.016-.19-.37-.107-1.162.264-1.302.286-.107 1.245.045 1.582.095-.163.32-.763.724-.51 1.437.78.359 1.369-1.128.807-1.358zm-4.584.067c.006-.387-.011-.735.343-.886.129.297-.085.718-.343.886zm-2.469-.263c.028-.393.567-1.684.786-1.92.785.107 2.351.848 2.867 1.218.09.668-.264 1.128-.875 1.134.359-.354.539-.904.196-1.37-.696-.05-.768.6-.853 1.47-.656-.033-1.672-.1-2.12-.532zm-.56-.45c-.208-.572-.208-1.464.673-1.537l-.45 1.251c-.117.27-.117.208-.224.287zM5.72 11.06c.129-.325.202-.544.404-.83.695-.977.836-1.532 1.582-1.998.797-.493 3.367-.185 4.242.096 1.498.482 2.233.679 2.788 1.97.455 1.065.764 2.799.775 3.96-.988.029-.932-.207-1.223-.392-.702-.444-2.873-.825-3.821-.83-1.594-.006-.657.325-1.252.14-.353-.113-.33-.18-.342-.304-.09-.673-.264-.605-1.234-1.088-.595-.297-1.218-.59-1.92-.724zm9.931-.275c-.107-.353.09-.33.432-.572.197-.14.354-.286.595-.42.903-.506 2.587-.59 3.305.01.292.242.768.713.695 1.33-.151 1.229-.993 1.902-1.683 2.463-.701.573-1.868 1.162-3.075.77-.1-.248-.022-1.813-.14-2.391-.106-.516-.05-.572.247-.881.875-.91 2.772-1.571 3.85-.791.454.336.325.465.56.723.292-.314-.252-1.369-2.26-1.301-1.364.045-1.954 1.11-2.526 1.06zm-8.17-3.192c.029-.78.747-2.396 1.465-2.957.87-.674 1.779-1.308 3.114-.55.331.185.314.28.348.74.028.444-.011.606-.123.966-.887 2.861-1.628 1.217-4.467 1.896.107-.931.915-1.762 1.364-2.194.768-.746 1.324-1.229 2.48-1.072.32.533.353.87-.034 1.493-.516.83-.645.78-.567 1.347.404-.101.528-.494.713-.887 1.128-2.357-.51-2.643-1.515-2.21-.673.285-1.874 1.61-2.267 2.406-.078.158-.163.36-.235.533l-.275.489zm4.444.117c.118-.7.814-.875.814-3.035 0-.931-1.145-1.768-2.643-1.145-1.285.528-1.481.932-2.166 1.964-.645.976-.622 2.048-1.178 2.951-.163.259-.308.348-.488.606-.13.191-.224.433-.353.657-.264.432-.534.746-.747 1.262-.673.017-1.24.029-1.307.724-.09.954.359 1.19.359 1.549-.006.387-1.577 4.292-1.139 6.62.123.64.544.646 1.218.725 1.621.196 3.725.129 5.178-.455l2.638-1.262c.667-.376 1.79-1.089 2.289-1.61.353-.365.538-.674.841-1.106.416-.606.427-.595.517-1.42.55.101 1.576.343 1.919.64-.04.387-.23.202-.23.55.219.006.583-.27.673-.572-.23-.337-.471-.281-.802-.55.263-.208.74-.303 1.105-.455.786-.325 2.127-1.313 2.458-2.21.263-.724.067-1.93-.36-2.402-.448-.494-1.492-.746-2.345-.746-1.015 0-2.065.73-2.884 1.043-.314-.275-.337-.589-.567-.892-.263-.359-1.98-1.257-2.8-1.43z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#BFDBFE`,fillRule:`evenodd`,d:`M7.313 13.511c.258-.168.472-.589.343-.886-.354.151-.337.499-.343.886zm3.995.965c.28-.09.55-.404.399-.73-.22.152-.36.36-.399.73z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#FECACA`,fillRule:`evenodd`,d:`M15.651 10.784c.572.05 1.162-1.015 2.525-1.06 2.009-.068 2.553.987 2.261 1.301-.236-.258-.107-.387-.56-.723-1.078-.78-2.975-.118-3.85.79-.297.31-.354.365-.247.882.118.578.04 2.143.14 2.39 1.207.393 2.374-.196 3.075-.769.69-.56 1.532-1.234 1.683-2.463.073-.617-.404-1.088-.695-1.33-.718-.6-2.402-.516-3.305-.01-.242.134-.399.28-.595.42-.342.241-.539.219-.432.572zM7.481 7.592l.275-.489c.073-.173.157-.375.236-.533.393-.796 1.594-2.12 2.267-2.407 1.004-.432 2.643-.146 1.515 2.211-.185.393-.309.786-.713.887-.078-.567.05-.517.567-1.347.387-.623.353-.96.034-1.493-1.156-.157-1.712.326-2.48 1.072-.45.432-1.257 1.263-1.364 2.194 2.84-.679 3.58.965 4.466-1.896.113-.36.152-.522.124-.966-.034-.46-.017-.555-.348-.74-1.335-.758-2.244-.124-3.114.55-.718.56-1.436 2.177-1.465 2.957zM5.204 19.363c-.079-.314-1.044-.594-1.414-.56.05.577.813.633 1.414.56z`,clipRule:`evenodd`})]}),jt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M3.75 15.816a9.048 9.048 0 01-.778-4.856 9.09 9.09 0 012.99-5.749 9.094 9.094 0 014.136-2.1 9.111 9.111 0 015.685.623 9.107 9.107 0 015.176 6.706 9.127 9.127 0 01-.444 4.758 9.096 9.096 0 01-1.802 2.935c-1.008 1.028-2.288 1.486-3.357 1.467a3.337 3.337 0 01-2.063-.776c-.751-.646-1.055-1.386-1.159-2.21a3.76 3.76 0 01.096-1.15c.08-.29.282-.846.577-1.09-.345-.148-.79-.472-.93-.627-.034-.038-.03-.098.001-.14a.117.117 0 01.134-.04c.296.103.657.203 1.038.267.502.084 1.125.189 1.756.22 1.539.076 3.147-.615 3.645-1.99.5-1.374.306-2.734-1.484-3.549-1.79-.816-2.617-1.785-4.063-2.37-.945-.382-1.996-.155-3.076.441-2.907 1.607-5.512 6.684-4.311 11.387a.145.145 0 01-.238.144 9.135 9.135 0 01-1.529-2.3z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M11.678 6.776c.49-.038.918.38.992.937.098.741-.174 1.507-1.069 1.525-.764.015-.996-.756-.945-1.223.05-.467.435-1.193 1.022-1.239z`,clipRule:`evenodd`})]}),H=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`g`,{fill:`#64748B`,clipPath:`url(#clip0_20631_561)`,children:(0,w.jsx)(`path`,{d:`M13.408 18.047a.45.45 0 01-.449.45H7.617a.45.45 0 01-.449-.45c0-.248.201-.447.449-.46.303-.015.537-.047.703-.097.241-.078.362-.257.362-.537 0-.195-.04-.394-.118-.596l-.373-.933a1 1 0 00-.929-.63H4.336a1 1 0 00-.937.65l-.079.21c-.182.482-.273.83-.273 1.045 0 .39.15.638.45.742.186.064.392.108.615.133.247.027.449.225.449.473a.45.45 0 01-.45.45H.45a.45.45 0 01-.449-.45c0-.248.203-.442.447-.489a1.66 1.66 0 00.48-.165c.255-.137.496-.394.723-.772.235-.384.485-.924.752-1.621l3.653-9.565a.677.677 0 011.262-.005l3.865 9.883c.293.729.508 1.223.644 1.484.137.254.326.452.567.596.15.085.34.144.567.176.246.035.448.23.448.478zm-7.29-4.21a1 1 0 00.93-1.367l-.333-.84c-.337-.852-1.544-.841-1.866.015l-.317.84a1 1 0 00.936 1.353h.65zM24.072 16.436c.2 0 .364.162.342.36a2.318 2.318 0 01-.283.91 1.912 1.912 0 01-.82.77 2.627 2.627 0 01-1.153.245c-.547 0-1.002-.127-1.367-.381-.431-.308-1.152-.533-1.614-.272-.77.435-1.544.653-2.322.653-.703 0-1.279-.17-1.728-.508a1.63 1.63 0 01-.674-1.358c0-.462.12-.878.362-1.25.24-.377.592-.712 1.054-1.005a8.135 8.135 0 011.67-.772c.52-.184 1.145-.374 1.874-.571a.725.725 0 00.538-.698c0-.463-.11-.824-.332-1.084-.215-.267-.615-.4-1.201-.4-.501 0-.863.103-1.084.312-.221.208-.368.524-.44.947-.052.3-.15.547-.292.742-.137.189-.427.283-.87.283-.273 0-.514-.078-.722-.234-.209-.156-.313-.387-.313-.693 0-.606.329-1.133.987-1.582.657-.45 1.666-.674 3.027-.674 1.432 0 2.415.24 2.95.722.54.482.81 1.127.81 1.934v3.086c0 .39.01.677.029.86.02.182.072.322.156.42.091.09.231.136.42.136.17 0 .316-.088.44-.264a.955.955 0 00.142-.278c.061-.19.215-.357.414-.357zm-4.501.366a.929.929 0 00.38-.766v-.58c0-.676-.662-1.166-1.28-.894-.52.23-.881.457-1.083.682-.332.371-.498.736-.498 1.094 0 .3.091.54.273.723.183.182.44.273.772.273.358 0 .674-.075.947-.225.157-.086.32-.188.489-.307z`})}),(0,w.jsx)(`defs`,{children:(0,w.jsx)(`clipPath`,{id:`clip0_20631_561`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M0 0H24V24H0z`})})})]}),Mt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{stroke:`#60A5FA`,strokeWidth:`2`,d:`M17.74 14.26C17.74 11.088 12 4 12 4s-5.74 7.089-5.74 10.26a5.74 5.74 0 0011.48 0z`})}),Nt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#60A5FA`,strokeWidth:`2`,d:`M21.726 15.446L14.83 8.552m.059 6.896l6.896-6.896`}),(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M3 15.714V8h2.323l2.322 2.836L9.968 8h2.322v7.714H9.968V11.29l-2.323 2.836-2.322-2.836v4.424H3z`})]}),Pt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M8.127 3l-1.137.002-.557.963 1.298 2.26-2.614-.006-1.1 1.95h9.741l-1.127-1.943-2.66-.005L8.126 3zm5.146 0l-2.24.02 4.872 8.44 1.118-1.95-1.325-2.304 1.866-3.209-.569-.984h-1.113l-1.309 2.254L13.273 3zm5.739 3.496l-4.872 8.437 2.247-.006 1.334-2.3 3.71.013.569-.986-.555-.964-2.608-.007 1.311-2.26-1.136-1.927zM9.86 8.412l-2.247.006-1.334 2.3-3.71-.013L2 11.69l.555.964 2.608.007-1.312 2.258 1.137 1.93L9.86 8.411zm-1.752 3.47l-.005.008-.001-.003-1.119 1.95 1.325 2.304-1.866 3.208.57.985h1.113l.003-.005 1.307-2.248 1.298 2.267 2.24-.022-.003-.005h.008l-4.87-8.44zm2.125 3.275l1.129 1.943 2.66.005 1.845 3.22h1.136l.557-.964-1.297-2.261 2.614.007 1.1-1.95h-9.744z`})}),Ft=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#000`,d:`M19.871 8.358a3.06 3.06 0 00-.127-.126c-.043-.04-.083-.086-.126-.127-.043-.04-.084-.086-.127-.127-.043-.04-.083-.086-.126-.126-.043-.04-.084-.086-.127-.127-.043-.04-.084-.086-.127-.126-.043-.04-.083-.086-.126-.127a6.699 6.699 0 012.002 4.674c0 4.194-4.258 7.607-9.493 7.607-2.932 0-5.555-1.07-7.299-2.75l.127.127.126.127.127.127.126.126.127.127.126.126.127.127c1.742 1.75 4.423 2.876 7.425 2.876 5.236 0 9.494-3.413 9.494-7.595 0-1.787-.77-3.481-2.129-4.813z`}),(0,w.jsx)(`path`,{fill:`#FBF0DF`,d:`M20.355 12.146c0 3.85-3.968 6.972-8.861 6.972-4.894 0-8.861-3.122-8.861-6.972 0-2.388 1.519-4.497 3.853-5.747 2.334-1.251 3.788-2.532 5.008-2.532 1.22 0 2.263 1.046 5.007 2.532 2.334 1.25 3.854 3.36 3.854 5.747z`}),(0,w.jsx)(`path`,{fill:`#F6DECE`,d:`M20.355 12.146a5.488 5.488 0 00-.203-1.464c-.691 8.43-10.975 8.836-15.018 6.314a10.127 10.127 0 006.36 2.122c4.886 0 8.86-3.127 8.86-6.972z`}),(0,w.jsx)(`path`,{fill:`#FFFEFC`,d:`M8.084 5.935c1.131-.678 2.635-1.952 4.114-1.954a2.351 2.351 0 00-.704-.114c-.613 0-1.266.316-2.089.792-.286.168-.582.352-.896.545-.59.364-1.266.777-2.025 1.19-2.41 1.303-3.851 3.453-3.851 5.752v.3c1.534-5.42 4.321-5.832 5.45-6.51z`}),(0,w.jsx)(`path`,{fill:`#CCBEA7`,fillRule:`evenodd`,d:`M10.765 4.508a4.155 4.155 0 01-1.426 3.157c-.07.063-.015.184.076.149.854-.332 2.005-1.324 1.52-3.327-.021-.114-.17-.083-.17.02zm.574 0a4.112 4.112 0 01.408 3.41c-.03.088.078.164.14.09.554-.708 1.037-2.116-.411-3.635-.073-.065-.187.036-.137.124v.01zm.7-.044a4.156 4.156 0 011.733 2.978.083.083 0 00.07.092.084.084 0 00.095-.064c.233-.884.101-2.39-1.815-3.173-.102-.04-.168.097-.084.157v.01zM7.364 7.097a4.289 4.289 0 002.65-2.278c.046-.091.19-.056.167.045C9.744 6.89 8.28 7.313 7.367 7.257c-.096.002-.093-.132-.002-.16z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#000`,d:`M11.494 19.753C6.258 19.753 2 16.34 2 12.146c0-2.532 1.565-4.894 4.185-6.31.76-.404 1.41-.812 1.99-1.169.319-.197.62-.382.911-.554.889-.527 1.648-.879 2.408-.879s1.422.304 2.253.795c.253.144.506.301.777.473.63.39 1.342.83 2.279 1.335 2.62 1.415 4.184 3.774 4.184 6.309 0 4.194-4.258 7.607-9.493 7.607zm0-15.886c-.613 0-1.266.316-2.089.792-.286.168-.582.352-.896.545-.59.364-1.266.777-2.025 1.19-2.41 1.303-3.851 3.453-3.851 5.752 0 3.845 3.975 6.974 8.86 6.974 4.887 0 8.862-3.129 8.862-6.975 0-2.298-1.441-4.448-3.854-5.746-.957-.507-1.704-.983-2.309-1.357-.276-.17-.529-.327-.759-.466-.767-.456-1.327-.709-1.94-.709z`}),(0,w.jsx)(`path`,{fill:`#B71422`,d:`M13.279 13.994a2.261 2.261 0 01-.74 1.192 1.724 1.724 0 01-1.012.476 1.731 1.731 0 01-1.046-.476 2.26 2.26 0 01-.729-1.192.182.182 0 01.202-.205h3.125a.182.182 0 01.2.205z`}),(0,w.jsx)(`path`,{fill:`#FF6164`,d:`M10.481 15.206a1.75 1.75 0 001.043.481 1.75 1.75 0 001.04-.48c.091-.085.176-.176.254-.272a1.727 1.727 0 00-1.24-.584 1.557 1.557 0 00-1.267.703c.059.054.11.104.17.152z`}),(0,w.jsx)(`path`,{fill:`#000`,d:`M10.521 15.006a1.358 1.358 0 011.061-.526c.38.01.74.164 1.013.428.058-.064.114-.13.167-.195a1.772 1.772 0 00-1.192-.489 1.61 1.61 0 00-1.238.598c.06.065.123.126.19.184z`}),(0,w.jsx)(`path`,{fill:`#000`,d:`M11.517 15.814a1.878 1.878 0 01-1.127-.506 2.41 2.41 0 01-.787-1.279.304.304 0 01.065-.253.356.356 0 01.286-.13h3.124a.366.366 0 01.287.13.302.302 0 01.063.253c-.12.5-.396.947-.788 1.279-.306.29-.703.468-1.123.506zM9.954 13.94c-.04 0-.05.017-.053.022.107.433.35.82.691 1.107.25.246.576.402.925.443a1.59 1.59 0 00.924-.438 2.1 2.1 0 00.688-1.107.053.053 0 00-.05-.022l-3.125-.005z`}),(0,w.jsx)(`path`,{fill:`#FEBBD0`,d:`M15.347 14.15c.818 0 1.48-.39 1.48-.87 0-.481-.662-.871-1.48-.871s-1.481.39-1.481.87c0 .482.663.872 1.48.872zM7.684 14.15c.817 0 1.48-.39 1.48-.87 0-.481-.663-.871-1.48-.871-.818 0-1.481.39-1.481.87 0 .482.663.872 1.48.872z`}),(0,w.jsx)(`path`,{fill:`#000`,fillRule:`evenodd`,d:`M8.38 12.93a1.395 1.395 0 10.005-2.79 1.395 1.395 0 00-.005 2.79zm6.27 0a1.395 1.395 0 10.02-2.79 1.395 1.395 0 00-.02 2.79z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#fff`,fillRule:`evenodd`,d:`M7.95 11.624a.524.524 0 10.004-1.048.524.524 0 00-.005 1.048zm6.27 0a.524.524 0 10-.005 0h.005z`,clipRule:`evenodd`})]}),It=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M11.826 2.05L3.05 19.405l9.57-8.132-.793-9.223z`}),(0,w.jsx)(`path`,{fill:`#4ADE80`,d:`M20.405 19.95L8.603 15.19 3 19.95h17.405z`}),(0,w.jsx)(`path`,{fill:`#F87171`,d:`M21 19.802L12.223 2.347l1.29 14.43L21 19.802z`})]}),Lt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M7 10h10a3 3 0 013 3v5a3 3 0 01-3 3H7a3 3 0 01-3-3v-5a3 3 0 013-3zm0 2a1 1 0 00-1 1v5a1 1 0 001 1h10a1 1 0 001-1v-5a1 1 0 00-1-1H7z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M16.269 4.932c-.915-1.32-2.588-1.857-3.916-1.924-1.4-.071-3.2.336-4.368 1.833-.495.635-.703 1.407-.81 1.987a12.12 12.12 0 00-.173 1.987c-.01.713.02 1.462.07 2.185h2.005c-.147-1.99-.132-4.137.486-4.93 1.265-1.623 4.218-1.217 5.062 0 .422.61.422 2.847.316 4.93h2.002c.04-.8.064-1.627.055-2.39a15.629 15.629 0 00-.111-1.83c-.06-.447-.188-1.227-.618-1.848z`,clipRule:`evenodd`})]}),Rt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#A855F7`,fillRule:`evenodd`,d:`M14.529 3l-2.843 4.924h5.686L14.529 3z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#7E22CE`,fillRule:`evenodd`,d:`M11.686 7.924L14.529 3H8.843l2.843 4.924z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#6B21A8`,fillRule:`evenodd`,d:`M8.843 3L6 7.924h5.686L8.843 3z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#A855F7`,fillRule:`evenodd`,d:`M8.843 12.813L6 7.89h5.686l-2.843 4.924zM8.843 21l2.843-4.924H6L8.843 21z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#7E22CE`,fillRule:`evenodd`,d:`M11.686 16.076L8.843 21h5.686l-2.843-4.924z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#6B21A8`,fillRule:`evenodd`,d:`M14.529 21l2.843-4.924h-5.686L14.529 21z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#A855F7`,fillRule:`evenodd`,d:`M14.529 11.187l2.843 4.924h-5.686l2.843-4.924z`,clipRule:`evenodd`})]}),zt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#A855F7`,d:`M2 19.109l4.706-7.055L2 5h3.53l4.705 7.055-4.706 7.054H2z`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M6.706 19.109l4.706-7.055L6.706 5h3.53l9.41 14.109h-3.528l-2.941-4.41-2.942 4.41h-3.53z`}),(0,w.jsx)(`path`,{fill:`#A855F7`,d:`M18.078 14.994l-1.568-2.352H22v2.352h-3.922zm-2.352-3.527l-1.57-2.352H22v2.352h-6.274z`})]}),Bt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#EF4444`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M6 3a1 1 0 00-1 1v16a1 1 0 001 1h12a1 1 0 001-1V8a1 1 0 00-.375-.78l-5-4A1 1 0 0013 3H6z`}),(0,w.jsx)(`path`,{stroke:`#EF4444`,strokeLinejoin:`round`,strokeWidth:`2`,d:`M12 4v5h6`}),(0,w.jsx)(`path`,{fill:`#EF4444`,d:`M15.828 16.018c-.598-.64-2.23-.379-2.62-.332-.575-.568-.965-1.254-1.103-1.49a7.062 7.062 0 00.368-1.965c0-.592-.23-1.231-.874-1.231a.665.665 0 00-.551.331c-.276.497-.161 1.492.275 2.51-.252.733-.482 1.443-1.126 2.697-.666.284-2.068.947-2.183 1.657a.644.644 0 00.184.592c.16.142.368.213.574.213.85 0 1.678-1.207 2.253-2.225a14.933 14.933 0 012-.544c.896.804 1.677.923 2.09.923.552 0 .759-.237.828-.45.115-.237.046-.497-.115-.686zm-.574.402c-.024.166-.23.331-.598.237a3.119 3.119 0 01-1.172-.616c.299-.047.965-.118 1.448-.023.184.047.367.165.322.402zm-3.839-4.876c.046-.07.115-.118.184-.118.207 0 .253.26.253.473a5.342 5.342 0 01-.276 1.468c-.345-.947-.276-1.61-.16-1.823zm-.045 4.592c.183-.379.436-1.041.528-1.325.207.355.552.78.736.97 0 .024-.713.166-1.264.355zm-1.356.947c-.53.9-1.08 1.467-1.38 1.467-.045 0-.091-.023-.137-.047-.07-.047-.092-.118-.07-.213.07-.331.667-.781 1.587-1.207z`}),(0,w.jsx)(`path`,{fill:`#EF4444`,fillRule:`evenodd`,d:`M10.877 11.227a.864.864 0 01.722-.427.95.95 0 01.85.492c.163.275.224.622.224.939v.007a7.178 7.178 0 01-.35 1.933c.158.27.491.823.958 1.305.237-.031.69-.09 1.163-.081.275.004.564.031.829.101.263.07.517.188.701.385l.007.007c.195.23.297.569.148.89a.77.77 0 01-.308.398c-.17.113-.402.178-.705.178-.446 0-1.244-.126-2.15-.908-.677.133-1.347.339-1.805.494-.283.495-.628 1.037-1.01 1.463-.392.436-.862.797-1.379.797-.251 0-.506-.086-.707-.263l-.005-.005-.006-.006a.844.844 0 01-.237-.768c.04-.232.178-.44.348-.619.173-.182.394-.35.625-.5.433-.28.925-.51 1.262-.656.574-1.126.805-1.8 1.036-2.473l.022-.063c-.208-.499-.341-.995-.39-1.434-.051-.454-.015-.877.153-1.179l.004-.007zm.344.205c-.107.195-.15.517-.104.936.046.415.178.898.39 1.391l-.119-.324a4.138 4.138 0 01-.264-1.247c-.012-.325.033-.586.115-.739l.004-.007.005-.006a.432.432 0 01.351-.21c.098 0 .185.032.255.09a.48.48 0 01.135.191c.051.128.063.277.063.392v.01a5.544 5.544 0 01-.286 1.522l-.183.538-.048-.13-.022.066-.047.135c-.237.69-.48 1.4-1.09 2.59l-.034.064-.066.029c-.33.14-.835.372-1.269.652-.216.14-.409.289-.552.44-.145.152-.224.291-.244.412l-.001.01c-.03.139.01.283.126.405.12.104.277.158.436.158.334 0 .703-.243 1.081-.664.37-.413.712-.954.998-1.46l.037-.065.072-.025a15.112 15.112 0 012.027-.552l.097-.018.074.066c.856.768 1.588.872 1.958.872.247 0 .396-.053.484-.112a.37.37 0 00.153-.2l.004-.013.006-.012c.071-.146.037-.321-.084-.466-.115-.12-.288-.21-.509-.268a1.871 1.871 0 00-.056-.014.645.645 0 01.208.14c.107.11.163.263.129.444-.05.328-.416.508-.845.398l-.002-.001a3.316 3.316 0 01-1.247-.654l-.343-.283.12-.019-.067-.065c-.574-.569-.97-1.248-1.12-1.507l-.015-.026-.045-.077.028-.085a6.87 6.87 0 00.358-1.907c0-.273-.055-.54-.168-.732a.55.55 0 00-.506-.295.465.465 0 00-.378.232zm.367.215c-.033.066-.075.24-.065.526.005.124.02.266.048.423a5.18 5.18 0 00.081-.701.683.683 0 00-.034-.237.143.143 0 00-.015-.028.1.1 0 00-.015.017zm.258 2.676l.225.387c.197.339.532.752.706.932l.057.058v.081a.202.202 0 01-.087.166.24.24 0 01-.04.023 1.964 1.964 0 01-.143.044 17.15 17.15 0 01-.173.043l-.134.033a10.65 10.65 0 00-.823.235l-.454.157.21-.433c.178-.369.428-1.023.518-1.3l.137-.426zm.105.935a16.6 16.6 0 01-.22.558 15.69 15.69 0 01.54-.142 7.036 7.036 0 01-.32-.416zm2.084.924c.21.122.434.217.672.281.303.078.348-.07.348-.07l.002-.011a.125.125 0 000-.06.085.085 0 00-.022-.035.331.331 0 00-.148-.074 3.568 3.568 0 00-.852-.03zm-3.525.45l-.324.552c-.27.459-.548.84-.803 1.107a2.212 2.212 0 01-.371.323.709.709 0 01-.377.136c-.097 0-.183-.045-.222-.065l-.008-.004-.011-.006-.01-.007a.37.37 0 01-.147-.192.424.424 0 01-.004-.23.84.84 0 01.189-.353c.093-.11.215-.221.359-.33a6.385 6.385 0 011.148-.662l.581-.269zM8.728 18.15a.453.453 0 00-.105.18v.007l-.002.005a.22.22 0 00.017.007h.002a.38.38 0 00.152-.069c.085-.056.186-.143.3-.264.106-.11.218-.246.334-.402-.154.09-.29.18-.403.267a1.834 1.834 0 00-.295.269z`,clipRule:`evenodd`})]}),Vt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,...e,children:(0,w.jsx)(`path`,{fill:`#4ADE80`,d:`M13.22 18.525h7.435c.236 0 .468-.06.673-.175.203-.113.373-.278.492-.478a1.275 1.275 0 0 0 0-1.305L16.825 8.18c-.119-.2-.289-.365-.492-.478a1.377 1.377 0 0 0-1.345 0 1.325 1.325 0 0 0-.492.478l-1.277 2.146-2.496-4.197c-.12-.2-.29-.365-.492-.478a1.378 1.378 0 0 0-1.346 0 1.326 1.326 0 0 0-.492.478L2.18 16.568a1.274 1.274 0 0 0 0 1.304c.12.2.29.365.492.478.206.115.438.175.673.175h4.667c1.85 0 3.213-.788 4.151-2.325l2.278-3.827 1.22-2.048 3.662 6.152h-4.882l-1.22 2.048Zm-5.284-2.05-3.257-.001L9.56 8.272l2.436 4.101-1.63 2.74c-.624.998-1.332 1.361-2.431 1.361Z`})}),Ht=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,...e,children:(0,w.jsx)(`path`,{fill:`#F472B6`,d:`M4.778 6.667A2.667 2.667 0 0 1 7.444 4a.889.889 0 0 1 0 1.778.889.889 0 0 0-.888.889v3.5c0 .701-.273 1.35-.73 1.833.457.483.73 1.132.73 1.832v3.501c0 .491.398.89.888.89a.889.889 0 0 1 0 1.777 2.667 2.667 0 0 1-2.666-2.667v-3.5a.889.889 0 0 0-.674-.863l-.43-.108a.889.889 0 0 1 0-1.724l.43-.108a.889.889 0 0 0 .674-.862V6.667Zm14.222 0A2.667 2.667 0 0 0 16.333 4a.889.889 0 0 0 0 1.778c.491 0 .89.398.89.889v3.5c0 .701.272 1.35.729 1.833a2.664 2.664 0 0 0-.73 1.832v3.501a.889.889 0 0 1-.889.89.889.889 0 0 0 0 1.777A2.667 2.667 0 0 0 19 17.333v-3.5c0-.408.278-.764.673-.863l.431-.108a.889.889 0 0 0 0-1.724l-.43-.108a.889.889 0 0 1-.674-.862V6.667Z`})}),Ut=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#FBBF24`,fillRule:`evenodd`,d:`M5.912 5.879C5 6.757 5 8.172 5 11v3c0 2.828 0 4.243.912 5.121.91.879 2.377.879 5.31.879h1.556c2.933 0 4.4 0 5.31-.879C19 18.243 19 16.828 19 14v-3c0-2.828 0-4.243-.912-5.121C17.178 5 15.711 5 12.778 5H12v1.5h1.167c.366 0 .55 0 .664.11s.113.287.113.64 0 .53-.113.64c-.114.11-.299.11-.664.11H12v1.5h1.167c.366 0 .55 0 .664.11s.113.287.113.64 0 .53-.113.64c-.114.11-.299.11-.664.11h-.39c-.366 0-.55 0-.663-.11-.114-.11-.114-.288-.114-.64V9.5h-1.167c-.366 0-.55 0-.664-.11s-.113-.288-.113-.64 0-.53.113-.64c.114-.11.299-.11.664-.11H12V6.5h-1.167c-.366 0-.55 0-.664-.11s-.113-.287-.113-.64v-.748c-2.174.015-3.364.123-4.144.877m4.144 7.277v.094c0 .497.204.974.57 1.326.364.351.858.549 1.374.549s1.01-.197 1.375-.55c.365-.35.57-.828.57-1.325v-.094a.65.65 0 0 0-.2-.464.7.7 0 0 0-.481-.192h-2.528c-.18 0-.354.07-.481.192a.65.65 0 0 0-.2.464`,clipRule:`evenodd`})}),Wt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M20.417 11.41a361 361 0 0 1-1.764 4.07C15.48 19.43 8.2 19.168 5.35 15.407l-1.642-3.975c.855 1.041 1.667 1.803 2.873 2.447.598.28 1.918.491 1.918.491l3.533-1.784 3.513 1.82c.016-.002 1.342-.194 1.918-.51.816-.448 2.14-1.28 2.955-2.487M12.071 6s.65.591 1.295 1.122c.949-.052 2.077.157 3.009.33.69-.484 1.286-.927 1.286-.927.009.015.505.86.848 1.488.364.22 1.005.674 1.277.97A38 38 0 0 1 21 8.556c-.516 1.36-1.026 2.833-2.339 3.517-2.03-2.835-11.278-3.125-13.268.018C4.143 11.26 3.683 9.88 3 8.5c.02.01.618.26 1.134.465.443-.393.941-.69 1.437-.953.335-.537.867-1.453.867-1.453s.622.496 1.33.945c.768-.28 2.187-.442 2.91-.42.7-.537 1.386-1.08 1.393-1.085`})}),Gt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{stroke:`#64748B`,strokeWidth:`2`,d:`M7.784 5H5a2 2 0 00-2 2v10a2 2 0 002 2h14a2 2 0 002-2V9.875a2 2 0 00-2-2h-6.284a2 2 0 01-1.27-.455L9.054 5.455A2 2 0 007.783 5z`})}),Kt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`circle`,{cx:`21`,cy:`18`,r:`2`,fill:`#2563EB`}),(0,w.jsx)(`rect`,{width:`4`,height:`4`,x:`14`,y:`11`,fill:`#0D9488`,rx:`1`}),(0,w.jsx)(`path`,{fill:`#22D3EE`,d:`M16 16.5l1.732 3h-3.464l1.732-3z`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M20.308 11.871c.237-.643 1.147-.643 1.384 0a.738.738 0 00.437.436c.642.238.642 1.148 0 1.386a.738.738 0 00-.437.436c-.237.643-1.147.643-1.384 0a.738.738 0 00-.437-.436c-.642-.238-.642-1.148 0-1.386a.738.738 0 00.437-.436z`})]}),U=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#F87171`,fillRule:`evenodd`,d:`M16 12a1 1 0 00-1 1v1.556a1 1 0 001 1h1.556a1 1 0 001-1V13a1 1 0 00-1-1H16zm0 4.444a1 1 0 00-1 1V19a1 1 0 001 1h1.556a1 1 0 001-1v-1.556a1 1 0 00-1-1H16zM19.444 13a1 1 0 011-1H22a1 1 0 011 1v1.556a1 1 0 01-1 1h-1.556a1 1 0 01-1-1V13zm1 3.444a1 1 0 00-1 1V19a1 1 0 001 1H22a1 1 0 001-1v-1.556a1 1 0 00-1-1h-1.556z`,clipRule:`evenodd`})]}),qt=e=>(0,w.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:(0,w.jsx)(`path`,{fill:`#64748B`,stroke:`#64748B`,strokeWidth:`2`,d:`M7.784 5H5a2 2 0 00-2 2v10a2 2 0 002 2h14a2 2 0 002-2V9.875a2 2 0 00-2-2h-6.284a2 2 0 01-1.27-.455L9.054 5.455A2 2 0 007.783 5z`})}),W=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h7v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{stroke:`#EAB308`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`1.25`,d:`M16.09 13.467l-1.894 1.894 1.895 1.895M21.328 13.467l1.894 1.894-1.894 1.895M17.34 18.52l2.738-6.317`})]}),G=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#0EA5E9`,d:`M16.772 13.404c.267.958-.287 1.954-1.22 2.193l-.494.127a5.218 5.218 0 00.005 1.587l.457.114c.942.236 1.502 1.241 1.227 2.205l-.157.555a4.45 4.45 0 001.256.81l.418-.456a1.651 1.651 0 012.454 0l.422.461a4.45 4.45 0 001.256-.802l-.168-.602c-.267-.958.287-1.954 1.22-2.193l.494-.127a5.217 5.217 0 00-.005-1.587l-.457-.114c-.941-.236-1.501-1.241-1.227-2.205l.158-.554a4.446 4.446 0 00-1.257-.81l-.417.455a1.651 1.651 0 01-2.455 0L17.86 12c-.46.193-.883.466-1.255.802l.167.602zm2.728 4.414c-.678 0-1.227-.59-1.227-1.318 0-.728.55-1.318 1.227-1.318.678 0 1.227.59 1.227 1.318 0 .728-.55 1.318-1.227 1.318z`})]}),K=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`circle`,{cx:`19.387`,cy:`13.36`,r:`1.834`,fill:`#C084FC`}),(0,w.jsx)(`circle`,{cx:`16.608`,cy:`18.166`,r:`1.834`,fill:`#C084FC`}),(0,w.jsx)(`circle`,{cx:`22.166`,cy:`18.166`,r:`1.834`,fill:`#C084FC`})]}),q=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{stroke:`#F472B6`,strokeWidth:`1.122`,d:`M19 15.374c.708 0 1.374-.112 1.884-.313.253-.099.497-.231.686-.407.19-.176.366-.438.366-.774 0-.337-.176-.598-.366-.774a2.178 2.178 0 00-.686-.408c-.51-.2-1.176-.312-1.884-.312-.707 0-1.374.112-1.884.312-.253.1-.496.232-.685.408-.19.176-.366.437-.366.774 0 .336.176.598.366.774.19.176.432.308.685.408.51.2 1.177.312 1.884.312z`}),(0,w.jsx)(`path`,{fill:`#F472B6`,stroke:`#F472B6`,strokeLinejoin:`round`,strokeWidth:`1.122`,d:`M16.069 19.239v-5.176l.488 1.071.26.752 2.055.095 2.857-1.137.202-.78v5.175c0 .664-.538 1.202-1.202 1.202h-3.458a1.202 1.202 0 01-1.202-1.202z`})]}),J=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#0EA5E9`,fillRule:`evenodd`,d:`M14 13.283c0-.708.575-1.283 1.283-1.283h2.284c.709 0 1.283.575 1.283 1.283v6.133c0 .708-.575 1.283-1.283 1.283h-2.284A1.283 1.283 0 0114 19.416v-6.133zm6.15 0c0-.708.575-1.283 1.284-1.283h1.283c.709 0 1.283.575 1.283 1.283v1.283c0 .709-.575 1.283-1.283 1.283h-1.283a1.283 1.283 0 01-1.283-1.283v-1.283zm1 3.566a1 1 0 00-1 1v1.85a1 1 0 001 1H23a1 1 0 001-1v-1.85a1 1 0 00-1-1h-1.85z`,clipRule:`evenodd`})]}),Jt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#14B8A6`,fillRule:`evenodd`,d:`M15.076 17.737a.489.489 0 01-.004-.517l3.67-5.987a.489.489 0 01.86.051l3.353 7.273a.489.489 0 01-.303.672l-5.216 1.565a.489.489 0 01-.553-.207l-1.807-2.85zm4.09-4.753a.183.183 0 01.347-.037l2.313 5.351c.043.1-.01.217-.116.248l-3.603 1.076a.183.183 0 01-.232-.212l1.29-6.426z`,clipRule:`evenodd`})]}),Y=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M23.938 14.273v-.003c-.01-.043-.181-.849-.412-.849-.177 0-.886.798-1.23 1.197a.648.648 0 11-.914-.914c.4-.344 1.197-1.053 1.197-1.23 0-.232-.819-.409-.851-.416h-.003a2.817 2.817 0 00-.567-.058c-1.568 0-2.842 1.287-2.842 2.869l.001.077c.01.333-.074.674-.312.908l-2.56 2.514a1.557 1.557 0 000 2.18c.29.291.674.452 1.085.452.411 0 .797-.161 1.08-.448l2.609-2.563c.215-.211.518-.307.82-.305h.119c1.593 0 2.842-1.236 2.842-2.815 0-.2-.02-.4-.062-.596z`})]}),Yt=e=>(0,w.jsxs)(`svg`,{viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:[(0,w.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M5 4C3.34315 4 2 5.34315 2 7V17C2 18.6569 3.34315 20 5 20H13V18H5C4.44772 18 4 17.5523 4 17V7C4 6.44772 4.44772 6 5 6H7.78388C8.01539 6 8.23973 6.08033 8.41862 6.22727L10.8119 8.19318C11.3486 8.63402 12.0216 8.875 12.7161 8.875H19C19.5523 8.875 20 9.32272 20 9.875V10H22V9.875C22 8.21815 20.6569 6.875 19 6.875H12.7161C12.4846 6.875 12.2603 6.79467 12.0814 6.64773L9.6881 4.68182C9.15142 4.24098 8.47841 4 7.78388 4H5Z`,fill:`#64748B`}),(0,w.jsx)(`path`,{d:`M19.5 11.5L24 19.5H15L19.5 11.5Z`,fill:`#64748B`})]}),Xt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#A1A1AA`,fillRule:`evenodd`,d:`M18.5 11.42c-2.486 0-4.5 2.101-4.5 4.696 0 2.078 1.288 3.833 3.077 4.455.225.04.31-.1.31-.223 0-.112-.006-.482-.006-.875-1.131.217-1.424-.287-1.514-.551-.05-.136-.27-.552-.46-.664-.158-.088-.383-.305-.006-.31.354-.007.607.34.692.48.404.71 1.051.511 1.31.388.04-.305.158-.51.287-.628-1.001-.118-2.048-.523-2.048-2.319 0-.51.175-.933.462-1.262-.045-.117-.203-.598.045-1.244 0 0 .377-.123 1.237.481.36-.105.743-.158 1.125-.158.383 0 .765.053 1.125.158.86-.61 1.238-.481 1.238-.481.247.646.09 1.127.045 1.244.287.329.461.746.461 1.262 0 1.802-1.052 2.201-2.053 2.319.163.146.304.428.304.869 0 .628-.006 1.132-.006 1.29 0 .124.084.27.31.224a4.528 4.528 0 002.219-1.713c.55-.8.846-1.758.846-2.742 0-2.595-2.014-4.696-4.5-4.696z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),Zt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`url(#paint0_linear_24689_562)`,d:`M19.262 20.07c-.236.275-.716.125-.721-.227l-.083-5.144h3.734c.677 0 1.054.724.633 1.213l-3.563 4.157z`}),(0,w.jsx)(`path`,{fill:`url(#paint1_linear_24689_562)`,d:`M19.262 20.07c-.236.275-.716.125-.721-.227l-.083-5.144h3.734c.677 0 1.054.724.633 1.213l-3.563 4.157z`}),(0,w.jsx)(`path`,{fill:`#3ECF8E`,d:`M17.743 11.794c.237-.275.715-.125.72.227l.037 5.143h-3.688c-.677 0-1.054-.724-.633-1.213l3.564-4.157z`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsxs)(`defs`,{children:[(0,w.jsxs)(`linearGradient`,{id:`paint0_linear_24689_562`,x1:`18.458`,x2:`21.697`,y1:`15.84`,y2:`17.306`,gradientUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`stop`,{stopColor:`#249361`}),(0,w.jsx)(`stop`,{offset:`1`,stopColor:`#3ECF8E`})]}),(0,w.jsxs)(`linearGradient`,{id:`paint1_linear_24689_562`,x1:`16.986`,x2:`18.326`,y1:`13.974`,y2:`16.698`,gradientUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`stop`,{stopOpacity:`0.2`}),(0,w.jsx)(`stop`,{offset:`1`,stopOpacity:`0`})]})]})]}),Qt=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#0EA5E9`,d:`M21.25 13.75h-4.5v4.5h4.5v-4.5z`}),(0,w.jsx)(`path`,{fill:`#0EA5E9`,fillRule:`evenodd`,d:`M17.125 11.125a.375.375 0 01.375.375v.375h1.125V11.5a.375.375 0 01.75 0v.375H20.5V11.5a.375.375 0 01.75 0v.375h.375a1.5 1.5 0 011.5 1.5v.375h.375a.375.375 0 010 .75h-.375v1.125h.375a.375.375 0 010 .75h-.375V17.5h.375a.375.375 0 010 .75h-.375v.375a1.5 1.5 0 01-1.5 1.5h-.375v.375a.375.375 0 01-.75 0v-.375h-1.125v.375a.375.375 0 01-.75 0v-.375H17.5v.375a.375.375 0 01-.75 0v-.375h-.375a1.5 1.5 0 01-1.5-1.5v-.375H14.5a.375.375 0 010-.75h.375v-1.125H14.5a.375.375 0 010-.75h.375V14.5H14.5a.375.375 0 010-.75h.375v-.375a1.5 1.5 0 011.5-1.5h.375V11.5a.375.375 0 01.375-.375zM16 13.375a.375.375 0 01.375-.375h5.25a.375.375 0 01.375.375v5.25a.375.375 0 01-.375.375h-5.25a.375.375 0 01-.375-.375v-5.25z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),$t=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#F59E0B`,d:`M23.854 11.854a.5.5 0 00-.707-.707l-.899.898a2.126 2.126 0 00-2.626.302l-.534.535a.875.875 0 000 1.236l1.793 1.793a.877.877 0 001.238 0l.534-.534a2.126 2.126 0 00.302-2.625l.899-.899zm-5.5 4a.5.5 0 00-.707-.707l-.735.735-.147-.147a.375.375 0 00-.53 0l-.887.887a2.126 2.126 0 00-.303 2.625l-.899.9a.5.5 0 10.707.707l.9-.899a2.126 2.126 0 002.625-.302l.887-.888a.375.375 0 000-.53l-.146-.146.735-.735a.5.5 0 00-.707-.707l-.735.735-.793-.794.735-.735z`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),X=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#2563EB`,stroke:`#2563EB`,strokeWidth:`0.5`,d:`M14 12a1 1 0 011-1h7a1 1 0 011 1v7a1 1 0 01-1 1h-7a1 1 0 01-1-1v-7zm.818 2.091v5.09h7.364v-5.09h-7.364zm7.364-.818v-1.455h-7.364v1.455h7.364zM16.046 15.5a.41.41 0 01.41-.41v0a.41.41 0 01.41.41v0a.41.41 0 01-.41.41v0a.41.41 0 01-.41-.41v0zm1.636 0a.41.41 0 01.41-.41v0a.41.41 0 01.41.41v0a.41.41 0 01-.41.41v0a.41.41 0 01-.41-.41v0zm1.636 0a.41.41 0 01.41-.41v0a.41.41 0 01.41.41v0a.41.41 0 01-.41.41v0a.41.41 0 01-.41-.41v0z`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),en=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#F87171`,stroke:`#F87171`,strokeWidth:`0.5`,d:`M14 12a1 1 0 011-1h7a1 1 0 011 1v7a1 1 0 01-1 1h-7a1 1 0 01-1-1v-7zm.818 2.091v5.09h7.364v-5.09h-7.364zm7.364-.818v-1.455h-7.364v1.455h7.364zM16.046 15.5a.41.41 0 01.41-.41v0a.41.41 0 01.41.41v0a.41.41 0 01-.41.41v0a.41.41 0 01-.41-.41v0zm1.636 0a.41.41 0 01.41-.41v0a.41.41 0 01.41.41v0a.41.41 0 01-.41.41v0a.41.41 0 01-.41-.41v0zm1.636 0a.41.41 0 01.41-.41v0a.41.41 0 01.41.41v0a.41.41 0 01-.41.41v0a.41.41 0 01-.41-.41v0z`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),tn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#0EA5E9`,d:`M18.841 12c-.57 0-1.032.462-1.032 1.032v.619h-1.65a.825.825 0 00-.826.825v1.238c0 .228.185.413.413.413h.147c.54 0 1.031.388 1.085.925a1.031 1.031 0 01-1.026 1.139h-.206a.413.413 0 00-.413.412v1.238c0 .456.37.826.826.826h1.238a.413.413 0 00.413-.413v-.148c0-.54.388-1.03.925-1.084a1.031 1.031 0 011.138 1.026v.206c0 .228.185.413.413.413h1.238c.456 0 .825-.37.825-.826v-1.65h.62a1.032 1.032 0 100-2.064h-.62v-1.65a.825.825 0 00-.825-.826h-1.651v-.62c0-.57-.462-1.031-1.032-1.031z`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),Z=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{stroke:`#16A34A`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`1.7`,d:`M14 14.625V12h2.625m3.5 0h2.625v2.625`}),(0,w.jsx)(`path`,{stroke:`#16A34A`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`1.7`,d:`M14 12l3.862 3.862c.329.328.513.773.513 1.237m0 0V20m0-2.9c0-.465.184-.91.513-1.238L22.75 12`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),nn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#8B5CF6`,fillRule:`evenodd`,stroke:`#8B5CF6`,strokeWidth:`0.5`,d:`M18.901 12.666c0-.92.75-1.666 1.675-1.666a1.672 1.672 0 011.674 1.666 1.671 1.671 0 01-2.32 1.539 1.674 1.674 0 01-.546-.369l-2.318 1.579c.065.321.033.654-.091.958l2.541 1.67a1.673 1.673 0 011.7-.25 1.669 1.669 0 011.034 1.54c0 .92-.75 1.667-1.674 1.667a1.67 1.67 0 01-1.675-1.666c0-.234.05-.465.145-.678L16.525 17a1.673 1.673 0 01-1.101.41 1.67 1.67 0 01-1.674-1.667 1.67 1.67 0 011.674-1.666c.532 0 1.005.246 1.311.63l2.247-1.529a1.66 1.66 0 01-.08-.512z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`})]}),Q=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`rect`,{width:8.25,height:8.25,x:14.875,y:11.875,stroke:`#C084FC`,strokeLinejoin:`round`,strokeWidth:1.25,rx:1.625}),(0,w.jsx)(`circle`,{cx:20.5,cy:14.5,r:1,fill:`#C084FC`}),(0,w.jsx)(`path`,{stroke:`#C084FC`,strokeLinejoin:`round`,strokeWidth:1.25,d:`m15.5 19.5 2.793-2.793a1 1 0 0 1 1.414 0L22.5 19.5`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4H5Z`,clipRule:`evenodd`})]}),rn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4H5Z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#C084FC`,d:`M16.772 13.404c.267.958-.287 1.954-1.22 2.193l-.494.127a5.218 5.218 0 0 0 .005 1.587l.457.114c.942.236 1.502 1.241 1.227 2.205l-.157.555a4.45 4.45 0 0 0 1.256.81l.418-.456a1.651 1.651 0 0 1 2.454 0l.422.461a4.45 4.45 0 0 0 1.256-.802l-.168-.602c-.267-.958.287-1.954 1.22-2.193l.494-.127a5.217 5.217 0 0 0-.005-1.587l-.457-.114c-.941-.236-1.501-1.241-1.227-2.205l.158-.554a4.446 4.446 0 0 0-1.257-.81l-.417.455a1.651 1.651 0 0 1-2.455 0L17.86 12c-.46.193-.883.466-1.255.802l.167.602Zm2.728 4.414c-.678 0-1.227-.59-1.227-1.318 0-.728.55-1.318 1.227-1.318.678 0 1.227.59 1.227 1.318 0 .728-.55 1.318-1.227 1.318Z`})]}),an=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4H5Z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#FBBF24`,d:`M16.772 13.404c.267.958-.287 1.954-1.22 2.193l-.494.127a5.218 5.218 0 0 0 .005 1.587l.457.114c.942.236 1.502 1.241 1.227 2.205l-.157.555a4.45 4.45 0 0 0 1.256.81l.418-.456a1.651 1.651 0 0 1 2.454 0l.422.461a4.45 4.45 0 0 0 1.256-.802l-.168-.602c-.267-.958.287-1.954 1.22-2.193l.494-.127a5.217 5.217 0 0 0-.005-1.587l-.457-.114c-.941-.236-1.501-1.241-1.227-2.205l.158-.554a4.446 4.446 0 0 0-1.257-.81l-.417.455a1.651 1.651 0 0 1-2.455 0L17.86 12c-.46.193-.883.466-1.255.802l.167.602Zm2.728 4.414c-.678 0-1.227-.59-1.227-1.318 0-.728.55-1.318 1.227-1.318.678 0 1.227.59 1.227 1.318 0 .728-.55 1.318-1.227 1.318Z`})]}),on=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`rect`,{width:`2`,height:`8`,x:`15`,y:`12`,fill:`#A1A1AA`,rx:`1`}),(0,w.jsx)(`rect`,{width:`2`,height:`8`,x:`18`,y:`12`,fill:`#A1A1AA`,rx:`1`}),(0,w.jsx)(`rect`,{width:`2`,height:`8`,x:`21`,y:`12`,fill:`#A1A1AA`,rx:`1`})]}),sn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{stroke:`#8B5CF6`,strokeLinecap:`round`,strokeWidth:`1.5`,d:`M16 19.52c0 1.34 1.09 2.43 2.43 2.43s2.43-1.09 2.43-2.43V16`}),(0,w.jsx)(`path`,{stroke:`#8B5CF6`,strokeLinecap:`round`,strokeWidth:`1.5`,d:`M16 19.52v-2.63l1.72 1.72M20.86 15.55a1.65 1.65 0 100-3.3 1.65 1.65 0 000 3.3z`})]}),cn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z`,clipRule:`evenodd`}),(0,w.jsxs)(`g`,{clipPath:`url(#clip0_4_143)`,children:[(0,w.jsx)(`path`,{fill:`#69D3A7`,d:`M16.514 13.969c.405 0 .733.216.901.59l.013.03.678-.23-.014-.035c-.262-.641-.867-1.039-1.578-1.039-.5 0-.906.16-1.242.49-.333.328-.502.74-.502 1.226 0 .481.17.891.502 1.218.336.33.742.49 1.242.49.71 0 1.315-.398 1.578-1.038l.014-.035-.68-.23-.01.03a.94.94 0 0 1-.902.59.95.95 0 0 1-.706-.292 1.02 1.02 0 0 1-.286-.733c0-.292.094-.535.286-.74a.95.95 0 0 1 .706-.292`}),(0,w.jsx)(`path`,{fill:`#69D3A7`,fillOpacity:`0.08`,d:`M16.514 13.969c.405 0 .733.216.901.59l.013.03.678-.23-.014-.035c-.262-.641-.867-1.039-1.578-1.039-.5 0-.906.16-1.242.49-.333.328-.502.74-.502 1.226 0 .481.17.891.502 1.218.336.33.742.49 1.242.49.71 0 1.315-.398 1.578-1.038l.014-.035-.68-.23-.01.03a.94.94 0 0 1-.902.59.95.95 0 0 1-.706-.292 1.02 1.02 0 0 1-.286-.733c0-.292.094-.535.286-.74a.95.95 0 0 1 .706-.292`}),(0,w.jsx)(`path`,{fill:`url(#paint0_linear_4_143)`,d:`m19.457 19.784-.202-.668a4.28 4.28 0 0 0 3.048-4.115c0-.526-.093-1.041-.279-1.528l.65-.248c.216.567.326 1.164.326 1.777a4.97 4.97 0 0 1-3.543 4.781`}),(0,w.jsx)(`path`,{fill:`#69D3A7`,d:`M22.115 13.74A4.28 4.28 0 0 0 18 10.698q-.39 0-.771.069l-.123-.686c.292-.053.593-.08.893-.08a4.97 4.97 0 0 1 4.781 3.533z`}),(0,w.jsx)(`path`,{fill:`url(#paint1_linear_4_143)`,d:`M13.32 16.763A5 5 0 0 1 13 15a4.98 4.98 0 0 1 4.503-4.974l.068.693a4.286 4.286 0 0 0-3.875 4.282c0 .521.092 1.033.274 1.516z`}),(0,w.jsx)(`path`,{fill:`#69D3A7`,d:`m20.76 13.349-.966 2.45-.973-2.45h-.795l1.364 3.343-.994 2.415.696.139 2.419-5.897z`}),(0,w.jsx)(`path`,{fill:`#69D3A7`,fillOpacity:`0.08`,d:`m20.76 13.349-.966 2.45-.973-2.45h-.795l1.364 3.343-.994 2.415.696.139 2.419-5.897z`}),(0,w.jsx)(`path`,{fill:`url(#paint2_linear_4_143)`,d:`m18.522 18.803-.147.355a.22.22 0 0 1-.197.14q-.09.005-.18.005a4.32 4.32 0 0 1-4.136-3.115l-.67.191A5.02 5.02 0 0 0 17.998 20h.001q.105.001.209-.004a.92.92 0 0 0 .812-.571l.198-.482z`})]}),(0,w.jsxs)(`defs`,{children:[(0,w.jsxs)(`linearGradient`,{id:`paint0_linear_4_143`,x1:`23.383`,x2:`18.915`,y1:`15.032`,y2:`17.921`,gradientUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`stop`,{offset:`0.081`,stopColor:`#69D3A7`}),(0,w.jsx)(`stop`,{offset:`1`,stopColor:`#69D3A7`,stopOpacity:`0`})]}),(0,w.jsxs)(`linearGradient`,{id:`paint1_linear_4_143`,x1:`16.335`,x2:`13.524`,y1:`10.064`,y2:`16.018`,gradientUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`stop`,{stopColor:`#69D3A7`}),(0,w.jsx)(`stop`,{offset:`0.823`,stopColor:`#2AB586`}),(0,w.jsx)(`stop`,{offset:`1`,stopColor:`#1CAE7F`})]}),(0,w.jsxs)(`linearGradient`,{id:`paint2_linear_4_143`,x1:`12.993`,x2:`20.349`,y1:`17.29`,y2:`19.595`,gradientUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`stop`,{offset:`0.077`,stopColor:`#1CAE7F`}),(0,w.jsx)(`stop`,{offset:`0.164`,stopColor:`#1CA379`}),(0,w.jsx)(`stop`,{offset:`0.316`,stopColor:`#1C8568`}),(0,w.jsx)(`stop`,{offset:`0.516`,stopColor:`#1B554D`}),(0,w.jsx)(`stop`,{offset:`0.719`,stopColor:`#1B1E2E`})]}),(0,w.jsx)(`clipPath`,{id:`clip0_4_143`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M13 10h10v10H13z`})})]})]}),ln=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,d:`M7.784 4a3 3 0 0 1 1.904.682l2.393 1.965.143.098a1 1 0 0 0 .492.13H19a3 3 0 0 1 3 3V10h-2v-.125a1 1 0 0 0-1-1h-6.284a3 3 0 0 1-1.696-.526l-.208-.156-2.393-1.965A1 1 0 0 0 7.784 6H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z`}),(0,w.jsx)(`path`,{fill:`#F59E0B`,d:`M16.99 12.343h1.182v3.945q0 .546-.245.95a1.62 1.62 0 0 1-.677.621q-.434.219-1.008.218-.51 0-.928-.18a1.5 1.5 0 0 1-.658-.552q-.243-.372-.24-.936h1.19a.85.85 0 0 0 .092.384.6.6 0 0 0 .24.243.76.76 0 0 0 .365.083.7.7 0 0 0 .372-.094.6.6 0 0 0 .235-.282q.08-.185.08-.455zm5.24 1.627a.7.7 0 0 0-.285-.519q-.251-.185-.682-.185-.293 0-.494.083a.7.7 0 0 0-.31.223.54.54 0 0 0-.105.326.47.47 0 0 0 .064.266q.072.112.196.196.125.08.287.14.164.059.348.1l.509.122q.37.082.679.22.31.139.536.34.226.202.35.475.127.274.13.627-.003.519-.265.9a1.7 1.7 0 0 1-.751.589q-.49.207-1.18.207-.684 0-1.193-.21-.505-.21-.79-.621-.281-.414-.295-1.025h1.157q.02.285.163.475.147.188.39.285.245.093.555.093.303 0 .527-.088a.8.8 0 0 0 .351-.246.57.57 0 0 0 .124-.361.47.47 0 0 0-.113-.32.86.86 0 0 0-.326-.222 3.3 3.3 0 0 0-.522-.166l-.616-.154q-.715-.174-1.13-.544t-.41-.998q-.004-.513.272-.897.28-.384.766-.6a2.7 2.7 0 0 1 1.104-.215q.63 0 1.1.216.473.215.734.599.262.383.271.89z`})]}),un=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsxs)(`g`,{clipPath:`url(#clip0_38272_214)`,children:[(0,w.jsx)(`mask`,{id:`mask0_38272_214`,width:`24`,height:`24`,x:`0`,y:`0`,maskUnits:`userSpaceOnUse`,style:{maskType:`luminance`},children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M24 0H0v24h24z`})}),(0,w.jsxs)(`g`,{fillRule:`evenodd`,clipRule:`evenodd`,mask:`url(#mask0_38272_214)`,children:[(0,w.jsx)(`path`,{fill:`#64748B`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z`}),(0,w.jsx)(`path`,{fill:`#2DD4BF`,d:`M18.617 19.99c.118.061.25.093.385.093v-.001a.8.8 0 0 0 .386-.095l3.663-1.94a.7.7 0 0 0 .384-.611V13.56a.66.66 0 0 0-.103-.354.74.74 0 0 0-.281-.259l-3.663-1.94a.87.87 0 0 0-.77 0l-3.669 1.94a.7.7 0 0 0-.384.612v3.876c0 .124.035.246.103.353a.75.75 0 0 0 .281.26l.961.508c.466.21.633.21.845.21.689 0 1.085-.383 1.085-1.049V13.89c0-.055-.048-.097-.105-.097h-.465c-.06 0-.106.042-.106.097v3.826c0 .296-.333.59-.878.34l-1.003-.531a.1.1 0 0 1-.057-.09v-3.876c0-.037.023-.073.058-.092l3.662-1.937a.12.12 0 0 1 .113 0l3.663 1.937c.035.02.057.054.057.092v3.877a.1.1 0 0 1-.056.09l-3.665 1.94a.13.13 0 0 1-.113 0l-.94-.512c-.028-.015-.064-.02-.091-.006-.26.136-.31.153-.553.231-.06.02-.15.053.033.146zm-.423-3.818c0 .566.336 1.24 1.94 1.24l-.006.004c1.162 0 1.827-.42 1.827-1.15 0-.726-.534-.92-1.66-1.057-1.138-.138-1.254-.209-1.254-.454 0-.202.099-.47.941-.47.753 0 1.03.148 1.145.613.01.044.053.076.103.076h.476a.11.11 0 0 0 .079-.032.1.1 0 0 0 .022-.034.1.1 0 0 0 .005-.04c-.073-.802-.655-1.175-1.828-1.175-1.045 0-1.668.403-1.668 1.08 0 .736.62.94 1.623 1.03 1.2.107 1.294.268 1.294.484 0 .376-.329.536-1.101.536-.97 0-1.182-.223-1.254-.666a.104.104 0 0 0-.105-.082H18.3c-.059 0-.106.043-.106.097`})]})]}),(0,w.jsx)(`defs`,{children:(0,w.jsx)(`clipPath`,{id:`clip0_38272_214`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M0 0h24v24H0z`})})})]}),dn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z`,clipRule:`evenodd`}),(0,w.jsxs)(`g`,{clipPath:`url(#clip0_4_143)`,children:[(0,w.jsx)(`path`,{fill:`#0E8ADC`,d:`M18 16.423c.56 0 1.015-.413 1.015-.923s-.454-.922-1.015-.922-1.015.413-1.015.922.454.922 1.015.922`}),(0,w.jsx)(`path`,{stroke:`#0E8ADC`,d:`M18 17.39c3.009 0 5.447-.846 5.447-1.89S21.01 13.61 18 13.61s-5.447.846-5.447 1.89S14.99 17.39 18 17.39Z`}),(0,w.jsx)(`path`,{stroke:`#0E8ADC`,d:`M16.199 16.445c1.504 2.367 3.53 3.864 4.525 3.342.994-.522.581-2.864-.923-5.232s-3.53-3.864-4.525-3.342-.582 2.864.923 5.232Z`}),(0,w.jsx)(`path`,{stroke:`#0E8ADC`,d:`M16.199 14.555c-1.505 2.368-1.918 4.71-.923 5.232s3.021-.974 4.525-3.342c1.505-2.367 1.918-4.71.923-5.232s-3.021.975-4.525 3.342Z`})]}),(0,w.jsx)(`defs`,{children:(0,w.jsx)(`clipPath`,{id:`clip0_4_143`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M12 10h12v11H12z`})})})]}),fn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z`,clipRule:`evenodd`}),(0,w.jsx)(`mask`,{id:`mask0_38272_281`,width:`10`,height:`10`,x:`14`,y:`11`,maskUnits:`userSpaceOnUse`,style:{maskType:`alpha`},children:(0,w.jsx)(`path`,{fill:`#fff`,fillRule:`evenodd`,d:`M21.091 20.932a.62.62 0 0 0 .496-.02l2.06-.99a.63.63 0 0 0 .353-.563V12.64c0-.24-.138-.459-.354-.563l-2.059-.99a.62.62 0 0 0-.71.12l-3.941 3.596-1.717-1.303a.416.416 0 0 0-.532.024l-.55.5a.417.417 0 0 0-.001.617L15.625 16l-1.49 1.358a.417.417 0 0 0 .001.616l.55.501a.416.416 0 0 0 .533.024l1.717-1.303 3.94 3.596q.096.093.215.14m.41-7.202L18.511 16l2.99 2.27z`,clipRule:`evenodd`})}),(0,w.jsxs)(`g`,{mask:`url(#mask0_38272_281)`,children:[(0,w.jsx)(`path`,{fill:`#0065A9`,d:`m23.646 12.08-2.06-.992a.62.62 0 0 0-.711.12l-6.745 6.15a.417.417 0 0 0 0 .616l.551.501a.42.42 0 0 0 .532.024l8.123-6.162a.414.414 0 0 1 .664.33v-.024a.63.63 0 0 0-.354-.563`}),(0,w.jsx)(`g`,{filter:`url(#filter0_d_38272_281)`,children:(0,w.jsx)(`path`,{fill:`#007ACC`,d:`m23.646 19.92-2.06.992a.62.62 0 0 1-.711-.12l-6.745-6.15a.417.417 0 0 1 0-.617l.551-.5a.42.42 0 0 1 .532-.024l8.123 6.162a.414.414 0 0 0 .664-.33v.024c0 .24-.137.46-.354.563`})}),(0,w.jsx)(`g`,{filter:`url(#filter1_d_38272_281)`,children:(0,w.jsx)(`path`,{fill:`#1F9CF0`,d:`M21.586 20.913a.62.62 0 0 1-.711-.121c.23.23.625.067.625-.26v-9.065a.366.366 0 0 0-.625-.259.62.62 0 0 1 .71-.12l2.06.99a.63.63 0 0 1 .355.563v6.718c0 .24-.138.459-.354.563z`})}),(0,w.jsx)(`path`,{fill:`url(#paint0_linear_38272_281)`,fillRule:`evenodd`,d:`M21.085 20.932a.62.62 0 0 0 .496-.02l2.059-.99a.63.63 0 0 0 .354-.563V12.64c0-.24-.138-.459-.354-.563l-2.059-.99a.62.62 0 0 0-.71.12l-3.942 3.596-1.716-1.303a.416.416 0 0 0-.532.024l-.55.5a.417.417 0 0 0-.001.617L15.619 16l-1.49 1.358a.417.417 0 0 0 .001.617l.55.5a.416.416 0 0 0 .533.024l1.716-1.303 3.942 3.596q.094.094.214.14m.41-7.202L18.505 16l2.99 2.27z`,clipRule:`evenodd`,opacity:`0.25`,style:{mixBlendMode:`overlay`}})]}),(0,w.jsxs)(`defs`,{children:[(0,w.jsxs)(`filter`,{id:`filter0_d_38272_281`,width:`11.673`,height:`9.225`,x:`13.161`,y:`12.583`,colorInterpolationFilters:`sRGB`,filterUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`feFlood`,{floodOpacity:`0`,result:`BackgroundImageFix`}),(0,w.jsx)(`feColorMatrix`,{in:`SourceAlpha`,result:`hardAlpha`,values:`0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0`}),(0,w.jsx)(`feOffset`,{}),(0,w.jsx)(`feGaussianBlur`,{stdDeviation:`0.417`}),(0,w.jsx)(`feColorMatrix`,{values:`0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0`}),(0,w.jsx)(`feBlend`,{in2:`BackgroundImageFix`,mode:`overlay`,result:`effect1_dropShadow_38272_281`}),(0,w.jsx)(`feBlend`,{in:`SourceGraphic`,in2:`effect1_dropShadow_38272_281`,result:`shape`})]}),(0,w.jsxs)(`filter`,{id:`filter1_d_38272_281`,width:`4.792`,height:`11.615`,x:`20.042`,y:`10.192`,colorInterpolationFilters:`sRGB`,filterUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`feFlood`,{floodOpacity:`0`,result:`BackgroundImageFix`}),(0,w.jsx)(`feColorMatrix`,{in:`SourceAlpha`,result:`hardAlpha`,values:`0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0`}),(0,w.jsx)(`feOffset`,{}),(0,w.jsx)(`feGaussianBlur`,{stdDeviation:`0.417`}),(0,w.jsx)(`feColorMatrix`,{values:`0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0`}),(0,w.jsx)(`feBlend`,{in2:`BackgroundImageFix`,mode:`overlay`,result:`effect1_dropShadow_38272_281`}),(0,w.jsx)(`feBlend`,{in:`SourceGraphic`,in2:`effect1_dropShadow_38272_281`,result:`shape`})]}),(0,w.jsxs)(`linearGradient`,{id:`paint0_linear_38272_281`,x1:`18.994`,x2:`18.994`,y1:`11.026`,y2:`20.974`,gradientUnits:`userSpaceOnUse`,children:[(0,w.jsx)(`stop`,{stopColor:`#fff`}),(0,w.jsx)(`stop`,{offset:`1`,stopColor:`#fff`,stopOpacity:`0`})]})]})]}),pn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsxs)(`g`,{clipPath:`url(#clip0_41466_228)`,children:[(0,w.jsx)(`path`,{fill:`#64748B`,d:`M7.784 4a3 3 0 0 1 1.904.682l2.393 1.965a1 1 0 0 0 .635.228H19a3 3 0 0 1 3 3V10h-2v-.125a1 1 0 0 0-1-1h-6.284a3 3 0 0 1-1.904-.682L8.419 6.228A1 1 0 0 0 7.784 6H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z`}),(0,w.jsx)(`path`,{fill:`#D97656`,d:`m16.883 11.002.129-.002c.199.013.3.069.432.216.044.082.044.082.083.174l.045.104.047.113.103.239.053.122a21 21 0 0 0 .662 1.401l.34.655.043.08c.097.19.162.378.216.583a114 114 0 0 0 .155-1.455 55 55 0 0 0 .115-1.21c.028-.301.075-.589.312-.795a.42.42 0 0 1 .27-.087c.172.06.272.157.392.289.112.303-.034.72-.088 1.032a43 43 0 0 1-.186 1.028l-.017.09-.114.589-.015.073-.027.168.034.035q.245-.293.476-.597c.188-.247.384-.487.58-.728q.068-.082.133-.166c.64-.81.64-.81.954-.896.148-.013.279-.022.407.066.149.137.276.31.296.517-.017.369-.234.621-.474.878-.09.101-.17.21-.251.32l-.104.142-.055.074q-.093.125-.189.248c-.265.346-.5.691-.7 1.08l.056-.012q.743-.152 1.489-.291l.2-.038.37-.07c.569-.105.569-.105.828.043.07.055.07.055.117.168-.017.17-.046.305-.151.442-.135.07-.274.097-.422.126l-.13.029q-.172.038-.346.073-.18.037-.358.077l-.505.107a48 48 0 0 0-1.251.282c.336.096.712.075 1.059.083q.3.008.6.019l.207.007q.182.006.364.017l.108.004c.312.02.53.167.747.386.086.145.081.258.065.421q-.11.064-.223.124l-.062.036c-.31.165-.676.014-.998-.066l-.244-.059-.604-.147-.753-.184-.146-.036-.129-.031-.095-.018-.035.034.26.263.073.074q.21.211.434.406a11 11 0 0 1 .371.337l.055.05.255.235.214.197.068.063.213.197.069.064.063.059.057.053c.11.112.147.207.153.362-.067.117-.067.117-.139.209-.24-.008-.368-.115-.549-.265l-.079-.064-.158-.128-.24-.19a9 9 0 0 1-.443-.367 60 60 0 0 1-.523-.456c-.098-.096-.098-.096-.223-.127l.061.086a36 36 0 0 1 .738 1.064l.15.224.047.068a.8.8 0 0 1 .146.432l.007.087a.8.8 0 0 1-.04.31.65.65 0 0 1-.382.124.5.5 0 0 1-.38-.226l-.046-.067-.052-.072q-.09-.13-.18-.26l-.072-.106c-.339-.495-.66-.998-.958-1.52q-.073-.125-.147-.248-.073.523-.12 1.049l-.014.145-.034.378-.056.607-.02.21-.011.13-.01.113c-.036.34-.036.34-.125.45-.136.11-.213.148-.389.141a.5.5 0 0 1-.294-.169c-.172-.315-.089-.594-.018-.928l.099-.475c.136-.653.266-1.305.369-1.963l-.066.092q-.315.444-.639.881l-.251.345c-.304.419-.612.823-.986 1.183-.059.06-.106.12-.155.188-.098.101-.152.122-.29.13-.126-.015-.21-.075-.313-.147-.025-.297.107-.496.293-.72l.057-.067.122-.148.06-.072q.159-.196.31-.4.166-.217.335-.432l.426-.554q.231-.3.474-.592l-.064.041q-.247.158-.496.313c-.356.222-.706.452-1.055.682l-.636.414-.277.181c-.488.086-.488.086-.657-.026-.088-.143-.097-.233-.071-.398.07-.185.222-.27.382-.374l.103-.071c.341-.234.699-.439 1.06-.64l.11-.063.54-.3.182-.1.336-.184q.044-.026.092-.05c.08-.047.08-.047.104-.154l-.102.001c-.453.004-.905-.01-1.358-.026q-.19-.008-.38-.013a39 39 0 0 1-1.293-.064l-.124-.008-.115-.008-.1-.007a.56.56 0 0 1-.406-.23c-.065-.12-.056-.205-.034-.339.13-.105.233-.116.397-.112l.13.003q.303.011.605.032l.133.008.277.019.413.026q.866.057 1.728.155c.099.01.099.01.23.008-.444-.337-.907-.64-1.374-.945a23 23 0 0 1-1.082-.742 9 9 0 0 0-.455-.314c-.172-.12-.23-.252-.266-.454-.02-.183-.014-.291.095-.44.13-.121.231-.147.407-.146.285.04.455.184.667.368l.205.159.113.087c.615.475.615.475 1.242.932q.191.137.378.28c-.196-.417-.429-.814-.658-1.214l-.27-.473-.067-.117a15 15 0 0 0-.346-.573 1.5 1.5 0 0 1-.217-.538l-.015-.078c-.025-.229.09-.365.225-.54.116-.13.203-.117.372-.117`})]}),(0,w.jsx)(`defs`,{children:(0,w.jsx)(`clipPath`,{id:`clip0_41466_228`,children:(0,w.jsx)(`path`,{fill:`#fff`,d:`M0 0h24v24H0z`})})})]}),$=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,d:`M7.784 4a3 3 0 0 1 1.904.682l2.393 1.965.143.098a1 1 0 0 0 .492.13H19a3 3 0 0 1 3 3V10h-2v-.125a1 1 0 0 0-1-1h-6.284a3 3 0 0 1-1.696-.526l-.208-.156-2.393-1.965A1 1 0 0 0 7.784 6H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3z`}),(0,w.jsx)(`path`,{stroke:`#64748B`,strokeLinejoin:`round`,strokeWidth:`1.25`,d:`M22.792 20c0 .345-.28.625-.625.625H15.5a.625.625 0 0 1-.625-.625v-8c0-.345.28-.625.625-.625h3.889c.142 0 .28.048.39.137l2.778 2.222a.63.63 0 0 1 .235.489z`}),(0,w.jsx)(`path`,{stroke:`#64748B`,strokeLinejoin:`round`,strokeWidth:`1.25`,d:`M18.833 12v2.778h3.334`})]}),mn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M15.667 14.889h5.555c.92 0 1.667.746 1.667 1.667v2.777c0 .92-.746 1.667-1.667 1.667h-5.555c-.92 0-1.667-.746-1.667-1.667v-2.777c0-.92.746-1.667 1.667-1.667m0 1.111a.556.556 0 0 0-.556.556v2.777c0 .307.249.556.556.556h5.555a.556.556 0 0 0 .556-.556v-2.777a.556.556 0 0 0-.556-.556z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M20.816 12.073c-.508-.733-1.438-1.031-2.175-1.069-.778-.039-1.778.187-2.427 1.019-.275.353-.39.782-.45 1.104a7 7 0 0 0-.096 1.104c-.006.396.01.812.039 1.213h1.114c-.082-1.105-.074-2.298.27-2.738.703-.902 2.343-.676 2.812 0 .235.339.234 1.582.175 2.738h1.113c.022-.444.035-.904.03-1.327a9 9 0 0 0-.062-1.017c-.033-.248-.104-.682-.343-1.027`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z`,clipRule:`evenodd`})]}),hn=e=>(0,w.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,fill:`none`,viewBox:`0 0 24 24`,...e,children:[(0,w.jsx)(`path`,{fill:`#64748B`,fillRule:`evenodd`,d:`M5 4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8v-2H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2.784a1 1 0 0 1 .635.227l2.393 1.966a3 3 0 0 0 1.904.682H19a1 1 0 0 1 1 1V10h2v-.125a3 3 0 0 0-3-3h-6.284a1 1 0 0 1-.635-.227L9.688 4.682A3 3 0 0 0 7.784 4z`,clipRule:`evenodd`}),(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M23.892 13.937c-.03-.025-.307-.248-.892-.248q-.231 0-.46.042c-.113-.826-.754-1.229-.783-1.247l-.157-.096-.103.159a2.3 2.3 0 0 0-.28.694c-.104.472-.04.915.184 1.293-.271.162-.707.201-.795.205h-7.212c-.189 0-.341.162-.342.363a5.9 5.9 0 0 0 .315 1.974c.249.694.618 1.205 1.1 1.518.538.351 1.414.552 2.406.552q.674.003 1.337-.129a5.4 5.4 0 0 0 1.744-.675 4.9 4.9 0 0 0 1.19-1.038c.572-.689.912-1.456 1.165-2.138h.101c.626 0 1.01-.266 1.223-.49.14-.142.25-.316.322-.509l.045-.14z`}),(0,w.jsx)(`path`,{fill:`#60A5FA`,d:`M14.062 14.514h.967c.046 0 .084-.04.084-.09v-.917c0-.05-.037-.09-.084-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09M15.394 14.514h.967c.046 0 .084-.04.084-.09v-.917c0-.05-.037-.09-.084-.09h-.967c-.047 0-.085.04-.085.09v.917c0 .05.039.09.085.09M16.746 14.514h.967c.046 0 .084-.04.084-.09v-.917c0-.05-.037-.09-.084-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09M18.082 14.514h.967c.047 0 .084-.04.085-.09v-.917c0-.05-.038-.09-.085-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09M15.394 13.195h.967c.046 0 .084-.041.084-.09v-.918c0-.05-.038-.09-.084-.09h-.967c-.046 0-.084.04-.085.09v.917c0 .05.038.09.085.09M16.746 13.195h.967c.046 0 .084-.041.084-.09v-.918c0-.05-.038-.09-.084-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09M18.082 13.195h.967c.047 0 .084-.04.085-.09v-.918c0-.05-.038-.09-.085-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09M18.082 11.875h.967c.047 0 .084-.04.085-.09v-.917c0-.05-.038-.09-.085-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09M19.43 14.514h.967c.046 0 .084-.04.085-.09v-.917c0-.05-.038-.09-.085-.09h-.967c-.046 0-.084.04-.084.09v.917c0 .05.038.09.084.09`})]}),gn={ts:St,tsx:ft,mts:St,cts:St,js:Qe,jsx:dt,mjs:Qe,cjs:Qe,json:ze,jsonc:ze,py:ut,pyi:ut,rs:R,go:Ke,java:Xe,kt:et,swift:_t,c:Be,h:Be,cpp:He,hpp:He,cc:He,cs:Ue,rb:pt,php:st,lua:nt,jl:$e,hs:zt,nim:Wt,nix:Pt,zig:kt,v:Ct,sol:Rt,cmake:It,vue:wt,svelte:ht,astro:Ie,liquid:Mt,html:Ve,htm:Ve,css:Le,scss:Ht,sass:Ht,less:Re,md:F,mdx:Nt,markdown:F,txt:yt,ipynb:it,yaml:Dt,yml:Dt,toml:j,ini:j,cfg:j,conf:j,env:j,sh:z,bash:z,zsh:z,fish:z,ps1:z,bat:z,sql:Ge,db:Ge,sqlite:Ge,png:P,jpg:P,jpeg:P,gif:P,webp:P,ico:P,bmp:P,svg:gt,pdf:Bt,zip:Ut,tar:Ut,gz:Ut,mp3:k,wav:k,flac:k,ogg:k,m4a:k,mp4:V,webm:V,mkv:V,mov:V,ttf:H,otf:H,woff:H,woff2:H,csv:We,tsv:We,xml:Et,graphql:Je,gql:Je,lock:Lt,log:j},_n={"package.json":at,"package-lock.json":at,"pnpm-lock.yaml":ot,"pnpm-workspace.yaml":ot,"yarn.lock":Ot,"bun.lockb":Ft,"bun.lock":Ft,".gitignore":N,".gitattributes":N,".gitmodules":N,".gitkeep":N,".dockerignore":A,dockerfile:A,"docker-compose.yml":A,"docker-compose.yaml":A,"tsconfig.json":xt,"tsconfig.base.json":xt,"tsconfig.build.json":xt,"vite.config.ts":B,"vite.config.js":B,"vite.config.mjs":B,"vitest.config.ts":B,"vitest.config.js":B,"next.config.js":I,"next.config.ts":I,"next.config.mjs":I,"nuxt.config.ts":Vt,"tailwind.config.js":vt,"tailwind.config.ts":vt,"postcss.config.js":ct,"postcss.config.cjs":ct,"postcss.config.ts":ct,".eslintrc":M,".eslintrc.js":M,".eslintrc.json":M,".eslintrc.cjs":M,"eslint.config.js":M,"eslint.config.mjs":M,"eslint.config.ts":M,".prettierrc":L,".prettierrc.json":L,".prettierrc.js":L,"prettier.config.js":L,".editorconfig":At,".node-version":rt,".nvmrc":rt,"deno.json":jt,"deno.jsonc":jt,"cargo.toml":R,"cargo.lock":R,"go.mod":Ke,"go.sum":Ke,"build.gradle":qe,"build.gradle.kts":qe,"settings.gradle":qe,"schema.prisma":lt,makefile:j,rakefile:pt,"readme.md":F,"readme.mdx":Nt,"changelog.md":F,license:tt,"license.md":tt,"license.txt":tt,".env":j,".env.local":j,".env.example":j,".env.development":j,".env.production":j,"webpack.config.js":Tt,"webpack.config.ts":Tt,"jest.config.js":Ze,"jest.config.ts":Ze,"jest.config.mjs":Ze,"storybook.config.ts":mt,"main.tf":bt,"hugo.toml":Ye},vn={".git":{closed:N,opened:N},".github":{closed:Xt,opened:Xt},".vscode":{closed:fn,opened:fn},".claude":{closed:pn,opened:pn},".vercel":{closed:Yt,opened:Yt},src:{closed:W,opened:W},source:{closed:W,opened:W},app:{closed:U,opened:U},apps:{closed:U,opened:U},config:{closed:G,opened:G},configs:{closed:G,opened:G},constants:{closed:on,opened:on},context:{closed:K,opened:K},contexts:{closed:K,opened:K},core:{closed:Qt,opened:Qt},cypress:{closed:cn,opened:cn},database:{closed:q,opened:q},db:{closed:q,opened:q},docker:{closed:hn,opened:hn},docs:{closed:$,opened:$},documentation:{closed:$,opened:$},helpers:{closed:$t,opened:$t},hooks:{closed:sn,opened:sn},images:{closed:Q,opened:Q},img:{closed:Q,opened:Q},assets:{closed:Kt,opened:Kt},interfaces:{closed:X,opened:X},types:{closed:X,opened:X},layout:{closed:J,opened:J},layouts:{closed:J,opened:J},models:{closed:en,opened:en},modules:{closed:tn,opened:tn},node_modules:{closed:un,opened:un},prisma:{closed:Jt,opened:Jt},providers:{closed:rn,opened:rn},components:{closed:dn,opened:dn},routes:{closed:Z,opened:Z},router:{closed:Z,opened:Z},services:{closed:an,opened:an},shared:{closed:nn,opened:nn},supabase:{closed:Zt,opened:Zt},utils:{closed:Y,opened:Y},util:{closed:Y,opened:Y},".husky":{closed:mn,opened:mn},scripts:{closed:ln,opened:ln}};function yn(e){let t=e.toLowerCase(),n=_n[t];if(n)return n;let r=t.lastIndexOf(`.`);return r<0?j:gn[t.slice(r+1)]??j}function bn(e,t){let n=vn[e.toLowerCase()];return n?t?n.opened:n.closed:t?qt:Gt}export{Me as a,je as c,Se as d,C as f,Pe as i,De as l,bn as n,Ae as o,Ne as r,Fe as s,yn as t,Oe as u};
|