mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
15 hours ago 9347892f1d62c7acd1bac3b8dce76d10febfe7ac
build(deps): update dependencies
3 files modified
1139 ■■■■ changed files
.vscode/settings.json 24 ●●●● patch | view | raw | blame | history
package-lock.json 1103 ●●●● patch | view | raw | blame | history
package.json 12 ●●●● patch | view | raw | blame | history
.vscode/settings.json
@@ -3,19 +3,29 @@
    "files.autoSave": "afterDelay",
    "files.autoSaveWhenNoErrors": true,
    "files.autoSaveWorkspaceFilesOnly": true,
    "cSpell.customDictionaries": {
        "custom-dictionary-workspace": {
            "name": "custom-dictionary-workspace",
            "path": "${workspaceFolder:gohugo-theme-ananke}/.vscode/custom-dictionary.txt",
            "addWords": true,
            "scope": "workspace"
    "cSpell.language": "en-GB",
    "cSpell.dictionaryDefinitions": [
        {
            "name": "workspace",
            "path": "./.vscode/custom-dictionary.txt",
            "addWords": true
        }
    ],
    "cSpell.dictionaries": ["workspace"],
    "cSpell.enabledFileTypes": {
        "markdown": true,
        "plaintext": true,
        "json": true,
        "yaml": true,
        "yml": true,
        "typescript": true,
        "javascript": true
    },
    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.patterns": {
        "package.json": "package-lock.json, netlify.toml, .lintstagedrc.js, .release-it.ts, .markdownlint*, .nvmrc, lychee.toml, tsconfig.json, .coderabbit.yaml",
        "theme.toml": "go.mod, go.sum",
        "README.md": "CHANGELOG.md, LICENSE.md, CONTRIBUTING.md, RELEASES.md"
        "README.md": "CHANGELOG.md, LICENSE.md, CONTRIBUTING.md, RELEASES.md, DESIGN.md"
    },
    "window.autoDetectColorScheme": false
}
package-lock.json
@@ -9,18 +9,18 @@
            "version": "2.13.0",
            "license": "MIT",
            "dependencies": {
                "cssnano": "7.1.7",
                "postcss": "8.5.13",
                "postcss-preset-env": "11.2.1",
                "cssnano": "8.0.1",
                "postcss": "8.5.14",
                "postcss-preset-env": "11.3.0",
                "tachyons": "4.12.0"
            },
            "devDependencies": {
                "@biomejs/biome": "2.4.13",
                "@biomejs/biome": "2.4.15",
                "@github/markdownlint-github": "0.8.0",
                "@release-it/conventional-changelog": "11.0.0",
                "@types/node": "25.6.0",
                "@types/node": "25.8.0",
                "dotenv": "17.4.2",
                "lint-staged": "16.4.0",
                "lint-staged": "17.0.4",
                "lockfile-lint": "5.0.0",
                "markdownlint": "0.40.0",
                "markdownlint-cli2": "0.22.1",
@@ -60,9 +60,9 @@
            }
        },
        "node_modules/@biomejs/biome": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.13.tgz",
            "integrity": "sha512-gLXOwkOBBg0tr7bDsqlkIh4uFeKuMjxvqsrb1Tukww1iDmHcfr4Uu8MoQxp0Rcte+69+osRNWXwHsu/zxT6XqA==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.15.tgz",
            "integrity": "sha512-j5VH3a/h/HXTKBM50MDMxRCzkeLv9S2XJcW2WgnZT1+xyisi+0bISrXR82gCX+8S9lvK0skEvHJRN+3Ktr2hlw==",
            "dev": true,
            "license": "MIT OR Apache-2.0",
            "bin": {
@@ -76,20 +76,20 @@
                "url": "https://opencollective.com/biome"
            },
            "optionalDependencies": {
                "@biomejs/cli-darwin-arm64": "2.4.13",
                "@biomejs/cli-darwin-x64": "2.4.13",
                "@biomejs/cli-linux-arm64": "2.4.13",
                "@biomejs/cli-linux-arm64-musl": "2.4.13",
                "@biomejs/cli-linux-x64": "2.4.13",
                "@biomejs/cli-linux-x64-musl": "2.4.13",
                "@biomejs/cli-win32-arm64": "2.4.13",
                "@biomejs/cli-win32-x64": "2.4.13"
                "@biomejs/cli-darwin-arm64": "2.4.15",
                "@biomejs/cli-darwin-x64": "2.4.15",
                "@biomejs/cli-linux-arm64": "2.4.15",
                "@biomejs/cli-linux-arm64-musl": "2.4.15",
                "@biomejs/cli-linux-x64": "2.4.15",
                "@biomejs/cli-linux-x64-musl": "2.4.15",
                "@biomejs/cli-win32-arm64": "2.4.15",
                "@biomejs/cli-win32-x64": "2.4.15"
            }
        },
        "node_modules/@biomejs/cli-darwin-arm64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.13.tgz",
            "integrity": "sha512-2KImO1jhNFBa2oWConyr0x6flxbQpGKv6902uGXpYM62Xyem8U80j441SyUJ8KyngsmKbQjeIv1q2CQfDkNnYg==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.15.tgz",
            "integrity": "sha512-rF3PPqLq1yoST79zaQbDjVJwsuIeci/O+9bgNmC5QpgOqz6aqYuzA4abyAGx+mgyiDXn4A049xAN8gijbuR1Qg==",
            "cpu": [
                "arm64"
            ],
@@ -104,9 +104,9 @@
            }
        },
        "node_modules/@biomejs/cli-darwin-x64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.13.tgz",
            "integrity": "sha512-BKrJklbaFN4p1Ts4kPBczo+PkbsHQg57kmJ+vON9u2t6uN5okYHaSr7h/MutPCWQgg2lglaWoSmm+zhYW+oOkg==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.15.tgz",
            "integrity": "sha512-/5KHXYMfSJs1fNXiX30xFtI8JcCFV6zaVVLxOa0M2sfqBKHkpQhRTv94yxQWxeTY2lzo2OuTlNvPC+hDQt2wcQ==",
            "cpu": [
                "x64"
            ],
@@ -121,13 +121,16 @@
            }
        },
        "node_modules/@biomejs/cli-linux-arm64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.13.tgz",
            "integrity": "sha512-NzkUDSqfvMBrPplKgVr3aXLHZ2NEELvvF4vZxXulEylKWIGqlvNEcwUcj9OLrn75TD3lJ/GIqCVlBwd1MZCuYQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.15.tgz",
            "integrity": "sha512-owaAMZD/T4LrD0ELNCk0Km3qrRHuM0X6EAyVE1FSqGY0rbLoiDLrO4Us2tllm6cAeB2Ioa9C2C08NZPdr8+0Ug==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -138,13 +141,16 @@
            }
        },
        "node_modules/@biomejs/cli-linux-arm64-musl": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.13.tgz",
            "integrity": "sha512-U5MsuBQW25dXaYtqWWSPM3P96H6Y+fHuja3TQpMNnylocHW0tEbtFTDlUj6oM+YJLntvEkQy4grBvQNUD4+RCg==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.15.tgz",
            "integrity": "sha512-ZPcxznxm0pogHBLZhYntyR3sR+MrZjqJIKEr7ZqVen0Rl+P/4upVmfYXjftizi9RoqZntg33fv/1fbdhbYXpEQ==",
            "cpu": [
                "arm64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -155,13 +161,16 @@
            }
        },
        "node_modules/@biomejs/cli-linux-x64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.13.tgz",
            "integrity": "sha512-Az3ZZedYRBo9EQzNnD9SxFcR1G5QsGo6VEc2hIyVPZ1rdKwee/7E9oeBBZFpE8Z44ekxsDQBqbiWGW5ShOhUSQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.15.tgz",
            "integrity": "sha512-0jj7THz12GbUOLmMibktK6DZjqz2zV64KFxyBtcFTKPiiOIY0a7vns1elpO1dERvxpsZ5ik0oFfz0oGwFde1+g==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -172,13 +181,16 @@
            }
        },
        "node_modules/@biomejs/cli-linux-x64-musl": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.13.tgz",
            "integrity": "sha512-Z601MienRgTBDza/+u2CH3RSrWoXo9rtr8NK6A4KJzqGgfxx+H3VlyLgTJ4sRo40T3pIsqpTmiOQEvYzQvBRvQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.15.tgz",
            "integrity": "sha512-CNq/9W38SYSH023lfcQ4KKU8K0YX8T//FZUhcgtMMRABDojx5XsMV7jlweAvGSl389wJQB29Qo6Zb/a+jdvt+w==",
            "cpu": [
                "x64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -189,9 +201,9 @@
            }
        },
        "node_modules/@biomejs/cli-win32-arm64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.13.tgz",
            "integrity": "sha512-Px9PS2B5/Q183bUwy/5VHqp3J2lzdOCeVGzMpphYfl8oSa7VDCqenBdqWpy6DCy/en4Rbf/Y1RieZF6dJPcc9A==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.15.tgz",
            "integrity": "sha512-ouhkYdlhp/1GghEJPdWwD/Vi3gQ1nFxuSpMolWsbq3Lsq3QUR4jl6UdhhscdCugKU5vOEuMiJhvKj66O0OCq+w==",
            "cpu": [
                "arm64"
            ],
@@ -206,9 +218,9 @@
            }
        },
        "node_modules/@biomejs/cli-win32-x64": {
            "version": "2.4.13",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.13.tgz",
            "integrity": "sha512-tTcMkXyBrmHi9BfrD2VNHs/5rYIUKETqsBlYOvSAABwBkJhSDVb5e7wPukftsQbO3WzQkXe6kaztC6WtUOXSoQ==",
            "version": "2.4.15",
            "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.15.tgz",
            "integrity": "sha512-zBrGq5mx5wwpnow4+2BxUvleDM+GNd4sLbPaMapsSLQLD0NGRCquqPBTgN+7XkUteHvj7M+BstuI8tmnV7+HgQ==",
            "cpu": [
                "x64"
            ],
@@ -223,9 +235,9 @@
            }
        },
        "node_modules/@colordx/core": {
            "version": "5.4.1",
            "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.1.tgz",
            "integrity": "sha512-J6wPkrci9gao7mABevY/12hOZsyVrgaTUPE92rfH2AVW4ZuRZi1wD3lgqGWBGSvAjE24HSGBp4UoKvbYPlCLCA==",
            "version": "5.4.3",
            "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz",
            "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==",
            "license": "MIT"
        },
        "node_modules/@conventional-changelog/git-client": {
@@ -298,9 +310,9 @@
            }
        },
        "node_modules/@csstools/css-calc": {
            "version": "3.2.0",
            "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.0.tgz",
            "integrity": "sha512-bR9e6o2BDB12jzN/gIbjHa5wLJ4UjD1CB9pM7ehlc0ddk6EBz+yYS1EV2MF55/HUxrHcB/hehAyt5vhsA3hx7w==",
            "version": "3.2.1",
            "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.1.tgz",
            "integrity": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==",
            "funding": [
                {
                    "type": "github",
@@ -321,9 +333,9 @@
            }
        },
        "node_modules/@csstools/css-color-parser": {
            "version": "4.1.0",
            "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.0.tgz",
            "integrity": "sha512-U0KhLYmy2GVj6q4T3WaAe6NPuFYCPQoE3b0dRGxejWDgcPp8TP7S5rVdM5ZrFaqu4N67X8YaPBw14dQSYx3IyQ==",
            "version": "4.1.1",
            "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.1.tgz",
            "integrity": "sha512-eZ5XOtyhK+mggRafYUWzA0tvaYOFgdY8AkgQiCJF9qNAePnUo/zmsqqYubBBb3sQ8uNUaSKTY9s9klfRaAXL0g==",
            "funding": [
                {
                    "type": "github",
@@ -337,7 +349,7 @@
            "license": "MIT",
            "dependencies": {
                "@csstools/color-helpers": "^6.0.2",
                "@csstools/css-calc": "^3.2.0"
                "@csstools/css-calc": "^3.2.1"
            },
            "engines": {
                "node": ">=20.19.0"
@@ -412,9 +424,9 @@
            }
        },
        "node_modules/@csstools/postcss-alpha-function": {
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.4.tgz",
            "integrity": "sha512-fti7+GybzvfMrv5TSU6x8rWtXWOth5nLefT5w5AKJ3F3T0bZoxlRqajF0ZUgTtnytfMd4dQ8n5UiaNmsjFA65A==",
            "version": "2.0.5",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.5.tgz",
            "integrity": "sha512-i2lNJ6b4GdMoybHlpUM07TIk8KQRXTTe7Qf8LfctQhjDRTIgaodWTQqzWU4fpWO/nxBWNkSloDM22Lw/30NBcg==",
            "funding": [
                {
                    "type": "github",
@@ -427,10 +439,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -467,9 +479,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-function": {
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.3.tgz",
            "integrity": "sha512-BiBukIeQ7rPjx9A//9+qgJugBjX6FY9eWiojbnfIJCPulWrl8J07rCgQbFkloTXena+a6Aw5xa25weU+3MA75A==",
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-5.0.4.tgz",
            "integrity": "sha512-PhUu86ppxKcNHHqrJ43ZL1mYa2uHKGRoY0KPbZA9k8iOaanL3I+1zYqbgVumxj1UgNTDw5BE3BUQ1Dono6bD6g==",
            "funding": [
                {
                    "type": "github",
@@ -482,10 +494,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -496,9 +508,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-function-display-p3-linear": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.3.tgz",
            "integrity": "sha512-u8QNV2TKOxG6cqK4ZrJkpctnxdrwdNTMrkyokmCi+iuLpJegOraA0cqC7HoxF2tHhxjuXc+BxwY/Qd62SwvanQ==",
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-2.0.4.tgz",
            "integrity": "sha512-xrGqSFj9pu6XbJYD4NNCxYK9WFbf0KMfXFaisnJezkIRDZCwefUB2azkU4Zr0dFmLtIb9LlshrSZ0be1/QVthQ==",
            "funding": [
                {
                    "type": "github",
@@ -511,10 +523,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -525,9 +537,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-mix-function": {
            "version": "4.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.3.tgz",
            "integrity": "sha512-M8ju3iqHRXtW1/5HYuOmi9WFR5rGGFgqkPh+kXkv/eG56oYK/WYtTeIwJgdcro7lRwjlo4Ut8xqbV3Iovkwfrw==",
            "version": "4.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-4.0.4.tgz",
            "integrity": "sha512-zYS78MHBuih9f9qtPFcSvVXMKg9q/lNPeFJUjyw7+/W1VHRjubvs5MlzuC363UUeahAhrOvYdo2ZZhmlxZbj6w==",
            "funding": [
                {
                    "type": "github",
@@ -540,10 +552,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -554,9 +566,9 @@
            }
        },
        "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.3.tgz",
            "integrity": "sha512-tL46UyFjIjz7mDywoPOe/JgOpvMic0rsTUfdMBB1OHrUcCtE8MQpBILzYl/cAOtinJGu+ZQLuDhqTgTBOoeg3g==",
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-2.0.4.tgz",
            "integrity": "sha512-qlrABMEFPUqbCxX0aOsHcxQZo/8XgMqnEtqqtVUbdizcuTUtJyLdHike7hkoemwDspMSEotdIfRlUY4jhZaD+A==",
            "funding": [
                {
                    "type": "github",
@@ -569,10 +581,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -582,10 +594,36 @@
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-container-rule-prelude-list": {
            "version": "1.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-container-rule-prelude-list/-/postcss-container-rule-prelude-list-1.0.1.tgz",
            "integrity": "sha512-c5qlevVGKHU+zDbVoUGSZl1Mw7Vl1gVRKv6cdIYnaoyM+9Ou23Ian0H5Gr2ZF+lsDWovPK03hOSAbkw6HS8aTg==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/csstools"
                },
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/csstools"
                }
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
            "engines": {
                "node": ">=20.19.0"
            },
            "peerDependencies": {
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-content-alt-text": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.0.tgz",
            "integrity": "sha512-OHa+4aCcrJtHpPWB3zptScHwpS1TUbeLR4uO0ntIz0Su/zw9SoWkVu+tDMSySSAsNtNSI3kut4fTliFwIsrHxA==",
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-3.0.1.tgz",
            "integrity": "sha512-mK5lCgzgV/ZC+LgnFy4rAQVMcXR6HsnX3D1+4Q5gshSQsst5TtcvHbxTdzKy1XTv09sNZHJX8CO4CEQF9zA4ug==",
            "funding": [
                {
                    "type": "github",
@@ -600,7 +638,7 @@
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -611,9 +649,9 @@
            }
        },
        "node_modules/@csstools/postcss-contrast-color-function": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.3.tgz",
            "integrity": "sha512-YcohXq+/hfYeobKirg3oXGivDaaTfOPv568bE3jYQCn9ILpFz+RgyJR/kF7ZWh5560TTlTjeCqF4ZmVsj2zwnw==",
            "version": "3.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-3.0.4.tgz",
            "integrity": "sha512-EiTZzUICztGqEuYg8AVCUWH9vH2jDzO6RryxMja+PWluZHP6n3/iG6i1leTt5LiDQjDUQlCRbQtMNj7V7S+b4Q==",
            "funding": [
                {
                    "type": "github",
@@ -626,10 +664,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -640,9 +678,9 @@
            }
        },
        "node_modules/@csstools/postcss-exponential-functions": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.2.tgz",
            "integrity": "sha512-WDrfdFJXF4M67+wniEGr/5XVzsmn1rt2lL1YAlTfE7x7XDlRstTc5e+HuFoGv6jkiMWTwPsiADJaLwsnGC3UjQ==",
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-3.0.3.tgz",
            "integrity": "sha512-mB/NoeHLBHh0LZiVSrFdRDA/NxSfmg4tSN9117IJH9bdC2BzSTVgc82h3Gu/sdBXay6kDH2sA7fbkTigMiEi2A==",
            "funding": [
                {
                    "type": "github",
@@ -655,7 +693,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -718,9 +756,9 @@
            }
        },
        "node_modules/@csstools/postcss-gamut-mapping": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.3.tgz",
            "integrity": "sha512-3v5ZvcVuynhFh5qCJX2LIJ9Iry8/SvxfOEj6vDngNxbH/3OKTZBFLgK+DgLuIbsP1DLA9LLH3Rn7jmRxXgEDLA==",
            "version": "3.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-3.0.4.tgz",
            "integrity": "sha512-2dWGsxtxypKU9Ra862F2335W8xegRwl9ohQ6hk808PiQlEahSaFtt5fqsGmKDaSiaFUx+2X8GZxVo970Ajr2vQ==",
            "funding": [
                {
                    "type": "github",
@@ -733,7 +771,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -745,9 +783,9 @@
            }
        },
        "node_modules/@csstools/postcss-gradients-interpolation-method": {
            "version": "6.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.3.tgz",
            "integrity": "sha512-wrRIaRv1dkq30a8nvYWtSAf41bwCl+sVzLBKGnqeOwk81aSktKN3NattJpkiPyoOtEoFqChisl3WH3Csj/rOsw==",
            "version": "6.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-6.0.4.tgz",
            "integrity": "sha512-sC/7dqVTtQTniLjPp/NagzeUn4sGinnMTicNBLDzirKq/GNXuJaApBOnvBmgNXjV6XPizfMhNRYCk5stn3q2nQ==",
            "funding": [
                {
                    "type": "github",
@@ -760,10 +798,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -774,9 +812,9 @@
            }
        },
        "node_modules/@csstools/postcss-hwb-function": {
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.3.tgz",
            "integrity": "sha512-bHz0uc/PBg2wJEAlGinUf494nMyuXsVKH/fExc2xGkvL6WHOKlxzx/lkn+2AVCQACtWBLVRCBDgDnkYr4RSC9w==",
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-5.0.4.tgz",
            "integrity": "sha512-cl0KPaaeYyAXNHO3pqK8adbpbAGmIU1cT1thyaEkmP8yvbJvmyztkpdGADGqziUUoh4dZQ0IhHxOxnKQ296T+A==",
            "funding": [
                {
                    "type": "github",
@@ -789,10 +827,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -803,9 +841,9 @@
            }
        },
        "node_modules/@csstools/postcss-ic-unit": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.0.tgz",
            "integrity": "sha512-/ws5d6c4uKqfM9zIL3ugcGI+3fvZEOOkJHNzAyTAGJIdZ+aSL9BVPNlHGV4QzmL0vqBSCOdU3+rhcMEj3+KzYw==",
            "version": "5.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-5.0.1.tgz",
            "integrity": "sha512-jmsVLXPdMBTlaJAhiEijhIR3qL0j75MrlRfhJEs91DF1Wlt2kpJTDsbpXQpYFzn1nPFHZC/WEf+Mw0I/HXkHzQ==",
            "funding": [
                {
                    "type": "github",
@@ -818,7 +856,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0",
                "postcss-value-parser": "^4.2.0"
            },
@@ -829,6 +867,34 @@
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-image-function": {
            "version": "1.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-image-function/-/postcss-image-function-1.0.0.tgz",
            "integrity": "sha512-iuQztV6Cfeuc7NczazfickrzEhALOpxUS0yWgGkmRY1zZ0CKjBBFc/7WWSN9qupfpNAzHY7cPNcJCqUhtr+YMw==",
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/csstools"
                },
                {
                    "type": "opencollective",
                    "url": "https://opencollective.com/csstools"
                }
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
                "node": ">=20.19.0"
            },
            "peerDependencies": {
                "postcss": "^8.4"
            }
        },
        "node_modules/@csstools/postcss-initial": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-3.0.0.tgz",
@@ -878,9 +944,9 @@
            }
        },
        "node_modules/@csstools/postcss-light-dark-function": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.0.tgz",
            "integrity": "sha512-s++V5/hYazeRUCYIn2lsBVzUsxdeC46gtwpgW6lu5U/GlPOS5UTDT14kkEyPgXmFbCvaWLREqV7YTMJq1K3G6w==",
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-3.0.1.tgz",
            "integrity": "sha512-tD2MMJmZ6XXCHgDythLHcXQDNi5z7KEEWPe7JeB3vPcw+YMuMabpW5ugRqndhIrui+vduhc0Md7f7yGPCmOErg==",
            "funding": [
                {
                    "type": "github",
@@ -895,7 +961,7 @@
            "dependencies": {
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -1023,9 +1089,9 @@
            }
        },
        "node_modules/@csstools/postcss-media-minmax": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.2.tgz",
            "integrity": "sha512-+ABxs2ZhJDhy+B9PJg7pgkGq6/d3XPXsWl7+6yZfAk4b2ba6aQ1h2AiTn04XwS6rpMpZEF3tONli/ubfu4y8AQ==",
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-3.0.3.tgz",
            "integrity": "sha512-ch1tNS+1QayiHTGsyc53zv3AzrSd0zigjbkfLxoeuzzJyn32+P3V7em3u5vLVnqLMzBbEZK//GI13EVTIPRdDA==",
            "funding": [
                {
                    "type": "github",
@@ -1038,7 +1104,7 @@
            ],
            "license": "MIT",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/media-query-list-parser": "^5.0.0"
@@ -1155,9 +1221,9 @@
            }
        },
        "node_modules/@csstools/postcss-oklab-function": {
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.3.tgz",
            "integrity": "sha512-vTMgJFMwMt9gnPvhKaDnMR7E/h9Nb+rPUv825SY5VUo4PWj+w0OH/N2NqgvjYeubaA3BVckbKDlvADATRpD4Hw==",
            "version": "5.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-5.0.4.tgz",
            "integrity": "sha512-vIgrKe5ffW99it5SUIXOBczGLSiTaHBhU6afVr9KPwoZ4uq9H0E3Ehvi+xsUjmvnAyMTxOUSszNo04kEhbvYjQ==",
            "funding": [
                {
                    "type": "github",
@@ -1170,10 +1236,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -1206,9 +1272,9 @@
            }
        },
        "node_modules/@csstools/postcss-progressive-custom-properties": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-5.0.0.tgz",
            "integrity": "sha512-NsJoZ89rxmDrUsITf8QIk5w+lQZQ8Xw5K6cLFG+cfiffsLYHb3zcbOOrHLetGl1WIhjWWQ4Cr8MMrg46Q+oACg==",
            "version": "5.1.0",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-5.1.0.tgz",
            "integrity": "sha512-lt/4yHy2GdKcGVpK4OGhBdSIq+z2PXynSusSRggn/T4y7uFurYAhdHqo/aYM+xI37vNb8rJlEKchqKKvVCXROQ==",
            "funding": [
                {
                    "type": "github",
@@ -1257,9 +1323,9 @@
            }
        },
        "node_modules/@csstools/postcss-random-function": {
            "version": "3.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-3.0.2.tgz",
            "integrity": "sha512-iQ3vfX1LIqRXX7P1/ol45EpJ5CTWdQCAfdpTlHlsRPU4jMQeepmeNjQ0F60bj8RWTS1RkJ318fzzq4mUlyZ7hA==",
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-3.0.3.tgz",
            "integrity": "sha512-0EScyKxscGonwpi30Hj9DEAr0X8D2eDhOqqayQXE91gIqGli9UT+deLYqoogZLOy5GT+ncqltMqztc/q+0UkhA==",
            "funding": [
                {
                    "type": "github",
@@ -1272,7 +1338,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1284,9 +1350,9 @@
            }
        },
        "node_modules/@csstools/postcss-relative-color-syntax": {
            "version": "4.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.3.tgz",
            "integrity": "sha512-SZSImz4KufmLi0dRwYivWXlza+7HF84SRApY8R48SyWgn+f0gDvmCn7D2Ie4CED7qU0JJK+YfCUC1HVlaQ10dg==",
            "version": "4.0.4",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-4.0.4.tgz",
            "integrity": "sha512-reFFKD9eS602We8621e5cAroKD7hH4104duLNBBhzwawGN7dhbnL1+c/DRHqwyq6eGK35HaKMMiifEZhAztlOA==",
            "funding": [
                {
                    "type": "github",
@@ -1299,10 +1365,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -1338,9 +1404,9 @@
            }
        },
        "node_modules/@csstools/postcss-sign-functions": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-2.0.2.tgz",
            "integrity": "sha512-vOxkkMCMVnyaj7CW03uKR2R/zhJaCrptsXlm31HgI/dqC1lSIGnmu5W7N68x23XwcSgc8fE/fg0jKj4x1XFH4w==",
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-2.0.3.tgz",
            "integrity": "sha512-2BCPwlpeQweTC/8S8oQFYhYD5kxYkiroLf3AUJV2kVoKkSZ+4WM4rSwySXlKrqXL8HfCryAwVrJg7B0jr/RnOw==",
            "funding": [
                {
                    "type": "github",
@@ -1353,7 +1419,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1365,9 +1431,9 @@
            }
        },
        "node_modules/@csstools/postcss-stepped-value-functions": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-5.0.2.tgz",
            "integrity": "sha512-4PtqkRoBcMSxZG00gcDv+nq7cxVUua+Yd7TmG16qzJjdolyICHkx1RfhNL5mKSnWOLxUnk/IdxAoWN+KU7E/ng==",
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-5.0.3.tgz",
            "integrity": "sha512-nXMFQBz5Pi2LLG02iqm2k+scrqwtqJT9ta/gN8S79oBZ23M0E7O3wDJ20//3z5Q6HU5e+K0n+SmmxN6iWtbm6w==",
            "funding": [
                {
                    "type": "github",
@@ -1380,7 +1446,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1469,9 +1535,9 @@
            }
        },
        "node_modules/@csstools/postcss-trigonometric-functions": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-5.0.2.tgz",
            "integrity": "sha512-hRansZmQk1HH11WGUNlWy8H/DCB9Wy6zDbRcyBfF2UUP+V2fubK+qwmq0q6LIDje5gRzxlKyWhgFYxPy1ohivA==",
            "version": "5.0.3",
            "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-5.0.3.tgz",
            "integrity": "sha512-p9LTvLj+DFpl5RHbG/X9QGwg7BoMOBsRBZqsUAKKVvCw7MRCsk1P1llTUR/MW5nyZ4IsjFGDtDwTTj1reJjxvg==",
            "funding": [
                {
                    "type": "github",
@@ -1484,7 +1550,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-calc": "^3.2.0",
                "@csstools/css-calc": "^3.2.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0"
            },
@@ -1607,14 +1673,14 @@
            }
        },
        "node_modules/@inquirer/checkbox": {
            "version": "5.1.4",
            "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-5.1.4.tgz",
            "integrity": "sha512-w6KF8ZYRvqHhROkOTHXYC3qIV/KYEu5o12oLqQySvch61vrYtRxNSHTONSdJqWiFJPlCUQAHT5OgOIyuTr+MHQ==",
            "version": "5.1.5",
            "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-5.1.5.tgz",
            "integrity": "sha512-Jmf9tgBHIEK5SAOB7swYfStqmtkZb00xOTpSQmkoGEpdxOTpJi9RS0A8bkfDPHTTItZRJrRdZrEMu25wyj0VfQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5"
            },
@@ -1631,13 +1697,13 @@
            }
        },
        "node_modules/@inquirer/confirm": {
            "version": "6.0.12",
            "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz",
            "integrity": "sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==",
            "version": "6.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.13.tgz",
            "integrity": "sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
@@ -1653,9 +1719,9 @@
            }
        },
        "node_modules/@inquirer/core": {
            "version": "11.1.9",
            "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
            "integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
            "version": "11.1.10",
            "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.10.tgz",
            "integrity": "sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
@@ -1680,13 +1746,13 @@
            }
        },
        "node_modules/@inquirer/editor": {
            "version": "5.1.1",
            "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-5.1.1.tgz",
            "integrity": "sha512-6y11LgmNpmn5D2aB5FgnCfBUBK8ZstwLCalyJmORcJZ/WrhOjm16mu6eSqIx8DnErxDqSLr+Jkp+GP8/Nwd5tA==",
            "version": "5.1.2",
            "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-5.1.2.tgz",
            "integrity": "sha512-Y3Nor7S/DhIPo+8Ym/dSY4efwKI4BsflKDwXh0jNeXJsSF3dteS/3Yf+z4wkibVZDvYMyCgknSTQlNahfunGHg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/external-editor": "^3.0.0",
                "@inquirer/type": "^4.0.5"
            },
@@ -1703,13 +1769,13 @@
            }
        },
        "node_modules/@inquirer/expand": {
            "version": "5.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-5.0.13.tgz",
            "integrity": "sha512-dF2zvrFo9LshkcB23/O1il13kBkBltWIXzut1evfbuBLXMiGIuC45c+ZQ0uukjCDsvI8OWqun4FRYMnzFCQa3g==",
            "version": "5.0.14",
            "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-5.0.14.tgz",
            "integrity": "sha512-qyY9zcIX2eKYwaAUiQo9zORd61Lc3sXeM72fVbeHkYnDkqfr8/armcRbmVAIrExeJhI2puk+uomeKtWrpUVUmQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
@@ -1757,13 +1823,13 @@
            }
        },
        "node_modules/@inquirer/input": {
            "version": "5.0.12",
            "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.12.tgz",
            "integrity": "sha512-uiMFBl4LqFzJClh80Q3f9hbOFJ6kgkDWI4LjAeBuyO6EanVVMF69AgOvpi1qdqjDSjDN6578B6nky9ceEpI+1Q==",
            "version": "5.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-5.0.13.tgz",
            "integrity": "sha512-0l0jCHlJnXIV8CTxwQC0C+5Ziq8WP22edWgmciW2xYvoeoSck4v5FvCS1ctKdqLLR0dUo93uAHgWHywgBSoRyw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
@@ -1779,13 +1845,13 @@
            }
        },
        "node_modules/@inquirer/number": {
            "version": "4.0.12",
            "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-4.0.12.tgz",
            "integrity": "sha512-/vrwhEf7Xsuh+YlHF4IjSy3g1cyrQuPaSiHIxCEbLu8qnfvrcvJyCkoktOOF+xV9gSb77/G0n3h04RbMDW2sIg==",
            "version": "4.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-4.0.13.tgz",
            "integrity": "sha512-WHmkYnnJAou5gx7RgcvAfUggnHNM1zWfoh0dFPl3dxVssuqt+dK5rIbaOYQXNyOegvFnopbKupjnhw2O8gANNg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
@@ -1801,14 +1867,14 @@
            }
        },
        "node_modules/@inquirer/password": {
            "version": "5.0.12",
            "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.12.tgz",
            "integrity": "sha512-CBh7YHju623lxJRcAOo498ZUwIuMy63bqW/vVq0tQAZVv+lkWlHkP9ealYE1utWSisEShY5VMdzIXRmyEODzcQ==",
            "version": "5.0.13",
            "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.13.tgz",
            "integrity": "sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
@@ -1854,13 +1920,13 @@
            }
        },
        "node_modules/@inquirer/rawlist": {
            "version": "5.2.8",
            "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-5.2.8.tgz",
            "integrity": "sha512-Su7FQvp5buZmCymN3PPoYv31ZQQX4ve2j02k7piGgKAWgE+AQRB5YoYVveGXcl3TZ9ldgRMSxj56YfDFmmaqLg==",
            "version": "5.2.9",
            "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-5.2.9.tgz",
            "integrity": "sha512-a1ErXEfgjfPYpyQ89dp+7n2IISjH9oQg3ygvF5adz8B7aHn4n2PjEgu1wpVTp69K3bj3lVLxP0qJ2b1clk1Whw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/type": "^4.0.5"
            },
            "engines": {
@@ -1876,13 +1942,13 @@
            }
        },
        "node_modules/@inquirer/search": {
            "version": "4.1.8",
            "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-4.1.8.tgz",
            "integrity": "sha512-fGiHKGD6DyPIYUWxoXnQTeXeyYqSOUrasDMABBmMHUalH/LxkuzY0xVRtimXAt1sUeeyYkVuKQx1bebMuN11Kw==",
            "version": "4.1.9",
            "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-4.1.9.tgz",
            "integrity": "sha512-ZlbM28Q9lmLkFPNAIv+ZuY530n5Km8U1WW48oYEvDhe9yc2uL3m3t+JSdRUkQlk5fuIuskgiIVjcb7czFzQpuA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5"
            },
@@ -1899,14 +1965,14 @@
            }
        },
        "node_modules/@inquirer/select": {
            "version": "5.1.4",
            "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.4.tgz",
            "integrity": "sha512-2kWcGKPMLAXAWRp1AH1SLsQmX+j0QjeljyXMUji9WMZC8nRDO0b7qquIGr6143E7KMLt3VAIGNXzwa/6PXQs4Q==",
            "version": "5.1.5",
            "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-5.1.5.tgz",
            "integrity": "sha512-6SRg6kHfK/sjLXOsuqNebuir+sjwrf/iWuRUnXgB2slzEewppI1WfzeS16XxDcOQmXBruMmmB9Cgrz7wsAxqMg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@inquirer/ansi": "^2.0.5",
                "@inquirer/core": "^11.1.9",
                "@inquirer/core": "^11.1.10",
                "@inquirer/figures": "^2.0.5",
                "@inquirer/type": "^4.0.5"
            },
@@ -2261,13 +2327,13 @@
            "license": "MIT"
        },
        "node_modules/@types/node": {
            "version": "25.6.0",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
            "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
            "version": "25.8.0",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz",
            "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "undici-types": "~7.19.0"
                "undici-types": ">=7.24.0 <7.24.7"
            }
        },
        "node_modules/@types/normalize-package-data": {
@@ -2897,21 +2963,13 @@
            "dev": true,
            "license": "MIT"
        },
        "node_modules/colorette": {
            "version": "2.0.20",
            "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
            "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/commander": {
            "version": "14.0.3",
            "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
            "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
            "dev": true,
            "version": "11.1.0",
            "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
            "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
            "license": "MIT",
            "engines": {
                "node": ">=20"
                "node": ">=16"
            }
        },
        "node_modules/compare-func": {
@@ -3137,18 +3195,6 @@
                "postcss": "^8.4"
            }
        },
        "node_modules/css-declaration-sorter": {
            "version": "7.4.0",
            "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.4.0.tgz",
            "integrity": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==",
            "license": "ISC",
            "engines": {
                "node": "^14 || ^16 || >=18"
            },
            "peerDependencies": {
                "postcss": "^8.0.9"
            }
        },
        "node_modules/css-has-pseudo": {
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-8.0.0.tgz",
@@ -3240,9 +3286,9 @@
            }
        },
        "node_modules/cssdb": {
            "version": "8.8.0",
            "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.8.0.tgz",
            "integrity": "sha512-QbLeyz2Bgso1iRlh7IpWk6OKa3lLNGXsujVjDMPl9rOZpxKeiG69icLpbLCFxeURwmcdIfZqQyhlooKJYM4f8Q==",
            "version": "8.9.0",
            "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.9.0.tgz",
            "integrity": "sha512-J8jOU/hLjaXcO1LldOLraJSQpfLXRKof0I7mtbRyOy2AAXgqst0x9rlgi2qXeD6d0ou3ZLqcPAMqYVbpCbrxEw==",
            "funding": [
                {
                    "type": "opencollective",
@@ -3268,79 +3314,78 @@
            }
        },
        "node_modules/cssnano": {
            "version": "7.1.7",
            "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.1.7.tgz",
            "integrity": "sha512-N5LGn/OlhMxDTvKACwUPMzT34SSj1b022pvUAE/Vh6r2WD1aUCbc+QNIP/JjX9VVxebdJWZQ3352Lt4oF7dQ/g==",
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-8.0.1.tgz",
            "integrity": "sha512-oSiOnPQNNYjusTUlYJiE6xvFQG4don3N0QavaoV1BxIsC1zjvxOwikXlR7lG1EVmZNDDaJkHbQx1VRB8kaoMHA==",
            "license": "MIT",
            "dependencies": {
                "cssnano-preset-default": "^7.0.15",
                "cssnano-preset-default": "^8.0.1",
                "lilconfig": "^3.1.3"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/cssnano"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/cssnano-preset-default": {
            "version": "7.0.15",
            "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.15.tgz",
            "integrity": "sha512-60kx7lJ40//HA85cIfQXSOJFby2D2V1pOMNHVCxue3KFWCjRzmiQyL9OvI+NAhwUlaojOfF9eK3nGvrJLCBUfQ==",
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-8.0.1.tgz",
            "integrity": "sha512-OTdKeYMlvQ8KBgyej5ysktnWJoeyo7rGrVnm+bdpIHGvxhbTGPsOkB+7T1EdTuX00dGlQQb2UEbSPB1OpMXULw==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "css-declaration-sorter": "^7.2.0",
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-calc": "^10.1.1",
                "postcss-colormin": "^7.0.9",
                "postcss-convert-values": "^7.0.11",
                "postcss-discard-comments": "^7.0.7",
                "postcss-discard-duplicates": "^7.0.3",
                "postcss-discard-empty": "^7.0.2",
                "postcss-discard-overridden": "^7.0.2",
                "postcss-merge-longhand": "^7.0.6",
                "postcss-merge-rules": "^7.0.10",
                "postcss-minify-font-values": "^7.0.2",
                "postcss-minify-gradients": "^7.0.4",
                "postcss-minify-params": "^7.0.8",
                "postcss-minify-selectors": "^7.1.0",
                "postcss-normalize-charset": "^7.0.2",
                "postcss-normalize-display-values": "^7.0.2",
                "postcss-normalize-positions": "^7.0.3",
                "postcss-normalize-repeat-style": "^7.0.3",
                "postcss-normalize-string": "^7.0.2",
                "postcss-normalize-timing-functions": "^7.0.2",
                "postcss-normalize-unicode": "^7.0.8",
                "postcss-normalize-url": "^7.0.2",
                "postcss-normalize-whitespace": "^7.0.2",
                "postcss-ordered-values": "^7.0.3",
                "postcss-reduce-initial": "^7.0.8",
                "postcss-reduce-transforms": "^7.0.2",
                "postcss-svgo": "^7.1.2",
                "postcss-unique-selectors": "^7.0.6"
                "postcss-colormin": "^8.0.0",
                "postcss-convert-values": "^8.0.0",
                "postcss-discard-comments": "^8.0.0",
                "postcss-discard-duplicates": "^8.0.0",
                "postcss-discard-empty": "^8.0.0",
                "postcss-discard-overridden": "^8.0.0",
                "postcss-merge-longhand": "^8.0.0",
                "postcss-merge-rules": "^8.0.0",
                "postcss-minify-font-values": "^8.0.0",
                "postcss-minify-gradients": "^8.0.0",
                "postcss-minify-params": "^8.0.0",
                "postcss-minify-selectors": "^8.0.1",
                "postcss-normalize-charset": "^8.0.0",
                "postcss-normalize-display-values": "^8.0.0",
                "postcss-normalize-positions": "^8.0.0",
                "postcss-normalize-repeat-style": "^8.0.0",
                "postcss-normalize-string": "^8.0.0",
                "postcss-normalize-timing-functions": "^8.0.0",
                "postcss-normalize-unicode": "^8.0.0",
                "postcss-normalize-url": "^8.0.0",
                "postcss-normalize-whitespace": "^8.0.0",
                "postcss-ordered-values": "^8.0.0",
                "postcss-reduce-initial": "^8.0.0",
                "postcss-reduce-transforms": "^8.0.0",
                "postcss-svgo": "^8.0.0",
                "postcss-unique-selectors": "^8.0.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/cssnano-utils": {
            "version": "5.0.2",
            "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.2.tgz",
            "integrity": "sha512-kt41WLK7FLKfePzPi645Y+/NtW/nNM7Su6nlNUfJyRNW3JcuU3JU7+cWJc+JexTeZ8dRBvFufefdG2XpXkIo0A==",
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-6.0.0.tgz",
            "integrity": "sha512-ztS9W/+uaDn+bkYmDhs+GdMveHJ3CL8IPNHpRqDUQXv5GJOTQAJjV1XUOInr9esLXSabQV1pLRZlJpyUwEqDyQ==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/csso": {
@@ -4470,45 +4515,45 @@
            }
        },
        "node_modules/lint-staged": {
            "version": "16.4.0",
            "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.4.0.tgz",
            "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==",
            "version": "17.0.4",
            "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.4.tgz",
            "integrity": "sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "commander": "^14.0.3",
                "listr2": "^9.0.5",
                "picomatch": "^4.0.3",
                "listr2": "^10.2.1",
                "picomatch": "^4.0.4",
                "string-argv": "^0.3.2",
                "tinyexec": "^1.0.4",
                "yaml": "^2.8.2"
                "tinyexec": "^1.1.2"
            },
            "bin": {
                "lint-staged": "bin/lint-staged.js"
            },
            "engines": {
                "node": ">=20.17"
                "node": ">=22.22.1"
            },
            "funding": {
                "url": "https://opencollective.com/lint-staged"
            },
            "optionalDependencies": {
                "yaml": "^2.8.4"
            }
        },
        "node_modules/listr2": {
            "version": "9.0.5",
            "resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz",
            "integrity": "sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==",
            "version": "10.2.1",
            "resolved": "https://registry.npmjs.org/listr2/-/listr2-10.2.1.tgz",
            "integrity": "sha512-7I5knELsJKTUjXG+A6BkKAiGkW1i25fNa/xlUl9hFtk15WbE9jndA89xu5FzQKrY5llajE1hfZZFMILXkDHk/Q==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "cli-truncate": "^5.0.0",
                "colorette": "^2.0.20",
                "eventemitter3": "^5.0.1",
                "cli-truncate": "^5.2.0",
                "eventemitter3": "^5.0.4",
                "log-update": "^6.1.0",
                "rfdc": "^1.4.1",
                "wrap-ansi": "^9.0.0"
                "wrap-ansi": "^10.0.0"
            },
            "engines": {
                "node": ">=20.0.0"
                "node": ">=22.13.0"
            }
        },
        "node_modules/lockfile-lint": {
@@ -4644,6 +4689,13 @@
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/log-update/node_modules/emoji-regex": {
            "version": "10.6.0",
            "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
            "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/log-update/node_modules/slice-ansi": {
            "version": "7.1.2",
            "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
@@ -4661,6 +4713,42 @@
                "url": "https://github.com/chalk/slice-ansi?sponsor=1"
            }
        },
        "node_modules/log-update/node_modules/string-width": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
            "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^10.3.0",
                "get-east-asian-width": "^1.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/log-update/node_modules/wrap-ansi": {
            "version": "9.0.2",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
            "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-styles": "^6.2.1",
                "string-width": "^7.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
            }
        },
        "node_modules/lru-cache": {
            "version": "10.4.3",
            "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
@@ -5990,9 +6078,9 @@
            }
        },
        "node_modules/postcss": {
            "version": "8.5.13",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz",
            "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==",
            "version": "8.5.14",
            "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
            "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
            "funding": [
                {
                    "type": "opencollective",
@@ -6074,9 +6162,9 @@
            }
        },
        "node_modules/postcss-color-functional-notation": {
            "version": "8.0.3",
            "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.3.tgz",
            "integrity": "sha512-MyaFK+3PusD7F2+qlMDP6+zfSgHWP17AtmvHQs44W3+Qbb39VptVDVRJ4Lf7gHSVffW5ekEy/XrsZ0S0t34hrA==",
            "version": "8.0.4",
            "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-8.0.4.tgz",
            "integrity": "sha512-Zn3yPgBFakVXthmA2n1NUMY7gdhuFUB/DrUJ0Eug/d0rl9wahMQZykp4NVTJLGzQrDUwZ2rzjiTeW5udxFNG8A==",
            "funding": [
                {
                    "type": "github",
@@ -6089,10 +6177,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -6155,37 +6243,37 @@
            }
        },
        "node_modules/postcss-colormin": {
            "version": "7.0.9",
            "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.9.tgz",
            "integrity": "sha512-EZpoUlmbXQUpe+g4ZaGM2kjGlHrQ7Bjzb3xHcNrC9ysI1tGoib6DAYvxg6aB7MGxsjgLF+Qx/jwZQkJ5cKDvXA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-8.0.0.tgz",
            "integrity": "sha512-KKwMmsSgsmdYXqrjQeqL3tnuIFtctiR1GEMHdjNpDpz/TCRkkkok2mMcreK2zVV3l7POWOmAkR2xYHUpRUK1DA==",
            "license": "MIT",
            "dependencies": {
                "@colordx/core": "^5.2.0",
                "@colordx/core": "^5.4.3",
                "browserslist": "^4.28.2",
                "caniuse-api": "^3.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-convert-values": {
            "version": "7.0.11",
            "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.11.tgz",
            "integrity": "sha512-H+s7P0f9jJylSysAHs3/5MhAx7GthDO05uw1h56L2xyEqpiLTFLEqBNw3PUYzD5p/AKwWaigCXf6FGELpOw9lw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-8.0.0.tgz",
            "integrity": "sha512-Ohtj3rNZWawTRePv5NCHTy8VJSdJ/G/uKuxcxJreOMichuqcT6uEl2TAnopVeJCJ/c13jaSqg7m63yFLM5zBsA==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-custom-media": {
@@ -6299,60 +6387,60 @@
            }
        },
        "node_modules/postcss-discard-comments": {
            "version": "7.0.7",
            "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.7.tgz",
            "integrity": "sha512-FJhE3fSte7HaRNL4iwD8LTG9vWqj3puxXIdig6LfrFqc1TJRUhY4kXOkeTXZZfTXYny+k+SO7fd2fymj1wduJg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-8.0.0.tgz",
            "integrity": "sha512-zGpvVLj2sbagEp+BTVETvAfkZdGVA6rALNujDK/WTIjdf1/rQOxOG8BBzkI8UQgnw8SkL6xffAfbtGMHFypadw==",
            "license": "MIT",
            "dependencies": {
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-discard-duplicates": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.3.tgz",
            "integrity": "sha512-9cRxXwhEM/aNZon1qZyToX4NmjbFbxOGbww+0CnbYFDbbPRGZ8jg4IbM8UlA+CzkXxM35itxyaHKNqBBg/RTDg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-8.0.0.tgz",
            "integrity": "sha512-zjRyYmNGI3PTipKBBtCgExlmZXQn49KvKoaiNnR2g+iXxeNk7GY5Js2ULtZXPrCYeqjPagrzKIBNcBocvXCR7g==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-discard-empty": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.2.tgz",
            "integrity": "sha512-NZFouOmOwtngJVgkNeI1LtkzFdYqIurxgy4wq3qNvIiXFURTZ3b/K7q3dP3QitlWQ5imHDQL0qSorItQhoxb1g==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-8.0.0.tgz",
            "integrity": "sha512-kxPJg6EqahbBvm+l7hpYYCtpsv8dlz7Tv6wJXUXZaeuY0WGS61DxfGdZR4uVB/Cx+yi3iOHQVSqpSHKMFaBg6Q==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-discard-overridden": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.2.tgz",
            "integrity": "sha512-Ym01X4v6U3sY8X0P1J9P+RTar+7JyLTOzDrxKSeaArFsLmkVu4KcAKPBWDYRIyZ/q4jwpSPnOnekeSSqXSXKUw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-8.0.0.tgz",
            "integrity": "sha512-sW2OWH3l9p0FmBSVr228uztFseqroZxwgD7SGF0Ks0dRPDttSo3P8FK5ZBLtWBH2A5+chpB0J2fB/T8heKHLBw==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-double-position-gradients": {
            "version": "7.0.0",
            "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-7.0.0.tgz",
            "integrity": "sha512-Msr/dxj8Os7KLJE5Hdhvprwm3K5Zrh1KTY0eFN3ngPKNkej/Usy4BM9JQmqE6CLAkDpHoQVsi4snbL72CPt6qg==",
            "version": "7.0.1",
            "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-7.0.1.tgz",
            "integrity": "sha512-M69I4EolEGwiYa0KmxKWg4zZp2DxhlNM0Bz12OvHCj930GXDVCvFhdWNGsRscz6BIijN6tFryzSFsy8kMLyD5Q==",
            "funding": [
                {
                    "type": "github",
@@ -6365,7 +6453,7 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0",
                "postcss-value-parser": "^4.2.0"
            },
@@ -6484,9 +6572,9 @@
            }
        },
        "node_modules/postcss-lab-function": {
            "version": "8.0.3",
            "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.3.tgz",
            "integrity": "sha512-rUa27RLVXjMn1aDkHEt5dRsK80+bAACPr8w5Ow0BkIlfH6gEk0Mh1I0REkYhtp4UhKFw1HLEk3AzvKBi6BGOqw==",
            "version": "8.0.4",
            "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.4.tgz",
            "integrity": "sha512-dqcJSzVasdELD9xqJ1wfP95uzP57J6zFd80c7S3AWK127H9zwqR9Kbk5ZgyIfN2DiMStI7Vq8E7ablXNeTvpew==",
            "funding": [
                {
                    "type": "github",
@@ -6499,10 +6587,10 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/css-color-parser": "^4.1.0",
                "@csstools/css-color-parser": "^4.1.1",
                "@csstools/css-parser-algorithms": "^4.0.0",
                "@csstools/css-tokenizer": "^4.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/utilities": "^3.0.0"
            },
            "engines": {
@@ -6538,92 +6626,92 @@
            }
        },
        "node_modules/postcss-merge-longhand": {
            "version": "7.0.6",
            "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.6.tgz",
            "integrity": "sha512-lDsWeKRsssX/9vKFpingoRiuvGajtOGCJhs1kyaTJ5fzaVzs0aPPYe38UZ/ukMFEA5iuRIjQJHIkH2niYO3ubQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-8.0.0.tgz",
            "integrity": "sha512-YDmAmQ8H+ljfomVpSXvr9NA0GP01fraQJqjWBYoMVGg6rOT+PJLwPyeVo2ekn4WB4ZVSH5ddtK3DTRxbz6CFzg==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0",
                "stylehacks": "^7.0.10"
                "stylehacks": "^8.0.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-merge-rules": {
            "version": "7.0.10",
            "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.10.tgz",
            "integrity": "sha512-UXYKxkg8Cy1so/evF7AE/25PNXZb3E0SrvjdbtbGf+MW+doLenKqRLQzz6YZW469ktiXK2MVLFWtel/DftCV0Q==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-8.0.0.tgz",
            "integrity": "sha512-bgstL5mpi41dDpnYGDUcI3M814NWkCMcIWpwDqEHXkHg3BT7b4XRAfNEuwJncZOVn/67kVKvWzhfv/7xyrp2uQ==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "caniuse-api": "^3.0.0",
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-font-values": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.2.tgz",
            "integrity": "sha512-Z82NUmnvhPrvMUaHfkaAVBmWQq9F8Dox4Dy0LiwbaTxfmDUWLQtS+0WCgKViwdWCPPajiY9YzoQftgqKdXkM5g==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-8.0.0.tgz",
            "integrity": "sha512-EnOHQEnSt6oH5NrL1DMFAQuwB2IOimFXTCzc9bKfUeH1jREbqIF5MAK4gQJQOC4mPUwJt4sWifAmNZ1qLu6j3Q==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-gradients": {
            "version": "7.0.4",
            "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.4.tgz",
            "integrity": "sha512-g8MNeNyN+lbwKy8DCtJ6zU6awBL0InBsSOaKmgZ1MdRLVItLQUNFNAzzzBnOp4qowOcyyB6GetTlQ0/0UNXvag==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-8.0.0.tgz",
            "integrity": "sha512-43iAnYIGk0ZjNx5X/rkIcHi6dhmu/vEjY0kqfUfxPuJRO+V7jx8uKIdcnL0dpfNoC5J9TSh3EtzLWbq0gpqnWA==",
            "license": "MIT",
            "dependencies": {
                "@colordx/core": "^5.2.0",
                "cssnano-utils": "^5.0.2",
                "@colordx/core": "^5.4.3",
                "cssnano-utils": "^6.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-params": {
            "version": "7.0.8",
            "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.8.tgz",
            "integrity": "sha512-DIUKM5DZGTmxN7KFKT+rxt0FdPDmRrdK/k3n3+6Po+N/QYn06juwagHcfOVBG0CfCHwcnI612GAUCZc3eT+ZEg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-8.0.0.tgz",
            "integrity": "sha512-z7w4QO7G55l4vMUK1Lmx03GW7iyRLgf2V5Dz/7ioSPLnXRjeD+b7m0XfAXUGrbBYYrJ6bXPk+3LoX5u4JfAcSg==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-minify-selectors": {
            "version": "7.1.0",
            "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.1.0.tgz",
            "integrity": "sha512-HYl/6I0aL+UvpA10t65BSa7h+tVjBgE6oRI5N/3ylX3vtwvlDL67G3FT3vYDPnTksxr0riiyJcT0tBtyRVoloA==",
            "version": "8.0.1",
            "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-8.0.1.tgz",
            "integrity": "sha512-c31D46811kTkQDxV1KTTow79axX6gj/01AY5G7cGZg3s31KvAwP13jEFXGAzQbJ7NvOFV1pRqEia6nrAdHU7qg==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.1",
@@ -6632,10 +6720,10 @@
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-nesting": {
@@ -6666,136 +6754,136 @@
            }
        },
        "node_modules/postcss-normalize-charset": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.2.tgz",
            "integrity": "sha512-YoINoiR4YKlzfB95Y93b0DSxWy7FLw+1SADIaznMHb88AKizpzfF80tolmiDEbYr1UM4r4Hw+NZq37SwT5f3uw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-8.0.0.tgz",
            "integrity": "sha512-s88FUNDSUD8m0wBYvTQQcubVts6zhXwBU8zCD4vkRKiecd0v8cOjHVIF9r/i+5xzS/WG3f98qq4XsOM0JqvfLA==",
            "license": "MIT",
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-display-values": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.2.tgz",
            "integrity": "sha512-wu/NTSjnp8sX5TnEHVPN+eScjAtRs18ELtEduG+Ek3GxjeUDUT+VAA3PJjVIXBcVIk6fiLYFj2iKH0q99S3T2Q==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-8.0.0.tgz",
            "integrity": "sha512-gG2nBxD27fiw6Luinb1QYKdM/Co5GornRJgSD+JTwNH4PGKxImP0qyruDDav49aHUPLY3qrL3qN3LvybO7IzxQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-positions": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.3.tgz",
            "integrity": "sha512-1CJI++oA3yK/fQlPUcEngUfcSWS08Pkt9fK+jVgL53mmtHDBHi0YiuB0m3D9BXwZjmfvCc2GQmFqCAF/CVcPzQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-8.0.0.tgz",
            "integrity": "sha512-t/wGqpehS20Ke7kc4QAsWpH+AJjUdMK/V5qV2RhrXkj8hO/fT1t1MJ8NL7sedWYk7ZqC7eISEJQonW5j0tU1MQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-repeat-style": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.3.tgz",
            "integrity": "sha512-RvImJ2Ml4LZSx31qC2C8LDiz65IgBNATtwEr9r3Aue+D0cCGbj4rjNojb/uGpEm4QxnOTzFqMvaDYuKiT1Cmpg==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-8.0.0.tgz",
            "integrity": "sha512-3ebOmGdCYKrBYyGKc1xhj0unEnW7beZpVU7JohVeGl7mTxR+7T6egpaawTWAVsB0pEIhcsbJVOjPKCJSoRO6Zg==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-string": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.2.tgz",
            "integrity": "sha512-FqtrUh2BU2MnVeLeWBbJ2rwOjuDnA91XvoImc1BbgMWIxdxiPTaquflBHsmFBA3xh3pC3wPZO9W5MaIc7wU/Xw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-8.0.0.tgz",
            "integrity": "sha512-TvWCGZ/e04Tv31uJvOUtbexkfgUnqmQ3M2P5DkAaVzvOj+BvTkG2QjpA5Y71SL1SPxJcj4M23fNh+RDVCmG8kA==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-timing-functions": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.2.tgz",
            "integrity": "sha512-5H5fpXBnMACEXzn7k9RP7qWZ1eWg8cuZkUuFygStY7icOj+UucwMWXeMmdkF/iITvTVa7fP85tdRCJeznpdFfQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-8.0.0.tgz",
            "integrity": "sha512-uEfaXst5Xgqxv7geYUuz6vs9mn88K2NPY2RoIzM3BMmSjsdTSeppV9x2qIgrxsisdbSqF6IVhzI2occcte3hTA==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-unicode": {
            "version": "7.0.8",
            "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.8.tgz",
            "integrity": "sha512-imCM3cwK3hvlAG4z1AzYM24m8BPA3/Jk/S71wfbn2I6+E2b+UwFaGvlNqydihXTSl3OFPeQXztqCzg+NGeSibQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-8.0.0.tgz",
            "integrity": "sha512-+WYngZaChEeTHZmWhmKtnJ4gTzWdINEaFcgWBnu6WdVu8Ftim8OBTcw768DuCC/3Aax9bZ9WkwrLGHym2Lzf+A==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-url": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.2.tgz",
            "integrity": "sha512-bLnNY7t76NLRb9QQyCVmCN4qwoHxiq6vABH/CXav9wTuR6dNGHGQ72AyO/+h2quWxZk3l7BqxNL1vtDi9H6y1g==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-8.0.0.tgz",
            "integrity": "sha512-4Mz9hZHn/QIB+YtFqTXrDmE2193GYxGb3F8uMfLvMicaEXCCUlDIJ658gFFJbqEGl9FYzwPtRiuNgbwlO9kkBg==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-normalize-whitespace": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.2.tgz",
            "integrity": "sha512-TNSVkuhkeOhl36WruQlflxOb7HweoeZowSusNpfsM1+ZvqJ24Mc+xksu05ecMQxlu+0zgI8pyznO2EWqDCQbLA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-8.0.0.tgz",
            "integrity": "sha512-V1f8tYnwIP5tscOXQFTKK8Y5EJ+R2GMpFJ6FjzwoKoQnhbqQy3IeSrDjJJb8JjVos8ut6Osi80Zybpayv/XjIQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-opacity-percentage": {
@@ -6821,19 +6909,19 @@
            }
        },
        "node_modules/postcss-ordered-values": {
            "version": "7.0.3",
            "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.3.tgz",
            "integrity": "sha512-FTt6R9RF7NAYfpOHa2XFPm89FVuo5GiIbcfwOXFy1MYF38BeiNW9ke8ybw9Pk62eEsUlRVVbxHWA3B7ERYqOOA==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-8.0.0.tgz",
            "integrity": "sha512-Dg9+itb6lmD0bxqhQyHCtXAwYRh0wUrx6Mp4/BNXgkLoJmdYMmWi+V+Pypw79Q6iQhxA8KFMHqLBITQJV2gKMA==",
            "license": "MIT",
            "dependencies": {
                "cssnano-utils": "^5.0.2",
                "cssnano-utils": "^6.0.0",
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-overflow-shorthand": {
@@ -6896,9 +6984,9 @@
            }
        },
        "node_modules/postcss-preset-env": {
            "version": "11.2.1",
            "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.2.1.tgz",
            "integrity": "sha512-dqL7WR5wg9yP/+6pTHIsIeIpK6XVghJDE4/r4ZSdr5ExrbLiN5x78gly0Xs0MLGbHy2oT3WWNfbxowmnw9BurQ==",
            "version": "11.3.0",
            "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-11.3.0.tgz",
            "integrity": "sha512-PpijTuY+NT35vvk7us0pw9lJVrsZZWukjONZsza2Kq1Gag8nrUXRkgdKdxyyhZPJ6R43L3/nLpspUK99TmU9xg==",
            "funding": [
                {
                    "type": "github",
@@ -6911,70 +6999,72 @@
            ],
            "license": "MIT-0",
            "dependencies": {
                "@csstools/postcss-alpha-function": "^2.0.4",
                "@csstools/postcss-alpha-function": "^2.0.5",
                "@csstools/postcss-cascade-layers": "^6.0.0",
                "@csstools/postcss-color-function": "^5.0.3",
                "@csstools/postcss-color-function-display-p3-linear": "^2.0.3",
                "@csstools/postcss-color-mix-function": "^4.0.3",
                "@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.3",
                "@csstools/postcss-content-alt-text": "^3.0.0",
                "@csstools/postcss-contrast-color-function": "^3.0.3",
                "@csstools/postcss-exponential-functions": "^3.0.2",
                "@csstools/postcss-color-function": "^5.0.4",
                "@csstools/postcss-color-function-display-p3-linear": "^2.0.4",
                "@csstools/postcss-color-mix-function": "^4.0.4",
                "@csstools/postcss-color-mix-variadic-function-arguments": "^2.0.4",
                "@csstools/postcss-container-rule-prelude-list": "^1.0.1",
                "@csstools/postcss-content-alt-text": "^3.0.1",
                "@csstools/postcss-contrast-color-function": "^3.0.4",
                "@csstools/postcss-exponential-functions": "^3.0.3",
                "@csstools/postcss-font-format-keywords": "^5.0.0",
                "@csstools/postcss-font-width-property": "^1.0.0",
                "@csstools/postcss-gamut-mapping": "^3.0.3",
                "@csstools/postcss-gradients-interpolation-method": "^6.0.3",
                "@csstools/postcss-hwb-function": "^5.0.3",
                "@csstools/postcss-ic-unit": "^5.0.0",
                "@csstools/postcss-gamut-mapping": "^3.0.4",
                "@csstools/postcss-gradients-interpolation-method": "^6.0.4",
                "@csstools/postcss-hwb-function": "^5.0.4",
                "@csstools/postcss-ic-unit": "^5.0.1",
                "@csstools/postcss-image-function": "^1.0.0",
                "@csstools/postcss-initial": "^3.0.0",
                "@csstools/postcss-is-pseudo-class": "^6.0.0",
                "@csstools/postcss-light-dark-function": "^3.0.0",
                "@csstools/postcss-light-dark-function": "^3.0.1",
                "@csstools/postcss-logical-float-and-clear": "^4.0.0",
                "@csstools/postcss-logical-overflow": "^3.0.0",
                "@csstools/postcss-logical-overscroll-behavior": "^3.0.0",
                "@csstools/postcss-logical-resize": "^4.0.0",
                "@csstools/postcss-logical-viewport-units": "^4.0.0",
                "@csstools/postcss-media-minmax": "^3.0.2",
                "@csstools/postcss-media-minmax": "^3.0.3",
                "@csstools/postcss-media-queries-aspect-ratio-number-values": "^4.0.0",
                "@csstools/postcss-mixins": "^1.0.0",
                "@csstools/postcss-nested-calc": "^5.0.0",
                "@csstools/postcss-normalize-display-values": "^5.0.1",
                "@csstools/postcss-oklab-function": "^5.0.3",
                "@csstools/postcss-oklab-function": "^5.0.4",
                "@csstools/postcss-position-area-property": "^2.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.0.0",
                "@csstools/postcss-progressive-custom-properties": "^5.1.0",
                "@csstools/postcss-property-rule-prelude-list": "^2.0.0",
                "@csstools/postcss-random-function": "^3.0.2",
                "@csstools/postcss-relative-color-syntax": "^4.0.3",
                "@csstools/postcss-random-function": "^3.0.3",
                "@csstools/postcss-relative-color-syntax": "^4.0.4",
                "@csstools/postcss-scope-pseudo-class": "^5.0.0",
                "@csstools/postcss-sign-functions": "^2.0.2",
                "@csstools/postcss-stepped-value-functions": "^5.0.2",
                "@csstools/postcss-sign-functions": "^2.0.3",
                "@csstools/postcss-stepped-value-functions": "^5.0.3",
                "@csstools/postcss-syntax-descriptor-syntax-production": "^2.0.0",
                "@csstools/postcss-system-ui-font-family": "^2.0.0",
                "@csstools/postcss-text-decoration-shorthand": "^5.0.3",
                "@csstools/postcss-trigonometric-functions": "^5.0.2",
                "@csstools/postcss-trigonometric-functions": "^5.0.3",
                "@csstools/postcss-unset-value": "^5.0.0",
                "autoprefixer": "^10.4.24",
                "autoprefixer": "^10.5.0",
                "browserslist": "^4.28.1",
                "css-blank-pseudo": "^8.0.1",
                "css-has-pseudo": "^8.0.0",
                "css-prefers-color-scheme": "^11.0.0",
                "cssdb": "^8.8.0",
                "cssdb": "^8.9.0",
                "postcss-attribute-case-insensitive": "^8.0.0",
                "postcss-clamp": "^4.1.0",
                "postcss-color-functional-notation": "^8.0.3",
                "postcss-color-functional-notation": "^8.0.4",
                "postcss-color-hex-alpha": "^11.0.0",
                "postcss-color-rebeccapurple": "^11.0.0",
                "postcss-custom-media": "^12.0.1",
                "postcss-custom-properties": "^15.0.1",
                "postcss-custom-selectors": "^9.0.1",
                "postcss-dir-pseudo-class": "^10.0.0",
                "postcss-double-position-gradients": "^7.0.0",
                "postcss-double-position-gradients": "^7.0.1",
                "postcss-focus-visible": "^11.0.0",
                "postcss-focus-within": "^10.0.0",
                "postcss-font-variant": "^5.0.0",
                "postcss-gap-properties": "^7.0.0",
                "postcss-image-set-function": "^8.0.0",
                "postcss-lab-function": "^8.0.3",
                "postcss-lab-function": "^8.0.4",
                "postcss-logical": "^9.0.0",
                "postcss-nesting": "^14.0.0",
                "postcss-opacity-percentage": "^3.0.0",
@@ -7018,34 +7108,34 @@
            }
        },
        "node_modules/postcss-reduce-initial": {
            "version": "7.0.8",
            "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.8.tgz",
            "integrity": "sha512-VeVRmbgpgTZuRcDQdqnsB4iYTeS2dBRV07UdwK6V3x61F1xTQ2pgIzHBIR4rQYRlXRNKBTGYYhEL1eNA7w9vaQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-8.0.0.tgz",
            "integrity": "sha512-DChcE9d528AKrlpCTHjhsAiOsWCk4H9ApHPS1QqRT3praObWTiWyn6W1UddGpc46K9LQnHwUu4YwaPUukGtXVA==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "caniuse-api": "^3.0.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-reduce-transforms": {
            "version": "7.0.2",
            "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.2.tgz",
            "integrity": "sha512-OV5P9hMnf7kEkeXVXyS5ESqxbIls7a3TqFymUAV5JICO/9YCBEU+QQhQjZiDHaLwFdV7/CL481kVeBUk5FdY3w==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-8.0.0.tgz",
            "integrity": "sha512-cLZT0som7vvumQT9XQCnSKOSnRinNQZd1Hm+J723Ney13E8CIydDhw6JwzsjPtgnYThTqn9Q45906gz6wxaAsw==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-replace-overflow-wrap": {
@@ -7096,34 +7186,34 @@
            }
        },
        "node_modules/postcss-svgo": {
            "version": "7.1.2",
            "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.1.2.tgz",
            "integrity": "sha512-ixExc8m+/68yuSYQzV/1DgtTup/7nI2dN9eiDS5GMRUzeCH4q9UcqeZPwcSVhdf8ay9fRwXDUHwcY5/XzQSszQ==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-8.0.0.tgz",
            "integrity": "sha512-Q2fMSYEiNE1ioDc/3sxvI24NdgA/MJno2XLNpOxgv8aCcJbym8mZY10/lDY5+AWCIc3Aiqzy2Wcp9/zaIXBZgQ==",
            "license": "MIT",
            "dependencies": {
                "postcss-value-parser": "^4.2.0",
                "svgo": "^4.0.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >= 18"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-unique-selectors": {
            "version": "7.0.6",
            "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.6.tgz",
            "integrity": "sha512-cDxnYw1QuBMW5w3svZ0BlYF0IA4Amr+1JoTLXzu6vDFPNwohN2QU+sPZNx15b930LR7ce+/600h28/cYoxO9vw==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-8.0.0.tgz",
            "integrity": "sha512-iObuolUX+ITJfMU2QQFQdh31JgSjNLPNjVs6YGAqBHvOvAWXMMNget6donQl83aQaeS32i5XeKZURUW/WBxIUw==",
            "license": "MIT",
            "dependencies": {
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/postcss-value-parser": {
@@ -7556,9 +7646,9 @@
            }
        },
        "node_modules/socks": {
            "version": "2.8.8",
            "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.8.tgz",
            "integrity": "sha512-NlGELfPrgX2f1TAAcz0WawlLn+0r3FyhhCRpFFK2CemXenPYvzMWWZINv3eDNo9ucdwme7oCHRY0Jnbs4aIkog==",
            "version": "2.8.9",
            "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.9.tgz",
            "integrity": "sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
@@ -7691,9 +7781,9 @@
            }
        },
        "node_modules/string-width": {
            "version": "8.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.0.tgz",
            "integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
            "version": "8.2.1",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
            "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
@@ -7724,19 +7814,19 @@
            }
        },
        "node_modules/stylehacks": {
            "version": "7.0.10",
            "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.10.tgz",
            "integrity": "sha512-sRJ7klmhe/Fl5woJcbJUa2qP1Ueffsl1CQI4ePvqXLkZmcIuAt09aP9uT/FOFPqXh9Rh8M5UkgEnwTdTKn/Aag==",
            "version": "8.0.0",
            "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-8.0.0.tgz",
            "integrity": "sha512-sWyjaJvBqHoVKYPbQ8JRvrGSPaYWtWrJsU+fGVtwKB1GE1rRPu3rC7T6UCuXLoL00Dwb+tsHe2T904r8Vnsx8w==",
            "license": "MIT",
            "dependencies": {
                "browserslist": "^4.28.2",
                "postcss-selector-parser": "^7.1.1"
            },
            "engines": {
                "node": "^18.12.0 || ^20.9.0 || >=22.0"
                "node": "^22.11.0 || ^24.11.0 || >=26.0"
            },
            "peerDependencies": {
                "postcss": "^8.5.10"
                "postcss": "^8.5.14"
            }
        },
        "node_modules/svgo": {
@@ -7764,15 +7854,6 @@
                "url": "https://opencollective.com/svgo"
            }
        },
        "node_modules/svgo/node_modules/commander": {
            "version": "11.1.0",
            "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
            "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
            "license": "MIT",
            "engines": {
                "node": ">=16"
            }
        },
        "node_modules/tachyons": {
            "version": "4.12.0",
            "resolved": "https://registry.npmjs.org/tachyons/-/tachyons-4.12.0.tgz",
@@ -7780,9 +7861,9 @@
            "license": "MIT"
        },
        "node_modules/tinyexec": {
            "version": "1.1.1",
            "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz",
            "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==",
            "version": "1.1.2",
            "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.2.tgz",
            "integrity": "sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==",
            "dev": true,
            "license": "MIT",
            "engines": {
@@ -7899,9 +7980,9 @@
            }
        },
        "node_modules/undici-types": {
            "version": "7.19.2",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
            "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
            "version": "7.24.6",
            "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
            "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
            "dev": true,
            "license": "MIT"
        },
@@ -8036,48 +8117,23 @@
            "license": "MIT"
        },
        "node_modules/wrap-ansi": {
            "version": "9.0.2",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
            "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
            "version": "10.0.0",
            "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-10.0.0.tgz",
            "integrity": "sha512-SGcvg80f0wUy2/fXES19feHMz8E0JoXv2uNgHOu4Dgi2OrCy1lqwFYEJz1BLbDI0exjPMe/ZdzZ/YpGECBG/aQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "ansi-styles": "^6.2.1",
                "string-width": "^7.0.0",
                "strip-ansi": "^7.1.0"
                "ansi-styles": "^6.2.3",
                "string-width": "^8.2.0",
                "strip-ansi": "^7.1.2"
            },
            "engines": {
                "node": ">=18"
                "node": ">=20"
            },
            "funding": {
                "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
            }
        },
        "node_modules/wrap-ansi/node_modules/emoji-regex": {
            "version": "10.6.0",
            "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
            "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
            "dev": true,
            "license": "MIT"
        },
        "node_modules/wrap-ansi/node_modules/string-width": {
            "version": "7.2.0",
            "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
            "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "emoji-regex": "^10.3.0",
                "get-east-asian-width": "^1.0.0",
                "strip-ansi": "^7.1.0"
            },
            "engines": {
                "node": ">=18"
            },
            "funding": {
                "url": "https://github.com/sponsors/sindresorhus"
            }
        },
        "node_modules/wsl-utils": {
            "version": "0.3.1",
            "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
@@ -8106,11 +8162,12 @@
            }
        },
        "node_modules/yaml": {
            "version": "2.8.3",
            "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
            "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
            "version": "2.9.0",
            "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
            "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
            "dev": true,
            "license": "ISC",
            "optional": true,
            "bin": {
                "yaml": "bin.mjs"
            },
package.json
@@ -25,18 +25,18 @@
        "hugo-module"
    ],
    "dependencies": {
        "cssnano": "7.1.7",
        "postcss": "8.5.13",
        "postcss-preset-env": "11.2.1",
        "cssnano": "8.0.1",
        "postcss": "8.5.14",
        "postcss-preset-env": "11.3.0",
        "tachyons": "4.12.0"
    },
    "devDependencies": {
        "@biomejs/biome": "2.4.13",
        "@biomejs/biome": "2.4.15",
        "@github/markdownlint-github": "0.8.0",
        "@release-it/conventional-changelog": "11.0.0",
        "@types/node": "25.6.0",
        "@types/node": "25.8.0",
        "dotenv": "17.4.2",
        "lint-staged": "16.4.0",
        "lint-staged": "17.0.4",
        "lockfile-lint": "5.0.0",
        "markdownlint": "0.40.0",
        "markdownlint-cli2": "0.22.1",