From 4a1e2a40970ec2f812c385dca972e4d0bcf0413f Mon Sep 17 00:00:00 2001
From: seth <git@ipv4.army>
Date: Mon, 19 May 2025 01:16:28 -0400
Subject: [PATCH] formatting

---
 biome.json                                    |    7 +-
 bun.lock                                      | 1079 +++++++--
 package.json                                  |    2 +-
 public/Abyssinian/default.json                |  446 +++-
 public/Abyssinian/eat.json                    | 1010 +++++++--
 public/Abyssinian/sad.json                    |  446 +++-
 public/Abyssinian/sleeping.json               |  938 ++++++--
 public/Abyssinian/sleepy.json                 |  416 +++-
 public/Abyssinian/wantSleep.json              | 1920 +++++++++++++----
 .../components/Hyperate/index.module.css      |   38 +-
 src/front/components/Lanyard/index.module.css |  140 +-
 .../components/pages/About/index.module.css   |   40 +-
 src/front/index.css                           |    2 +-
 src/front/index.html                          |    3 +-
 src/front/utilities/colors.module.css         |    2 +-
 src/front/utilities/snackbar/index.ts         |   12 +-
 src/index.ts                                  |    2 +-
 tsconfig.json                                 |   11 +-
 types/css.d.ts                                |    8 +-
 19 files changed, 5190 insertions(+), 1332 deletions(-)

diff --git a/biome.json b/biome.json
index bc06014..f5bed8c 100644
--- a/biome.json
+++ b/biome.json
@@ -7,7 +7,10 @@
 	},
 	"files": {
 		"ignoreUnknown": true,
-		"includes": ["**", "!**/dist/**"]
+		"includes": [
+			"**",
+			"!**/dist/**"
+		]
 	},
 	"formatter": {
 		"enabled": true,
@@ -58,4 +61,4 @@
 			"semicolons": "always"
 		}
 	}
-}
+}
\ No newline at end of file
diff --git a/bun.lock b/bun.lock
index fa2e12a..c003a91 100644
--- a/bun.lock
+++ b/bun.lock
@@ -25,200 +25,887 @@
     },
   },
   "packages": {
-    "@biomejs/biome": ["@biomejs/biome@2.0.0-beta.4", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.0.0-beta.4", "@biomejs/cli-darwin-x64": "2.0.0-beta.4", "@biomejs/cli-linux-arm64": "2.0.0-beta.4", "@biomejs/cli-linux-arm64-musl": "2.0.0-beta.4", "@biomejs/cli-linux-x64": "2.0.0-beta.4", "@biomejs/cli-linux-x64-musl": "2.0.0-beta.4", "@biomejs/cli-win32-arm64": "2.0.0-beta.4", "@biomejs/cli-win32-x64": "2.0.0-beta.4" }, "bin": { "biome": "bin/biome" } }, "sha512-xKdyKTTveVfNthvoyNPEsp+PXU3Iz1n4wgTQKWBEdqxgw4JpQ/W7gBBiLqjVtegEBCc4+sAp+MOA2UH9Tqfxpg=="],
-
-    "@biomejs/cli-darwin-arm64": ["@biomejs/cli-darwin-arm64@2.0.0-beta.4", "", { "os": "darwin", "cpu": "arm64" }, "sha512-gELCMhP72d2ADWBev3Fc11YO9j7LdfMBGrPetwWtsYSNMiqP/ww5rXxHkodqu/J63PSw0M8oGJ1slZbF4QsuRA=="],
-
-    "@biomejs/cli-darwin-x64": ["@biomejs/cli-darwin-x64@2.0.0-beta.4", "", { "os": "darwin", "cpu": "x64" }, "sha512-OnbNtCoG+Vhh3xuQcxnbeg1e54eBlyH6bhNc+7i2HS+diC3ntOtBttkV5menBzabktEGrE0d0L9ftwzuCL0zwQ=="],
-
-    "@biomejs/cli-linux-arm64": ["@biomejs/cli-linux-arm64@2.0.0-beta.4", "", { "os": "linux", "cpu": "arm64" }, "sha512-IzSohzD68di/uoGzXMK9B8gJrhU7v2czPCJOLuZH1WgRmK4ejUzaGyi1JpNpFlP1mRtfAWfbJkYP57BUD+4mSA=="],
-
-    "@biomejs/cli-linux-arm64-musl": ["@biomejs/cli-linux-arm64-musl@2.0.0-beta.4", "", { "os": "linux", "cpu": "arm64" }, "sha512-wZWLwJu/rwG5Z791lyhJI3Cu5JdkzIddU0wrIygFbYOIu4KyGPYIzAWX33HgtlmNfH0hVxByUke3J1Szzx9CjQ=="],
-
-    "@biomejs/cli-linux-x64": ["@biomejs/cli-linux-x64@2.0.0-beta.4", "", { "os": "linux", "cpu": "x64" }, "sha512-71NQPwTg9T/p/cE/k6P7tCBJmeg8vR1+bP4w6ADBT55SVL4pSEyaOsZ3LDIUrV5jkISh8UQsuwxy9F29pHpeqg=="],
-
-    "@biomejs/cli-linux-x64-musl": ["@biomejs/cli-linux-x64-musl@2.0.0-beta.4", "", { "os": "linux", "cpu": "x64" }, "sha512-OX6qS1jUYmk6+VtV1XWyDj2z5RS13JFv6ujEXLq1a3Cn86nzN5v/Dw/MuZYko3zAJ4BDNwlbNztvFVxmL1uWiA=="],
-
-    "@biomejs/cli-win32-arm64": ["@biomejs/cli-win32-arm64@2.0.0-beta.4", "", { "os": "win32", "cpu": "arm64" }, "sha512-SBYQqhJ19EcPbGshEd8k98du9gbfBFUqbmgqnTT/METPn+WyqIEnYcWLudjd+ujYHuMHYpXqSYxh+NYfL331eg=="],
-
-    "@biomejs/cli-win32-x64": ["@biomejs/cli-win32-x64@2.0.0-beta.4", "", { "os": "win32", "cpu": "x64" }, "sha512-2eGsMOwtm8mvicKMkegV2DW2EH0vQPF0Skt9n4enoFk8ABFtoxherTG8Us1fwlBrk9tA7gcshrdUilu35BmZdA=="],
-
-    "@floating-ui/utils": ["@floating-ui/utils@0.2.9", "", {}, "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg=="],
-
-    "@fontsource/roboto": ["@fontsource/roboto@5.2.5", "", {}, "sha512-70r2UZ0raqLn5W+sPeKhqlf8wGvUXFWlofaDlcbt/S3d06+17gXKr3VNqDODB0I1ASme3dGT5OJj9NABt7OTZQ=="],
-
-    "@fontsource/roboto-mono": ["@fontsource/roboto-mono@5.2.5", "", {}, "sha512-P1wrUBMFWfr+tuUIY10MzdRTBcl9f011CbZV1fXqcCk40Xmtn91l1V1daVuQ+JPctYEVYazabvaK+sUEThgnyw=="],
-
-    "@isaacs/cliui": ["@isaacs/cliui@8.0.2", "", { "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", "strip-ansi": "^7.0.1", "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", "wrap-ansi": "^8.1.0", "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" } }, "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA=="],
-
-    "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.8", "", { "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA=="],
-
-    "@jridgewell/resolve-uri": ["@jridgewell/resolve-uri@3.1.2", "", {}, "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="],
-
-    "@jridgewell/set-array": ["@jridgewell/set-array@1.2.1", "", {}, "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A=="],
-
-    "@jridgewell/source-map": ["@jridgewell/source-map@0.3.6", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" } }, "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ=="],
-
-    "@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="],
-
-    "@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.25", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ=="],
-
-    "@lit-labs/ssr-dom-shim": ["@lit-labs/ssr-dom-shim@1.3.0", "", {}, "sha512-nQIWonJ6eFAvUUrSlwyHDm/aE8PBDu5kRpL0vHMg6K8fK3Diq1xdPjTnsJSwxABhaZ+5eBi1btQB5ShUTKo4nQ=="],
-
-    "@lit/localize": ["@lit/localize@0.12.2", "", { "dependencies": { "lit": "^3.2.0" } }, "sha512-Qv9kvgJKDq/JVSwXOxuWvQnnOBysHA99ti9im9a4fImCmx+fto+XXcUYQbjZHqiueEEc4V20PcRDPO+1g/6seQ=="],
-
-    "@lit/reactive-element": ["@lit/reactive-element@2.1.0", "", { "dependencies": { "@lit-labs/ssr-dom-shim": "^1.2.0" } }, "sha512-L2qyoZSQClcBmq0qajBVbhYEcG6iK0XfLn66ifLe/RfC0/ihpc+pl0Wdn8bJ8o+hj38cG0fGXRgSS20MuXn7qA=="],
-
-    "@material/material-color-utilities": ["@material/material-color-utilities@0.3.0", "", {}, "sha512-ztmtTd6xwnuh2/xu+Vb01btgV8SQWYCaK56CkRK8gEkWe5TuDyBcYJ0wgkMRn+2VcE9KUmhvkz+N9GHrqw/C0g=="],
-
-    "@mdui/icons": ["@mdui/icons@1.0.3", "", { "dependencies": { "@mdui/shared": "^1.0.8", "lit": "^3.3.0", "tslib": "^2.8.1" } }, "sha512-Jq9juUqIJMBvIRSTr0qBKiqnlbY5pVUzUP20EHSN8dT7GcqN7bq0AL8MASL5DxKs09kgcERq+z5bHJOkz/VDlA=="],
-
-    "@mdui/jq": ["@mdui/jq@3.0.3", "", { "dependencies": { "ssr-window": "^5.0.0", "tslib": "^2.8.1" } }, "sha512-nI8QK9UPHhiIbECrC1aMdLXNxP6WgUtC9XwRPs/e56FtwduePyxPyloXmgU8VYw85i6TtYdgClHS9tW8JweNZA=="],
-
-    "@mdui/shared": ["@mdui/shared@1.0.8", "", { "dependencies": { "@lit/reactive-element": "^2.1.0", "@mdui/jq": "^3.0.3", "lit": "^3.3.0", "ssr-window": "^5.0.0", "tslib": "^2.8.1" } }, "sha512-YY863fjHBuk8KtiO4uLDm1YyIVdGrWv4xUxfv8jP32WqIQBkSTbV7HN8jnKXXIej0NFP7pU89yGr4GJYzVszPg=="],
-
-    "@speed-highlight/core": ["@speed-highlight/core@1.2.7", "", {}, "sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g=="],
-
-    "@types/bun": ["@types/bun@1.2.12", "", { "dependencies": { "bun-types": "1.2.12" } }, "sha512-lY/GQTXDGsolT/TiH72p1tuyUORuRrdV7VwOTOjDOt8uTBJQOJc5zz3ufwwDl0VBaoxotSk4LdP0hhjLJ6ypIQ=="],
-
-    "@types/node": ["@types/node@22.14.1", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw=="],
-
-    "@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="],
-
-    "acorn": ["acorn@8.14.1", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg=="],
-
-    "ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
-
-    "ansi-styles": ["ansi-styles@6.2.1", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="],
-
-    "balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="],
-
-    "brace-expansion": ["brace-expansion@2.0.1", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="],
-
-    "buffer-from": ["buffer-from@1.1.2", "", {}, "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="],
-
-    "bun-types": ["bun-types@1.2.12", "", { "dependencies": { "@types/node": "*" } }, "sha512-tvWMx5vPqbRXgE8WUZI94iS1xAYs8bkqESR9cxBB1Wi+urvfTrF1uzuDgBHFAdO0+d2lmsbG3HmeKMvUyj6pWA=="],
-
-    "classcat": ["classcat@5.0.5", "", {}, "sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w=="],
-
-    "color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="],
-
-    "color-name": ["color-name@1.1.4", "", {}, "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="],
-
-    "commander": ["commander@12.1.0", "", {}, "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA=="],
-
-    "cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],
-
-    "cssesc": ["cssesc@3.0.0", "", { "bin": { "cssesc": "bin/cssesc" } }, "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="],
-
-    "eastasianwidth": ["eastasianwidth@0.2.0", "", {}, "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="],
-
-    "emoji-regex": ["emoji-regex@9.2.2", "", {}, "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="],
-
-    "foreground-child": ["foreground-child@3.3.1", "", { "dependencies": { "cross-spawn": "^7.0.6", "signal-exit": "^4.0.1" } }, "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="],
-
-    "glob": ["glob@11.0.2", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^4.0.1", "minimatch": "^10.0.0", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ=="],
-
-    "is-fullwidth-code-point": ["is-fullwidth-code-point@3.0.0", "", {}, "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="],
-
-    "is-promise": ["is-promise@4.0.0", "", {}, "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="],
-
-    "isexe": ["isexe@2.0.0", "", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
-
-    "jackspeak": ["jackspeak@4.1.0", "", { "dependencies": { "@isaacs/cliui": "^8.0.2" } }, "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw=="],
-
-    "lit": ["lit@3.3.0", "", { "dependencies": { "@lit/reactive-element": "^2.1.0", "lit-element": "^4.2.0", "lit-html": "^3.3.0" } }, "sha512-DGVsqsOIHBww2DqnuZzW7QsuCdahp50ojuDaBPC7jUDRpYoH0z7kHBBYZewRzer75FwtrkmkKk7iOAwSaWdBmw=="],
-
-    "lit-element": ["lit-element@4.2.0", "", { "dependencies": { "@lit-labs/ssr-dom-shim": "^1.2.0", "@lit/reactive-element": "^2.1.0", "lit-html": "^3.3.0" } }, "sha512-MGrXJVAI5x+Bfth/pU9Kst1iWID6GHDLEzFEnyULB/sFiRLgkd8NPK/PeeXxktA3T6EIIaq8U3KcbTU5XFcP2Q=="],
-
-    "lit-html": ["lit-html@3.3.0", "", { "dependencies": { "@types/trusted-types": "^2.0.2" } }, "sha512-RHoswrFAxY2d8Cf2mm4OZ1DgzCoBKUKSPvA1fhtSELxUERq2aQQ2h05pO9j81gS1o7RIRJ+CePLogfyahwmynw=="],
-
-    "lru-cache": ["lru-cache@11.1.0", "", {}, "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A=="],
-
-    "mdui": ["mdui@2.1.4", "", { "dependencies": { "@floating-ui/utils": "^0.2.9", "@lit/localize": "^0.12.2", "@lit/reactive-element": "^2.1.0", "@material/material-color-utilities": "^0.3.0", "@mdui/jq": "^3.0.3", "@mdui/shared": "^1.0.8", "classcat": "^5.0.5", "is-promise": "^4.0.0", "lit": "^3.3.0", "ssr-window": "^5.0.0", "tslib": "^2.8.1" } }, "sha512-QtK5xia5HXtVO7yH30QjwvvNruw5JdrJL1MEc1k6S/ZfsbHOj6BxxdYjrdv2HiN5ikkGqt5CIbZdFyq6shaZyw=="],
-
-    "minimatch": ["minimatch@10.0.1", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ=="],
-
-    "minipass": ["minipass@7.1.2", "", {}, "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="],
-
-    "nanoid": ["nanoid@3.3.11", "", { "bin": { "nanoid": "bin/nanoid.cjs" } }, "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="],
-
-    "package-json-from-dist": ["package-json-from-dist@1.0.1", "", {}, "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="],
-
-    "path-key": ["path-key@3.1.1", "", {}, "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="],
-
-    "path-scurry": ["path-scurry@2.0.0", "", { "dependencies": { "lru-cache": "^11.0.0", "minipass": "^7.1.2" } }, "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg=="],
-
-    "picocolors": ["picocolors@1.1.1", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="],
-
-    "postcss": ["postcss@8.5.3", "", { "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A=="],
-
-    "postcss-selector-parser": ["postcss-selector-parser@6.1.2", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg=="],
-
-    "purgecss": ["purgecss@7.0.2", "", { "dependencies": { "commander": "^12.1.0", "glob": "^11.0.0", "postcss": "^8.4.47", "postcss-selector-parser": "^6.1.2" }, "bin": { "purgecss": "bin/purgecss.js" } }, "sha512-4Ku8KoxNhOWi9X1XJ73XY5fv+I+hhTRedKpGs/2gaBKU8ijUiIKF/uyyIyh7Wo713bELSICF5/NswjcuOqYouQ=="],
-
-    "reconnecting-websocket": ["reconnecting-websocket@4.4.0", "", {}, "sha512-D2E33ceRPga0NvTDhJmphEgJ7FUYF0v4lr1ki0csq06OdlxKfugGzN0dSkxM/NfqCxYELK4KcaTOUOjTV6Dcng=="],
-
-    "shebang-command": ["shebang-command@2.0.0", "", { "dependencies": { "shebang-regex": "^3.0.0" } }, "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="],
-
-    "shebang-regex": ["shebang-regex@3.0.0", "", {}, "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="],
-
-    "signal-exit": ["signal-exit@4.1.0", "", {}, "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="],
-
-    "source-map": ["source-map@0.6.1", "", {}, "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="],
-
-    "source-map-js": ["source-map-js@1.2.1", "", {}, "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="],
-
-    "source-map-support": ["source-map-support@0.5.21", "", { "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w=="],
-
-    "ssr-window": ["ssr-window@5.0.0", "", {}, "sha512-3Iqawoo0DkAaUEScd80SYq3I5clEFDVy//DdzjHXACj/hqcKzsnMzRZ1yHRj+r5dW3UeXNs30ofnhP6YSWg5iA=="],
-
-    "string-width": ["string-width@5.1.2", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA=="],
-
-    "string-width-cjs": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="],
-
-    "strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="],
-
-    "strip-ansi-cjs": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
-
-    "terser": ["terser@5.39.2", "", { "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.14.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, "bin": { "terser": "bin/terser" } }, "sha512-yEPUmWve+VA78bI71BW70Dh0TuV4HHd+I5SHOAfS1+QBOmvmCiiffgjR8ryyEd3KIfvPGFqoADt8LdQ6XpXIvg=="],
-
-    "tslib": ["tslib@2.8.1", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],
-
-    "tsx-dom": ["tsx-dom@3.1.0", "", { "dependencies": { "tsx-dom-types": "2.1.0" } }, "sha512-PGN7iL6zNC4Jj7bA1groSIz5mFB3Rr+SeoywZk2g4+c9uV8wwzCf+5tFQ8SyZxQIBHech3ueB0KxV3OFieqhOA=="],
-
-    "tsx-dom-types": ["tsx-dom-types@2.1.0", "", {}, "sha512-pZaMTrMRNom+D1b82K+1cWVMuogXrD/ANI42UYxilw27tF+tDCgj7GrD1XLmCxbHPDO2zxfmFuaz04KIEfWydQ=="],
-
-    "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="],
-
-    "undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="],
-
-    "util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="],
-
-    "which": ["which@2.0.2", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "./bin/node-which" } }, "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="],
-
-    "wrap-ansi": ["wrap-ansi@8.1.0", "", { "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", "strip-ansi": "^7.0.1" } }, "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ=="],
-
-    "wrap-ansi-cjs": ["wrap-ansi@7.0.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="],
-
-    "string-width-cjs/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
-
-    "string-width-cjs/strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
-
-    "strip-ansi-cjs/ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
-
-    "terser/commander": ["commander@2.20.3", "", {}, "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="],
-
-    "wrap-ansi-cjs/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="],
-
-    "wrap-ansi-cjs/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="],
-
-    "wrap-ansi-cjs/strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
-
-    "string-width-cjs/strip-ansi/ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
-
-    "wrap-ansi-cjs/string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
-
-    "wrap-ansi-cjs/strip-ansi/ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
+    "@biomejs/biome": [
+      "@biomejs/biome@2.0.0-beta.4",
+      "",
+      {
+        "optionalDependencies": {
+          "@biomejs/cli-darwin-arm64": "2.0.0-beta.4",
+          "@biomejs/cli-darwin-x64": "2.0.0-beta.4",
+          "@biomejs/cli-linux-arm64": "2.0.0-beta.4",
+          "@biomejs/cli-linux-arm64-musl": "2.0.0-beta.4",
+          "@biomejs/cli-linux-x64": "2.0.0-beta.4",
+          "@biomejs/cli-linux-x64-musl": "2.0.0-beta.4",
+          "@biomejs/cli-win32-arm64": "2.0.0-beta.4",
+          "@biomejs/cli-win32-x64": "2.0.0-beta.4"
+        },
+        "bin": {
+          "biome": "bin/biome"
+        }
+      },
+      "sha512-xKdyKTTveVfNthvoyNPEsp+PXU3Iz1n4wgTQKWBEdqxgw4JpQ/W7gBBiLqjVtegEBCc4+sAp+MOA2UH9Tqfxpg=="
+    ],
+    "@biomejs/cli-darwin-arm64": [
+      "@biomejs/cli-darwin-arm64@2.0.0-beta.4",
+      "",
+      {
+        "os": "darwin",
+        "cpu": "arm64"
+      },
+      "sha512-gELCMhP72d2ADWBev3Fc11YO9j7LdfMBGrPetwWtsYSNMiqP/ww5rXxHkodqu/J63PSw0M8oGJ1slZbF4QsuRA=="
+    ],
+    "@biomejs/cli-darwin-x64": [
+      "@biomejs/cli-darwin-x64@2.0.0-beta.4",
+      "",
+      {
+        "os": "darwin",
+        "cpu": "x64"
+      },
+      "sha512-OnbNtCoG+Vhh3xuQcxnbeg1e54eBlyH6bhNc+7i2HS+diC3ntOtBttkV5menBzabktEGrE0d0L9ftwzuCL0zwQ=="
+    ],
+    "@biomejs/cli-linux-arm64": [
+      "@biomejs/cli-linux-arm64@2.0.0-beta.4",
+      "",
+      {
+        "os": "linux",
+        "cpu": "arm64"
+      },
+      "sha512-IzSohzD68di/uoGzXMK9B8gJrhU7v2czPCJOLuZH1WgRmK4ejUzaGyi1JpNpFlP1mRtfAWfbJkYP57BUD+4mSA=="
+    ],
+    "@biomejs/cli-linux-arm64-musl": [
+      "@biomejs/cli-linux-arm64-musl@2.0.0-beta.4",
+      "",
+      {
+        "os": "linux",
+        "cpu": "arm64"
+      },
+      "sha512-wZWLwJu/rwG5Z791lyhJI3Cu5JdkzIddU0wrIygFbYOIu4KyGPYIzAWX33HgtlmNfH0hVxByUke3J1Szzx9CjQ=="
+    ],
+    "@biomejs/cli-linux-x64": [
+      "@biomejs/cli-linux-x64@2.0.0-beta.4",
+      "",
+      {
+        "os": "linux",
+        "cpu": "x64"
+      },
+      "sha512-71NQPwTg9T/p/cE/k6P7tCBJmeg8vR1+bP4w6ADBT55SVL4pSEyaOsZ3LDIUrV5jkISh8UQsuwxy9F29pHpeqg=="
+    ],
+    "@biomejs/cli-linux-x64-musl": [
+      "@biomejs/cli-linux-x64-musl@2.0.0-beta.4",
+      "",
+      {
+        "os": "linux",
+        "cpu": "x64"
+      },
+      "sha512-OX6qS1jUYmk6+VtV1XWyDj2z5RS13JFv6ujEXLq1a3Cn86nzN5v/Dw/MuZYko3zAJ4BDNwlbNztvFVxmL1uWiA=="
+    ],
+    "@biomejs/cli-win32-arm64": [
+      "@biomejs/cli-win32-arm64@2.0.0-beta.4",
+      "",
+      {
+        "os": "win32",
+        "cpu": "arm64"
+      },
+      "sha512-SBYQqhJ19EcPbGshEd8k98du9gbfBFUqbmgqnTT/METPn+WyqIEnYcWLudjd+ujYHuMHYpXqSYxh+NYfL331eg=="
+    ],
+    "@biomejs/cli-win32-x64": [
+      "@biomejs/cli-win32-x64@2.0.0-beta.4",
+      "",
+      {
+        "os": "win32",
+        "cpu": "x64"
+      },
+      "sha512-2eGsMOwtm8mvicKMkegV2DW2EH0vQPF0Skt9n4enoFk8ABFtoxherTG8Us1fwlBrk9tA7gcshrdUilu35BmZdA=="
+    ],
+    "@floating-ui/utils": [
+      "@floating-ui/utils@0.2.9",
+      "",
+      {},
+      "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg=="
+    ],
+    "@fontsource/roboto": [
+      "@fontsource/roboto@5.2.5",
+      "",
+      {},
+      "sha512-70r2UZ0raqLn5W+sPeKhqlf8wGvUXFWlofaDlcbt/S3d06+17gXKr3VNqDODB0I1ASme3dGT5OJj9NABt7OTZQ=="
+    ],
+    "@fontsource/roboto-mono": [
+      "@fontsource/roboto-mono@5.2.5",
+      "",
+      {},
+      "sha512-P1wrUBMFWfr+tuUIY10MzdRTBcl9f011CbZV1fXqcCk40Xmtn91l1V1daVuQ+JPctYEVYazabvaK+sUEThgnyw=="
+    ],
+    "@isaacs/cliui": [
+      "@isaacs/cliui@8.0.2",
+      "",
+      {
+        "dependencies": {
+          "string-width": "^5.1.2",
+          "string-width-cjs": "npm:string-width@^4.2.0",
+          "strip-ansi": "^7.0.1",
+          "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
+          "wrap-ansi": "^8.1.0",
+          "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
+        }
+      },
+      "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA=="
+    ],
+    "@jridgewell/gen-mapping": [
+      "@jridgewell/gen-mapping@0.3.8",
+      "",
+      {
+        "dependencies": {
+          "@jridgewell/set-array": "^1.2.1",
+          "@jridgewell/sourcemap-codec": "^1.4.10",
+          "@jridgewell/trace-mapping": "^0.3.24"
+        }
+      },
+      "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA=="
+    ],
+    "@jridgewell/resolve-uri": [
+      "@jridgewell/resolve-uri@3.1.2",
+      "",
+      {},
+      "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="
+    ],
+    "@jridgewell/set-array": [
+      "@jridgewell/set-array@1.2.1",
+      "",
+      {},
+      "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A=="
+    ],
+    "@jridgewell/source-map": [
+      "@jridgewell/source-map@0.3.6",
+      "",
+      {
+        "dependencies": {
+          "@jridgewell/gen-mapping": "^0.3.5",
+          "@jridgewell/trace-mapping": "^0.3.25"
+        }
+      },
+      "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ=="
+    ],
+    "@jridgewell/sourcemap-codec": [
+      "@jridgewell/sourcemap-codec@1.5.0",
+      "",
+      {},
+      "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
+    ],
+    "@jridgewell/trace-mapping": [
+      "@jridgewell/trace-mapping@0.3.25",
+      "",
+      {
+        "dependencies": {
+          "@jridgewell/resolve-uri": "^3.1.0",
+          "@jridgewell/sourcemap-codec": "^1.4.14"
+        }
+      },
+      "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ=="
+    ],
+    "@lit-labs/ssr-dom-shim": [
+      "@lit-labs/ssr-dom-shim@1.3.0",
+      "",
+      {},
+      "sha512-nQIWonJ6eFAvUUrSlwyHDm/aE8PBDu5kRpL0vHMg6K8fK3Diq1xdPjTnsJSwxABhaZ+5eBi1btQB5ShUTKo4nQ=="
+    ],
+    "@lit/localize": [
+      "@lit/localize@0.12.2",
+      "",
+      {
+        "dependencies": {
+          "lit": "^3.2.0"
+        }
+      },
+      "sha512-Qv9kvgJKDq/JVSwXOxuWvQnnOBysHA99ti9im9a4fImCmx+fto+XXcUYQbjZHqiueEEc4V20PcRDPO+1g/6seQ=="
+    ],
+    "@lit/reactive-element": [
+      "@lit/reactive-element@2.1.0",
+      "",
+      {
+        "dependencies": {
+          "@lit-labs/ssr-dom-shim": "^1.2.0"
+        }
+      },
+      "sha512-L2qyoZSQClcBmq0qajBVbhYEcG6iK0XfLn66ifLe/RfC0/ihpc+pl0Wdn8bJ8o+hj38cG0fGXRgSS20MuXn7qA=="
+    ],
+    "@material/material-color-utilities": [
+      "@material/material-color-utilities@0.3.0",
+      "",
+      {},
+      "sha512-ztmtTd6xwnuh2/xu+Vb01btgV8SQWYCaK56CkRK8gEkWe5TuDyBcYJ0wgkMRn+2VcE9KUmhvkz+N9GHrqw/C0g=="
+    ],
+    "@mdui/icons": [
+      "@mdui/icons@1.0.3",
+      "",
+      {
+        "dependencies": {
+          "@mdui/shared": "^1.0.8",
+          "lit": "^3.3.0",
+          "tslib": "^2.8.1"
+        }
+      },
+      "sha512-Jq9juUqIJMBvIRSTr0qBKiqnlbY5pVUzUP20EHSN8dT7GcqN7bq0AL8MASL5DxKs09kgcERq+z5bHJOkz/VDlA=="
+    ],
+    "@mdui/jq": [
+      "@mdui/jq@3.0.3",
+      "",
+      {
+        "dependencies": {
+          "ssr-window": "^5.0.0",
+          "tslib": "^2.8.1"
+        }
+      },
+      "sha512-nI8QK9UPHhiIbECrC1aMdLXNxP6WgUtC9XwRPs/e56FtwduePyxPyloXmgU8VYw85i6TtYdgClHS9tW8JweNZA=="
+    ],
+    "@mdui/shared": [
+      "@mdui/shared@1.0.8",
+      "",
+      {
+        "dependencies": {
+          "@lit/reactive-element": "^2.1.0",
+          "@mdui/jq": "^3.0.3",
+          "lit": "^3.3.0",
+          "ssr-window": "^5.0.0",
+          "tslib": "^2.8.1"
+        }
+      },
+      "sha512-YY863fjHBuk8KtiO4uLDm1YyIVdGrWv4xUxfv8jP32WqIQBkSTbV7HN8jnKXXIej0NFP7pU89yGr4GJYzVszPg=="
+    ],
+    "@speed-highlight/core": [
+      "@speed-highlight/core@1.2.7",
+      "",
+      {},
+      "sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g=="
+    ],
+    "@types/bun": [
+      "@types/bun@1.2.12",
+      "",
+      {
+        "dependencies": {
+          "bun-types": "1.2.12"
+        }
+      },
+      "sha512-lY/GQTXDGsolT/TiH72p1tuyUORuRrdV7VwOTOjDOt8uTBJQOJc5zz3ufwwDl0VBaoxotSk4LdP0hhjLJ6ypIQ=="
+    ],
+    "@types/node": [
+      "@types/node@22.14.1",
+      "",
+      {
+        "dependencies": {
+          "undici-types": "~6.21.0"
+        }
+      },
+      "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw=="
+    ],
+    "@types/trusted-types": [
+      "@types/trusted-types@2.0.7",
+      "",
+      {},
+      "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
+    ],
+    "acorn": [
+      "acorn@8.14.1",
+      "",
+      {
+        "bin": {
+          "acorn": "bin/acorn"
+        }
+      },
+      "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg=="
+    ],
+    "ansi-regex": [
+      "ansi-regex@6.1.0",
+      "",
+      {},
+      "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="
+    ],
+    "ansi-styles": [
+      "ansi-styles@6.2.1",
+      "",
+      {},
+      "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="
+    ],
+    "balanced-match": [
+      "balanced-match@1.0.2",
+      "",
+      {},
+      "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+    ],
+    "brace-expansion": [
+      "brace-expansion@2.0.1",
+      "",
+      {
+        "dependencies": {
+          "balanced-match": "^1.0.0"
+        }
+      },
+      "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="
+    ],
+    "buffer-from": [
+      "buffer-from@1.1.2",
+      "",
+      {},
+      "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
+    ],
+    "bun-types": [
+      "bun-types@1.2.12",
+      "",
+      {
+        "dependencies": {
+          "@types/node": "*"
+        }
+      },
+      "sha512-tvWMx5vPqbRXgE8WUZI94iS1xAYs8bkqESR9cxBB1Wi+urvfTrF1uzuDgBHFAdO0+d2lmsbG3HmeKMvUyj6pWA=="
+    ],
+    "classcat": [
+      "classcat@5.0.5",
+      "",
+      {},
+      "sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w=="
+    ],
+    "color-convert": [
+      "color-convert@2.0.1",
+      "",
+      {
+        "dependencies": {
+          "color-name": "~1.1.4"
+        }
+      },
+      "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
+    ],
+    "color-name": [
+      "color-name@1.1.4",
+      "",
+      {},
+      "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+    ],
+    "commander": [
+      "commander@12.1.0",
+      "",
+      {},
+      "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA=="
+    ],
+    "cross-spawn": [
+      "cross-spawn@7.0.6",
+      "",
+      {
+        "dependencies": {
+          "path-key": "^3.1.0",
+          "shebang-command": "^2.0.0",
+          "which": "^2.0.1"
+        }
+      },
+      "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="
+    ],
+    "cssesc": [
+      "cssesc@3.0.0",
+      "",
+      {
+        "bin": {
+          "cssesc": "bin/cssesc"
+        }
+      },
+      "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
+    ],
+    "eastasianwidth": [
+      "eastasianwidth@0.2.0",
+      "",
+      {},
+      "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
+    ],
+    "emoji-regex": [
+      "emoji-regex@9.2.2",
+      "",
+      {},
+      "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
+    ],
+    "foreground-child": [
+      "foreground-child@3.3.1",
+      "",
+      {
+        "dependencies": {
+          "cross-spawn": "^7.0.6",
+          "signal-exit": "^4.0.1"
+        }
+      },
+      "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="
+    ],
+    "glob": [
+      "glob@11.0.2",
+      "",
+      {
+        "dependencies": {
+          "foreground-child": "^3.1.0",
+          "jackspeak": "^4.0.1",
+          "minimatch": "^10.0.0",
+          "minipass": "^7.1.2",
+          "package-json-from-dist": "^1.0.0",
+          "path-scurry": "^2.0.0"
+        },
+        "bin": {
+          "glob": "dist/esm/bin.mjs"
+        }
+      },
+      "sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ=="
+    ],
+    "is-fullwidth-code-point": [
+      "is-fullwidth-code-point@3.0.0",
+      "",
+      {},
+      "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
+    ],
+    "is-promise": [
+      "is-promise@4.0.0",
+      "",
+      {},
+      "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ=="
+    ],
+    "isexe": [
+      "isexe@2.0.0",
+      "",
+      {},
+      "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
+    ],
+    "jackspeak": [
+      "jackspeak@4.1.0",
+      "",
+      {
+        "dependencies": {
+          "@isaacs/cliui": "^8.0.2"
+        }
+      },
+      "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw=="
+    ],
+    "lit": [
+      "lit@3.3.0",
+      "",
+      {
+        "dependencies": {
+          "@lit/reactive-element": "^2.1.0",
+          "lit-element": "^4.2.0",
+          "lit-html": "^3.3.0"
+        }
+      },
+      "sha512-DGVsqsOIHBww2DqnuZzW7QsuCdahp50ojuDaBPC7jUDRpYoH0z7kHBBYZewRzer75FwtrkmkKk7iOAwSaWdBmw=="
+    ],
+    "lit-element": [
+      "lit-element@4.2.0",
+      "",
+      {
+        "dependencies": {
+          "@lit-labs/ssr-dom-shim": "^1.2.0",
+          "@lit/reactive-element": "^2.1.0",
+          "lit-html": "^3.3.0"
+        }
+      },
+      "sha512-MGrXJVAI5x+Bfth/pU9Kst1iWID6GHDLEzFEnyULB/sFiRLgkd8NPK/PeeXxktA3T6EIIaq8U3KcbTU5XFcP2Q=="
+    ],
+    "lit-html": [
+      "lit-html@3.3.0",
+      "",
+      {
+        "dependencies": {
+          "@types/trusted-types": "^2.0.2"
+        }
+      },
+      "sha512-RHoswrFAxY2d8Cf2mm4OZ1DgzCoBKUKSPvA1fhtSELxUERq2aQQ2h05pO9j81gS1o7RIRJ+CePLogfyahwmynw=="
+    ],
+    "lru-cache": [
+      "lru-cache@11.1.0",
+      "",
+      {},
+      "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A=="
+    ],
+    "mdui": [
+      "mdui@2.1.4",
+      "",
+      {
+        "dependencies": {
+          "@floating-ui/utils": "^0.2.9",
+          "@lit/localize": "^0.12.2",
+          "@lit/reactive-element": "^2.1.0",
+          "@material/material-color-utilities": "^0.3.0",
+          "@mdui/jq": "^3.0.3",
+          "@mdui/shared": "^1.0.8",
+          "classcat": "^5.0.5",
+          "is-promise": "^4.0.0",
+          "lit": "^3.3.0",
+          "ssr-window": "^5.0.0",
+          "tslib": "^2.8.1"
+        }
+      },
+      "sha512-QtK5xia5HXtVO7yH30QjwvvNruw5JdrJL1MEc1k6S/ZfsbHOj6BxxdYjrdv2HiN5ikkGqt5CIbZdFyq6shaZyw=="
+    ],
+    "minimatch": [
+      "minimatch@10.0.1",
+      "",
+      {
+        "dependencies": {
+          "brace-expansion": "^2.0.1"
+        }
+      },
+      "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ=="
+    ],
+    "minipass": [
+      "minipass@7.1.2",
+      "",
+      {},
+      "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
+    ],
+    "nanoid": [
+      "nanoid@3.3.11",
+      "",
+      {
+        "bin": {
+          "nanoid": "bin/nanoid.cjs"
+        }
+      },
+      "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
+    ],
+    "package-json-from-dist": [
+      "package-json-from-dist@1.0.1",
+      "",
+      {},
+      "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
+    ],
+    "path-key": [
+      "path-key@3.1.1",
+      "",
+      {},
+      "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
+    ],
+    "path-scurry": [
+      "path-scurry@2.0.0",
+      "",
+      {
+        "dependencies": {
+          "lru-cache": "^11.0.0",
+          "minipass": "^7.1.2"
+        }
+      },
+      "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg=="
+    ],
+    "picocolors": [
+      "picocolors@1.1.1",
+      "",
+      {},
+      "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
+    ],
+    "postcss": [
+      "postcss@8.5.3",
+      "",
+      {
+        "dependencies": {
+          "nanoid": "^3.3.8",
+          "picocolors": "^1.1.1",
+          "source-map-js": "^1.2.1"
+        }
+      },
+      "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A=="
+    ],
+    "postcss-selector-parser": [
+      "postcss-selector-parser@6.1.2",
+      "",
+      {
+        "dependencies": {
+          "cssesc": "^3.0.0",
+          "util-deprecate": "^1.0.2"
+        }
+      },
+      "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg=="
+    ],
+    "purgecss": [
+      "purgecss@7.0.2",
+      "",
+      {
+        "dependencies": {
+          "commander": "^12.1.0",
+          "glob": "^11.0.0",
+          "postcss": "^8.4.47",
+          "postcss-selector-parser": "^6.1.2"
+        },
+        "bin": {
+          "purgecss": "bin/purgecss.js"
+        }
+      },
+      "sha512-4Ku8KoxNhOWi9X1XJ73XY5fv+I+hhTRedKpGs/2gaBKU8ijUiIKF/uyyIyh7Wo713bELSICF5/NswjcuOqYouQ=="
+    ],
+    "reconnecting-websocket": [
+      "reconnecting-websocket@4.4.0",
+      "",
+      {},
+      "sha512-D2E33ceRPga0NvTDhJmphEgJ7FUYF0v4lr1ki0csq06OdlxKfugGzN0dSkxM/NfqCxYELK4KcaTOUOjTV6Dcng=="
+    ],
+    "shebang-command": [
+      "shebang-command@2.0.0",
+      "",
+      {
+        "dependencies": {
+          "shebang-regex": "^3.0.0"
+        }
+      },
+      "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA=="
+    ],
+    "shebang-regex": [
+      "shebang-regex@3.0.0",
+      "",
+      {},
+      "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
+    ],
+    "signal-exit": [
+      "signal-exit@4.1.0",
+      "",
+      {},
+      "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="
+    ],
+    "source-map": [
+      "source-map@0.6.1",
+      "",
+      {},
+      "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+    ],
+    "source-map-js": [
+      "source-map-js@1.2.1",
+      "",
+      {},
+      "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
+    ],
+    "source-map-support": [
+      "source-map-support@0.5.21",
+      "",
+      {
+        "dependencies": {
+          "buffer-from": "^1.0.0",
+          "source-map": "^0.6.0"
+        }
+      },
+      "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w=="
+    ],
+    "ssr-window": [
+      "ssr-window@5.0.0",
+      "",
+      {},
+      "sha512-3Iqawoo0DkAaUEScd80SYq3I5clEFDVy//DdzjHXACj/hqcKzsnMzRZ1yHRj+r5dW3UeXNs30ofnhP6YSWg5iA=="
+    ],
+    "string-width": [
+      "string-width@5.1.2",
+      "",
+      {
+        "dependencies": {
+          "eastasianwidth": "^0.2.0",
+          "emoji-regex": "^9.2.2",
+          "strip-ansi": "^7.0.1"
+        }
+      },
+      "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA=="
+    ],
+    "string-width-cjs": [
+      "string-width@4.2.3",
+      "",
+      {
+        "dependencies": {
+          "emoji-regex": "^8.0.0",
+          "is-fullwidth-code-point": "^3.0.0",
+          "strip-ansi": "^6.0.1"
+        }
+      },
+      "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="
+    ],
+    "strip-ansi": [
+      "strip-ansi@7.1.0",
+      "",
+      {
+        "dependencies": {
+          "ansi-regex": "^6.0.1"
+        }
+      },
+      "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="
+    ],
+    "strip-ansi-cjs": [
+      "strip-ansi@6.0.1",
+      "",
+      {
+        "dependencies": {
+          "ansi-regex": "^5.0.1"
+        }
+      },
+      "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="
+    ],
+    "terser": [
+      "terser@5.39.2",
+      "",
+      {
+        "dependencies": {
+          "@jridgewell/source-map": "^0.3.3",
+          "acorn": "^8.14.0",
+          "commander": "^2.20.0",
+          "source-map-support": "~0.5.20"
+        },
+        "bin": {
+          "terser": "bin/terser"
+        }
+      },
+      "sha512-yEPUmWve+VA78bI71BW70Dh0TuV4HHd+I5SHOAfS1+QBOmvmCiiffgjR8ryyEd3KIfvPGFqoADt8LdQ6XpXIvg=="
+    ],
+    "tslib": [
+      "tslib@2.8.1",
+      "",
+      {},
+      "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
+    ],
+    "tsx-dom": [
+      "tsx-dom@3.1.0",
+      "",
+      {
+        "dependencies": {
+          "tsx-dom-types": "2.1.0"
+        }
+      },
+      "sha512-PGN7iL6zNC4Jj7bA1groSIz5mFB3Rr+SeoywZk2g4+c9uV8wwzCf+5tFQ8SyZxQIBHech3ueB0KxV3OFieqhOA=="
+    ],
+    "tsx-dom-types": [
+      "tsx-dom-types@2.1.0",
+      "",
+      {},
+      "sha512-pZaMTrMRNom+D1b82K+1cWVMuogXrD/ANI42UYxilw27tF+tDCgj7GrD1XLmCxbHPDO2zxfmFuaz04KIEfWydQ=="
+    ],
+    "typescript": [
+      "typescript@5.8.3",
+      "",
+      {
+        "bin": {
+          "tsc": "bin/tsc",
+          "tsserver": "bin/tsserver"
+        }
+      },
+      "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="
+    ],
+    "undici-types": [
+      "undici-types@6.21.0",
+      "",
+      {},
+      "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
+    ],
+    "util-deprecate": [
+      "util-deprecate@1.0.2",
+      "",
+      {},
+      "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
+    ],
+    "which": [
+      "which@2.0.2",
+      "",
+      {
+        "dependencies": {
+          "isexe": "^2.0.0"
+        },
+        "bin": {
+          "node-which": "./bin/node-which"
+        }
+      },
+      "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA=="
+    ],
+    "wrap-ansi": [
+      "wrap-ansi@8.1.0",
+      "",
+      {
+        "dependencies": {
+          "ansi-styles": "^6.1.0",
+          "string-width": "^5.0.1",
+          "strip-ansi": "^7.0.1"
+        }
+      },
+      "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ=="
+    ],
+    "wrap-ansi-cjs": [
+      "wrap-ansi@7.0.0",
+      "",
+      {
+        "dependencies": {
+          "ansi-styles": "^4.0.0",
+          "string-width": "^4.1.0",
+          "strip-ansi": "^6.0.0"
+        }
+      },
+      "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q=="
+    ],
+    "string-width-cjs/emoji-regex": [
+      "emoji-regex@8.0.0",
+      "",
+      {},
+      "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+    ],
+    "string-width-cjs/strip-ansi": [
+      "strip-ansi@6.0.1",
+      "",
+      {
+        "dependencies": {
+          "ansi-regex": "^5.0.1"
+        }
+      },
+      "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="
+    ],
+    "strip-ansi-cjs/ansi-regex": [
+      "ansi-regex@5.0.1",
+      "",
+      {},
+      "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
+    ],
+    "terser/commander": [
+      "commander@2.20.3",
+      "",
+      {},
+      "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
+    ],
+    "wrap-ansi-cjs/ansi-styles": [
+      "ansi-styles@4.3.0",
+      "",
+      {
+        "dependencies": {
+          "color-convert": "^2.0.1"
+        }
+      },
+      "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
+    ],
+    "wrap-ansi-cjs/string-width": [
+      "string-width@4.2.3",
+      "",
+      {
+        "dependencies": {
+          "emoji-regex": "^8.0.0",
+          "is-fullwidth-code-point": "^3.0.0",
+          "strip-ansi": "^6.0.1"
+        }
+      },
+      "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="
+    ],
+    "wrap-ansi-cjs/strip-ansi": [
+      "strip-ansi@6.0.1",
+      "",
+      {
+        "dependencies": {
+          "ansi-regex": "^5.0.1"
+        }
+      },
+      "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="
+    ],
+    "string-width-cjs/strip-ansi/ansi-regex": [
+      "ansi-regex@5.0.1",
+      "",
+      {},
+      "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
+    ],
+    "wrap-ansi-cjs/string-width/emoji-regex": [
+      "emoji-regex@8.0.0",
+      "",
+      {},
+      "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+    ],
+    "wrap-ansi-cjs/strip-ansi/ansi-regex": [
+      "ansi-regex@5.0.1",
+      "",
+      {},
+      "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
+    ],
   }
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 7fe39ff..6e16847 100644
--- a/package.json
+++ b/package.json
@@ -28,4 +28,4 @@
 		"terser": "^5.39.2",
 		"tsx-dom": "latest"
 	}
-}
+}
\ No newline at end of file
diff --git a/public/Abyssinian/default.json b/public/Abyssinian/default.json
index 73a1598..c1ed7ff 100644
--- a/public/Abyssinian/default.json
+++ b/public/Abyssinian/default.json
@@ -97,13 +97,21 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [80.25, 65.5, 0],
+							"k": [
+								80.25,
+								65.5,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [51, 18, 0],
+							"k": [
+								51,
+								18,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -112,67 +120,171 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 5,
-									"s": [33.333, 13.333, 100]
+									"s": [
+										33.333,
+										13.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 10,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 25,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 30,
-									"s": [33.333, 13.333, 100]
+									"s": [
+										33.333,
+										13.333,
+										100
+									]
 								},
 								{
 									"t": 35,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -205,19 +317,31 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [79.75, 69, 0],
+							"k": [
+								79.75,
+								69,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [75, 19.5, 0],
+							"k": [
+								75,
+								19.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [33.333, 33.333, 100],
+							"k": [
+								33.333,
+								33.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -248,19 +372,31 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [79.75, 71.438, 0],
+							"k": [
+								79.75,
+								71.438,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [15, 6, 0],
+							"k": [
+								15,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [33.333, 33.333, 100],
+							"k": [
+								33.333,
+								33.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -291,19 +427,31 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [77, 49.5, 0],
+							"k": [
+								77,
+								49.5,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [138, 124.5, 0],
+							"k": [
+								138,
+								124.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [33.333, 33.333, 100],
+							"k": [
+								33.333,
+								33.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -338,19 +486,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [75.5, 107.75, 0],
+					"k": [
+						75.5,
+						107.75,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [96, 91.5, 0],
+					"k": [
+						96,
+						91.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -379,50 +539,84 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [-4]
+							"s": [
+								-4
+							]
 						},
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 25,
-							"s": [4]
+							"s": [
+								4
+							]
 						},
 						{
 							"t": 50,
-							"s": [-4]
+							"s": [
+								-4
+							]
 						}
 					],
 					"ix": 10
 				},
 				"p": {
 					"a": 0,
-					"k": [78.75, 88.5, 0],
+					"k": [
+						78.75,
+						88.5,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [79.75, 88.75, 0],
+					"k": [
+						79.75,
+						88.75,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [100, 100, 100],
+					"k": [
+						100,
+						100,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -453,50 +647,84 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [0]
+							"s": [
+								0
+							]
 						},
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 25,
-							"s": [-6]
+							"s": [
+								-6
+							]
 						},
 						{
 							"t": 50,
-							"s": [0]
+							"s": [
+								0
+							]
 						}
 					],
 					"ix": 10
 				},
 				"p": {
 					"a": 0,
-					"k": [101.5, 92.375, 0],
+					"k": [
+						101.5,
+						92.375,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [13.5, 19.875, 0],
+					"k": [
+						13.5,
+						19.875,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -525,50 +753,84 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [0]
+							"s": [
+								0
+							]
 						},
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 25,
-							"s": [10]
+							"s": [
+								10
+							]
 						},
 						{
 							"t": 50,
-							"s": [0]
+							"s": [
+								0
+							]
 						}
 					],
 					"ix": 10
 				},
 				"p": {
 					"a": 0,
-					"k": [53.125, 92.125, 0],
+					"k": [
+						53.125,
+						92.125,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [36.375, 20.625, 0],
+					"k": [
+						36.375,
+						20.625,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -599,19 +861,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [77, 78, 0],
+					"k": [
+						77,
+						78,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [159, 201, 0],
+					"k": [
+						159,
+						201,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -624,4 +898,4 @@
 		}
 	],
 	"markers": []
-}
+}
\ No newline at end of file
diff --git a/public/Abyssinian/eat.json b/public/Abyssinian/eat.json
index a4da33b..e315530 100644
--- a/public/Abyssinian/eat.json
+++ b/public/Abyssinian/eat.json
@@ -122,19 +122,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 16,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 19,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -157,13 +169,29 @@
 										"y": 0.167
 									},
 									"t": 16,
-									"s": [44, 56.375, 0],
-									"to": [-11.146, -1.979, 0],
-									"ti": [5.521, -9.521, 0]
+									"s": [
+										44,
+										56.375,
+										0
+									],
+									"to": [
+										-11.146,
+										-1.979,
+										0
+									],
+									"ti": [
+										5.521,
+										-9.521,
+										0
+									]
 								},
 								{
 									"t": 26,
-									"s": [15.375, 67, 0]
+									"s": [
+										15.375,
+										67,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -171,13 +199,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -201,19 +237,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 12,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 15,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -236,13 +284,29 @@
 										"y": 0.167
 									},
 									"t": 12,
-									"s": [45.125, 56, 0],
-									"to": [-5.417, -9.052, 0],
-									"ti": [10.917, -1.51, 0]
+									"s": [
+										45.125,
+										56,
+										0
+									],
+									"to": [
+										-5.417,
+										-9.052,
+										0
+									],
+									"ti": [
+										10.917,
+										-1.51,
+										0
+									]
 								},
 								{
 									"t": 22,
-									"s": [15.25, 41.062, 0]
+									"s": [
+										15.25,
+										41.062,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -250,13 +314,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -280,19 +352,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 8,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 11,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -315,13 +399,29 @@
 										"y": 0.167
 									},
 									"t": 8,
-									"s": [43.75, 55.5, 0],
-									"to": [-5.604, -2.375, 0],
-									"ti": [6.979, -2.75, 0]
+									"s": [
+										43.75,
+										55.5,
+										0
+									],
+									"to": [
+										-5.604,
+										-2.375,
+										0
+									],
+									"ti": [
+										6.979,
+										-2.75,
+										0
+									]
 								},
 								{
 									"t": 18,
-									"s": [13.125, 55.5, 0]
+									"s": [
+										13.125,
+										55.5,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -329,13 +429,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -359,19 +467,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 4,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 7,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -394,13 +514,29 @@
 										"y": 0.167
 									},
 									"t": 4,
-									"s": [44, 56.375, 0],
-									"to": [-11.146, -1.979, 0],
-									"ti": [5.521, -9.521, 0]
+									"s": [
+										44,
+										56.375,
+										0
+									],
+									"to": [
+										-11.146,
+										-1.979,
+										0
+									],
+									"ti": [
+										5.521,
+										-9.521,
+										0
+									]
 								},
 								{
 									"t": 14,
-									"s": [15.375, 67, 0]
+									"s": [
+										15.375,
+										67,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -408,13 +544,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -438,19 +582,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 3,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -473,13 +629,29 @@
 										"y": 0.167
 									},
 									"t": 0,
-									"s": [45.125, 56, 0],
-									"to": [-5.417, -9.052, 0],
-									"ti": [10.917, -1.51, 0]
+									"s": [
+										45.125,
+										56,
+										0
+									],
+									"to": [
+										-5.417,
+										-9.052,
+										0
+									],
+									"ti": [
+										10.917,
+										-1.51,
+										0
+									]
 								},
 								{
 									"t": 10,
-									"s": [15.25, 41.062, 0]
+									"s": [
+										15.25,
+										41.062,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -487,13 +659,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -517,19 +697,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 16,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 19,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -552,13 +744,29 @@
 										"y": 0.167
 									},
 									"t": 16,
-									"s": [110.625, 58, 0],
-									"to": [4.5, -1.938, 0],
-									"ti": [-7.438, -3.938, 0]
+									"s": [
+										110.625,
+										58,
+										0
+									],
+									"to": [
+										4.5,
+										-1.938,
+										0
+									],
+									"ti": [
+										-7.438,
+										-3.938,
+										0
+									]
 								},
 								{
 									"t": 23,
-									"s": [137.625, 58, 0]
+									"s": [
+										137.625,
+										58,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -566,13 +774,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -596,19 +812,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 12,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 15,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -631,13 +859,29 @@
 										"y": 0.167
 									},
 									"t": 12,
-									"s": [110.625, 58, 0],
-									"to": [11.125, 0.062, 0],
-									"ti": [-6.177, -7.146, 0]
+									"s": [
+										110.625,
+										58,
+										0
+									],
+									"to": [
+										11.125,
+										0.062,
+										0
+									],
+									"ti": [
+										-6.177,
+										-7.146,
+										0
+									]
 								},
 								{
 									"t": 19,
-									"s": [136.062, 69.375, 0]
+									"s": [
+										136.062,
+										69.375,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -645,13 +889,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -675,19 +927,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 8,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 11,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -710,13 +974,29 @@
 										"y": 0.167
 									},
 									"t": 8,
-									"s": [110.625, 58, 0],
-									"to": [1.188, -7.333, 0],
-									"ti": [-13.688, -1.167, 0]
+									"s": [
+										110.625,
+										58,
+										0
+									],
+									"to": [
+										1.188,
+										-7.333,
+										0
+									],
+									"ti": [
+										-13.688,
+										-1.167,
+										0
+									]
 								},
 								{
 									"t": 15,
-									"s": [138.75, 44.75, 0]
+									"s": [
+										138.75,
+										44.75,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -724,13 +1004,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -754,19 +1042,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 4,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 7,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -789,13 +1089,29 @@
 										"y": 0.167
 									},
 									"t": 4,
-									"s": [110.625, 58, 0],
-									"to": [4.5, -1.938, 0],
-									"ti": [-7.438, -3.938, 0]
+									"s": [
+										110.625,
+										58,
+										0
+									],
+									"to": [
+										4.5,
+										-1.938,
+										0
+									],
+									"ti": [
+										-7.438,
+										-3.938,
+										0
+									]
 								},
 								{
 									"t": 11,
-									"s": [137.625, 58, 0]
+									"s": [
+										137.625,
+										58,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -803,13 +1119,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -833,19 +1157,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 3,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -868,13 +1204,29 @@
 										"y": 0.167
 									},
 									"t": 0,
-									"s": [110.625, 58, 0],
-									"to": [11.125, 0.062, 0],
-									"ti": [-6.177, -7.146, 0]
+									"s": [
+										110.625,
+										58,
+										0
+									],
+									"to": [
+										11.125,
+										0.062,
+										0
+									],
+									"ti": [
+										-6.177,
+										-7.146,
+										0
+									]
 								},
 								{
 									"t": 7,
-									"s": [136.062, 69.375, 0]
+									"s": [
+										136.062,
+										69.375,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -882,13 +1234,21 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [7.5, 6, 0],
+							"k": [
+								7.5,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [59.333, 59.333, 100],
+							"k": [
+								59.333,
+								59.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -935,9 +1295,21 @@
 								"y": 0.167
 							},
 							"t": 0,
-							"s": [80.875, 75.906, 0],
-							"to": [-1.448, -0.479, 0],
-							"ti": [-0.601, -1.13, 0]
+							"s": [
+								80.875,
+								75.906,
+								0
+							],
+							"to": [
+								-1.448,
+								-0.479,
+								0
+							],
+							"ti": [
+								-0.601,
+								-1.13,
+								0
+							]
 						},
 						{
 							"i": {
@@ -949,13 +1321,29 @@
 								"y": 0.167
 							},
 							"t": 10,
-							"s": [78.5, 77.969, 0],
-							"to": [0.528, 0.992, 0],
-							"ti": [0.778, 1.504, 0]
+							"s": [
+								78.5,
+								77.969,
+								0
+							],
+							"to": [
+								0.528,
+								0.992,
+								0
+							],
+							"ti": [
+								0.778,
+								1.504,
+								0
+							]
 						},
 						{
 							"t": 20,
-							"s": [80.875, 75.906, 0]
+							"s": [
+								80.875,
+								75.906,
+								0
+							]
 						}
 					],
 					"ix": 2,
@@ -963,13 +1351,21 @@
 				},
 				"a": {
 					"a": 0,
-					"k": [19.5, 15, 0],
+					"k": [
+						19.5,
+						15,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1011,9 +1407,21 @@
 								"y": 0.167
 							},
 							"t": 0,
-							"s": [79.625, 75.656, 0],
-							"to": [-0.667, -0.448, 0],
-							"ti": [-0.387, -0.603, 0]
+							"s": [
+								79.625,
+								75.656,
+								0
+							],
+							"to": [
+								-0.667,
+								-0.448,
+								0
+							],
+							"ti": [
+								-0.387,
+								-0.603,
+								0
+							]
 						},
 						{
 							"i": {
@@ -1025,13 +1433,29 @@
 								"y": 0.167
 							},
 							"t": 10,
-							"s": [77.938, 77.094, 0],
-							"to": [0.398, 0.62, 0],
-							"ti": [0.528, 0.504, 0]
+							"s": [
+								77.938,
+								77.094,
+								0
+							],
+							"to": [
+								0.398,
+								0.62,
+								0
+							],
+							"ti": [
+								0.528,
+								0.504,
+								0
+							]
 						},
 						{
 							"t": 20,
-							"s": [79.625, 75.656, 0]
+							"s": [
+								79.625,
+								75.656,
+								0
+							]
 						}
 					],
 					"ix": 2,
@@ -1039,13 +1463,21 @@
 				},
 				"a": {
 					"a": 0,
-					"k": [42, 12, 0],
+					"k": [
+						42,
+						12,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1076,19 +1508,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [76.5, 95, 0],
+					"k": [
+						76.5,
+						95,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [77, 77, 0],
+					"k": [
+						77,
+						77,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [92, 92, 100],
+					"k": [
+						92,
+						92,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1122,19 +1566,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [75.5, 107.75, 0],
+					"k": [
+						75.5,
+						107.75,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [96, 91.5, 0],
+					"k": [
+						96,
+						91.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1166,19 +1622,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [80.25, 64, 0],
+					"k": [
+						80.25,
+						64,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [51, 18, 0],
+					"k": [
+						51,
+						18,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1210,19 +1678,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [79.75, 69, 0],
+					"k": [
+						79.75,
+						69,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [75, 19.5, 0],
+					"k": [
+						75,
+						19.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1253,13 +1733,21 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [45.75, 73.75, 0],
+					"k": [
+						45.75,
+						73.75,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [70.5, 70.5, 0],
+					"k": [
+						70.5,
+						70.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
@@ -1268,31 +1756,75 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [33.333, 33.333, 100]
+							"s": [
+								33.333,
+								33.333,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 10,
-							"s": [38.333, 38.333, 100]
+							"s": [
+								38.333,
+								38.333,
+								100
+							]
 						},
 						{
 							"t": 20,
-							"s": [33.333, 33.333, 100]
+							"s": [
+								33.333,
+								33.333,
+								100
+							]
 						}
 					],
 					"ix": 6,
@@ -1325,13 +1857,21 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [111.25, 73, 0],
+					"k": [
+						111.25,
+						73,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [70.5, 70.5, 0],
+					"k": [
+						70.5,
+						70.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
@@ -1340,31 +1880,75 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [38.333, 38.333, 100]
+							"s": [
+								38.333,
+								38.333,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 10,
-							"s": [33.333, 33.333, 100]
+							"s": [
+								33.333,
+								33.333,
+								100
+							]
 						},
 						{
 							"t": 20,
-							"s": [38.333, 38.333, 100]
+							"s": [
+								38.333,
+								38.333,
+								100
+							]
 						}
 					],
 					"ix": 6,
@@ -1398,19 +1982,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [77, 49.5, 0],
+					"k": [
+						77,
+						49.5,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [138, 124.5, 0],
+					"k": [
+						138,
+						124.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1442,19 +2038,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [101.5, 92.375, 0],
+					"k": [
+						101.5,
+						92.375,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [13.5, 19.875, 0],
+					"k": [
+						13.5,
+						19.875,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1486,19 +2094,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [53.125, 92.125, 0],
+					"k": [
+						53.125,
+						92.125,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [36.375, 20.625, 0],
+					"k": [
+						36.375,
+						20.625,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1529,19 +2149,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [77, 78, 0],
+					"k": [
+						77,
+						78,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [159, 201, 0],
+					"k": [
+						159,
+						201,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -1554,4 +2186,4 @@
 		}
 	],
 	"markers": []
-}
+}
\ No newline at end of file
diff --git a/public/Abyssinian/sad.json b/public/Abyssinian/sad.json
index bde6ab7..258961a 100644
--- a/public/Abyssinian/sad.json
+++ b/public/Abyssinian/sad.json
@@ -97,13 +97,21 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [80.25, 65.5, 0],
+							"k": [
+								80.25,
+								65.5,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [51, 18, 0],
+							"k": [
+								51,
+								18,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -112,67 +120,171 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 5,
-									"s": [33.333, 13.333, 100]
+									"s": [
+										33.333,
+										13.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 10,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 25,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 30,
-									"s": [33.333, 13.333, 100]
+									"s": [
+										33.333,
+										13.333,
+										100
+									]
 								},
 								{
 									"t": 35,
-									"s": [33.333, 33.333, 100]
+									"s": [
+										33.333,
+										33.333,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -205,19 +317,31 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [79.75, 69, 0],
+							"k": [
+								79.75,
+								69,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [75, 19.5, 0],
+							"k": [
+								75,
+								19.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [33.333, 33.333, 100],
+							"k": [
+								33.333,
+								33.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -248,19 +372,31 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [79.75, 71.438, 0],
+							"k": [
+								79.75,
+								71.438,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [15, 6, 0],
+							"k": [
+								15,
+								6,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [33.333, 33.333, 100],
+							"k": [
+								33.333,
+								33.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -291,19 +427,31 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [77, 49.5, 0],
+							"k": [
+								77,
+								49.5,
+								0
+							],
 							"ix": 2,
 							"l": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [138, 124.5, 0],
+							"k": [
+								138,
+								124.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
 						"s": {
 							"a": 0,
-							"k": [33.333, 33.333, 100],
+							"k": [
+								33.333,
+								33.333,
+								100
+							],
 							"ix": 6,
 							"l": 2
 						}
@@ -338,19 +486,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [75.5, 107.75, 0],
+					"k": [
+						75.5,
+						107.75,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [96, 91.5, 0],
+					"k": [
+						96,
+						91.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -379,50 +539,84 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [-4]
+							"s": [
+								-4
+							]
 						},
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 25,
-							"s": [4]
+							"s": [
+								4
+							]
 						},
 						{
 							"t": 50,
-							"s": [-4]
+							"s": [
+								-4
+							]
 						}
 					],
 					"ix": 10
 				},
 				"p": {
 					"a": 0,
-					"k": [78.75, 88.5, 0],
+					"k": [
+						78.75,
+						88.5,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [79.75, 88.75, 0],
+					"k": [
+						79.75,
+						88.75,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [100, 100, 100],
+					"k": [
+						100,
+						100,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -453,50 +647,84 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [0]
+							"s": [
+								0
+							]
 						},
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 25,
-							"s": [-6]
+							"s": [
+								-6
+							]
 						},
 						{
 							"t": 50,
-							"s": [0]
+							"s": [
+								0
+							]
 						}
 					],
 					"ix": 10
 				},
 				"p": {
 					"a": 0,
-					"k": [101.5, 92.375, 0],
+					"k": [
+						101.5,
+						92.375,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [13.5, 19.875, 0],
+					"k": [
+						13.5,
+						19.875,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -525,50 +753,84 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 0,
-							"s": [0]
+							"s": [
+								0
+							]
 						},
 						{
 							"i": {
-								"x": [0.833],
-								"y": [0.833]
+								"x": [
+									0.833
+								],
+								"y": [
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167],
-								"y": [0.167]
+								"x": [
+									0.167
+								],
+								"y": [
+									0.167
+								]
 							},
 							"t": 25,
-							"s": [10]
+							"s": [
+								10
+							]
 						},
 						{
 							"t": 50,
-							"s": [0]
+							"s": [
+								0
+							]
 						}
 					],
 					"ix": 10
 				},
 				"p": {
 					"a": 0,
-					"k": [53.125, 92.125, 0],
+					"k": [
+						53.125,
+						92.125,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [36.375, 20.625, 0],
+					"k": [
+						36.375,
+						20.625,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -599,19 +861,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [77, 78, 0],
+					"k": [
+						77,
+						78,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [159, 201, 0],
+					"k": [
+						159,
+						201,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -624,4 +898,4 @@
 		}
 	],
 	"markers": []
-}
+}
\ No newline at end of file
diff --git a/public/Abyssinian/sleeping.json b/public/Abyssinian/sleeping.json
index f42dfbe..c60acb4 100644
--- a/public/Abyssinian/sleeping.json
+++ b/public/Abyssinian/sleeping.json
@@ -59,19 +59,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 80,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 86,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -81,19 +93,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 48,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 86,
-									"s": [31]
+									"s": [
+										31
+									]
 								}
 							],
 							"ix": 10
@@ -111,13 +135,29 @@
 										"y": 0.167
 									},
 									"t": 48,
-									"s": [182, 111, 0],
-									"to": [9.417, -19.958, 0],
-									"ti": [-19.792, 2.583, 0]
+									"s": [
+										182,
+										111,
+										0
+									],
+									"to": [
+										9.417,
+										-19.958,
+										0
+									],
+									"ti": [
+										-19.792,
+										2.583,
+										0
+									]
 								},
 								{
 									"t": 86,
-									"s": [222, 81.25, 0]
+									"s": [
+										222,
+										81.25,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -125,7 +165,11 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [37.5, 34.5, 0],
+							"k": [
+								37.5,
+								34.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -134,19 +178,43 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 48,
-									"s": [10.333, 10.333, 100]
+									"s": [
+										10.333,
+										10.333,
+										100
+									]
 								},
 								{
 									"t": 86,
-									"s": [33, 33, 100]
+									"s": [
+										33,
+										33,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -173,19 +241,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 64,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 70,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -195,19 +275,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 32,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 70,
-									"s": [31]
+									"s": [
+										31
+									]
 								}
 							],
 							"ix": 10
@@ -225,13 +317,29 @@
 										"y": 0.167
 									},
 									"t": 32,
-									"s": [182, 111, 0],
-									"to": [9.417, -19.958, 0],
-									"ti": [-19.792, 2.583, 0]
+									"s": [
+										182,
+										111,
+										0
+									],
+									"to": [
+										9.417,
+										-19.958,
+										0
+									],
+									"ti": [
+										-19.792,
+										2.583,
+										0
+									]
 								},
 								{
 									"t": 70,
-									"s": [222, 81.25, 0]
+									"s": [
+										222,
+										81.25,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -239,7 +347,11 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [37.5, 34.5, 0],
+							"k": [
+								37.5,
+								34.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -248,19 +360,43 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 32,
-									"s": [10.333, 10.333, 100]
+									"s": [
+										10.333,
+										10.333,
+										100
+									]
 								},
 								{
 									"t": 70,
-									"s": [33, 33, 100]
+									"s": [
+										33,
+										33,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -287,19 +423,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 48,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 54,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -309,19 +457,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 16,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 54,
-									"s": [31]
+									"s": [
+										31
+									]
 								}
 							],
 							"ix": 10
@@ -339,13 +499,29 @@
 										"y": 0.167
 									},
 									"t": 16,
-									"s": [182, 111, 0],
-									"to": [9.417, -19.958, 0],
-									"ti": [-19.792, 2.583, 0]
+									"s": [
+										182,
+										111,
+										0
+									],
+									"to": [
+										9.417,
+										-19.958,
+										0
+									],
+									"ti": [
+										-19.792,
+										2.583,
+										0
+									]
 								},
 								{
 									"t": 54,
-									"s": [222, 81.25, 0]
+									"s": [
+										222,
+										81.25,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -353,7 +529,11 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [37.5, 34.5, 0],
+							"k": [
+								37.5,
+								34.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -362,19 +542,43 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 16,
-									"s": [10.333, 10.333, 100]
+									"s": [
+										10.333,
+										10.333,
+										100
+									]
 								},
 								{
 									"t": 54,
-									"s": [33, 33, 100]
+									"s": [
+										33,
+										33,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -401,19 +605,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 32,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 38,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -423,19 +639,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 38,
-									"s": [31]
+									"s": [
+										31
+									]
 								}
 							],
 							"ix": 10
@@ -453,13 +681,29 @@
 										"y": 0.167
 									},
 									"t": 0,
-									"s": [182, 111, 0],
-									"to": [9.417, -19.958, 0],
-									"ti": [-19.792, 2.583, 0]
+									"s": [
+										182,
+										111,
+										0
+									],
+									"to": [
+										9.417,
+										-19.958,
+										0
+									],
+									"ti": [
+										-19.792,
+										2.583,
+										0
+									]
 								},
 								{
 									"t": 38,
-									"s": [222, 81.25, 0]
+									"s": [
+										222,
+										81.25,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -467,7 +711,11 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [37.5, 34.5, 0],
+							"k": [
+								37.5,
+								34.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -476,19 +724,43 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [10.333, 10.333, 100]
+									"s": [
+										10.333,
+										10.333,
+										100
+									]
 								},
 								{
 									"t": 38,
-									"s": [33, 33, 100]
+									"s": [
+										33,
+										33,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -515,19 +787,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 16,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 22,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -537,19 +821,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": -16,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 22,
-									"s": [31]
+									"s": [
+										31
+									]
 								}
 							],
 							"ix": 10
@@ -567,13 +863,29 @@
 										"y": 0.167
 									},
 									"t": -16,
-									"s": [182, 111, 0],
-									"to": [9.417, -19.958, 0],
-									"ti": [-19.792, 2.583, 0]
+									"s": [
+										182,
+										111,
+										0
+									],
+									"to": [
+										9.417,
+										-19.958,
+										0
+									],
+									"ti": [
+										-19.792,
+										2.583,
+										0
+									]
 								},
 								{
 									"t": 22,
-									"s": [222, 81.25, 0]
+									"s": [
+										222,
+										81.25,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -581,7 +893,11 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [37.5, 34.5, 0],
+							"k": [
+								37.5,
+								34.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -590,19 +906,43 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": -16,
-									"s": [10.333, 10.333, 100]
+									"s": [
+										10.333,
+										10.333,
+										100
+									]
 								},
 								{
 									"t": 22,
-									"s": [33, 33, 100]
+									"s": [
+										33,
+										33,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -629,19 +969,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 0,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 6,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -651,19 +1003,31 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": -32,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 6,
-									"s": [31]
+									"s": [
+										31
+									]
 								}
 							],
 							"ix": 10
@@ -681,13 +1045,29 @@
 										"y": 0.167
 									},
 									"t": -32,
-									"s": [182, 111, 0],
-									"to": [9.417, -19.958, 0],
-									"ti": [-19.792, 2.583, 0]
+									"s": [
+										182,
+										111,
+										0
+									],
+									"to": [
+										9.417,
+										-19.958,
+										0
+									],
+									"ti": [
+										-19.792,
+										2.583,
+										0
+									]
 								},
 								{
 									"t": 6,
-									"s": [222, 81.25, 0]
+									"s": [
+										222,
+										81.25,
+										0
+									]
 								}
 							],
 							"ix": 2,
@@ -695,7 +1075,11 @@
 						},
 						"a": {
 							"a": 0,
-							"k": [37.5, 34.5, 0],
+							"k": [
+								37.5,
+								34.5,
+								0
+							],
 							"ix": 1,
 							"l": 2
 						},
@@ -704,19 +1088,43 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833, 0.833, 0.833],
-										"y": [0.833, 0.833, 0.833]
+										"x": [
+											0.833,
+											0.833,
+											0.833
+										],
+										"y": [
+											0.833,
+											0.833,
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167, 0.167, 0.167],
-										"y": [0.167, 0.167, 0.167]
+										"x": [
+											0.167,
+											0.167,
+											0.167
+										],
+										"y": [
+											0.167,
+											0.167,
+											0.167
+										]
 									},
 									"t": -32,
-									"s": [10.333, 10.333, 100]
+									"s": [
+										10.333,
+										10.333,
+										100
+									]
 								},
 								{
 									"t": 6,
-									"s": [33, 33, 100]
+									"s": [
+										33,
+										33,
+										100
+									]
 								}
 							],
 							"ix": 6,
@@ -753,13 +1161,21 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [99.937, 161.375, 0],
+					"k": [
+						99.937,
+						161.375,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [16, 17.25, 0],
+					"k": [
+						16,
+						17.25,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
@@ -768,43 +1184,107 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.448, 0.448, 0.667],
-								"y": [1, 1, 1]
+								"x": [
+									0.448,
+									0.448,
+									0.667
+								],
+								"y": [
+									1,
+									1,
+									1
+								]
 							},
 							"o": {
-								"x": [0.095, 0.095, 0.333],
-								"y": [0.563, 0.563, 0]
+								"x": [
+									0.095,
+									0.095,
+									0.333
+								],
+								"y": [
+									0.563,
+									0.563,
+									0
+								]
 							},
 							"t": 0,
-							"s": [24, 24, 100]
+							"s": [
+								24,
+								24,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.667, 0.667, 0.667],
-								"y": [1, 1, 1]
+								"x": [
+									0.667,
+									0.667,
+									0.667
+								],
+								"y": [
+									1,
+									1,
+									1
+								]
 							},
 							"o": {
-								"x": [0.333, 0.333, 0.333],
-								"y": [0, 0, 0]
+								"x": [
+									0.333,
+									0.333,
+									0.333
+								],
+								"y": [
+									0,
+									0,
+									0
+								]
 							},
 							"t": 8,
-							"s": [33.333, 33.333, 100]
+							"s": [
+								33.333,
+								33.333,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.594, 0.594, 0.667],
-								"y": [1, 1, 1]
+								"x": [
+									0.594,
+									0.594,
+									0.667
+								],
+								"y": [
+									1,
+									1,
+									1
+								]
 							},
 							"o": {
-								"x": [0.048, 0.048, 0.333],
-								"y": [0.575, 0.575, 0]
+								"x": [
+									0.048,
+									0.048,
+									0.333
+								],
+								"y": [
+									0.575,
+									0.575,
+									0
+								]
 							},
 							"t": 16,
-							"s": [33.333, 33.333, 100]
+							"s": [
+								33.333,
+								33.333,
+								100
+							]
 						},
 						{
 							"t": 32,
-							"s": [24, 24, 100]
+							"s": [
+								24,
+								24,
+								100
+							]
 						}
 					],
 					"ix": 6,
@@ -837,13 +1317,21 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [95, 154.125, 0],
+					"k": [
+						95,
+						154.125,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [45, 32.375, 0],
+					"k": [
+						45,
+						32.375,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
@@ -852,43 +1340,107 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.332, 0.332, 0.667],
-								"y": [1, 1, 1]
+								"x": [
+									0.332,
+									0.332,
+									0.667
+								],
+								"y": [
+									1,
+									1,
+									1
+								]
 							},
 							"o": {
-								"x": [0.056, 0.056, 0.333],
-								"y": [0.391, 0.391, 0]
+								"x": [
+									0.056,
+									0.056,
+									0.333
+								],
+								"y": [
+									0.391,
+									0.391,
+									0
+								]
 							},
 							"t": 0,
-							"s": [40.333, 40.333, 100]
+							"s": [
+								40.333,
+								40.333,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.667, 0.667, 0.667],
-								"y": [1, 1, 1]
+								"x": [
+									0.667,
+									0.667,
+									0.667
+								],
+								"y": [
+									1,
+									1,
+									1
+								]
 							},
 							"o": {
-								"x": [0.333, 0.333, 0.333],
-								"y": [0, 0, 0]
+								"x": [
+									0.333,
+									0.333,
+									0.333
+								],
+								"y": [
+									0,
+									0,
+									0
+								]
 							},
 							"t": 8,
-							"s": [26.333, 26.333, 100]
+							"s": [
+								26.333,
+								26.333,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.535, 0.535, 0.667],
-								"y": [1, 1, 1]
+								"x": [
+									0.535,
+									0.535,
+									0.667
+								],
+								"y": [
+									1,
+									1,
+									1
+								]
 							},
 							"o": {
-								"x": [0.073, 0.073, 0.333],
-								"y": [0.667, 0.667, 0]
+								"x": [
+									0.073,
+									0.073,
+									0.333
+								],
+								"y": [
+									0.667,
+									0.667,
+									0
+								]
 							},
 							"t": 16,
-							"s": [26.333, 26.333, 100]
+							"s": [
+								26.333,
+								26.333,
+								100
+							]
 						},
 						{
 							"t": 32,
-							"s": [40.333, 40.333, 100]
+							"s": [
+								40.333,
+								40.333,
+								100
+							]
 						}
 					],
 					"ix": 6,
@@ -921,19 +1473,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [129.25, 174.25, 0],
+					"k": [
+						129.25,
+						174.25,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [195, 156.5, 0],
+					"k": [
+						195,
+						156.5,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [121, 121, 100],
+					"k": [
+						121,
+						121,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -966,19 +1530,31 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [121, 121, 0],
+					"k": [
+						121,
+						121,
+						0
+					],
 					"ix": 2,
 					"l": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [363, 363, 0],
+					"k": [
+						363,
+						363,
+						0
+					],
 					"ix": 1,
 					"l": 2
 				},
 				"s": {
 					"a": 0,
-					"k": [33.333, 33.333, 100],
+					"k": [
+						33.333,
+						33.333,
+						100
+					],
 					"ix": 6,
 					"l": 2
 				}
@@ -991,4 +1567,4 @@
 		}
 	],
 	"markers": []
-}
+}
\ No newline at end of file
diff --git a/public/Abyssinian/sleepy.json b/public/Abyssinian/sleepy.json
index 9785e80..a39e9d6 100644
--- a/public/Abyssinian/sleepy.json
+++ b/public/Abyssinian/sleepy.json
@@ -64,12 +64,20 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [24, 3, 0],
+					"k": [
+						24,
+						3,
+						0
+					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [12, 11, 0],
+					"k": [
+						12,
+						11,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
@@ -77,43 +85,107 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 27,
-							"s": [100, 100, 100]
+							"s": [
+								100,
+								100,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 44,
-							"s": [100, 75, 100]
+							"s": [
+								100,
+								75,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 93,
-							"s": [100, 75, 100]
+							"s": [
+								100,
+								75,
+								100
+							]
 						},
 						{
 							"t": 120,
-							"s": [100, 100, 100]
+							"s": [
+								100,
+								100,
+								100
+							]
 						}
 					],
 					"ix": 6
@@ -147,12 +219,20 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [74, 3, 0],
+					"k": [
+						74,
+						3,
+						0
+					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [12, 11, 0],
+					"k": [
+						12,
+						11,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
@@ -160,43 +240,107 @@
 					"k": [
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 27,
-							"s": [100, 100, 100]
+							"s": [
+								100,
+								100,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 44,
-							"s": [100, 75, 100]
+							"s": [
+								100,
+								75,
+								100
+							]
 						},
 						{
 							"i": {
-								"x": [0.833, 0.833, 0.833],
-								"y": [0.833, 0.833, 0.833]
+								"x": [
+									0.833,
+									0.833,
+									0.833
+								],
+								"y": [
+									0.833,
+									0.833,
+									0.833
+								]
 							},
 							"o": {
-								"x": [0.167, 0.167, 0.167],
-								"y": [0.167, 0.167, 0.167]
+								"x": [
+									0.167,
+									0.167,
+									0.167
+								],
+								"y": [
+									0.167,
+									0.167,
+									0.167
+								]
 							},
 							"t": 93,
-							"s": [100, 75, 100]
+							"s": [
+								100,
+								75,
+								100
+							]
 						},
 						{
 							"t": 120,
-							"s": [100, 100, 100]
+							"s": [
+								100,
+								100,
+								100
+							]
 						}
 					],
 					"ix": 6
@@ -240,9 +384,21 @@
 								"y": 0.167
 							},
 							"t": 27,
-							"s": [174, 155, 0],
-							"to": [0, 0.833, 0],
-							"ti": [0, -0.833, 0]
+							"s": [
+								174,
+								155,
+								0
+							],
+							"to": [
+								0,
+								0.833,
+								0
+							],
+							"ti": [
+								0,
+								-0.833,
+								0
+							]
 						},
 						{
 							"i": {
@@ -254,9 +410,21 @@
 								"y": 0.167
 							},
 							"t": 44,
-							"s": [174, 160, 0],
-							"to": [0, 0, 0],
-							"ti": [0, 0, 0]
+							"s": [
+								174,
+								160,
+								0
+							],
+							"to": [
+								0,
+								0,
+								0
+							],
+							"ti": [
+								0,
+								0,
+								0
+							]
 						},
 						{
 							"i": {
@@ -268,25 +436,49 @@
 								"y": 0.167
 							},
 							"t": 93,
-							"s": [174, 160, 0],
-							"to": [0, -0.833, 0],
-							"ti": [0, 0.833, 0]
+							"s": [
+								174,
+								160,
+								0
+							],
+							"to": [
+								0,
+								-0.833,
+								0
+							],
+							"ti": [
+								0,
+								0.833,
+								0
+							]
 						},
 						{
 							"t": 120,
-							"s": [174, 155, 0]
+							"s": [
+								174,
+								155,
+								0
+							]
 						}
 					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [51, 17, 0],
+					"k": [
+						51,
+						17,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
 					"a": 0,
-					"k": [100, 100, 100],
+					"k": [
+						100,
+						100,
+						100
+					],
 					"ix": 6
 				}
 			},
@@ -317,17 +509,29 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [166, 166, 0],
+					"k": [
+						166,
+						166,
+						0
+					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [166.5, 166, 0],
+					"k": [
+						166.5,
+						166,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
 					"a": 0,
-					"k": [100, 100, 100],
+					"k": [
+						100,
+						100,
+						100
+					],
 					"ix": 6
 				}
 			},
@@ -370,9 +574,21 @@
 								"y": 0.167
 							},
 							"t": 44,
-							"s": [-5.5, 69, 0],
-							"to": [0, 0.167, 0],
-							"ti": [0, 0, 0]
+							"s": [
+								-5.5,
+								69,
+								0
+							],
+							"to": [
+								0,
+								0.167,
+								0
+							],
+							"ti": [
+								0,
+								0,
+								0
+							]
 						},
 						{
 							"i": {
@@ -384,25 +600,49 @@
 								"y": 0.167
 							},
 							"t": 93,
-							"s": [-5.5, 70, 0],
-							"to": [0, 0, 0],
-							"ti": [0, 0.167, 0]
+							"s": [
+								-5.5,
+								70,
+								0
+							],
+							"to": [
+								0,
+								0,
+								0
+							],
+							"ti": [
+								0,
+								0.167,
+								0
+							]
 						},
 						{
 							"t": 120,
-							"s": [-5.5, 69, 0]
+							"s": [
+								-5.5,
+								69,
+								0
+							]
 						}
 					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [24.5, 36, 0],
+					"k": [
+						24.5,
+						36,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
 					"a": 0,
-					"k": [-100, 100, 100],
+					"k": [
+						-100,
+						100,
+						100
+					],
 					"ix": 6
 				}
 			},
@@ -445,9 +685,21 @@
 								"y": 0.167
 							},
 							"t": 44,
-							"s": [91.75, 69.5, 0],
-							"to": [0, 0.167, 0],
-							"ti": [0, 0, 0]
+							"s": [
+								91.75,
+								69.5,
+								0
+							],
+							"to": [
+								0,
+								0.167,
+								0
+							],
+							"ti": [
+								0,
+								0,
+								0
+							]
 						},
 						{
 							"i": {
@@ -459,25 +711,49 @@
 								"y": 0.167
 							},
 							"t": 93,
-							"s": [91.75, 70.5, 0],
-							"to": [0, 0, 0],
-							"ti": [0, 0.167, 0]
+							"s": [
+								91.75,
+								70.5,
+								0
+							],
+							"to": [
+								0,
+								0,
+								0
+							],
+							"ti": [
+								0,
+								0.167,
+								0
+							]
 						},
 						{
 							"t": 120,
-							"s": [91.75, 69.5, 0]
+							"s": [
+								91.75,
+								69.5,
+								0
+							]
 						}
 					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [24.5, 36, 0],
+					"k": [
+						24.5,
+						36,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
 					"a": 0,
-					"k": [100, 100, 100],
+					"k": [
+						100,
+						100,
+						100
+					],
 					"ix": 6
 				}
 			},
@@ -489,4 +765,4 @@
 		}
 	],
 	"markers": []
-}
+}
\ No newline at end of file
diff --git a/public/Abyssinian/wantSleep.json b/public/Abyssinian/wantSleep.json
index c6e5968..84e03e4 100644
--- a/public/Abyssinian/wantSleep.json
+++ b/public/Abyssinian/wantSleep.json
@@ -78,60 +78,104 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.667],
-										"y": [1]
+										"x": [
+											0.667
+										],
+										"y": [
+											1
+										]
 									},
 									"o": {
-										"x": [0.333],
-										"y": [0]
+										"x": [
+											0.333
+										],
+										"y": [
+											0
+										]
 									},
 									"t": 9,
-									"s": [-15]
+									"s": [
+										-15
+									]
 								},
 								{
 									"i": {
-										"x": [0.667],
-										"y": [1]
+										"x": [
+											0.667
+										],
+										"y": [
+											1
+										]
 									},
 									"o": {
-										"x": [0.333],
-										"y": [0]
+										"x": [
+											0.333
+										],
+										"y": [
+											0
+										]
 									},
 									"t": 23,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"i": {
-										"x": [0.667],
-										"y": [1]
+										"x": [
+											0.667
+										],
+										"y": [
+											1
+										]
 									},
 									"o": {
-										"x": [0.333],
-										"y": [0]
+										"x": [
+											0.333
+										],
+										"y": [
+											0
+										]
 									},
 									"t": 81,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 104,
-									"s": [-15]
+									"s": [
+										-15
+									]
 								}
 							],
 							"ix": 10
 						},
 						"p": {
 							"a": 0,
-							"k": [211, 200, 0],
+							"k": [
+								211,
+								200,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [40.5, 26, 0],
+							"k": [
+								40.5,
+								26,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -161,17 +205,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [28.5, 25.25, 0],
+							"k": [
+								28.5,
+								25.25,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [35.25, 31, 0],
+							"k": [
+								35.25,
+								31,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -200,25 +256,70 @@
 												"s": [
 													{
 														"i": [
-															[0.75, 0],
-															[0, 0],
-															[-7.5, -1],
-															[0, 0],
-															[0, 0]
+															[
+																0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																-7.5,
+																-1
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"o": [
-															[-0.75, 0],
-															[0, 0],
-															[4.688, -6.062],
-															[0, 0],
-															[0, 0]
+															[
+																-0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																4.688,
+																-6.062
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"v": [
-															[34.125, 20.25],
-															[21.375, 25.75],
-															[36.986, 46.666],
-															[46.375, 29.562],
-															[41.5, 24]
+															[
+																34.125,
+																20.25
+															],
+															[
+																21.375,
+																25.75
+															],
+															[
+																36.986,
+																46.666
+															],
+															[
+																46.375,
+																29.562
+															],
+															[
+																41.5,
+																24
+															]
 														],
 														"c": true
 													}
@@ -237,25 +338,70 @@
 												"s": [
 													{
 														"i": [
-															[0.75, 0],
-															[0, 0],
-															[-7.5, -1],
-															[0, 0],
-															[0, 0]
+															[
+																0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																-7.5,
+																-1
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"o": [
-															[-0.75, 0],
-															[0, 0],
-															[4.688, -6.062],
-															[0, 0],
-															[0, 0]
+															[
+																-0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																4.688,
+																-6.062
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"v": [
-															[34.125, 20.25],
-															[21.375, 25.75],
-															[41.938, 49.75],
-															[46.375, 29.562],
-															[41.5, 24]
+															[
+																34.125,
+																20.25
+															],
+															[
+																21.375,
+																25.75
+															],
+															[
+																41.938,
+																49.75
+															],
+															[
+																46.375,
+																29.562
+															],
+															[
+																41.5,
+																24
+															]
 														],
 														"c": true
 													}
@@ -274,25 +420,70 @@
 												"s": [
 													{
 														"i": [
-															[0.75, 0],
-															[0, 0],
-															[-7.5, -1],
-															[0, 0],
-															[0, 0]
+															[
+																0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																-7.5,
+																-1
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"o": [
-															[-0.75, 0],
-															[0, 0],
-															[4.688, -6.062],
-															[0, 0],
-															[0, 0]
+															[
+																-0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																4.688,
+																-6.062
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"v": [
-															[34.125, 20.25],
-															[21.375, 25.75],
-															[41.938, 49.75],
-															[46.375, 29.562],
-															[41.5, 24]
+															[
+																34.125,
+																20.25
+															],
+															[
+																21.375,
+																25.75
+															],
+															[
+																41.938,
+																49.75
+															],
+															[
+																46.375,
+																29.562
+															],
+															[
+																41.5,
+																24
+															]
 														],
 														"c": true
 													}
@@ -303,25 +494,70 @@
 												"s": [
 													{
 														"i": [
-															[0.75, 0],
-															[0, 0],
-															[-7.5, -1],
-															[0, 0],
-															[0, 0]
+															[
+																0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																-7.5,
+																-1
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"o": [
-															[-0.75, 0],
-															[0, 0],
-															[4.688, -6.062],
-															[0, 0],
-															[0, 0]
+															[
+																-0.75,
+																0
+															],
+															[
+																0,
+																0
+															],
+															[
+																4.688,
+																-6.062
+															],
+															[
+																0,
+																0
+															],
+															[
+																0,
+																0
+															]
 														],
 														"v": [
-															[34.125, 20.25],
-															[21.375, 25.75],
-															[36.986, 46.666],
-															[46.375, 29.562],
-															[41.5, 24]
+															[
+																34.125,
+																20.25
+															],
+															[
+																21.375,
+																25.75
+															],
+															[
+																36.986,
+																46.666
+															],
+															[
+																46.375,
+																29.562
+															],
+															[
+																41.5,
+																24
+															]
 														],
 														"c": true
 													}
@@ -338,7 +574,12 @@
 									"ty": "fl",
 									"c": {
 										"a": 0,
-										"k": [0.396078461292, 0.529411764706, 1, 1],
+										"k": [
+											0.396078461292,
+											0.529411764706,
+											1,
+											1
+										],
 										"ix": 4
 									},
 									"o": {
@@ -356,17 +597,26 @@
 									"ty": "tr",
 									"p": {
 										"a": 0,
-										"k": [0, 0],
+										"k": [
+											0,
+											0
+										],
 										"ix": 2
 									},
 									"a": {
 										"a": 0,
-										"k": [0, 0],
+										"k": [
+											0,
+											0
+										],
 										"ix": 1
 									},
 									"s": {
 										"a": 0,
-										"k": [100, 100],
+										"k": [
+											100,
+											100
+										],
 										"ix": 3
 									},
 									"r": {
@@ -420,43 +670,75 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 22,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 25,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 78,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 81,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -468,17 +750,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [143.25, 136.375, 0],
+							"k": [
+								143.25,
+								136.375,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [10, 10, 0],
+							"k": [
+								10,
+								10,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [-100, 100, 100],
+							"k": [
+								-100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -502,43 +796,75 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 22,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 25,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 78,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 81,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -550,17 +876,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [199.5, 136.25, 0],
+							"k": [
+								199.5,
+								136.25,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [10, 10, 0],
+							"k": [
+								10,
+								10,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -582,43 +920,75 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.667],
-										"y": [1]
+										"x": [
+											0.667
+										],
+										"y": [
+											1
+										]
 									},
 									"o": {
-										"x": [0.333],
-										"y": [0]
+										"x": [
+											0.333
+										],
+										"y": [
+											0
+										]
 									},
 									"t": 26.919,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"i": {
-										"x": [0.667],
-										"y": [1]
+										"x": [
+											0.667
+										],
+										"y": [
+											1
+										]
 									},
 									"o": {
-										"x": [0.333],
-										"y": [0]
+										"x": [
+											0.333
+										],
+										"y": [
+											0
+										]
 									},
 									"t": 30.284,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.667],
-										"y": [1]
+										"x": [
+											0.667
+										],
+										"y": [
+											1
+										]
 									},
 									"o": {
-										"x": [0.333],
-										"y": [0]
+										"x": [
+											0.333
+										],
+										"y": [
+											0
+										]
 									},
 									"t": 69.541,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 72.9052734375,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -630,17 +1000,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [167.375, 201.5, 0],
+							"k": [
+								167.375,
+								201.5,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [0, 0, 0],
+							"k": [
+								0,
+								0,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -669,22 +1051,58 @@
 												"s": [
 													{
 														"i": [
-															[7.264, 0.024],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.208, -3.167]
+															[
+																7.264,
+																0.024
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.208,
+																-3.167
+															]
 														],
 														"o": [
-															[-7.653, -0.028],
-															[1.979, -3.458],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-7.653,
+																-0.028
+															],
+															[
+																1.979,
+																-3.458
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.312, -56.722],
-															[-6.417, -47.417],
-															[3.257, -52.243],
-															[12.208, -47.521]
+															[
+																3.312,
+																-56.722
+															],
+															[
+																-6.417,
+																-47.417
+															],
+															[
+																3.257,
+																-52.243
+															],
+															[
+																12.208,
+																-47.521
+															]
 														],
 														"c": true
 													}
@@ -703,22 +1121,58 @@
 												"s": [
 													{
 														"i": [
-															[7.264, 0.024],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.208, -3.167]
+															[
+																7.264,
+																0.024
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.208,
+																-3.167
+															]
 														],
 														"o": [
-															[-7.653, -0.028],
-															[1.979, -3.458],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-7.653,
+																-0.028
+															],
+															[
+																1.979,
+																-3.458
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.75, -55.91],
-															[-8.792, -44.229],
-															[3.944, -50.306],
-															[16.083, -44.458]
+															[
+																3.75,
+																-55.91
+															],
+															[
+																-8.792,
+																-44.229
+															],
+															[
+																3.944,
+																-50.306
+															],
+															[
+																16.083,
+																-44.458
+															]
 														],
 														"c": true
 													}
@@ -737,22 +1191,58 @@
 												"s": [
 													{
 														"i": [
-															[7.264, 0.024],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.208, -3.167]
+															[
+																7.264,
+																0.024
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.208,
+																-3.167
+															]
 														],
 														"o": [
-															[-7.653, -0.028],
-															[1.979, -3.458],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-7.653,
+																-0.028
+															],
+															[
+																1.979,
+																-3.458
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.643, -56.108],
-															[-8.212, -45.007],
-															[3.777, -50.778],
-															[15.138, -45.205]
+															[
+																3.643,
+																-56.108
+															],
+															[
+																-8.212,
+																-45.007
+															],
+															[
+																3.777,
+																-50.778
+															],
+															[
+																15.138,
+																-45.205
+															]
 														],
 														"c": true
 													}
@@ -771,22 +1261,58 @@
 												"s": [
 													{
 														"i": [
-															[7.264, 0.024],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.208, -3.167]
+															[
+																7.264,
+																0.024
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.208,
+																-3.167
+															]
 														],
 														"o": [
-															[-7.653, -0.028],
-															[1.979, -3.458],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-7.653,
+																-0.028
+															],
+															[
+																1.979,
+																-3.458
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.75, -55.91],
-															[-8.792, -44.229],
-															[3.944, -50.306],
-															[16.083, -44.458]
+															[
+																3.75,
+																-55.91
+															],
+															[
+																-8.792,
+																-44.229
+															],
+															[
+																3.944,
+																-50.306
+															],
+															[
+																16.083,
+																-44.458
+															]
 														],
 														"c": true
 													}
@@ -805,22 +1331,58 @@
 												"s": [
 													{
 														"i": [
-															[7.264, 0.024],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.208, -3.167]
+															[
+																7.264,
+																0.024
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.208,
+																-3.167
+															]
 														],
 														"o": [
-															[-7.653, -0.028],
-															[1.979, -3.458],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-7.653,
+																-0.028
+															],
+															[
+																1.979,
+																-3.458
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.643, -56.108],
-															[-8.212, -45.007],
-															[3.777, -50.778],
-															[15.138, -45.205]
+															[
+																3.643,
+																-56.108
+															],
+															[
+																-8.212,
+																-45.007
+															],
+															[
+																3.777,
+																-50.778
+															],
+															[
+																15.138,
+																-45.205
+															]
 														],
 														"c": true
 													}
@@ -839,22 +1401,58 @@
 												"s": [
 													{
 														"i": [
-															[1.522, 0.04],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.236, -2.574]
+															[
+																1.522,
+																0.04
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.236,
+																-2.574
+															]
 														],
 														"o": [
-															[-1.353, 0.04],
-															[2.127, -2.476],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-1.353,
+																0.04
+															],
+															[
+																2.127,
+																-2.476
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.603, -57.04],
-															[-4.002, -52.149],
-															[3.579, -54.698],
-															[11.048, -51.676]
+															[
+																3.603,
+																-57.04
+															],
+															[
+																-4.002,
+																-52.149
+															],
+															[
+																3.579,
+																-54.698
+															],
+															[
+																11.048,
+																-51.676
+															]
 														],
 														"c": true
 													}
@@ -865,22 +1463,58 @@
 												"s": [
 													{
 														"i": [
-															[7.264, 0.024],
-															[-0.271, -4.333],
-															[-4.632, -0.007],
-															[-2.208, -3.167]
+															[
+																7.264,
+																0.024
+															],
+															[
+																-0.271,
+																-4.333
+															],
+															[
+																-4.632,
+																-0.007
+															],
+															[
+																-2.208,
+																-3.167
+															]
 														],
 														"o": [
-															[-7.653, -0.028],
-															[1.979, -3.458],
-															[4.056, 0.243],
-															[-0.021, -4.979]
+															[
+																-7.653,
+																-0.028
+															],
+															[
+																1.979,
+																-3.458
+															],
+															[
+																4.056,
+																0.243
+															],
+															[
+																-0.021,
+																-4.979
+															]
 														],
 														"v": [
-															[3.312, -56.722],
-															[-6.417, -47.417],
-															[3.257, -52.243],
-															[12.208, -47.521]
+															[
+																3.312,
+																-56.722
+															],
+															[
+																-6.417,
+																-47.417
+															],
+															[
+																3.257,
+																-52.243
+															],
+															[
+																12.208,
+																-47.521
+															]
 														],
 														"c": true
 													}
@@ -897,7 +1531,12 @@
 									"ty": "fl",
 									"c": {
 										"a": 0,
-										"k": [0.882352948189, 0.521568655968, 0.46274510026, 1],
+										"k": [
+											0.882352948189,
+											0.521568655968,
+											0.46274510026,
+											1
+										],
 										"ix": 4
 									},
 									"o": {
@@ -915,17 +1554,26 @@
 									"ty": "tr",
 									"p": {
 										"a": 0,
-										"k": [0, 0],
+										"k": [
+											0,
+											0
+										],
 										"ix": 2
 									},
 									"a": {
 										"a": 0,
-										"k": [0, 0],
+										"k": [
+											0,
+											0
+										],
 										"ix": 1
 									},
 									"s": {
 										"a": 0,
-										"k": [100, 100],
+										"k": [
+											100,
+											100
+										],
 										"ix": 3
 									},
 									"r": {
@@ -977,43 +1625,75 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 22,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 24,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 78,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"t": 81,
-									"s": [0]
+									"s": [
+										0
+									]
 								}
 							],
 							"ix": 11
@@ -1025,17 +1705,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [167.375, 201.5, 0],
+							"k": [
+								167.375,
+								201.5,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [0, 0, 0],
+							"k": [
+								0,
+								0,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -1064,22 +1756,58 @@
 												"s": [
 													{
 														"i": [
-															[5.875, 0.054],
-															[-0.062, -2.75],
-															[-6.062, -0.062],
-															[-0.062, 2.312]
+															[
+																5.875,
+																0.054
+															],
+															[
+																-0.062,
+																-2.75
+															],
+															[
+																-6.062,
+																-0.062
+															],
+															[
+																-0.062,
+																2.312
+															]
 														],
 														"o": [
-															[-6.75, -0.062],
-															[0.038, 1.687],
-															[4.441, 0.046],
-															[0.078, -2.875]
+															[
+																-6.75,
+																-0.062
+															],
+															[
+																0.038,
+																1.687
+															],
+															[
+																4.441,
+																0.046
+															],
+															[
+																0.078,
+																-2.875
+															]
 														],
 														"v": [
-															[3.25, -61.812],
-															[-5.375, -57.5],
-															[2.5, -54.625],
-															[9.938, -57.375]
+															[
+																3.25,
+																-61.812
+															],
+															[
+																-5.375,
+																-57.5
+															],
+															[
+																2.5,
+																-54.625
+															],
+															[
+																9.938,
+																-57.375
+															]
 														],
 														"c": true
 													}
@@ -1098,22 +1826,58 @@
 												"s": [
 													{
 														"i": [
-															[5.875, 0.054],
-															[-0.062, -2.75],
-															[-6.062, -0.062],
-															[-0.062, 2.312]
+															[
+																5.875,
+																0.054
+															],
+															[
+																-0.062,
+																-2.75
+															],
+															[
+																-6.062,
+																-0.062
+															],
+															[
+																-0.062,
+																2.312
+															]
 														],
 														"o": [
-															[-6.75, -0.062],
-															[0.038, 1.687],
-															[4.441, 0.046],
-															[0.078, -2.875]
+															[
+																-6.75,
+																-0.062
+															],
+															[
+																0.038,
+																1.687
+															],
+															[
+																4.441,
+																0.046
+															],
+															[
+																0.078,
+																-2.875
+															]
 														],
 														"v": [
-															[3.25, -61.812],
-															[-5.375, -57.5],
-															[2.5, -54.625],
-															[9.938, -57.375]
+															[
+																3.25,
+																-61.812
+															],
+															[
+																-5.375,
+																-57.5
+															],
+															[
+																2.5,
+																-54.625
+															],
+															[
+																9.938,
+																-57.375
+															]
 														],
 														"c": true
 													}
@@ -1132,22 +1896,58 @@
 												"s": [
 													{
 														"i": [
-															[8.375, 0],
-															[-0.375, -11.625],
-															[-12.125, 0],
-															[0, 8.375]
+															[
+																8.375,
+																0
+															],
+															[
+																-0.375,
+																-11.625
+															],
+															[
+																-12.125,
+																0
+															],
+															[
+																0,
+																8.375
+															]
 														],
 														"o": [
-															[-8.375, 0],
-															[0.246, 7.621],
-															[13.625, 0],
-															[0, -13.125]
+															[
+																-8.375,
+																0
+															],
+															[
+																0.246,
+																7.621
+															],
+															[
+																13.625,
+																0
+															],
+															[
+																0,
+																-13.125
+															]
 														],
 														"v": [
-															[3.25, -59.625],
-															[-14, -39.125],
-															[2.625, -19.625],
-															[19.875, -38.625]
+															[
+																3.25,
+																-59.625
+															],
+															[
+																-14,
+																-39.125
+															],
+															[
+																2.625,
+																-19.625
+															],
+															[
+																19.875,
+																-38.625
+															]
 														],
 														"c": true
 													}
@@ -1166,22 +1966,58 @@
 												"s": [
 													{
 														"i": [
-															[7.887, 0.011],
-															[-0.314, -9.893],
-															[-10.942, -0.012],
-															[-0.012, 7.192]
+															[
+																7.887,
+																0.011
+															],
+															[
+																-0.314,
+																-9.893
+															],
+															[
+																-10.942,
+																-0.012
+															],
+															[
+																-0.012,
+																7.192
+															]
 														],
 														"o": [
-															[-8.058, -0.012],
-															[0.205, 6.463],
-															[11.833, 0.009],
-															[0.015, -11.125]
+															[
+																-8.058,
+																-0.012
+															],
+															[
+																0.205,
+																6.463
+															],
+															[
+																11.833,
+																0.009
+															],
+															[
+																0.015,
+																-11.125
+															]
 														],
 														"v": [
-															[3.25, -60.052],
-															[-12.317, -42.71],
-															[2.601, -26.454],
-															[17.936, -42.284]
+															[
+																3.25,
+																-60.052
+															],
+															[
+																-12.317,
+																-42.71
+															],
+															[
+																2.601,
+																-26.454
+															],
+															[
+																17.936,
+																-42.284
+															]
 														],
 														"c": true
 													}
@@ -1200,22 +2036,58 @@
 												"s": [
 													{
 														"i": [
-															[8.375, 0],
-															[-0.375, -11.625],
-															[-12.125, 0],
-															[0, 8.375]
+															[
+																8.375,
+																0
+															],
+															[
+																-0.375,
+																-11.625
+															],
+															[
+																-12.125,
+																0
+															],
+															[
+																0,
+																8.375
+															]
 														],
 														"o": [
-															[-8.375, 0],
-															[0.246, 7.621],
-															[13.625, 0],
-															[0, -13.125]
+															[
+																-8.375,
+																0
+															],
+															[
+																0.246,
+																7.621
+															],
+															[
+																13.625,
+																0
+															],
+															[
+																0,
+																-13.125
+															]
 														],
 														"v": [
-															[3.25, -59.625],
-															[-14, -39.125],
-															[2.625, -19.625],
-															[19.875, -38.625]
+															[
+																3.25,
+																-59.625
+															],
+															[
+																-14,
+																-39.125
+															],
+															[
+																2.625,
+																-19.625
+															],
+															[
+																19.875,
+																-38.625
+															]
 														],
 														"c": true
 													}
@@ -1234,22 +2106,58 @@
 												"s": [
 													{
 														"i": [
-															[7.887, 0.011],
-															[-0.314, -9.893],
-															[-10.942, -0.012],
-															[-0.012, 7.192]
+															[
+																7.887,
+																0.011
+															],
+															[
+																-0.314,
+																-9.893
+															],
+															[
+																-10.942,
+																-0.012
+															],
+															[
+																-0.012,
+																7.192
+															]
 														],
 														"o": [
-															[-8.058, -0.012],
-															[0.205, 6.463],
-															[11.833, 0.009],
-															[0.015, -11.125]
+															[
+																-8.058,
+																-0.012
+															],
+															[
+																0.205,
+																6.463
+															],
+															[
+																11.833,
+																0.009
+															],
+															[
+																0.015,
+																-11.125
+															]
 														],
 														"v": [
-															[3.25, -60.052],
-															[-12.317, -42.71],
-															[2.601, -26.454],
-															[17.936, -42.284]
+															[
+																3.25,
+																-60.052
+															],
+															[
+																-12.317,
+																-42.71
+															],
+															[
+																2.601,
+																-26.454
+															],
+															[
+																17.936,
+																-42.284
+															]
 														],
 														"c": true
 													}
@@ -1260,22 +2168,58 @@
 												"s": [
 													{
 														"i": [
-															[5.875, 0.054],
-															[-0.062, -2.75],
-															[-6.062, -0.062],
-															[-0.062, 2.312]
+															[
+																5.875,
+																0.054
+															],
+															[
+																-0.062,
+																-2.75
+															],
+															[
+																-6.062,
+																-0.062
+															],
+															[
+																-0.062,
+																2.312
+															]
 														],
 														"o": [
-															[-6.75, -0.062],
-															[0.038, 1.687],
-															[4.441, 0.046],
-															[0.078, -2.875]
+															[
+																-6.75,
+																-0.062
+															],
+															[
+																0.038,
+																1.687
+															],
+															[
+																4.441,
+																0.046
+															],
+															[
+																0.078,
+																-2.875
+															]
 														],
 														"v": [
-															[3.25, -61.812],
-															[-5.375, -57.5],
-															[2.5, -54.625],
-															[9.938, -57.375]
+															[
+																3.25,
+																-61.812
+															],
+															[
+																-5.375,
+																-57.5
+															],
+															[
+																2.5,
+																-54.625
+															],
+															[
+																9.938,
+																-57.375
+															]
 														],
 														"c": true
 													}
@@ -1292,7 +2236,12 @@
 									"ty": "st",
 									"c": {
 										"a": 0,
-										"k": [0, 0, 0, 1],
+										"k": [
+											0,
+											0,
+											0,
+											1
+										],
 										"ix": 3
 									},
 									"o": {
@@ -1320,43 +2269,87 @@
 										"k": [
 											{
 												"i": {
-													"x": [0.667],
-													"y": [1]
+													"x": [
+														0.667
+													],
+													"y": [
+														1
+													]
 												},
 												"o": {
-													"x": [0.333],
-													"y": [0]
+													"x": [
+														0.333
+													],
+													"y": [
+														0
+													]
 												},
 												"t": 22.433,
-												"s": [0, 0, 0, 1]
+												"s": [
+													0,
+													0,
+													0,
+													1
+												]
 											},
 											{
 												"i": {
-													"x": [0.667],
-													"y": [1]
+													"x": [
+														0.667
+													],
+													"y": [
+														1
+													]
 												},
 												"o": {
-													"x": [0.333],
-													"y": [0]
+													"x": [
+														0.333
+													],
+													"y": [
+														0
+													]
 												},
 												"t": 23.555,
-												"s": [0.937254905701, 0.705882370472, 0.65098041296, 1]
+												"s": [
+													0.937254905701,
+													0.705882370472,
+													0.65098041296,
+													1
+												]
 											},
 											{
 												"i": {
-													"x": [0.667],
-													"y": [1]
+													"x": [
+														0.667
+													],
+													"y": [
+														1
+													]
 												},
 												"o": {
-													"x": [0.333],
-													"y": [0]
+													"x": [
+														0.333
+													],
+													"y": [
+														0
+													]
 												},
 												"t": 78.514,
-												"s": [0.937254905701, 0.705882370472, 0.65098041296, 1]
+												"s": [
+													0.937254905701,
+													0.705882370472,
+													0.65098041296,
+													1
+												]
 											},
 											{
 												"t": 79.634765625,
-												"s": [0, 0, 0, 1]
+												"s": [
+													0,
+													0,
+													0,
+													1
+												]
 											}
 										],
 										"ix": 4
@@ -1376,17 +2369,26 @@
 									"ty": "tr",
 									"p": {
 										"a": 0,
-										"k": [0, 0],
+										"k": [
+											0,
+											0
+										],
 										"ix": 2
 									},
 									"a": {
 										"a": 0,
-										"k": [0, 0],
+										"k": [
+											0,
+											0
+										],
 										"ix": 1
 									},
 									"s": {
 										"a": 0,
-										"k": [100, 100],
+										"k": [
+											100,
+											100
+										],
 										"ix": 3
 									},
 									"r": {
@@ -1440,43 +2442,75 @@
 							"k": [
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 22,
-									"s": [100]
+									"s": [
+										100
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 25.365,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"i": {
-										"x": [0.833],
-										"y": [0.833]
+										"x": [
+											0.833
+										],
+										"y": [
+											0.833
+										]
 									},
 									"o": {
-										"x": [0.167],
-										"y": [0.167]
+										"x": [
+											0.167
+										],
+										"y": [
+											0.167
+										]
 									},
 									"t": 78.081,
-									"s": [0]
+									"s": [
+										0
+									]
 								},
 								{
 									"t": 81.4453125,
-									"s": [100]
+									"s": [
+										100
+									]
 								}
 							],
 							"ix": 11
@@ -1499,9 +2533,21 @@
 										"y": 0.167
 									},
 									"t": 0,
-									"s": [171.5, 152.75, 0],
-									"to": [0, -1.542, 0],
-									"ti": [0, 1.542, 0]
+									"s": [
+										171.5,
+										152.75,
+										0
+									],
+									"to": [
+										0,
+										-1.542,
+										0
+									],
+									"ti": [
+										0,
+										1.542,
+										0
+									]
 								},
 								{
 									"i": {
@@ -1513,9 +2559,21 @@
 										"y": 0.167
 									},
 									"t": 23,
-									"s": [171.5, 143.5, 0],
-									"to": [0, 0, 0],
-									"ti": [0, 0, 0]
+									"s": [
+										171.5,
+										143.5,
+										0
+									],
+									"to": [
+										0,
+										0,
+										0
+									],
+									"ti": [
+										0,
+										0,
+										0
+									]
 								},
 								{
 									"i": {
@@ -1527,25 +2585,49 @@
 										"y": 0.167
 									},
 									"t": 81,
-									"s": [171.5, 143.5, 0],
-									"to": [0, 1.542, 0],
-									"ti": [0, -1.542, 0]
+									"s": [
+										171.5,
+										143.5,
+										0
+									],
+									"to": [
+										0,
+										1.542,
+										0
+									],
+									"ti": [
+										0,
+										-1.542,
+										0
+									]
 								},
 								{
 									"t": 104,
-									"s": [171.5, 152.75, 0]
+									"s": [
+										171.5,
+										152.75,
+										0
+									]
 								}
 							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [33.5, 12.5, 0],
+							"k": [
+								33.5,
+								12.5,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -1577,17 +2659,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [33.25, 18.75, 0],
+							"k": [
+								33.25,
+								18.75,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [49, 13, 0],
+							"k": [
+								49,
+								13,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -1618,17 +2712,29 @@
 						},
 						"p": {
 							"a": 0,
-							"k": [166, 166, 0],
+							"k": [
+								166,
+								166,
+								0
+							],
 							"ix": 2
 						},
 						"a": {
 							"a": 0,
-							"k": [94, 121, 0],
+							"k": [
+								94,
+								121,
+								0
+							],
 							"ix": 1
 						},
 						"s": {
 							"a": 0,
-							"k": [100, 100, 100],
+							"k": [
+								100,
+								100,
+								100
+							],
 							"ix": 6
 						}
 					},
@@ -1662,17 +2768,29 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [171, 163.5, 0],
+					"k": [
+						171,
+						163.5,
+						0
+					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [166, 166, 0],
+					"k": [
+						166,
+						166,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
 					"a": 0,
-					"k": [104, 104, 100],
+					"k": [
+						104,
+						104,
+						100
+					],
 					"ix": 6
 				}
 			},
@@ -1705,17 +2823,29 @@
 				},
 				"p": {
 					"a": 0,
-					"k": [166, 285, 0],
+					"k": [
+						166,
+						285,
+						0
+					],
 					"ix": 2
 				},
 				"a": {
 					"a": 0,
-					"k": [114.5, 28, 0],
+					"k": [
+						114.5,
+						28,
+						0
+					],
 					"ix": 1
 				},
 				"s": {
 					"a": 0,
-					"k": [100, 100, 100],
+					"k": [
+						100,
+						100,
+						100
+					],
 					"ix": 6
 				}
 			},
@@ -1727,4 +2857,4 @@
 		}
 	],
 	"markers": []
-}
+}
\ No newline at end of file
diff --git a/src/front/components/Hyperate/index.module.css b/src/front/components/Hyperate/index.module.css
index 6a934da..628a9eb 100644
--- a/src/front/components/Hyperate/index.module.css
+++ b/src/front/components/Hyperate/index.module.css
@@ -1,27 +1,27 @@
 .heartbeat {
-	display: inline-block;
-	animation: pulse calc(60s / var(--bpm)) infinite ease-in-out;
-	transform-origin: center;
+    display: inline-block;
+    animation: pulse calc(60s / var(--bpm)) infinite ease-in-out;
+    transform-origin: center;
 }
 
 @keyframes pulse {
-	0% {
-		transform: scale(1);
-	}
+    0% {
+        transform: scale(1);
+    }
 
-	25% {
-		transform: scale(1.1);
-	}
+    25% {
+        transform: scale(1.1);
+    }
 
-	50% {
-		transform: scale(1);
-	}
+    50% {
+        transform: scale(1);
+    }
 
-	75% {
-		transform: scale(1.1);
-	}
+    75% {
+        transform: scale(1.1);
+    }
 
-	100% {
-		transform: scale(1);
-	}
-}
+    100% {
+        transform: scale(1);
+    }
+}
\ No newline at end of file
diff --git a/src/front/components/Lanyard/index.module.css b/src/front/components/Lanyard/index.module.css
index 85632c2..18afb93 100644
--- a/src/front/components/Lanyard/index.module.css
+++ b/src/front/components/Lanyard/index.module.css
@@ -1,110 +1,110 @@
 .card {
-	width: 100%;
+    width: 100%;
 }
 
 .activityCard {
-	background-color: transparent;
-	border-radius: 8px;
-	padding: 16px;
-	width: 100% !important;
-	/* Set a max width */
+    background-color: transparent;
+    border-radius: 8px;
+    padding: 16px;
+    width: 100% !important;
+    /* Set a max width */
 }
 
 .status {
-	font-size: 14px;
-	margin-bottom: 8px;
+    font-size: 14px;
+    margin-bottom: 8px;
 }
 
 .content {
-	display: flex;
-	flex-wrap: wrap;
-	/* Allow wrapping for smaller screens */
+    display: flex;
+    flex-wrap: wrap;
+    /* Allow wrapping for smaller screens */
 }
 
 .bigImage {
-	position: relative;
-	width: 120px;
-	/* Set fixed width for the big image */
-	height: 120px;
-	/* Set fixed height for the big image */
-	flex-shrink: 0;
-	/* Prevent shrinking */
+    position: relative;
+    width: 120px;
+    /* Set fixed width for the big image */
+    height: 120px;
+    /* Set fixed height for the big image */
+    flex-shrink: 0;
+    /* Prevent shrinking */
 }
 
 .bigImage img {
-	width: 100%;
-	height: 100%;
-	border-radius: 8px;
-	object-fit: cover;
-	/* Ensures the image covers the area without distortion */
+    width: 100%;
+    height: 100%;
+    border-radius: 8px;
+    object-fit: cover;
+    /* Ensures the image covers the area without distortion */
 }
 
 .smallImage {
-	position: absolute;
-	bottom: -8px;
-	right: -8px;
-	width: 40px;
-	/* Set fixed width for the small image */
-	height: 40px;
-	/* Set fixed height for the small image */
-	overflow: hidden;
-	border-radius: 50%;
+    position: absolute;
+    bottom: -8px;
+    right: -8px;
+    width: 40px;
+    /* Set fixed width for the small image */
+    height: 40px;
+    /* Set fixed height for the small image */
+    overflow: hidden;
+    border-radius: 50%;
 }
 
 .smallImage img {
-	width: 100%;
-	height: 100%;
-	object-fit: cover;
-	/* Ensures the image covers the area without distortion */
+    width: 100%;
+    height: 100%;
+    object-fit: cover;
+    /* Ensures the image covers the area without distortion */
 }
 
 .textInfo {
-	margin-left: 16px;
-	display: flex;
-	flex-direction: column;
-	justify-content: center;
-	flex-grow: 1;
-	/* Allow text info to grow */
+    margin-left: 16px;
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    flex-grow: 1;
+    /* Allow text info to grow */
 }
 
 .appName {
-	font-size: 16px;
-	font-weight: bold;
+    font-size: 16px;
+    font-weight: bold;
 }
 
 .state,
 .details {
-	font-size: 14px;
-	color: #b9bbbe;
+    font-size: 14px;
+    color: #b9bbbe;
 }
 
 /* Media Queries for Responsiveness */
 @media (max-width: 480px) {
-	.bigImage {
-		width: 80px;
-		/* Adjust size for smaller screens */
-		height: 80px;
-	}
+    .bigImage {
+        width: 80px;
+        /* Adjust size for smaller screens */
+        height: 80px;
+    }
 
-	.smallImage {
-		width: 30px;
-		/* Adjust size for smaller screens */
-		height: 30px;
-	}
+    .smallImage {
+        width: 30px;
+        /* Adjust size for smaller screens */
+        height: 30px;
+    }
 
-	.textInfo {
-		margin-left: 8px;
-		/* Reduce margin for smaller screens */
-	}
+    .textInfo {
+        margin-left: 8px;
+        /* Reduce margin for smaller screens */
+    }
 
-	.appName {
-		font-size: 14px;
-		/* Adjust font size */
-	}
+    .appName {
+        font-size: 14px;
+        /* Adjust font size */
+    }
 
-	.state,
-	.details {
-		font-size: 12px;
-		/* Adjust font size */
-	}
-}
+    .state,
+    .details {
+        font-size: 12px;
+        /* Adjust font size */
+    }
+}
\ No newline at end of file
diff --git a/src/front/components/pages/About/index.module.css b/src/front/components/pages/About/index.module.css
index d11366e..b2ba720 100644
--- a/src/front/components/pages/About/index.module.css
+++ b/src/front/components/pages/About/index.module.css
@@ -1,34 +1,34 @@
 .container {
-	display: flex;
-	justify-content: center;
-	align-items: center;
-	flex-direction: column;
-	height: 100%;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    flex-direction: column;
+    height: 100%;
 }
 
 .card {
-	width: 90%;
-	padding: 0.5rem;
-	display: flex;
-	justify-content: center;
-	align-items: center;
-	flex-direction: column;
+    width: 90%;
+    padding: 0.5rem;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    flex-direction: column;
 
-	.center {
-		text-align: center;
-	}
+    .center {
+        text-align: center;
+    }
 }
 
 .avatar {
-	width: 5rem;
-	height: inherit;
-	border: 2px solid rgb(var(--mdui-color-primary));
+    width: 5rem;
+    height: inherit;
+    border: 2px solid rgb(var(--mdui-color-primary));
 }
 
 .lanyard {
-	display: var(--lanyard-display);
+    display: var(--lanyard-display);
 }
 
 .hyperate {
-	display: var(--hyperate-display);
-}
+    display: var(--hyperate-display);
+}
\ No newline at end of file
diff --git a/src/front/index.css b/src/front/index.css
index 1954a39..77ea15b 100644
--- a/src/front/index.css
+++ b/src/front/index.css
@@ -53,4 +53,4 @@ body {
 
 .shj-syn-str {
 	color: #4dacfa;
-}
+}
\ No newline at end of file
diff --git a/src/front/index.html b/src/front/index.html
index 6f88c50..eb78268 100644
--- a/src/front/index.html
+++ b/src/front/index.html
@@ -8,7 +8,8 @@
     <meta name="theme-color" content="#000000">
     <meta name="description"
         content="A Dedicated Backend Developer, with a passion for high-fidelity audio, gaming, and development.">
-    <meta name="keywords" content="Seth, IPv4, Army, Seth@IPv4, web development, audio, gaming, server development, backend development, frontend development, full stack development, software development, programming, coding, technology, computer science, engineering, IT, information technology, web design, web application, web programming, web developer, software engineer, software developer, software programmer, software architect, software design, software engineering, hifi, high fidelity, high-fidelity audio, high-fidelity sound, high-fidelity music, high-fidelity recording, high-fidelity reproduction, high-fidelity equipment, high-fidelity technology, high-fidelity devices, hires lossless, losslesss audio, hires lossless audio, hi-res audio, hi-res lossless audio, hi-res sound, hi-res music, hi-res recording, hi-res reproduction, hi-res system, hi-res equipment, hi-res technology, hi-res devices">
+    <meta name="keywords"
+        content="Seth, IPv4, Army, Seth@IPv4, web development, audio, gaming, server development, backend development, frontend development, full stack development, software development, programming, coding, technology, computer science, engineering, IT, information technology, web design, web application, web programming, web developer, software engineer, software developer, software programmer, software architect, software design, software engineering, hifi, high fidelity, high-fidelity audio, high-fidelity sound, high-fidelity music, high-fidelity recording, high-fidelity reproduction, high-fidelity equipment, high-fidelity technology, high-fidelity devices, hires lossless, losslesss audio, hires lossless audio, hi-res audio, hi-res lossless audio, hi-res sound, hi-res music, hi-res recording, hi-res reproduction, hi-res system, hi-res equipment, hi-res technology, hi-res devices">
     <meta name="author" content="Seth">
     <title>Seth @ IPv4 dot Army</title>
     <link rel="icon" href="/public/Abyssinian/default.png" />
diff --git a/src/front/utilities/colors.module.css b/src/front/utilities/colors.module.css
index a03b962..5183efc 100644
--- a/src/front/utilities/colors.module.css
+++ b/src/front/utilities/colors.module.css
@@ -196,4 +196,4 @@
 	--mdui-color-surface-container-high: 45, 41, 44;
 	--mdui-color-surface-container-highest: 56, 51, 54;
 	--mdui-color-surface-tint-color: 255, 171, 243;
-}
+}
\ No newline at end of file
diff --git a/src/front/utilities/snackbar/index.ts b/src/front/utilities/snackbar/index.ts
index 304761d..293d2bb 100644
--- a/src/front/utilities/snackbar/index.ts
+++ b/src/front/utilities/snackbar/index.ts
@@ -16,12 +16,12 @@ interface Options {
 	 * * `bottom-end`: Aligned to the bottom, right
 	 */
 	placement?:
-		| "top"
-		| "top-start"
-		| "top-end"
-		| "bottom"
-		| "bottom-start"
-		| "bottom-end";
+	| "top"
+	| "top-start"
+	| "top-end"
+	| "bottom"
+	| "bottom-start"
+	| "bottom-end";
 	/**
 	 * The text for the action button.
 	 */
diff --git a/src/index.ts b/src/index.ts
index 7fa2998..acf7a8e 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -9,7 +9,7 @@ let lanyard: LanyardData = {
 	activities: [],
 };
 
-await fs.rm("./dist", { recursive: true, force: true }).catch(() => {});
+await fs.rm("./dist", { recursive: true, force: true }).catch(() => { });
 
 if (!Backend.development) {
 	await Backend.build();
diff --git a/tsconfig.json b/tsconfig.json
index a7c98f5..931f345 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,10 @@
 {
 	"compilerOptions": {
 		// Environment setup & latest features
-		"lib": ["ESNext", "DOM"],
+		"lib": [
+			"ESNext",
+			"DOM"
+		],
 		"target": "ESNext",
 		"module": "ESNext",
 		"moduleDetection": "force",
@@ -22,6 +25,8 @@
 		"noUnusedLocals": false,
 		"noUnusedParameters": false,
 		"noPropertyAccessFromIndexSignature": false,
-		"typeRoots": ["./types"]
+		"typeRoots": [
+			"./types"
+		]
 	}
-}
+}
\ No newline at end of file
diff --git a/types/css.d.ts b/types/css.d.ts
index c69cbeb..0ecf432 100644
--- a/types/css.d.ts
+++ b/types/css.d.ts
@@ -1,6 +1,6 @@
 declare module "*.module.css" {
-	const styles: {
-		readonly [key: string]: string;
-	};
-	export default styles;
+    const styles: {
+        readonly [key: string]: string;
+    };
+    export default styles;
 }