diff --git a/composer.lock b/composer.lock index 7dad3ff..110c472 100644 --- a/composer.lock +++ b/composer.lock @@ -573,6 +573,353 @@ }, "time": "2022-10-27T11:44:00+00:00" }, + { + "name": "doctrine/cache", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/doctrine/cache.git", + "reference": "5d55089cbe7339f72405560a254153e21c24e9c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/cache/zipball/5d55089cbe7339f72405560a254153e21c24e9c5", + "reference": "5d55089cbe7339f72405560a254153e21c24e9c5", + "shasum": "" + }, + "require": { + "php": "~7.1 || ^8.0" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/var-exporter": "^4.4 || ^5.4 || ^6" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", + "homepage": "https://www.doctrine-project.org/projects/cache.html", + "keywords": [ + "abstraction", + "apcu", + "cache", + "caching", + "couchdb", + "memcached", + "php", + "redis", + "xcache" + ], + "support": { + "issues": "https://github.com/doctrine/cache/issues", + "source": "https://github.com/doctrine/cache/tree/2.2.x" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2023-01-18T18:44:28+00:00" + }, + { + "name": "doctrine/dbal", + "version": "3.7.x-dev", + "source": { + "type": "git", + "url": "https://github.com/doctrine/dbal.git", + "reference": "be8451aadcbf4b12d6d014435e853ddf7614f697" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/be8451aadcbf4b12d6d014435e853ddf7614f697", + "reference": "be8451aadcbf4b12d6d014435e853ddf7614f697", + "shasum": "" + }, + "require": { + "composer-runtime-api": "^2", + "doctrine/cache": "^1.11|^2.0", + "doctrine/deprecations": "^0.5.3|^1", + "doctrine/event-manager": "^1|^2", + "php": "^7.4 || ^8.0", + "psr/cache": "^1|^2|^3", + "psr/log": "^1|^2|^3" + }, + "require-dev": { + "doctrine/coding-standard": "12.0.0", + "fig/log-test": "^1", + "jetbrains/phpstorm-stubs": "2023.1", + "phpstan/phpstan": "1.10.21", + "phpstan/phpstan-strict-rules": "^1.5", + "phpunit/phpunit": "9.6.9", + "psalm/plugin-phpunit": "0.18.4", + "slevomat/coding-standard": "8.13.1", + "squizlabs/php_codesniffer": "3.7.2", + "symfony/cache": "^5.4|^6.0", + "symfony/console": "^4.4|^5.4|^6.0", + "vimeo/psalm": "4.30.0" + }, + "suggest": { + "symfony/console": "For helpful console commands such as SQL execution and import of files." + }, + "bin": [ + "bin/doctrine-dbal" + ], + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\DBAL\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + } + ], + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", + "keywords": [ + "abstraction", + "database", + "db2", + "dbal", + "mariadb", + "mssql", + "mysql", + "oci8", + "oracle", + "pdo", + "pgsql", + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlite", + "sqlserver", + "sqlsrv" + ], + "support": { + "issues": "https://github.com/doctrine/dbal/issues", + "source": "https://github.com/doctrine/dbal/tree/3.7.x" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", + "type": "tidelift" + } + ], + "time": "2023-07-25T06:47:21+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "1.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "bdaa697ed9c7f5ee2f7d3b5f9c2a6f2519523cd9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/bdaa697ed9c7f5ee2f7d3b5f9c2a6f2519523cd9", + "reference": "bdaa697ed9c7f5ee2f7d3b5f9c2a6f2519523cd9", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/1.1.x" + }, + "time": "2023-07-29T16:12:19+00:00" + }, + { + "name": "doctrine/event-manager", + "version": "2.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/doctrine/event-manager.git", + "reference": "12f08bd277ce61d7683253264c1d58b797841604" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/12f08bd277ce61d7683253264c1d58b797841604", + "reference": "12f08bd277ce61d7683253264c1d58b797841604", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "conflict": { + "doctrine/common": "<2.9" + }, + "require-dev": { + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.8", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^4.28" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", + "homepage": "https://www.doctrine-project.org/projects/event-manager.html", + "keywords": [ + "event", + "event dispatcher", + "event manager", + "event system", + "events" + ], + "support": { + "issues": "https://github.com/doctrine/event-manager/issues", + "source": "https://github.com/doctrine/event-manager/tree/2.0.x" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", + "type": "tidelift" + } + ], + "time": "2023-07-29T16:22:29+00:00" + }, { "name": "doctrine/inflector", "version": "2.1.x-dev", @@ -808,12 +1155,12 @@ "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "27be0e7157333887136b9e02303c263065a7246b" + "reference": "36233f59187ed7367833eac634ebeed078a959de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/27be0e7157333887136b9e02303c263065a7246b", - "reference": "27be0e7157333887136b9e02303c263065a7246b", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/36233f59187ed7367833eac634ebeed078a959de", + "reference": "36233f59187ed7367833eac634ebeed078a959de", "shasum": "" }, "require": { @@ -822,8 +1169,8 @@ "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^4.30" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -868,20 +1215,20 @@ "type": "github" } ], - "time": "2023-06-07T14:47:52+00:00" + "time": "2023-07-28T18:33:18+00:00" }, { "name": "filament/actions", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", - "reference": "56e6e0e90ff6528c82fd5520208d61b2ee3742f1" + "reference": "861a55abdbd4b9f6d7f24cb4dc33603cb10f3c8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/56e6e0e90ff6528c82fd5520208d61b2ee3742f1", - "reference": "56e6e0e90ff6528c82fd5520208d61b2ee3742f1", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/861a55abdbd4b9f6d7f24cb4dc33603cb10f3c8c", + "reference": "861a55abdbd4b9f6d7f24cb4dc33603cb10f3c8c", "shasum": "" }, "require": { @@ -918,20 +1265,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-24T10:00:32+00:00" + "time": "2023-08-01T07:38:11+00:00" }, { "name": "filament/filament", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "03dfe582ba8cc8cccabeaa7c2036f0fe93d2ee07" + "reference": "b4af1023d48f6b6731b44e9b0e169ce3e3f47c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/03dfe582ba8cc8cccabeaa7c2036f0fe93d2ee07", - "reference": "03dfe582ba8cc8cccabeaa7c2036f0fe93d2ee07", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/b4af1023d48f6b6731b44e9b0e169ce3e3f47c3c", + "reference": "b4af1023d48f6b6731b44e9b0e169ce3e3f47c3c", "shasum": "" }, "require": { @@ -983,20 +1330,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-24T11:01:47+00:00" + "time": "2023-08-01T07:38:22+00:00" }, { "name": "filament/forms", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "2a5074252f417b3dbf2fd686ba967446ab87de75" + "reference": "fb74903ed5063cd2ea03fd6c9cefc3ecd53ebadf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/2a5074252f417b3dbf2fd686ba967446ab87de75", - "reference": "2a5074252f417b3dbf2fd686ba967446ab87de75", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/fb74903ed5063cd2ea03fd6c9cefc3ecd53ebadf", + "reference": "fb74903ed5063cd2ea03fd6c9cefc3ecd53ebadf", "shasum": "" }, "require": { @@ -1039,20 +1386,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-24T10:00:36+00:00" + "time": "2023-08-01T07:38:16+00:00" }, { "name": "filament/infolists", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", - "reference": "a83b246c49a253ddb0b8772a68c4bc2041919ed3" + "reference": "ee2be7e800f5d15211cdd5fe6a48a02d35d6151a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/infolists/zipball/a83b246c49a253ddb0b8772a68c4bc2041919ed3", - "reference": "a83b246c49a253ddb0b8772a68c4bc2041919ed3", + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/ee2be7e800f5d15211cdd5fe6a48a02d35d6151a", + "reference": "ee2be7e800f5d15211cdd5fe6a48a02d35d6151a", "shasum": "" }, "require": { @@ -1090,20 +1437,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-23T12:46:55+00:00" + "time": "2023-08-01T07:38:16+00:00" }, { "name": "filament/notifications", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "ddcbbaa676ae188e03dd8ff81fd751a8c34d759d" + "reference": "d42d6d5c0ecd2b2329839cc4e2263d445c6a65cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/ddcbbaa676ae188e03dd8ff81fd751a8c34d759d", - "reference": "ddcbbaa676ae188e03dd8ff81fd751a8c34d759d", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/d42d6d5c0ecd2b2329839cc4e2263d445c6a65cf", + "reference": "d42d6d5c0ecd2b2329839cc4e2263d445c6a65cf", "shasum": "" }, "require": { @@ -1142,20 +1489,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-23T18:57:56+00:00" + "time": "2023-08-01T07:38:12+00:00" }, { "name": "filament/spatie-laravel-translatable-plugin", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-translatable-plugin.git", - "reference": "1ef74d6404a65232c9a797aef20c9aa4c2f2c060" + "reference": "1f73f46a86f7e7f224cfb575cf7b208f1818023f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/spatie-laravel-translatable-plugin/zipball/1ef74d6404a65232c9a797aef20c9aa4c2f2c060", - "reference": "1ef74d6404a65232c9a797aef20c9aa4c2f2c060", + "url": "https://api.github.com/repos/filamentphp/spatie-laravel-translatable-plugin/zipball/1f73f46a86f7e7f224cfb575cf7b208f1818023f", + "reference": "1f73f46a86f7e7f224cfb575cf7b208f1818023f", "shasum": "" }, "require": { @@ -1187,24 +1534,25 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-20T15:47:22+00:00" + "time": "2023-07-31T18:20:54+00:00" }, { "name": "filament/support", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "3f001147ed025c83d83794c3712f53e80368237f" + "reference": "5bf2c19303afa673498a10316fad6c6183a312e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/3f001147ed025c83d83794c3712f53e80368237f", - "reference": "3f001147ed025c83d83794c3712f53e80368237f", + "url": "https://api.github.com/repos/filamentphp/support/zipball/5bf2c19303afa673498a10316fad6c6183a312e7", + "reference": "5bf2c19303afa673498a10316fad6c6183a312e7", "shasum": "" }, "require": { "blade-ui-kit/blade-heroicons": "^2.0", + "doctrine/dbal": "^3.2", "ext-intl": "*", "illuminate/contracts": "^9.0|^10.0", "illuminate/support": "^9.0|^10.0", @@ -1243,20 +1591,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-24T11:01:59+00:00" + "time": "2023-08-01T07:38:37+00:00" }, { "name": "filament/tables", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "275f3b7d2818c6084c82c17ef924d4035765c5cb" + "reference": "1f68869e4546a9c5770d4077697d4a501273a5e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/275f3b7d2818c6084c82c17ef924d4035765c5cb", - "reference": "275f3b7d2818c6084c82c17ef924d4035765c5cb", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/1f68869e4546a9c5770d4077697d4a501273a5e3", + "reference": "1f68869e4546a9c5770d4077697d4a501273a5e3", "shasum": "" }, "require": { @@ -1296,20 +1644,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-23T18:58:22+00:00" + "time": "2023-08-01T07:38:38+00:00" }, { "name": "filament/widgets", - "version": "v3.0.0-beta9", + "version": "v3.0.0-beta27", "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", - "reference": "2518d392b7d0d4360f3f5602c103c919086600b0" + "reference": "70f00c22788ede557e1e03e8a951c182dc4b8624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/widgets/zipball/2518d392b7d0d4360f3f5602c103c919086600b0", - "reference": "2518d392b7d0d4360f3f5602c103c919086600b0", + "url": "https://api.github.com/repos/filamentphp/widgets/zipball/70f00c22788ede557e1e03e8a951c182dc4b8624", + "reference": "70f00c22788ede557e1e03e8a951c182dc4b8624", "shasum": "" }, "require": { @@ -1340,7 +1688,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-07-24T10:01:09+00:00" + "time": "2023-08-01T07:38:40+00:00" }, { "name": "fruitcake/php-cors", @@ -1560,16 +1908,16 @@ }, { "name": "kirschbaum-development/eloquent-power-joins", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/kirschbaum-development/eloquent-power-joins.git", - "reference": "ef388b6b6ae1502fac172b8beb6f13ffe541569b" + "reference": "e92329b3d89c0e56e0ae32ba76e332f1848769a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/ef388b6b6ae1502fac172b8beb6f13ffe541569b", - "reference": "ef388b6b6ae1502fac172b8beb6f13ffe541569b", + "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/e92329b3d89c0e56e0ae32ba76e332f1848769a0", + "reference": "e92329b3d89c0e56e0ae32ba76e332f1848769a0", "shasum": "" }, "require": { @@ -1616,9 +1964,9 @@ ], "support": { "issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues", - "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/3.2.0" + "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/3.2.1" }, - "time": "2023-06-25T11:42:03+00:00" + "time": "2023-07-30T02:14:27+00:00" }, { "name": "laravel/framework", @@ -1626,12 +1974,12 @@ "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "16e13e2120f3d09200c566f65a2bd56028a8618f" + "reference": "25ab9ef34e105e6e135d87fdc5992eb399533444" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/16e13e2120f3d09200c566f65a2bd56028a8618f", - "reference": "16e13e2120f3d09200c566f65a2bd56028a8618f", + "url": "https://api.github.com/repos/laravel/framework/zipball/25ab9ef34e105e6e135d87fdc5992eb399533444", + "reference": "25ab9ef34e105e6e135d87fdc5992eb399533444", "shasum": "" }, "require": { @@ -1649,11 +1997,12 @@ "ext-tokenizer": "*", "fruitcake/php-cors": "^1.2", "guzzlehttp/uri-template": "^1.0", + "laravel/prompts": "^0.1", "laravel/serializable-closure": "^1.3", "league/commonmark": "^2.2.1", "league/flysystem": "^3.8.0", "monolog/monolog": "^3.0", - "nesbot/carbon": "^2.62.1", + "nesbot/carbon": "^2.67", "nunomaduro/termwind": "^1.13", "php": "^8.1", "psr/container": "^1.1.1|^2.0.1", @@ -1732,7 +2081,6 @@ "mockery/mockery": "^1.5.1", "orchestra/testbench-core": "^8.4", "pda/pheanstalk": "^4.0", - "phpstan/phpdoc-parser": "^1.15", "phpstan/phpstan": "^1.4.7", "phpunit/phpunit": "^10.0.7", "predis/predis": "^2.0.2", @@ -1819,7 +2167,55 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-07-24T21:32:49+00:00" + "time": "2023-07-31T23:54:26+00:00" + }, + { + "name": "laravel/prompts", + "version": "v0.1.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/prompts.git", + "reference": "309b30157090a63c40152aa912d198d6aeb60ea6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/prompts/zipball/309b30157090a63c40152aa912d198d6aeb60ea6", + "reference": "309b30157090a63c40152aa912d198d6aeb60ea6", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "illuminate/collections": "^10.0", + "php": "^8.1", + "symfony/console": "^6.2" + }, + "require-dev": { + "mockery/mockery": "^1.5", + "pestphp/pest": "^2.3", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-mockery": "^1.1" + }, + "suggest": { + "ext-pcntl": "Required for the spinner to be animated." + }, + "type": "library", + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Laravel\\Prompts\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "support": { + "issues": "https://github.com/laravel/prompts/issues", + "source": "https://github.com/laravel/prompts/tree/v0.1.1" + }, + "time": "2023-07-31T15:03:02+00:00" }, { "name": "laravel/serializable-closure", @@ -1827,12 +2223,12 @@ "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902" + "reference": "a77783fa7d1e7123ff95c1a1cc25262627006de5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902", - "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/a77783fa7d1e7123ff95c1a1cc25262627006de5", + "reference": "a77783fa7d1e7123ff95c1a1cc25262627006de5", "shasum": "" }, "require": { @@ -1880,7 +2276,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2023-07-14T13:56:28+00:00" + "time": "2023-07-25T15:20:35+00:00" }, { "name": "league/commonmark", @@ -1888,12 +2284,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "4aec9f51ec30efd59164d2a2bd649171b8893c05" + "reference": "bbe1c5ce5f666c918de94849da81e4133b25a061" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4aec9f51ec30efd59164d2a2bd649171b8893c05", - "reference": "4aec9f51ec30efd59164d2a2bd649171b8893c05", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/bbe1c5ce5f666c918de94849da81e4133b25a061", + "reference": "bbe1c5ce5f666c918de94849da81e4133b25a061", "shasum": "" }, "require": { @@ -1986,7 +2382,7 @@ "type": "tidelift" } ], - "time": "2023-06-23T16:17:35+00:00" + "time": "2023-07-31T21:36:05+00:00" }, { "name": "league/config", @@ -2077,12 +2473,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "b4d2b9d820cce156ed8daa997d467e290aafb9a8" + "reference": "5d6ba94ad8f5efa846d9c69db0314d010fc13ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b4d2b9d820cce156ed8daa997d467e290aafb9a8", - "reference": "b4d2b9d820cce156ed8daa997d467e290aafb9a8", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5d6ba94ad8f5efa846d9c69db0314d010fc13ee1", + "reference": "5d6ba94ad8f5efa846d9c69db0314d010fc13ee1", "shasum": "" }, "require": { @@ -2091,11 +2487,13 @@ "php": "^8.0.2" }, "conflict": { + "async-aws/core": "<1.19.0", + "async-aws/s3": "<1.14.0", "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", "phpseclib/phpseclib": "3.0.15", - "symfony/http-client": "<5.2" + "symfony/http-client": "<6.3.1" }, "require-dev": { "async-aws/s3": "^1.5", @@ -2158,7 +2556,7 @@ "type": "github" } ], - "time": "2023-06-13T13:41:34+00:00" + "time": "2023-07-30T10:27:14+00:00" }, { "name": "league/flysystem-local", @@ -2450,16 +2848,16 @@ }, { "name": "livewire/livewire", - "version": "v3.0.0-beta.3", + "version": "v3.0.0-beta.5", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "04298292a365841879d64c13881d5499517bb597" + "reference": "249b52628d4285f2b1073eeedc3312b265774705" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/04298292a365841879d64c13881d5499517bb597", - "reference": "04298292a365841879d64c13881d5499517bb597", + "url": "https://api.github.com/repos/livewire/livewire/zipball/249b52628d4285f2b1073eeedc3312b265774705", + "reference": "249b52628d4285f2b1073eeedc3312b265774705", "shasum": "" }, "require": { @@ -2511,7 +2909,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.0.0-beta.3" + "source": "https://github.com/livewire/livewire/tree/v3.0.0-beta.5" }, "funding": [ { @@ -2519,20 +2917,20 @@ "type": "github" } ], - "time": "2023-07-21T23:02:51+00:00" + "time": "2023-07-28T21:10:07+00:00" }, { "name": "masterminds/html5", - "version": "2.8.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3" + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3", - "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", "shasum": "" }, "require": { @@ -2584,9 +2982,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.8.0" + "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" }, - "time": "2023-04-26T07:27:39+00:00" + "time": "2023-05-10T11:58:31+00:00" }, { "name": "monolog/monolog", @@ -2803,17 +3201,17 @@ "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "b6b3f41ea96ebf082657d271d9b1bac6071d7d29" + "reference": "87d3be5ea0144eb86e57e77cd10e76b0ed2151ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/b6b3f41ea96ebf082657d271d9b1bac6071d7d29", - "reference": "b6b3f41ea96ebf082657d271d9b1bac6071d7d29", + "url": "https://api.github.com/repos/nette/schema/zipball/87d3be5ea0144eb86e57e77cd10e76b0ed2151ef", + "reference": "87d3be5ea0144eb86e57e77cd10e76b0ed2151ef", "shasum": "" }, "require": { "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", - "php": ">=7.1 <8.3" + "php": ">=7.1 <8.4" }, "require-dev": { "nette/tester": "^2.3 || ^2.4", @@ -2857,7 +3255,7 @@ "issues": "https://github.com/nette/schema/issues", "source": "https://github.com/nette/schema/tree/v1.2" }, - "time": "2022-12-21T00:59:21+00:00" + "time": "2023-07-30T14:11:19+00:00" }, { "name": "nette/utils", @@ -2865,16 +3263,16 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "0a94bd77ff1775e039aa4416abc9807d12c198ba" + "reference": "c7ec4476eff478e6eec4263171ae0e3b0e2b4e55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/0a94bd77ff1775e039aa4416abc9807d12c198ba", - "reference": "0a94bd77ff1775e039aa4416abc9807d12c198ba", + "url": "https://api.github.com/repos/nette/utils/zipball/c7ec4476eff478e6eec4263171ae0e3b0e2b4e55", + "reference": "c7ec4476eff478e6eec4263171ae0e3b0e2b4e55", "shasum": "" }, "require": { - "php": ">=8.0 <8.3" + "php": ">=8.0 <8.4" }, "conflict": { "nette/finder": "<3", @@ -2945,7 +3343,7 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/master" }, - "time": "2023-04-07T14:16:07+00:00" + "time": "2023-07-30T15:42:21+00:00" }, { "name": "nunomaduro/termwind", @@ -3109,6 +3507,59 @@ ], "time": "2023-02-25T19:38:58+00:00" }, + { + "name": "psr/cache", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/0a7c67d0d1c8167b342eb74339d6f961663826ce", + "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "suggest": { + "fig/cache-util": "Provides some useful PSR-6 utilities" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2021-02-24T03:25:37+00:00" + }, { "name": "psr/clock", "version": "1.0.0", @@ -3953,12 +4404,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0fd735d14110cdb5b7e75087b20bf699b7d7209b" + "reference": "95e5df3dfff8b48965b3d92e8fbcb835e1f03d0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0fd735d14110cdb5b7e75087b20bf699b7d7209b", - "reference": "0fd735d14110cdb5b7e75087b20bf699b7d7209b", + "url": "https://api.github.com/repos/symfony/console/zipball/95e5df3dfff8b48965b3d92e8fbcb835e1f03d0a", + "reference": "95e5df3dfff8b48965b3d92e8fbcb835e1f03d0a", "shasum": "" }, "require": { @@ -3984,6 +4435,7 @@ "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/event-dispatcher": "^5.4|^6.0|^7.0", "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", "symfony/process": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, @@ -4035,7 +4487,7 @@ "type": "tidelift" } ], - "time": "2023-07-19T20:17:34+00:00" + "time": "2023-07-30T13:24:47+00:00" }, { "name": "symfony/css-selector", @@ -4043,12 +4495,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "883d961421ab1709877c10ac99451632a3d6fa57" + "reference": "40eff9db7468587bbf18416ec5cbc2ee6867a356" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57", - "reference": "883d961421ab1709877c10ac99451632a3d6fa57", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/40eff9db7468587bbf18416ec5cbc2ee6867a356", + "reference": "40eff9db7468587bbf18416ec5cbc2ee6867a356", "shasum": "" }, "require": { @@ -4084,7 +4536,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/6.3" + "source": "https://github.com/symfony/css-selector/tree/6.4" }, "funding": [ { @@ -4100,7 +4552,7 @@ "type": "tidelift" } ], - "time": "2023-07-12T16:00:22+00:00" + "time": "2023-07-30T09:31:49+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4176,12 +4628,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "ce643031b6246abed4112c206ac2462fd5247cb0" + "reference": "7312206b07d91ab92a9b206ff9643b21d09c19b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/ce643031b6246abed4112c206ac2462fd5247cb0", - "reference": "ce643031b6246abed4112c206ac2462fd5247cb0", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/7312206b07d91ab92a9b206ff9643b21d09c19b7", + "reference": "7312206b07d91ab92a9b206ff9643b21d09c19b7", "shasum": "" }, "require": { @@ -4242,7 +4694,7 @@ "type": "tidelift" } ], - "time": "2023-07-16T17:07:37+00:00" + "time": "2023-07-30T13:21:56+00:00" }, { "name": "symfony/event-dispatcher", @@ -4250,12 +4702,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "a246917953f7ebb308b2f7c3c08ad4f9130ef4f0" + "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a246917953f7ebb308b2f7c3c08ad4f9130ef4f0", - "reference": "a246917953f7ebb308b2f7c3c08ad4f9130ef4f0", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d76d2632cfc2206eecb5ad2b26cd5934082941b6", + "reference": "d76d2632cfc2206eecb5ad2b26cd5934082941b6", "shasum": "" }, "require": { @@ -4322,7 +4774,7 @@ "type": "tidelift" } ], - "time": "2023-07-06T06:58:38+00:00" + "time": "2023-07-27T06:52:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -4407,12 +4859,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "87bcb7233263d68b760a24401ed0e0d7e7064076" + "reference": "b947e427bb15d4eff8d0f68fe0196d9e33b825f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/87bcb7233263d68b760a24401ed0e0d7e7064076", - "reference": "87bcb7233263d68b760a24401ed0e0d7e7064076", + "url": "https://api.github.com/repos/symfony/finder/zipball/b947e427bb15d4eff8d0f68fe0196d9e33b825f7", + "reference": "b947e427bb15d4eff8d0f68fe0196d9e33b825f7", "shasum": "" }, "require": { @@ -4463,7 +4915,7 @@ "type": "tidelift" } ], - "time": "2023-07-13T14:49:39+00:00" + "time": "2023-07-31T08:31:53+00:00" }, { "name": "symfony/html-sanitizer", @@ -4540,12 +4992,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "a4db9f877d7801207cda58d1d52fd62f2f140d51" + "reference": "62d4c8cdc762717bf74909db3395742a45c5c5ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a4db9f877d7801207cda58d1d52fd62f2f140d51", - "reference": "a4db9f877d7801207cda58d1d52fd62f2f140d51", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/62d4c8cdc762717bf74909db3395742a45c5c5ee", + "reference": "62d4c8cdc762717bf74909db3395742a45c5c5ee", "shasum": "" }, "require": { @@ -4609,7 +5061,7 @@ "type": "tidelift" } ], - "time": "2023-07-23T21:59:02+00:00" + "time": "2023-07-30T09:31:53+00:00" }, { "name": "symfony/http-kernel", @@ -4617,19 +5069,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "45f413c822e7cf015b2822f6071bab3b7a69c590" + "reference": "c9dcef0488a2d94ddd9490d448797ed85933ccd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/45f413c822e7cf015b2822f6071bab3b7a69c590", - "reference": "45f413c822e7cf015b2822f6071bab3b7a69c590", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c9dcef0488a2d94ddd9490d448797ed85933ccd2", + "reference": "c9dcef0488a2d94ddd9490d448797ed85933ccd2", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", - "symfony/error-handler": "^6.3|^7.0", + "symfony/error-handler": "^6.4|^7.0", "symfony/event-dispatcher": "^5.4|^6.0|^7.0", "symfony/http-foundation": "^6.2.7|^7.0", "symfony/polyfill-ctype": "^1.8" @@ -4722,7 +5174,7 @@ "type": "tidelift" } ], - "time": "2023-07-20T14:51:50+00:00" + "time": "2023-08-01T11:53:13+00:00" }, { "name": "symfony/mailer", @@ -4730,12 +5182,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "2ad05386e8a1c5a36018da4e51e90c2c2fcc9125" + "reference": "5369200a0053837802672254afc711a640c29e8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/2ad05386e8a1c5a36018da4e51e90c2c2fcc9125", - "reference": "2ad05386e8a1c5a36018da4e51e90c2c2fcc9125", + "url": "https://api.github.com/repos/symfony/mailer/zipball/5369200a0053837802672254afc711a640c29e8f", + "reference": "5369200a0053837802672254afc711a640c29e8f", "shasum": "" }, "require": { @@ -4802,7 +5254,7 @@ "type": "tidelift" } ], - "time": "2023-07-09T08:00:33+00:00" + "time": "2023-07-31T12:12:56+00:00" }, { "name": "symfony/mime", @@ -4810,16 +5262,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "36abc0b5f4a1871f705fc7333bcdc1fbba60103a" + "reference": "1ece1015a42077e845817ef96ba9820147a3e697" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/36abc0b5f4a1871f705fc7333bcdc1fbba60103a", - "reference": "36abc0b5f4a1871f705fc7333bcdc1fbba60103a", + "url": "https://api.github.com/repos/symfony/mime/zipball/1ece1015a42077e845817ef96ba9820147a3e697", + "reference": "1ece1015a42077e845817ef96ba9820147a3e697", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, @@ -4828,7 +5281,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<5.4", - "symfony/serializer": "<6.2" + "symfony/serializer": "<6.3.2" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", @@ -4837,7 +5290,7 @@ "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/property-access": "^5.4|^6.0|^7.0", "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.2|^7.0" + "symfony/serializer": "^6.3.2|^7.0" }, "type": "library", "autoload": { @@ -4885,7 +5338,7 @@ "type": "tidelift" } ], - "time": "2023-07-09T07:09:17+00:00" + "time": "2023-07-31T07:16:29+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5231,12 +5684,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f9c7affe77a00ae32ca127ca6833d034e6d33f25" + "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f9c7affe77a00ae32ca127ca6833d034e6d33f25", - "reference": "f9c7affe77a00ae32ca127ca6833d034e6d33f25", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "reference": "42292d99c55abe617799667f454222c54c60e229", "shasum": "" }, "require": { @@ -5307,7 +5760,7 @@ "type": "tidelift" } ], - "time": "2023-01-30T17:25:47+00:00" + "time": "2023-07-28T09:04:16+00:00" }, { "name": "symfony/polyfill-php72", @@ -5476,12 +5929,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "4d30d60ba762ce6792e014576b57fa48ad5c5a68" + "reference": "b74a70d8e3469fd15365d0c2ead8f82a394b7939" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/4d30d60ba762ce6792e014576b57fa48ad5c5a68", - "reference": "4d30d60ba762ce6792e014576b57fa48ad5c5a68", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b74a70d8e3469fd15365d0c2ead8f82a394b7939", + "reference": "b74a70d8e3469fd15365d0c2ead8f82a394b7939", "shasum": "" }, "require": { @@ -5505,7 +5958,10 @@ ], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" - } + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5546,7 +6002,7 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2023-07-28T09:04:06+00:00" }, { "name": "symfony/polyfill-uuid", @@ -5637,12 +6093,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "7fa4ed655057d7486063a62ad68ccbf2db18ef78" + "reference": "1276cfea910ffa53ae4057dc77ce4101e73f5329" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/7fa4ed655057d7486063a62ad68ccbf2db18ef78", - "reference": "7fa4ed655057d7486063a62ad68ccbf2db18ef78", + "url": "https://api.github.com/repos/symfony/process/zipball/1276cfea910ffa53ae4057dc77ce4101e73f5329", + "reference": "1276cfea910ffa53ae4057dc77ce4101e73f5329", "shasum": "" }, "require": { @@ -5690,7 +6146,7 @@ "type": "tidelift" } ], - "time": "2023-07-12T16:01:16+00:00" + "time": "2023-07-29T11:18:16+00:00" }, { "name": "symfony/routing", @@ -5698,16 +6154,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3a0611af518d55c09d0101fb2810557ccab2a21b" + "reference": "8f9c22d0c1e01ff0e7ba2a6d161bc68a9167daa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3a0611af518d55c09d0101fb2810557ccab2a21b", - "reference": "3a0611af518d55c09d0101fb2810557ccab2a21b", + "url": "https://api.github.com/repos/symfony/routing/zipball/8f9c22d0c1e01ff0e7ba2a6d161bc68a9167daa1", + "reference": "8f9c22d0c1e01ff0e7ba2a6d161bc68a9167daa1", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "doctrine/annotations": "<1.12", @@ -5772,7 +6229,7 @@ "type": "tidelift" } ], - "time": "2023-07-24T13:52:08+00:00" + "time": "2023-07-31T07:16:29+00:00" }, { "name": "symfony/service-contracts", @@ -5780,12 +6237,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" + "reference": "a4025a1c812c231d88ed0780e866b0cc644f4a84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", - "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a4025a1c812c231d88ed0780e866b0cc644f4a84", + "reference": "a4025a1c812c231d88ed0780e866b0cc644f4a84", "shasum": "" }, "require": { @@ -5839,7 +6296,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/service-contracts/tree/main" }, "funding": [ { @@ -5855,7 +6312,7 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2023-07-29T13:12:44+00:00" }, { "name": "symfony/string", @@ -5863,12 +6320,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "34267d7e5422c9c41808b4e0d251d2414e9d7742" + "reference": "fe9228ba417441e16f31d36ddad2b3076135f453" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/34267d7e5422c9c41808b4e0d251d2414e9d7742", - "reference": "34267d7e5422c9c41808b4e0d251d2414e9d7742", + "url": "https://api.github.com/repos/symfony/string/zipball/fe9228ba417441e16f31d36ddad2b3076135f453", + "reference": "fe9228ba417441e16f31d36ddad2b3076135f453", "shasum": "" }, "require": { @@ -5941,7 +6398,7 @@ "type": "tidelift" } ], - "time": "2023-07-05T09:40:08+00:00" + "time": "2023-07-27T06:52:43+00:00" }, { "name": "symfony/translation", @@ -5949,16 +6406,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "ded8c04e07bea376fc15e3b922bdf125af5d6025" + "reference": "918dd68ca5f257ad0ba42df0bce40088af20e2f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/ded8c04e07bea376fc15e3b922bdf125af5d6025", - "reference": "ded8c04e07bea376fc15e3b922bdf125af5d6025", + "url": "https://api.github.com/repos/symfony/translation/zipball/918dd68ca5f257ad0ba42df0bce40088af20e2f6", + "reference": "918dd68ca5f257ad0ba42df0bce40088af20e2f6", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.5|^3.0" }, @@ -6035,7 +6493,7 @@ "type": "tidelift" } ], - "time": "2023-07-05T09:39:50+00:00" + "time": "2023-08-01T08:05:37+00:00" }, { "name": "symfony/translation-contracts", @@ -6043,12 +6501,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" + "reference": "9fca65891b3305a38959d766b3bb13ef35ff0600" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", - "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/9fca65891b3305a38959d766b3bb13ef35ff0600", + "reference": "9fca65891b3305a38959d766b3bb13ef35ff0600", "shasum": "" }, "require": { @@ -6098,7 +6556,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" + "source": "https://github.com/symfony/translation-contracts/tree/main" }, "funding": [ { @@ -6114,7 +6572,7 @@ "type": "tidelift" } ], - "time": "2023-05-30T17:17:10+00:00" + "time": "2023-07-29T13:12:44+00:00" }, { "name": "symfony/uid", @@ -6122,12 +6580,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "cfdc9354fa05db01e86ba18c8ed5bf93153d2fb0" + "reference": "0292b7f93d11899a72142f06335d6fe62190f551" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/cfdc9354fa05db01e86ba18c8ed5bf93153d2fb0", - "reference": "cfdc9354fa05db01e86ba18c8ed5bf93153d2fb0", + "url": "https://api.github.com/repos/symfony/uid/zipball/0292b7f93d11899a72142f06335d6fe62190f551", + "reference": "0292b7f93d11899a72142f06335d6fe62190f551", "shasum": "" }, "require": { @@ -6188,7 +6646,7 @@ "type": "tidelift" } ], - "time": "2023-05-23T16:34:37+00:00" + "time": "2023-08-01T09:03:05+00:00" }, { "name": "symfony/var-dumper", @@ -6196,16 +6654,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "13aa695c52c34dcddc0d0a768f8c7d6a0925b722" + "reference": "23c7dd6bd0616d6e706af1353373bc28d633cd8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/13aa695c52c34dcddc0d0a768f8c7d6a0925b722", - "reference": "13aa695c52c34dcddc0d0a768f8c7d6a0925b722", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/23c7dd6bd0616d6e706af1353373bc28d633cd8e", + "reference": "23c7dd6bd0616d6e706af1353373bc28d633cd8e", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { @@ -6214,6 +6673,7 @@ "require-dev": { "ext-iconv": "*", "symfony/console": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^6.3|^7.0", "symfony/http-kernel": "^5.4|^6.0|^7.0", "symfony/process": "^5.4|^6.0|^7.0", "symfony/uid": "^5.4|^6.0|^7.0", @@ -6271,7 +6731,7 @@ "type": "tidelift" } ], - "time": "2023-07-21T07:06:03+00:00" + "time": "2023-07-31T07:16:29+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -6642,54 +7102,6 @@ ], "time": "2023-07-20T10:18:35+00:00" }, - { - "name": "doctrine/deprecations", - "version": "1.1.x-dev", - "source": { - "type": "git", - "url": "https://github.com/doctrine/deprecations.git", - "reference": "eac01fbdf4e4a3635169b056608730ec0930e188" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/eac01fbdf4e4a3635169b056608730ec0930e188", - "reference": "eac01fbdf4e4a3635169b056608730ec0930e188", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "1.4.10 || 1.10.15", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "0.18.4", - "psr/log": "^1 || ^2 || ^3", - "vimeo/psalm": "4.30.0 || 5.12.0" - }, - "suggest": { - "psr/log": "Allows logging deprecations via PSR-3 logger implementation" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", - "homepage": "https://www.doctrine-project.org/", - "support": { - "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.x" - }, - "time": "2023-06-07T19:57:14+00:00" - }, { "name": "fakerphp/faker", "version": "v1.23.0", @@ -7190,27 +7602,27 @@ "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "f14c1b124e7c8901bf70dc6eafa290179dfac319" + "reference": "0ae3d9936cb0c466287af5548ed61fe73644e79b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/f14c1b124e7c8901bf70dc6eafa290179dfac319", - "reference": "f14c1b124e7c8901bf70dc6eafa290179dfac319", + "url": "https://api.github.com/repos/mockery/mockery/zipball/0ae3d9936cb0c466287af5548ed61fe73644e79b", + "reference": "0ae3d9936cb0c466287af5548ed61fe73644e79b", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": ">=7.4,<8.3" + "php": ">=7.3" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3", + "phpunit/phpunit": "^8.5 || ^9.6.10", "psalm/plugin-phpunit": "^0.18.4", "symplify/easy-coding-standard": "^11.5.0", - "vimeo/psalm": "^5.13.1" + "vimeo/psalm": "^4.30" }, "default-branch": true, "type": "library", @@ -7268,7 +7680,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-07-24T19:21:28+00:00" + "time": "2023-08-01T04:50:11+00:00" }, { "name": "myclabs/deep-copy", @@ -7276,12 +7688,12 @@ "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5" + "reference": "f6f48cfecf52ab791fe18cc1b11d6345512dc4b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/928a96f585b86224ebc78f8f09d0482cf15b04f5", - "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/f6f48cfecf52ab791fe18cc1b11d6345512dc4b8", + "reference": "f6f48cfecf52ab791fe18cc1b11d6345512dc4b8", "shasum": "" }, "require": { @@ -7329,7 +7741,7 @@ "type": "tidelift" } ], - "time": "2023-03-08T17:24:01+00:00" + "time": "2023-07-30T10:01:33+00:00" }, { "name": "nikic/php-parser", @@ -7337,12 +7749,12 @@ "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17" + "reference": "cfc54e30a4f5e5af5f9d9ce86697cfcc5f7e7c24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", - "reference": "19526a33fb561ef417e822e85f08a00db4059c17", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/cfc54e30a4f5e5af5f9d9ce86697cfcc5f7e7c24", + "reference": "cfc54e30a4f5e5af5f9d9ce86697cfcc5f7e7c24", "shasum": "" }, "require": { @@ -7384,9 +7796,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" + "source": "https://github.com/nikic/PHP-Parser/tree/4.x" }, - "time": "2023-06-25T14:52:30+00:00" + "time": "2023-07-30T21:38:32+00:00" }, { "name": "nunomaduro/collision", @@ -7487,16 +7899,16 @@ }, { "name": "nunomaduro/larastan", - "version": "v2.6.3", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/nunomaduro/larastan.git", - "reference": "73e5be5f5c732212ce6ca77ffd2753a136f36a23" + "reference": "238fdbfba3aae133cdec73e99826c9b0232141f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/73e5be5f5c732212ce6ca77ffd2753a136f36a23", - "reference": "73e5be5f5c732212ce6ca77ffd2753a136f36a23", + "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/238fdbfba3aae133cdec73e99826c9b0232141f7", + "reference": "238fdbfba3aae133cdec73e99826c9b0232141f7", "shasum": "" }, "require": { @@ -7510,11 +7922,11 @@ "illuminate/support": "^9.47.0 || ^10.0.0", "php": "^8.0.2", "phpmyadmin/sql-parser": "^5.6.0", - "phpstan/phpstan": "~1.10.6" + "phpstan/phpstan": "^1.9.8" }, "require-dev": { "nikic/php-parser": "^4.15.2", - "orchestra/testbench": "^7.19.0 || ^8.0.0", + "orchestra/testbench": "^7.19.0|^8.0.0", "phpunit/phpunit": "^9.5.27" }, "suggest": { @@ -7559,7 +7971,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/larastan/issues", - "source": "https://github.com/nunomaduro/larastan/tree/v2.6.3" + "source": "https://github.com/nunomaduro/larastan/tree/2.4.1" }, "funding": [ { @@ -7579,7 +7991,7 @@ "type": "patreon" } ], - "time": "2023-06-13T21:39:27+00:00" + "time": "2023-02-05T12:19:17+00:00" }, { "name": "orchestra/testbench", @@ -7587,18 +7999,18 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "fee65aab9b55ac91ba691085326761e1bb1f8083" + "reference": "bcd2aa92d8377b14f32e4291ce60bfd3e31566f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/fee65aab9b55ac91ba691085326761e1bb1f8083", - "reference": "fee65aab9b55ac91ba691085326761e1bb1f8083", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/bcd2aa92d8377b14f32e4291ce60bfd3e31566f1", + "reference": "bcd2aa92d8377b14f32e4291ce60bfd3e31566f1", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "fakerphp/faker": "^1.21", - "laravel/framework": ">=10.14.0 <10.16.0 || 10.x-dev", + "laravel/framework": ">=10.14.0 <10.17.0 || 10.x-dev", "mockery/mockery": "^1.5.1", "orchestra/testbench-core": ">=8.5.7 <8.6.0 || 8.x-dev", "php": "^8.1", @@ -7634,7 +8046,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench/tree/8.x" }, - "time": "2023-07-11T13:54:32+00:00" + "time": "2023-07-25T22:23:38+00:00" }, { "name": "orchestra/testbench-core", @@ -7642,12 +8054,12 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "03049a27967ab80972a7c0c0a5be87e421b27ff4" + "reference": "7717902c8f7f822a5df8bc8259167ca4733d9bc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/03049a27967ab80972a7c0c0a5be87e421b27ff4", - "reference": "03049a27967ab80972a7c0c0a5be87e421b27ff4", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/7717902c8f7f822a5df8bc8259167ca4733d9bc6", + "reference": "7717902c8f7f822a5df8bc8259167ca4733d9bc6", "shasum": "" }, "require": { @@ -7656,7 +8068,7 @@ }, "require-dev": { "fakerphp/faker": "^1.21", - "laravel/framework": "^10.13.5", + "laravel/framework": "^10.17", "laravel/pint": "^1.6", "mockery/mockery": "^1.5.1", "phpstan/phpstan": "^1.10.7", @@ -7669,7 +8081,7 @@ "suggest": { "brianium/paratest": "Allow using parallel tresting (^6.4 || ^7.1.4).", "fakerphp/faker": "Allow using Faker for testing (^1.21).", - "laravel/framework": "Required for testing (^10.13.5).", + "laravel/framework": "Required for testing (^10.17).", "mockery/mockery": "Allow using Mockery for testing (^1.5.1).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.4 || ^7.4).", "orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^8.0).", @@ -7716,7 +8128,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2023-07-12T00:16:23+00:00" + "time": "2023-07-28T01:31:31+00:00" }, { "name": "pestphp/pest", @@ -7724,12 +8136,12 @@ "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "be41181b435ce3d99d01be0d6c1e2602f153b82b" + "reference": "4de70da0a0d4aebc141f5a9a9ad4ccae56329895" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/be41181b435ce3d99d01be0d6c1e2602f153b82b", - "reference": "be41181b435ce3d99d01be0d6c1e2602f153b82b", + "url": "https://api.github.com/repos/pestphp/pest/zipball/4de70da0a0d4aebc141f5a9a9ad4ccae56329895", + "reference": "4de70da0a0d4aebc141f5a9a9ad4ccae56329895", "shasum": "" }, "require": { @@ -7748,7 +8160,7 @@ "require-dev": { "pestphp/pest-dev-tools": "^2.12.0", "pestphp/pest-plugin-type-coverage": "^2.0.0", - "symfony/process": "^6.3.0" + "symfony/process": "^6.3.2" }, "default-branch": true, "bin": [ @@ -7771,6 +8183,7 @@ "Pest\\Plugins\\Profile", "Pest\\Plugins\\Retry", "Pest\\Plugins\\Snapshot", + "Pest\\Plugins\\Verbose", "Pest\\Plugins\\Version", "Pest\\Plugins\\Parallel" ] @@ -7806,7 +8219,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.9.5" + "source": "https://github.com/pestphp/pest/tree/v2.10.1" }, "funding": [ { @@ -7818,7 +8231,7 @@ "type": "github" } ], - "time": "2023-07-24T18:13:17+00:00" + "time": "2023-07-31T10:58:13+00:00" }, { "name": "pestphp/pest-plugin", @@ -8568,16 +8981,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.x-dev", + "version": "1.11.x-dev", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "91c8b5f4718a2790f5eaf9b7328fa7725117f8fe" + "reference": "1b4eb06e778b5e29289fbe36df0481156f59f1c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/91c8b5f4718a2790f5eaf9b7328fa7725117f8fe", - "reference": "91c8b5f4718a2790f5eaf9b7328fa7725117f8fe", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1b4eb06e778b5e29289fbe36df0481156f59f1c0", + "reference": "1b4eb06e778b5e29289fbe36df0481156f59f1c0", "shasum": "" }, "require": { @@ -8586,6 +8999,7 @@ "conflict": { "phpstan/phpstan-shim": "*" }, + "default-branch": true, "bin": [ "phpstan", "phpstan.phar" @@ -8626,25 +9040,25 @@ "type": "tidelift" } ], - "time": "2023-07-24T17:20:17+00:00" + "time": "2023-07-30T00:37:38+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.1.3", + "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319" + "reference": "27397cd9b1aff47824d5ccfe7e0c2a4ada8eb6d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", - "reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/27397cd9b1aff47824d5ccfe7e0c2a4ada8eb6d2", + "reference": "27397cd9b1aff47824d5ccfe7e0c2a4ada8eb6d2", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.11" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -8652,6 +9066,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5" }, + "default-branch": true, "type": "phpstan-extension", "extra": { "phpstan": { @@ -8672,9 +9087,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.3" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.x" }, - "time": "2023-03-17T07:50:08+00:00" + "time": "2023-06-07T09:53:54+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -8734,12 +9149,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "723fc3165bd366d7c3325e817ed686ae81b484d6" + "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/723fc3165bd366d7c3325e817ed686ae81b484d6", - "reference": "723fc3165bd366d7c3325e817ed686ae81b484d6", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be1fe461fdc917de2a29a452ccf2657d325b443d", + "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d", "shasum": "" }, "require": { @@ -8797,7 +9212,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/main" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.3" }, "funding": [ { @@ -8805,7 +9220,7 @@ "type": "github" } ], - "time": "2023-07-17T04:56:50+00:00" + "time": "2023-07-26T13:45:28+00:00" }, { "name": "phpunit/php-file-iterator", @@ -9838,12 +10253,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4" + "reference": "d9730683c19b677b43403ce8e849a64532eb2f0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4", - "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/d9730683c19b677b43403ce8e849a64532eb2f0b", + "reference": "d9730683c19b677b43403ce8e849a64532eb2f0b", "shasum": "" }, "require": { @@ -9878,14 +10293,14 @@ } ], "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "homepage": "https://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "security": "https://github.com/sebastianbergmann/global-state/security/policy", - "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1" + "source": "https://github.com/sebastianbergmann/global-state/tree/main" }, "funding": [ { @@ -9893,7 +10308,7 @@ "type": "github" } ], - "time": "2023-07-19T07:19:23+00:00" + "time": "2023-08-01T05:09:35+00:00" }, { "name": "sebastian/lines-of-code", @@ -10673,16 +11088,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "7a0d2073505b0c9016ff9cae179f93f76d4489b1" + "reference": "fd863419d4130619f8dbacb87825c4b29478672e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/7a0d2073505b0c9016ff9cae179f93f76d4489b1", - "reference": "7a0d2073505b0c9016ff9cae179f93f76d4489b1", + "url": "https://api.github.com/repos/symfony/yaml/zipball/fd863419d4130619f8dbacb87825c4b29478672e", + "reference": "fd863419d4130619f8dbacb87825c4b29478672e", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -10736,7 +11152,7 @@ "type": "tidelift" } ], - "time": "2023-06-03T15:11:12+00:00" + "time": "2023-07-31T07:16:29+00:00" }, { "name": "ta-tikoma/phpunit-architecture-test", diff --git a/resources/dist/filament-tail.css b/resources/dist/filament-tail.css index 0bace9c..88f26bc 100644 --- a/resources/dist/filament-tail.css +++ b/resources/dist/filament-tail.css @@ -1,449 +1 @@ -.visible { - visibility: visible; -} -.static { - position: static; -} -.relative { - position: relative; -} -.order-1 { - order: 1; -} -.order-2 { - order: 2; -} -.col-span-12 { - grid-column: span 12 / span 12; -} -.mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; -} -.mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; -} -.mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} -.my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} -.my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} -.my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} -.my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} -.mb-2 { - margin-bottom: 0.5rem; -} -.mr-3 { - margin-right: 0.75rem; -} -.mt-1 { - margin-top: 0.25rem; -} -.mt-10 { - margin-top: 2.5rem; -} -.mt-2 { - margin-top: 0.5rem; -} -.mt-4 { - margin-top: 1rem; -} -.inline-block { - display: inline-block; -} -.inline { - display: inline; -} -.flex { - display: flex; -} -.inline-flex { - display: inline-flex; -} -.table { - display: table; -} -.grid { - display: grid; -} -.h-10 { - height: 2.5rem; -} -.h-4 { - height: 1rem; -} -.h-6 { - height: 1.5rem; -} -.w-1\/4 { - width: 25%; -} -.w-10 { - width: 2.5rem; -} -.w-2\/4 { - width: 50%; -} -.w-4 { - width: 1rem; -} -.w-6 { - width: 1.5rem; -} -.w-full { - width: 100%; -} -.max-w-xs { - max-width: 20rem; -} -.grow { - flex-grow: 1; -} -.grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); -} -.grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); -} -.flex-col { - flex-direction: column; -} -.items-start { - align-items: flex-start; -} -.items-end { - align-items: flex-end; -} -.items-center { - align-items: center; -} -.justify-start { - justify-content: flex-start; -} -.justify-end { - justify-content: flex-end; -} -.justify-center { - justify-content: center; -} -.justify-between { - justify-content: space-between; -} -.gap-1 { - gap: 0.25rem; -} -.gap-2 { - gap: 0.5rem; -} -.gap-4 { - gap: 1rem; -} -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); -} -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} -.space-y-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); -} -.overflow-auto { - overflow: auto; -} -.overflow-y-auto { - overflow-y: auto; -} -.text-ellipsis { - text-overflow: ellipsis; -} -.rounded-full { - border-radius: 9999px; -} -.rounded-lg { - border-radius: 0.5rem; -} -.rounded-xl { - border-radius: 0.75rem; -} -.\!rounded-bl-none { - border-bottom-left-radius: 0px !important; -} -.\!rounded-br-none { - border-bottom-right-radius: 0px !important; -} -.border-s-2 { - border-inline-start-width: 2px; -} -.border-danger-600 { - --tw-border-opacity: 1; - border-color: rgb(225 29 72 / var(--tw-border-opacity)); -} -.border-gray-600 { - --tw-border-opacity: 1; - border-color: rgb(87 83 78 / var(--tw-border-opacity)); -} -.border-success-600 { - --tw-border-opacity: 1; - border-color: rgb(22 163 74 / var(--tw-border-opacity)); -} -.bg-custom-100 { - --tw-bg-opacity: 1; - background-color: rgb(209 250 229 / var(--tw-bg-opacity)); -} -.bg-custom-300 { - --tw-bg-opacity: 1; - background-color: rgb(110 231 183 / var(--tw-bg-opacity)); -} -.bg-custom-500\/10 { - background-color: rgb(16 185 129 / 0.1); -} -.bg-danger-500\/10 { - background-color: rgb(244 63 94 / 0.1); -} -.bg-gray-500\/10 { - background-color: rgb(120 113 108 / 0.1); -} -.bg-info-500\/10 { - background-color: rgb(59 130 246 / 0.1); -} -.bg-primary-100 { - --tw-bg-opacity: 1; - background-color: rgb(209 250 229 / var(--tw-bg-opacity)); -} -.bg-primary-600 { - --tw-bg-opacity: 1; - background-color: rgb(5 150 105 / var(--tw-bg-opacity)); -} -.bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgb(254 226 226 / var(--tw-bg-opacity)); -} -.bg-success-500\/10 { - background-color: rgb(34 197 94 / 0.1); -} -.bg-warning-500\/10 { - background-color: rgb(234 179 8 / 0.1); -} -.p-2 { - padding: 0.5rem; -} -.px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} -.px-4 { - padding-left: 1rem; - padding-right: 1rem; -} -.py-0 { - padding-top: 0px; - padding-bottom: 0px; -} -.py-0\.5 { - padding-top: 0.125rem; - padding-bottom: 0.125rem; -} -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.text-center { - text-align: center; -} -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} -.text-base { - font-size: 1rem; - line-height: 1.5rem; -} -.text-lg { - font-size: 1.125rem; - line-height: 1.75rem; -} -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} -.text-xs { - font-size: 0.75rem; - line-height: 1rem; -} -.font-light { - font-weight: 300; -} -.font-semibold { - font-weight: 600; -} -.leading-tight { - line-height: 1.25; -} -.text-custom-600 { - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.text-custom-700 { - --tw-text-opacity: 1; - color: rgb(4 120 87 / var(--tw-text-opacity)); -} -.text-danger-600 { - --tw-text-opacity: 1; - color: rgb(225 29 72 / var(--tw-text-opacity)); -} -.text-danger-700 { - --tw-text-opacity: 1; - color: rgb(190 18 60 / var(--tw-text-opacity)); -} -.text-gray-100 { - --tw-text-opacity: 1; - color: rgb(245 245 244 / var(--tw-text-opacity)); -} -.text-gray-600 { - --tw-text-opacity: 1; - color: rgb(87 83 78 / var(--tw-text-opacity)); -} -.text-gray-700 { - --tw-text-opacity: 1; - color: rgb(68 64 60 / var(--tw-text-opacity)); -} -.text-info-700 { - --tw-text-opacity: 1; - color: rgb(29 78 216 / var(--tw-text-opacity)); -} -.text-primary-600 { - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.text-primary-700 { - --tw-text-opacity: 1; - color: rgb(4 120 87 / var(--tw-text-opacity)); -} -.text-red-700 { - --tw-text-opacity: 1; - color: rgb(185 28 28 / var(--tw-text-opacity)); -} -.text-success-700 { - --tw-text-opacity: 1; - color: rgb(21 128 61 / var(--tw-text-opacity)); -} -.text-warning-700 { - --tw-text-opacity: 1; - color: rgb(161 98 7 / var(--tw-text-opacity)); -} -.text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} -/* debug tool 😜 */ -.bord { - border: solid 1px chocolate; -} -:is([dir="ltr"] .ltr\:ml-2) { - margin-left: 0.5rem; -} -:is([dir="rtl"] .rtl\:mr-2) { - margin-right: 0.5rem; -} -:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 1; -} -:is(.dark .dark\:border-danger-300) { - --tw-border-opacity: 1; - border-color: rgb(253 164 175 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-gray-300) { - --tw-border-opacity: 1; - border-color: rgb(214 211 209 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-success-300) { - --tw-border-opacity: 1; - border-color: rgb(134 239 172 / var(--tw-border-opacity)); -} -:is(.dark .dark\:text-custom-100) { - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-100) { - --tw-text-opacity: 1; - color: rgb(245 245 244 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-primary-100) { - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-red-100) { - --tw-text-opacity: 1; - color: rgb(254 226 226 / var(--tw-text-opacity)); -} -@media (min-width: 640px) { - .sm\:h-16 { - height: 4rem; - } - .sm\:w-16 { - width: 4rem; - } -} -@media (min-width: 768px) { - .md\:col-span-1 { - grid-column: span 1 / span 1; - } - .md\:col-span-12 { - grid-column: span 12 / span 12; - } - .md\:col-span-2 { - grid-column: span 2 / span 2; - } - .md\:col-span-3 { - grid-column: span 3 / span 3; - } - .md\:col-span-6 { - grid-column: span 6 / span 6; - } - .md\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .md\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } -} -@media (min-width: 1024px) { - .lg\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } -} -@media (min-width: 1280px) { - .xl\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } -} - +.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.visible{visibility:visible}.static{position:static}.relative{position:relative}.order-1{order:1}.order-2{order:2}.col-span-12{grid-column:span 12/span 12}.m-1{margin:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.h-10{height:2.5rem}.h-4{height:1rem}.h-6{height:1.5rem}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-2\/4{width:50%}.w-4{width:1rem}.w-6{width:1.5rem}.w-full{width:100%}.max-w-xs{max-width:20rem}.grow{flex-grow:1}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.text-ellipsis{text-overflow:ellipsis}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.\!rounded-bl-none{border-bottom-left-radius:0!important}.\!rounded-br-none{border-bottom-right-radius:0!important}.border-s-2{border-inline-start-width:2px}.border-danger-600{--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(87 83 78/var(--tw-border-opacity))}.border-success-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.bg-custom-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-custom-500\/10{background-color:rgba(16,185,129,.1)}.bg-danger-500\/10{background-color:rgba(244,63,94,.1)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity))}.bg-gray-500\/10{background-color:hsla(25,5%,45%,.1)}.bg-info-500\/10{background-color:rgba(59,130,246,.1)}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-success-500\/10{background-color:rgba(34,197,94,.1)}.bg-warning-500\/10{background-color:rgba(234,179,8,.1)}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.text-custom-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.text-custom-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-danger-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.text-danger-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(87 83 78/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}.text-info-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-success-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-warning-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.bord{border:1px solid #d2691e}:is([dir=ltr] .ltr\:ml-2){margin-left:.5rem}:is([dir=rtl] .rtl\:mr-2){margin-right:.5rem}:is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}:is(.dark .dark\:border-danger-300){--tw-border-opacity:1;border-color:rgb(253 164 175/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-300){--tw-border-opacity:1;border-color:rgb(214 211 209/var(--tw-border-opacity))}:is(.dark .dark\:border-success-300){--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}:is(.dark .dark\:text-custom-100){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}:is(.dark .dark\:text-primary-100){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}:is(.dark .dark\:text-red-100){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}@media (min-width:640px){.sm\:h-16{height:4rem}.sm\:w-16{width:4rem}}@media (min-width:768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-6{grid-column:span 6/span 6}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}} diff --git a/resources/dist/frontend.css b/resources/dist/frontend.css index d7d0446..e255313 100644 --- a/resources/dist/frontend.css +++ b/resources/dist/frontend.css @@ -1,5076 +1,2 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; -.checkbox-input { - clip: rect(0 0 0 0); - -webkit-clip-path: inset(100%); - clip-path: inset(100%); - height: 1px; - overflow: hidden; - position: absolute; - white-space: nowrap; -} -.checkbox-input:checked + .checkbox-tile{ - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgb(254 249 195 / var(--tw-border-opacity)); - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -:is(.dark .checkbox-input:checked + .checkbox-tile){ - --tw-border-opacity: 1; - border-color: rgb(133 77 14 / var(--tw-border-opacity)); - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} -.checkbox-input:checked + .checkbox-tile:before{ - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgb(254 249 195 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(234 179 8 / var(--tw-bg-opacity)); -} -:is(.dark .checkbox-input:checked + .checkbox-tile):before{ - --tw-border-opacity: 1; - border-color: rgb(133 77 14 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(113 63 18 / var(--tw-bg-opacity)); -} -.checkbox-input:checked + .checkbox-tile:before { - transform: scale(1); - opacity: 1; -} -.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -:is(.dark .checkbox-input:checked + .checkbox-tile .checkbox-icon),:is(.dark .checkbox-input:checked + .checkbox-tile .checkbox-label){ - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} -.checkbox-input:focus + .checkbox-tile{ - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgb(234 179 8 / var(--tw-border-opacity)); - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - --tw-ring-opacity: 1; - --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity)); -} -:is(.dark .checkbox-input:focus + .checkbox-tile){ - --tw-border-opacity: 1; - border-color: rgb(133 77 14 / var(--tw-border-opacity)); - --tw-ring-opacity: 1; - --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity)); -} -.checkbox-input:focus + .checkbox-tile:before { - transform: scale(1); - opacity: 1; -} -.checkbox-tile{ - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgb(5 150 105 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -:is(.dark .checkbox-tile){ - --tw-border-opacity: 1; - border-color: rgb(6 95 70 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} -.checkbox-tile { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - min-height: 7rem; - border-radius: 0.5rem; - transition: 0.15s ease; - cursor: pointer; - position: relative; -} -.checkbox-tile:before{ - border-width: 1px; - --tw-border-opacity: 1; - border-color: rgb(16 185 129 / var(--tw-border-opacity)); -} -:is(.dark .checkbox-tile):before{ - --tw-border-opacity: 1; - border-color: rgb(6 95 70 / var(--tw-border-opacity)); -} -.checkbox-tile:before { - content: ""; - position: absolute; - display: block; - width: 1.25rem; - height: 1.25rem; - background-color: #fff; - border-radius: 50%; - top: 0.25rem; - left: 0.25rem; - opacity: 0; - transform: scale(0); - transition: 0.25s ease; - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E"); - background-size: 12px; - background-repeat: no-repeat; - background-position: 50% 50%; -} -.checkbox-tile:hover:before { - transform: scale(1); - opacity: 1; -} -/* -! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com -*/ -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ -*, -::before, -::after { - box-sizing: border-box; /* 1 */ - border-width: 0; /* 2 */ - border-style: solid; /* 2 */ - border-color: #e7e5e4; /* 2 */ -} -::before, -::after { - --tw-content: ''; -} -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -*/ -html { - line-height: 1.5; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ - -moz-tab-size: 4; /* 3 */ - -o-tab-size: 4; - tab-size: 4; /* 3 */ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ - font-feature-settings: normal; /* 5 */ - font-variation-settings: normal; /* 6 */ -} -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ -body { - margin: 0; /* 1 */ - line-height: inherit; /* 2 */ -} -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ -hr { - height: 0; /* 1 */ - color: inherit; /* 2 */ - border-top-width: 1px; /* 3 */ -} -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} -/* -Remove the default font size and weight for headings. -*/ -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ -a { - color: inherit; - text-decoration: inherit; -} -/* -Add the correct font weight in Edge and Safari. -*/ -b, -strong { - font-weight: bolder; -} -/* -1. Use the user's configured `mono` font family by default. -2. Correct the odd `em` font sizing in all browsers. -*/ -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ - font-size: 1em; /* 2 */ -} -/* -Add the correct font size in all browsers. -*/ -small { - font-size: 80%; -} -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} -sub { - bottom: -0.25em; -} -sup { - top: -0.5em; -} -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ -table { - text-indent: 0; /* 1 */ - border-color: inherit; /* 2 */ - border-collapse: collapse; /* 3 */ -} -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ -button, -input, -optgroup, -select, -textarea { - font-family: inherit; /* 1 */ - font-feature-settings: inherit; /* 1 */ - font-variation-settings: inherit; /* 1 */ - font-size: 100%; /* 1 */ - font-weight: inherit; /* 1 */ - line-height: inherit; /* 1 */ - color: inherit; /* 1 */ - margin: 0; /* 2 */ - padding: 0; /* 3 */ -} -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ -button, -select { - text-transform: none; -} -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ -button, -[type='button'], -[type='reset'], -[type='submit'] { - -webkit-appearance: button; /* 1 */ - background-color: transparent; /* 2 */ - background-image: none; /* 2 */ -} -/* -Use the modern Firefox focus style for all focusable elements. -*/ -:-moz-focusring { - outline: auto; -} -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ -:-moz-ui-invalid { - box-shadow: none; -} -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ -progress { - vertical-align: baseline; -} -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ -[type='search'] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ -::-webkit-search-decoration { - -webkit-appearance: none; -} -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} -/* -Add the correct display in Chrome and Safari. -*/ -summary { - display: list-item; -} -/* -Removes the default spacing and border for appropriate elements. -*/ -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} -fieldset { - margin: 0; - padding: 0; -} -legend { - padding: 0; -} -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} -/* -Reset default styling for dialogs. -*/ -dialog { - padding: 0; -} -/* -Prevent resizing textareas horizontally by default. -*/ -textarea { - resize: vertical; -} -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; /* 1 */ - color: #a8a29e; /* 2 */ -} -input::placeholder, -textarea::placeholder { - opacity: 1; /* 1 */ - color: #a8a29e; /* 2 */ -} -/* -Set the default cursor for buttons. -*/ -button, -[role="button"] { - cursor: pointer; -} -/* -Make sure disabled buttons don't get the pointer cursor. -*/ -:disabled { - cursor: default; -} -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; /* 1 */ - vertical-align: middle; /* 2 */ -} -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ -img, -video { - max-width: 100%; - height: auto; -} -/* Make elements with the HTML hidden attribute stay hidden by default */ -[hidden] { - display: none; -} -[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{ - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - background-color: #fff; - border-color: #78716c; - border-width: 1px; - border-radius: 0px; - padding-top: 0.5rem; - padding-right: 0.75rem; - padding-bottom: 0.5rem; - padding-left: 0.75rem; - font-size: 1rem; - line-height: 1.5rem; - --tw-shadow: 0 0 #0000; -} -[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{ - outline: 2px solid transparent; - outline-offset: 2px; - --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: #2563eb; - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); - border-color: #2563eb; -} -input::-moz-placeholder, textarea::-moz-placeholder{ - color: #78716c; - opacity: 1; -} -input::placeholder,textarea::placeholder{ - color: #78716c; - opacity: 1; -} -::-webkit-datetime-edit-fields-wrapper{ - padding: 0; -} -::-webkit-date-and-time-value{ - min-height: 1.5em; -} -::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{ - padding-top: 0; - padding-bottom: 0; -} -select{ - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2378716c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); - background-position: right 0.5rem center; - background-repeat: no-repeat; - background-size: 1.5em 1.5em; - padding-right: 2.5rem; - -webkit-print-color-adjust: exact; - print-color-adjust: exact; -} -[multiple],[size]:where(select:not([size="1"])){ - background-image: initial; - background-position: initial; - background-repeat: unset; - background-size: initial; - padding-right: 0.75rem; - -webkit-print-color-adjust: unset; - print-color-adjust: unset; -} -[type='checkbox'],[type='radio']{ - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - padding: 0; - -webkit-print-color-adjust: exact; - print-color-adjust: exact; - display: inline-block; - vertical-align: middle; - background-origin: border-box; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - flex-shrink: 0; - height: 1rem; - width: 1rem; - color: #2563eb; - background-color: #fff; - border-color: #78716c; - border-width: 1px; - --tw-shadow: 0 0 #0000; -} -[type='checkbox']{ - border-radius: 0px; -} -[type='radio']{ - border-radius: 100%; -} -[type='checkbox']:focus,[type='radio']:focus{ - outline: 2px solid transparent; - outline-offset: 2px; - --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); - --tw-ring-offset-width: 2px; - --tw-ring-offset-color: #fff; - --tw-ring-color: #2563eb; - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); -} -[type='checkbox']:checked,[type='radio']:checked{ - border-color: transparent; - background-color: currentColor; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; -} -[type='checkbox']:checked{ - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); -} -[type='radio']:checked{ - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); -} -[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{ - border-color: transparent; - background-color: currentColor; -} -[type='checkbox']:indeterminate{ - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); - border-color: transparent; - background-color: currentColor; - background-size: 100% 100%; - background-position: center; - background-repeat: no-repeat; -} -[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{ - border-color: transparent; - background-color: currentColor; -} -[type='file']{ - background: unset; - border-color: inherit; - border-width: 0; - border-radius: 0; - padding: 0; - font-size: unset; - line-height: inherit; -} -[type='file']:focus{ - outline: 1px solid ButtonText; - outline: 1px auto -webkit-focus-ring-color; -} -html { - -webkit-tap-highlight-color: transparent; - } -:root.dark { - color-scheme: dark; - } -*, ::before, ::after{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} -::backdrop{ - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} -.container{ - width: 100%; -} -@media (min-width: 640px){ - .container{ - max-width: 640px; - } -} -@media (min-width: 768px){ - .container{ - max-width: 768px; - } -} -@media (min-width: 1024px){ - .container{ - max-width: 1024px; - } -} -@media (min-width: 1280px){ - .container{ - max-width: 1280px; - } -} -@media (min-width: 1536px){ - .container{ - max-width: 1536px; - } -} -.prose{ - color: var(--tw-prose-body); - max-width: 65ch; -} -.prose :where(p):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; - margin-bottom: 1.25em; -} -.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-lead); - font-size: 1.25em; - line-height: 1.6; - margin-top: 1.2em; - margin-bottom: 1.2em; -} -.prose :where(a):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-links); - text-decoration: underline; - font-weight: 500; -} -.prose :where(strong):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-bold); - font-weight: 600; -} -.prose :where(a strong):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(thead th strong):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(ol):not(:where([class~="not-prose"] *)){ - list-style-type: decimal; - margin-top: 1.25em; - margin-bottom: 1.25em; - padding-left: 1.625em; -} -.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){ - list-style-type: upper-alpha; -} -.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){ - list-style-type: lower-alpha; -} -.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){ - list-style-type: upper-alpha; -} -.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){ - list-style-type: lower-alpha; -} -.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){ - list-style-type: upper-roman; -} -.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){ - list-style-type: lower-roman; -} -.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){ - list-style-type: upper-roman; -} -.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){ - list-style-type: lower-roman; -} -.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){ - list-style-type: decimal; -} -.prose :where(ul):not(:where([class~="not-prose"] *)){ - list-style-type: disc; - margin-top: 1.25em; - margin-bottom: 1.25em; - padding-left: 1.625em; -} -.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{ - font-weight: 400; - color: var(--tw-prose-counters); -} -.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{ - color: var(--tw-prose-bullets); -} -.prose :where(hr):not(:where([class~="not-prose"] *)){ - border-color: var(--tw-prose-hr); - border-top-width: 1px; - margin-top: 3em; - margin-bottom: 3em; -} -.prose :where(blockquote):not(:where([class~="not-prose"] *)){ - font-weight: 500; - font-style: italic; - color: var(--tw-prose-quotes); - border-left-width: 0.25rem; - border-left-color: var(--tw-prose-quote-borders); - quotes: "\201C""\201D""\2018""\2019"; - margin-top: 1.6em; - margin-bottom: 1.6em; - padding-left: 1em; -} -.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{ - content: open-quote; -} -.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{ - content: close-quote; -} -.prose :where(h1):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-headings); - font-weight: 800; - font-size: 2.25em; - margin-top: 0; - margin-bottom: 0.8888889em; - line-height: 1.1111111; -} -.prose :where(h1 strong):not(:where([class~="not-prose"] *)){ - font-weight: 900; - color: inherit; -} -.prose :where(h2):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-headings); - font-weight: 700; - font-size: 1.5em; - margin-top: 2em; - margin-bottom: 1em; - line-height: 1.3333333; -} -.prose :where(h2 strong):not(:where([class~="not-prose"] *)){ - font-weight: 800; - color: inherit; -} -.prose :where(h3):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-headings); - font-weight: 600; - font-size: 1.25em; - margin-top: 1.6em; - margin-bottom: 0.6em; - line-height: 1.6; -} -.prose :where(h3 strong):not(:where([class~="not-prose"] *)){ - font-weight: 700; - color: inherit; -} -.prose :where(h4):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-headings); - font-weight: 600; - margin-top: 1.5em; - margin-bottom: 0.5em; - line-height: 1.5; -} -.prose :where(h4 strong):not(:where([class~="not-prose"] *)){ - font-weight: 700; - color: inherit; -} -.prose :where(img):not(:where([class~="not-prose"] *)){ - margin-top: 2em; - margin-bottom: 2em; -} -.prose :where(figure > *):not(:where([class~="not-prose"] *)){ - margin-top: 0; - margin-bottom: 0; -} -.prose :where(figcaption):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-captions); - font-size: 0.875em; - line-height: 1.4285714; - margin-top: 0.8571429em; -} -.prose :where(code):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-code); - font-weight: 600; - font-size: 0.875em; -} -.prose :where(code):not(:where([class~="not-prose"] *))::before{ - content: "`"; -} -.prose :where(code):not(:where([class~="not-prose"] *))::after{ - content: "`"; -} -.prose :where(a code):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(h1 code):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(h2 code):not(:where([class~="not-prose"] *)){ - color: inherit; - font-size: 0.875em; -} -.prose :where(h3 code):not(:where([class~="not-prose"] *)){ - color: inherit; - font-size: 0.9em; -} -.prose :where(h4 code):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(blockquote code):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(thead th code):not(:where([class~="not-prose"] *)){ - color: inherit; -} -.prose :where(pre):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-pre-code); - background-color: var(--tw-prose-pre-bg); - overflow-x: auto; - font-weight: 400; - font-size: 0.875em; - line-height: 1.7142857; - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; - border-radius: 0.375rem; - padding-top: 0.8571429em; - padding-right: 1.1428571em; - padding-bottom: 0.8571429em; - padding-left: 1.1428571em; -} -.prose :where(pre code):not(:where([class~="not-prose"] *)){ - background-color: transparent; - border-width: 0; - border-radius: 0; - padding: 0; - font-weight: inherit; - color: inherit; - font-size: inherit; - font-family: inherit; - line-height: inherit; -} -.prose :where(pre code):not(:where([class~="not-prose"] *))::before{ - content: none; -} -.prose :where(pre code):not(:where([class~="not-prose"] *))::after{ - content: none; -} -.prose :where(table):not(:where([class~="not-prose"] *)){ - width: 100%; - table-layout: auto; - text-align: left; - margin-top: 2em; - margin-bottom: 2em; - font-size: 0.875em; - line-height: 1.7142857; -} -.prose :where(thead):not(:where([class~="not-prose"] *)){ - border-bottom-width: 1px; - border-bottom-color: var(--tw-prose-th-borders); -} -.prose :where(thead th):not(:where([class~="not-prose"] *)){ - color: var(--tw-prose-headings); - font-weight: 600; - vertical-align: bottom; - padding-right: 0.5714286em; - padding-bottom: 0.5714286em; - padding-left: 0.5714286em; -} -.prose :where(tbody tr):not(:where([class~="not-prose"] *)){ - border-bottom-width: 1px; - border-bottom-color: var(--tw-prose-td-borders); -} -.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){ - border-bottom-width: 0; -} -.prose :where(tbody td):not(:where([class~="not-prose"] *)){ - vertical-align: baseline; -} -.prose :where(tfoot):not(:where([class~="not-prose"] *)){ - border-top-width: 1px; - border-top-color: var(--tw-prose-th-borders); -} -.prose :where(tfoot td):not(:where([class~="not-prose"] *)){ - vertical-align: top; -} -.prose{ - --tw-prose-body: #374151; - --tw-prose-headings: #111827; - --tw-prose-lead: #4b5563; - --tw-prose-links: #111827; - --tw-prose-bold: #111827; - --tw-prose-counters: #6b7280; - --tw-prose-bullets: #d1d5db; - --tw-prose-hr: #e5e7eb; - --tw-prose-quotes: #111827; - --tw-prose-quote-borders: #e5e7eb; - --tw-prose-captions: #6b7280; - --tw-prose-code: #111827; - --tw-prose-pre-code: #e5e7eb; - --tw-prose-pre-bg: #1f2937; - --tw-prose-th-borders: #d1d5db; - --tw-prose-td-borders: #e5e7eb; - --tw-prose-invert-body: #d1d5db; - --tw-prose-invert-headings: #fff; - --tw-prose-invert-lead: #9ca3af; - --tw-prose-invert-links: #fff; - --tw-prose-invert-bold: #fff; - --tw-prose-invert-counters: #9ca3af; - --tw-prose-invert-bullets: #4b5563; - --tw-prose-invert-hr: #374151; - --tw-prose-invert-quotes: #f3f4f6; - --tw-prose-invert-quote-borders: #374151; - --tw-prose-invert-captions: #9ca3af; - --tw-prose-invert-code: #fff; - --tw-prose-invert-pre-code: #d1d5db; - --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%); - --tw-prose-invert-th-borders: #4b5563; - --tw-prose-invert-td-borders: #374151; - font-size: 1rem; - line-height: 1.75; -} -.prose :where(video):not(:where([class~="not-prose"] *)){ - margin-top: 2em; - margin-bottom: 2em; -} -.prose :where(figure):not(:where([class~="not-prose"] *)){ - margin-top: 2em; - margin-bottom: 2em; -} -.prose :where(li):not(:where([class~="not-prose"] *)){ - margin-top: 0.5em; - margin-bottom: 0.5em; -} -.prose :where(ol > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.375em; -} -.prose :where(ul > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.375em; -} -.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){ - margin-top: 0.75em; - margin-bottom: 0.75em; -} -.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; -} -.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.25em; -} -.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; -} -.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.25em; -} -.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){ - margin-top: 0.75em; - margin-bottom: 0.75em; -} -.prose :where(hr + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose :where(h2 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose :where(h3 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose :where(h4 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){ - padding-top: 0.5714286em; - padding-right: 0.5714286em; - padding-bottom: 0.5714286em; - padding-left: 0.5714286em; -} -.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 0; -} -.prose-sm{ - font-size: 0.875rem; - line-height: 1.7142857; -} -.prose-sm :where(p):not(:where([class~="not-prose"] *)){ - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; -} -.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){ - font-size: 1.2857143em; - line-height: 1.5555556; - margin-top: 0.8888889em; - margin-bottom: 0.8888889em; -} -.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){ - margin-top: 1.3333333em; - margin-bottom: 1.3333333em; - padding-left: 1.1111111em; -} -.prose-sm :where(h1):not(:where([class~="not-prose"] *)){ - font-size: 2.1428571em; - margin-top: 0; - margin-bottom: 0.8em; - line-height: 1.2; -} -.prose-sm :where(h2):not(:where([class~="not-prose"] *)){ - font-size: 1.4285714em; - margin-top: 1.6em; - margin-bottom: 0.8em; - line-height: 1.4; -} -.prose-sm :where(h3):not(:where([class~="not-prose"] *)){ - font-size: 1.2857143em; - margin-top: 1.5555556em; - margin-bottom: 0.4444444em; - line-height: 1.5555556; -} -.prose-sm :where(h4):not(:where([class~="not-prose"] *)){ - margin-top: 1.4285714em; - margin-bottom: 0.5714286em; - line-height: 1.4285714; -} -.prose-sm :where(img):not(:where([class~="not-prose"] *)){ - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; -} -.prose-sm :where(video):not(:where([class~="not-prose"] *)){ - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; -} -.prose-sm :where(figure):not(:where([class~="not-prose"] *)){ - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; -} -.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){ - margin-top: 0; - margin-bottom: 0; -} -.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){ - font-size: 0.8571429em; - line-height: 1.3333333; - margin-top: 0.6666667em; -} -.prose-sm :where(code):not(:where([class~="not-prose"] *)){ - font-size: 0.8571429em; -} -.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){ - font-size: 0.9em; -} -.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){ - font-size: 0.8888889em; -} -.prose-sm :where(pre):not(:where([class~="not-prose"] *)){ - font-size: 0.8571429em; - line-height: 1.6666667; - margin-top: 1.6666667em; - margin-bottom: 1.6666667em; - border-radius: 0.25rem; - padding-top: 0.6666667em; - padding-right: 1em; - padding-bottom: 0.6666667em; - padding-left: 1em; -} -.prose-sm :where(ol):not(:where([class~="not-prose"] *)){ - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; - padding-left: 1.5714286em; -} -.prose-sm :where(ul):not(:where([class~="not-prose"] *)){ - margin-top: 1.1428571em; - margin-bottom: 1.1428571em; - padding-left: 1.5714286em; -} -.prose-sm :where(li):not(:where([class~="not-prose"] *)){ - margin-top: 0.2857143em; - margin-bottom: 0.2857143em; -} -.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.4285714em; -} -.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.4285714em; -} -.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)){ - margin-top: 0.5714286em; - margin-bottom: 0.5714286em; -} -.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.1428571em; -} -.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.1428571em; -} -.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.1428571em; -} -.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.1428571em; -} -.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){ - margin-top: 0.5714286em; - margin-bottom: 0.5714286em; -} -.prose-sm :where(hr):not(:where([class~="not-prose"] *)){ - margin-top: 2.8571429em; - margin-bottom: 2.8571429em; -} -.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-sm :where(table):not(:where([class~="not-prose"] *)){ - font-size: 0.8571429em; - line-height: 1.5; -} -.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){ - padding-right: 1em; - padding-bottom: 0.6666667em; - padding-left: 1em; -} -.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){ - padding-top: 0.6666667em; - padding-right: 1em; - padding-bottom: 0.6666667em; - padding-left: 1em; -} -.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 0; -} -.prose-base{ - font-size: 1rem; - line-height: 1.75; -} -.prose-base :where(p):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; - margin-bottom: 1.25em; -} -.prose-base :where([class~="lead"]):not(:where([class~="not-prose"] *)){ - font-size: 1.25em; - line-height: 1.6; - margin-top: 1.2em; - margin-bottom: 1.2em; -} -.prose-base :where(blockquote):not(:where([class~="not-prose"] *)){ - margin-top: 1.6em; - margin-bottom: 1.6em; - padding-left: 1em; -} -.prose-base :where(h1):not(:where([class~="not-prose"] *)){ - font-size: 2.25em; - margin-top: 0; - margin-bottom: 0.8888889em; - line-height: 1.1111111; -} -.prose-base :where(h2):not(:where([class~="not-prose"] *)){ - font-size: 1.5em; - margin-top: 2em; - margin-bottom: 1em; - line-height: 1.3333333; -} -.prose-base :where(h3):not(:where([class~="not-prose"] *)){ - font-size: 1.25em; - margin-top: 1.6em; - margin-bottom: 0.6em; - line-height: 1.6; -} -.prose-base :where(h4):not(:where([class~="not-prose"] *)){ - margin-top: 1.5em; - margin-bottom: 0.5em; - line-height: 1.5; -} -.prose-base :where(img):not(:where([class~="not-prose"] *)){ - margin-top: 2em; - margin-bottom: 2em; -} -.prose-base :where(video):not(:where([class~="not-prose"] *)){ - margin-top: 2em; - margin-bottom: 2em; -} -.prose-base :where(figure):not(:where([class~="not-prose"] *)){ - margin-top: 2em; - margin-bottom: 2em; -} -.prose-base :where(figure > *):not(:where([class~="not-prose"] *)){ - margin-top: 0; - margin-bottom: 0; -} -.prose-base :where(figcaption):not(:where([class~="not-prose"] *)){ - font-size: 0.875em; - line-height: 1.4285714; - margin-top: 0.8571429em; -} -.prose-base :where(code):not(:where([class~="not-prose"] *)){ - font-size: 0.875em; -} -.prose-base :where(h2 code):not(:where([class~="not-prose"] *)){ - font-size: 0.875em; -} -.prose-base :where(h3 code):not(:where([class~="not-prose"] *)){ - font-size: 0.9em; -} -.prose-base :where(pre):not(:where([class~="not-prose"] *)){ - font-size: 0.875em; - line-height: 1.7142857; - margin-top: 1.7142857em; - margin-bottom: 1.7142857em; - border-radius: 0.375rem; - padding-top: 0.8571429em; - padding-right: 1.1428571em; - padding-bottom: 0.8571429em; - padding-left: 1.1428571em; -} -.prose-base :where(ol):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; - margin-bottom: 1.25em; - padding-left: 1.625em; -} -.prose-base :where(ul):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; - margin-bottom: 1.25em; - padding-left: 1.625em; -} -.prose-base :where(li):not(:where([class~="not-prose"] *)){ - margin-top: 0.5em; - margin-bottom: 0.5em; -} -.prose-base :where(ol > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.375em; -} -.prose-base :where(ul > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.375em; -} -.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"] *)){ - margin-top: 0.75em; - margin-bottom: 0.75em; -} -.prose-base :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; -} -.prose-base :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.25em; -} -.prose-base :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.25em; -} -.prose-base :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.25em; -} -.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){ - margin-top: 0.75em; - margin-bottom: 0.75em; -} -.prose-base :where(hr):not(:where([class~="not-prose"] *)){ - margin-top: 3em; - margin-bottom: 3em; -} -.prose-base :where(hr + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-base :where(h2 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-base :where(h3 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-base :where(h4 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-base :where(table):not(:where([class~="not-prose"] *)){ - font-size: 0.875em; - line-height: 1.7142857; -} -.prose-base :where(thead th):not(:where([class~="not-prose"] *)){ - padding-right: 0.5714286em; - padding-bottom: 0.5714286em; - padding-left: 0.5714286em; -} -.prose-base :where(thead th:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose-base :where(thead th:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){ - padding-top: 0.5714286em; - padding-right: 0.5714286em; - padding-bottom: 0.5714286em; - padding-left: 0.5714286em; -} -.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 0; -} -.prose-lg{ - font-size: 1.125rem; - line-height: 1.7777778; -} -.prose-lg :where(p):not(:where([class~="not-prose"] *)){ - margin-top: 1.3333333em; - margin-bottom: 1.3333333em; -} -.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){ - font-size: 1.2222222em; - line-height: 1.4545455; - margin-top: 1.0909091em; - margin-bottom: 1.0909091em; -} -.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){ - margin-top: 1.6666667em; - margin-bottom: 1.6666667em; - padding-left: 1em; -} -.prose-lg :where(h1):not(:where([class~="not-prose"] *)){ - font-size: 2.6666667em; - margin-top: 0; - margin-bottom: 0.8333333em; - line-height: 1; -} -.prose-lg :where(h2):not(:where([class~="not-prose"] *)){ - font-size: 1.6666667em; - margin-top: 1.8666667em; - margin-bottom: 1.0666667em; - line-height: 1.3333333; -} -.prose-lg :where(h3):not(:where([class~="not-prose"] *)){ - font-size: 1.3333333em; - margin-top: 1.6666667em; - margin-bottom: 0.6666667em; - line-height: 1.5; -} -.prose-lg :where(h4):not(:where([class~="not-prose"] *)){ - margin-top: 1.7777778em; - margin-bottom: 0.4444444em; - line-height: 1.5555556; -} -.prose-lg :where(img):not(:where([class~="not-prose"] *)){ - margin-top: 1.7777778em; - margin-bottom: 1.7777778em; -} -.prose-lg :where(video):not(:where([class~="not-prose"] *)){ - margin-top: 1.7777778em; - margin-bottom: 1.7777778em; -} -.prose-lg :where(figure):not(:where([class~="not-prose"] *)){ - margin-top: 1.7777778em; - margin-bottom: 1.7777778em; -} -.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){ - margin-top: 0; - margin-bottom: 0; -} -.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){ - font-size: 0.8888889em; - line-height: 1.5; - margin-top: 1em; -} -.prose-lg :where(code):not(:where([class~="not-prose"] *)){ - font-size: 0.8888889em; -} -.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){ - font-size: 0.8666667em; -} -.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){ - font-size: 0.875em; -} -.prose-lg :where(pre):not(:where([class~="not-prose"] *)){ - font-size: 0.8888889em; - line-height: 1.75; - margin-top: 2em; - margin-bottom: 2em; - border-radius: 0.375rem; - padding-top: 1em; - padding-right: 1.5em; - padding-bottom: 1em; - padding-left: 1.5em; -} -.prose-lg :where(ol):not(:where([class~="not-prose"] *)){ - margin-top: 1.3333333em; - margin-bottom: 1.3333333em; - padding-left: 1.5555556em; -} -.prose-lg :where(ul):not(:where([class~="not-prose"] *)){ - margin-top: 1.3333333em; - margin-bottom: 1.3333333em; - padding-left: 1.5555556em; -} -.prose-lg :where(li):not(:where([class~="not-prose"] *)){ - margin-top: 0.6666667em; - margin-bottom: 0.6666667em; -} -.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.4444444em; -} -.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){ - padding-left: 0.4444444em; -} -.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)){ - margin-top: 0.8888889em; - margin-bottom: 0.8888889em; -} -.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.3333333em; -} -.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.3333333em; -} -.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)){ - margin-top: 1.3333333em; -} -.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 1.3333333em; -} -.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){ - margin-top: 0.8888889em; - margin-bottom: 0.8888889em; -} -.prose-lg :where(hr):not(:where([class~="not-prose"] *)){ - margin-top: 3.1111111em; - margin-bottom: 3.1111111em; -} -.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-lg :where(table):not(:where([class~="not-prose"] *)){ - font-size: 0.8888889em; - line-height: 1.5; -} -.prose-lg :where(thead th):not(:where([class~="not-prose"] *)){ - padding-right: 0.75em; - padding-bottom: 0.75em; - padding-left: 0.75em; -} -.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){ - padding-top: 0.75em; - padding-right: 0.75em; - padding-bottom: 0.75em; - padding-left: 0.75em; -} -.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){ - padding-left: 0; -} -.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){ - padding-right: 0; -} -.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)){ - margin-top: 0; -} -.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)){ - margin-bottom: 0; -} -.debug-screens::before{ - position: fixed; - z-index: 2147483647; - bottom: 0; - left: 0; - padding: .3333333em .5em; - font-size: 12px; - line-height: 1; - font-family: sans-serif; - background-color: #000; - color: #fff; - box-shadow: 0 0 0 1px #fff; - content: 'screen: _'; -} -@media (min-width: 640px){ - .debug-screens::before{ - content: 'screen: sm'; - } -} -@media (min-width: 768px){ - .debug-screens::before{ - content: 'screen: md'; - } -} -@media (min-width: 1024px){ - .debug-screens::before{ - content: 'screen: lg'; - } -} -@media (min-width: 1280px){ - .debug-screens::before{ - content: 'screen: xl'; - } -} -@media (min-width: 1536px){ - .debug-screens::before{ - content: 'screen: 2xl'; - } -} -.sr-only{ - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; -} -.pointer-events-none{ - pointer-events: none; -} -.pointer-events-auto{ - pointer-events: auto; -} -.visible{ - visibility: visible; -} -.invisible{ - visibility: hidden; -} -.collapse{ - visibility: collapse; -} -.static{ - position: static; -} -.fixed{ - position: fixed; -} -.absolute{ - position: absolute; -} -.relative{ - position: relative; -} -.sticky{ - position: sticky; -} -.inset-0{ - inset: 0px; -} -.inset-4{ - inset: 1rem; -} -.inset-x-0{ - left: 0px; - right: 0px; -} -.inset-y-0{ - top: 0px; - bottom: 0px; -} -.-bottom-1\/2{ - bottom: -50%; -} -.-top-1{ - top: -0.25rem; -} -.-top-1\/2{ - top: -50%; -} -.-top-2{ - top: -0.5rem; -} -.bottom-0{ - bottom: 0px; -} -.bottom-1{ - bottom: 0.25rem; -} -.bottom-1\/2{ - bottom: 50%; -} -.end-0{ - inset-inline-end: 0px; -} -.end-1{ - inset-inline-end: 0.25rem; -} -.end-3{ - inset-inline-end: 0.75rem; -} -.end-4{ - inset-inline-end: 1rem; -} -.end-6{ - inset-inline-end: 1.5rem; -} -.left-full{ - left: 100%; -} -.start-0{ - inset-inline-start: 0px; -} -.start-full{ - inset-inline-start: 100%; -} -.top-0{ - top: 0px; -} -.top-1{ - top: 0.25rem; -} -.top-1\/2{ - top: 50%; -} -.top-10{ - top: 2.5rem; -} -.top-3{ - top: 0.75rem; -} -.top-4{ - top: 1rem; -} -.top-6{ - top: 1.5rem; -} -.isolate{ - isolation: isolate; -} -.z-0{ - z-index: 0; -} -.z-10{ - z-index: 10; -} -.z-20{ - z-index: 20; -} -.z-30{ - z-index: 30; -} -.z-40{ - z-index: 40; -} -.z-50{ - z-index: 50; -} -.z-\[1\]{ - z-index: 1; -} -.col-\[--col-span-default\]{ - grid-column: var(--col-span-default); -} -.col-span-12{ - grid-column: span 12 / span 12; -} -.col-span-full{ - grid-column: 1 / -1; -} -.col-start-\[--col-start-default\]{ - grid-column-start: var(--col-start-default); -} -.-m-1{ - margin: -0.25rem; -} -.-m-1\.5{ - margin: -0.375rem; -} -.-m-2{ - margin: -0.5rem; -} -.-m-3{ - margin: -0.75rem; -} -.m-2{ - margin: 0.5rem; -} -.m-4{ - margin: 1rem; -} -.-mx-1{ - margin-left: -0.25rem; - margin-right: -0.25rem; -} -.-mx-1\.5{ - margin-left: -0.375rem; - margin-right: -0.375rem; -} -.-mx-2{ - margin-left: -0.5rem; - margin-right: -0.5rem; -} -.-mx-3{ - margin-left: -0.75rem; - margin-right: -0.75rem; -} -.-mx-4{ - margin-left: -1rem; - margin-right: -1rem; -} -.-mx-6{ - margin-left: -1.5rem; - margin-right: -1.5rem; -} -.-my-1{ - margin-top: -0.25rem; - margin-bottom: -0.25rem; -} -.-my-2{ - margin-top: -0.5rem; - margin-bottom: -0.5rem; -} -.-my-2\.5{ - margin-top: -0.625rem; - margin-bottom: -0.625rem; -} -.-my-3{ - margin-top: -0.75rem; - margin-bottom: -0.75rem; -} -.mx-1{ - margin-left: 0.25rem; - margin-right: 0.25rem; -} -.mx-2{ - margin-left: 0.5rem; - margin-right: 0.5rem; -} -.mx-3{ - margin-left: 0.75rem; - margin-right: 0.75rem; -} -.mx-4{ - margin-left: 1rem; - margin-right: 1rem; -} -.mx-auto{ - margin-left: auto; - margin-right: auto; -} -.my-10{ - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} -.my-16{ - margin-top: 4rem; - margin-bottom: 4rem; -} -.my-2{ - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} -.my-3{ - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} -.my-4{ - margin-top: 1rem; - margin-bottom: 1rem; -} -.my-6{ - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} -.my-auto{ - margin-top: auto; - margin-bottom: auto; -} -.\!mt-0{ - margin-top: 0px !important; -} -.-mb-0{ - margin-bottom: -0px; -} -.-mb-0\.5{ - margin-bottom: -0.125rem; -} -.-mb-1{ - margin-bottom: -0.25rem; -} -.-mb-1\.5{ - margin-bottom: -0.375rem; -} -.-mb-4{ - margin-bottom: -1rem; -} -.-me-1{ - margin-inline-end: -0.25rem; -} -.-me-1\.5{ - margin-inline-end: -0.375rem; -} -.-me-2{ - margin-inline-end: -0.5rem; -} -.-me-2\.5{ - margin-inline-end: -0.625rem; -} -.-me-6{ - margin-inline-end: -1.5rem; -} -.-ms-1{ - margin-inline-start: -0.25rem; -} -.-ms-1\.5{ - margin-inline-start: -0.375rem; -} -.-mt-0{ - margin-top: -0px; -} -.-mt-0\.5{ - margin-top: -0.125rem; -} -.-mt-4{ - margin-top: -1rem; -} -.-mt-8{ - margin-top: -2rem; -} -.mb-2{ - margin-bottom: 0.5rem; -} -.mb-3{ - margin-bottom: 0.75rem; -} -.mb-4{ - margin-bottom: 1rem; -} -.mb-5{ - margin-bottom: 1.25rem; -} -.mb-6{ - margin-bottom: 1.5rem; -} -.me-1{ - margin-inline-end: 0.25rem; -} -.me-3{ - margin-inline-end: 0.75rem; -} -.me-4{ - margin-inline-end: 1rem; -} -.me-6{ - margin-inline-end: 1.5rem; -} -.me-auto{ - margin-inline-end: auto; -} -.ml-auto{ - margin-left: auto; -} -.mr-3{ - margin-right: 0.75rem; -} -.ms-0{ - margin-inline-start: 0px; -} -.ms-0\.5{ - margin-inline-start: 0.125rem; -} -.ms-1{ - margin-inline-start: 0.25rem; -} -.ms-4{ - margin-inline-start: 1rem; -} -.ms-auto{ - margin-inline-start: auto; -} -.mt-0{ - margin-top: 0px; -} -.mt-0\.5{ - margin-top: 0.125rem; -} -.mt-1{ - margin-top: 0.25rem; -} -.mt-10{ - margin-top: 2.5rem; -} -.mt-2{ - margin-top: 0.5rem; -} -.mt-3{ - margin-top: 0.75rem; -} -.mt-4{ - margin-top: 1rem; -} -.mt-6{ - margin-top: 1.5rem; -} -.mt-8{ - margin-top: 2rem; -} -.mt-auto{ - margin-top: auto; -} -.block{ - display: block; -} -.inline-block{ - display: inline-block; -} -.inline{ - display: inline; -} -.flex{ - display: flex; -} -.inline-flex{ - display: inline-flex; -} -.table{ - display: table; -} -.grid{ - display: grid; -} -.inline-grid{ - display: inline-grid; -} -.hidden{ - display: none; -} -.aspect-video{ - aspect-ratio: 16 / 9; -} -.h-0{ - height: 0px; -} -.h-1{ - height: 0.25rem; -} -.h-1\.5{ - height: 0.375rem; -} -.h-10{ - height: 2.5rem; -} -.h-11{ - height: 2.75rem; -} -.h-14{ - height: 3.5rem; -} -.h-16{ - height: 4rem; -} -.h-3{ - height: 0.75rem; -} -.h-3\.5{ - height: 0.875rem; -} -.h-32{ - height: 8rem; -} -.h-4{ - height: 1rem; -} -.h-5{ - height: 1.25rem; -} -.h-6{ - height: 1.5rem; -} -.h-7{ - height: 1.75rem; -} -.h-72{ - height: 18rem; -} -.h-8{ - height: 2rem; -} -.h-9{ - height: 2.25rem; -} -.h-96{ - height: 24rem; -} -.h-\[16em\]{ - height: 16em; -} -.h-\[4rem\]{ - height: 4rem; -} -.h-full{ - height: 100%; -} -.h-screen{ - height: 100vh; -} -.max-h-0{ - max-height: 0px; -} -.max-h-96{ - max-height: 24rem; -} -.min-h-\[theme\(spacing\.48\)\]{ - min-height: 12rem; -} -.min-h-full{ - min-height: 100%; -} -.min-h-screen{ - min-height: 100vh; -} -.w-1{ - width: 0.25rem; -} -.w-1\.5{ - width: 0.375rem; -} -.w-1\/2{ - width: 50%; -} -.w-1\/4{ - width: 25%; -} -.w-10{ - width: 2.5rem; -} -.w-11{ - width: 2.75rem; -} -.w-16{ - width: 4rem; -} -.w-2\/4{ - width: 50%; -} -.w-20{ - width: 5rem; -} -.w-3{ - width: 0.75rem; -} -.w-3\.5{ - width: 0.875rem; -} -.w-32{ - width: 8rem; -} -.w-4{ - width: 1rem; -} -.w-5{ - width: 1.25rem; -} -.w-6{ - width: 1.5rem; -} -.w-7{ - width: 1.75rem; -} -.w-8{ - width: 2rem; -} -.w-9{ - width: 2.25rem; -} -.w-\[--sidebar-width\]{ - width: var(--sidebar-width); -} -.w-auto{ - width: auto; -} -.w-full{ - width: 100%; -} -.w-px{ - width: 1px; -} -.w-screen{ - width: 100vw; -} -.min-w-0{ - min-width: 0px; -} -.min-w-\[2rem\]{ - min-width: 2rem; -} -.min-w-\[theme\(spacing\.4\)\]{ - min-width: 1rem; -} -.min-w-\[theme\(spacing\.5\)\]{ - min-width: 1.25rem; -} -.min-w-\[theme\(spacing\.6\)\]{ - min-width: 1.5rem; -} -.min-w-\[theme\(spacing\.8\)\]{ - min-width: 2rem; -} -.max-w-2xl{ - max-width: 42rem; -} -.max-w-3xl{ - max-width: 48rem; -} -.max-w-4xl{ - max-width: 56rem; -} -.max-w-5xl{ - max-width: 64rem; -} -.max-w-6xl{ - max-width: 72rem; -} -.max-w-7xl{ - max-width: 80rem; -} -.max-w-\[14rem\]{ - max-width: 14rem; -} -.max-w-\[20em\]{ - max-width: 20em; -} -.max-w-full{ - max-width: 100%; -} -.max-w-lg{ - max-width: 32rem; -} -.max-w-max{ - max-width: -moz-max-content; - max-width: max-content; -} -.max-w-md{ - max-width: 28rem; -} -.max-w-none{ - max-width: none; -} -.max-w-sm{ - max-width: 24rem; -} -.max-w-xl{ - max-width: 36rem; -} -.max-w-xs{ - max-width: 20rem; -} -.flex-1{ - flex: 1 1 0%; -} -.flex-shrink-0{ - flex-shrink: 0; -} -.shrink-0{ - flex-shrink: 0; -} -.grow{ - flex-grow: 1; -} -.table-auto{ - table-layout: auto; -} -.-translate-x-1\/2{ - --tw-translate-x: -50%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.-translate-x-12{ - --tw-translate-x: -3rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.-translate-x-5{ - --tw-translate-x: -1.25rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.-translate-x-full{ - --tw-translate-x: -100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.-translate-y-12{ - --tw-translate-y: -3rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.translate-x-0{ - --tw-translate-x: 0px; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.translate-x-12{ - --tw-translate-x: 3rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.translate-x-5{ - --tw-translate-x: 1.25rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.translate-x-full{ - --tw-translate-x: 100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.translate-y-12{ - --tw-translate-y: 3rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.-rotate-180{ - --tw-rotate: -180deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.rotate-180{ - --tw-rotate: 180deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.scale-100{ - --tw-scale-x: 1; - --tw-scale-y: 1; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.scale-95{ - --tw-scale-x: .95; - --tw-scale-y: .95; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.transform{ - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -@keyframes pulse{ - 50%{ - opacity: .5; - } -} -.animate-pulse{ - animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; -} -@keyframes spin{ - to{ - transform: rotate(360deg); - } -} -.animate-spin{ - animation: spin 1s linear infinite; -} -.cursor-default{ - cursor: default; -} -.cursor-move{ - cursor: move; -} -.cursor-pointer{ - cursor: pointer; -} -.cursor-wait{ - cursor: wait; -} -.list-inside{ - list-style-position: inside; -} -.list-disc{ - list-style-type: disc; -} -.list-none{ - list-style-type: none; -} -.columns-\[--cols-default\]{ - -moz-columns: var(--cols-default); - columns: var(--cols-default); -} -.break-inside-avoid{ - -moz-column-break-inside: avoid; - break-inside: avoid; -} -.auto-cols-fr{ - grid-auto-columns: minmax(0, 1fr); -} -.grid-flow-col{ - grid-auto-flow: column; -} -.grid-cols-1{ - grid-template-columns: repeat(1, minmax(0, 1fr)); -} -.grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)); -} -.grid-cols-7{ - grid-template-columns: repeat(7, minmax(0, 1fr)); -} -.grid-cols-\[--cols-default\]{ - grid-template-columns: var(--cols-default); -} -.grid-cols-\[repeat\(7\2c _theme\(spacing\.7\)\)\]{ - grid-template-columns: repeat(7, 1.75rem); -} -.grid-cols-\[repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{ - grid-template-columns: repeat(auto-fit,minmax(0,1fr)); -} -.flex-row-reverse{ - flex-direction: row-reverse; -} -.flex-col{ - flex-direction: column; -} -.flex-col-reverse{ - flex-direction: column-reverse; -} -.flex-wrap{ - flex-wrap: wrap; -} -.content-stretch{ - align-content: stretch; -} -.items-start{ - align-items: flex-start; -} -.items-end{ - align-items: flex-end; -} -.items-center{ - align-items: center; -} -.justify-start{ - justify-content: flex-start; -} -.justify-end{ - justify-content: flex-end; -} -.justify-center{ - justify-content: center; -} -.justify-between{ - justify-content: space-between; -} -.justify-items-stretch{ - justify-items: stretch; -} -.gap-1{ - gap: 0.25rem; -} -.gap-1\.5{ - gap: 0.375rem; -} -.gap-2{ - gap: 0.5rem; -} -.gap-3{ - gap: 0.75rem; -} -.gap-4{ - gap: 1rem; -} -.gap-6{ - gap: 1.5rem; -} -.gap-px{ - gap: 1px; -} -.gap-x-1{ - -moz-column-gap: 0.25rem; - column-gap: 0.25rem; -} -.gap-x-2{ - -moz-column-gap: 0.5rem; - column-gap: 0.5rem; -} -.gap-x-3{ - -moz-column-gap: 0.75rem; - column-gap: 0.75rem; -} -.gap-x-4{ - -moz-column-gap: 1rem; - column-gap: 1rem; -} -.gap-x-5{ - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; -} -.gap-x-6{ - -moz-column-gap: 1.5rem; - column-gap: 1.5rem; -} -.gap-y-1{ - row-gap: 0.25rem; -} -.gap-y-2{ - row-gap: 0.5rem; -} -.gap-y-3{ - row-gap: 0.75rem; -} -.gap-y-4{ - row-gap: 1rem; -} -.gap-y-6{ - row-gap: 1.5rem; -} -.gap-y-8{ - row-gap: 2rem; -} -.-space-x-1 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-3 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-4 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-1rem * var(--tw-space-x-reverse)); - margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-5 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-6 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-7 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); - margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-x-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(-2rem * var(--tw-space-x-reverse)); - margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); -} -.-space-y-3 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); -} -.space-x-1 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(0.25rem * var(--tw-space-x-reverse)); - margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-x-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-x-3 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-x-5 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-x-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-y-1 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); -} -.space-y-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); -} -.space-y-3 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); -} -.space-y-4 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} -.space-y-6 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); -} -.space-y-8 > :not([hidden]) ~ :not([hidden]){ - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); -} -.divide-x > :not([hidden]) ~ :not([hidden]){ - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); -} -.divide-y > :not([hidden]) ~ :not([hidden]){ - --tw-divide-y-reverse: 0; - border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); -} -.divide-gray-100 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1; - border-color: rgb(245 245 244 / var(--tw-divide-opacity)); -} -.divide-gray-300 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1; - border-color: rgb(214 211 209 / var(--tw-divide-opacity)); -} -.divide-gray-950\/10 > :not([hidden]) ~ :not([hidden]){ - border-color: rgb(12 10 9 / 0.1); -} -.self-center{ - align-self: center; -} -.self-stretch{ - align-self: stretch; -} -.overflow-auto{ - overflow: auto; -} -.overflow-hidden{ - overflow: hidden; -} -.overflow-clip{ - overflow: clip; -} -.overflow-x-auto{ - overflow-x: auto; -} -.overflow-y-auto{ - overflow-y: auto; -} -.overflow-x-hidden{ - overflow-x: hidden; -} -.overflow-y-hidden{ - overflow-y: hidden; -} -.overflow-x-clip{ - overflow-x: clip; -} -.truncate{ - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.text-ellipsis{ - text-overflow: ellipsis; -} -.whitespace-normal{ - white-space: normal; -} -.whitespace-nowrap{ - white-space: nowrap; -} -.rounded{ - border-radius: 0.25rem; -} -.rounded-3xl{ - border-radius: 1.5rem; -} -.rounded-\[10px_20px_30px_40px\/30px\]{ - border-radius: 10px 20px 30px 40px/30px; -} -.rounded-\[2rem\]{ - border-radius: 2rem; -} -.rounded-full{ - border-radius: 9999px; -} -.rounded-lg{ - border-radius: 0.5rem; -} -.rounded-md{ - border-radius: 0.375rem; -} -.rounded-xl{ - border-radius: 0.75rem; -} -.rounded-b-xl{ - border-bottom-right-radius: 0.75rem; - border-bottom-left-radius: 0.75rem; -} -.rounded-t-none{ - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} -.rounded-t-xl{ - border-top-left-radius: 0.75rem; - border-top-right-radius: 0.75rem; -} -.rounded-bl-none{ - border-bottom-left-radius: 0px; -} -.rounded-br-none{ - border-bottom-right-radius: 0px; -} -.rounded-tl-none{ - border-top-left-radius: 0px; -} -.rounded-tr-none{ - border-top-right-radius: 0px; -} -.border{ - border-width: 1px; -} -.border-0{ - border-width: 0px; -} -.border-2{ - border-width: 2px; -} -.border-b{ - border-bottom-width: 1px; -} -.border-e{ - border-inline-end-width: 1px; -} -.border-s{ - border-inline-start-width: 1px; -} -.border-t{ - border-top-width: 1px; -} -.\!border-none{ - border-style: none !important; -} -.border-none{ - border-style: none; -} -.border-custom-100{ - --tw-border-opacity: 1; - border-color: rgb(209 250 229 / var(--tw-border-opacity)); -} -.border-custom-200{ - --tw-border-opacity: 1; - border-color: rgb(167 243 208 / var(--tw-border-opacity)); -} -.border-danger-600{ - --tw-border-opacity: 1; - border-color: rgb(225 29 72 / var(--tw-border-opacity)); -} -.border-gray-100{ - --tw-border-opacity: 1; - border-color: rgb(245 245 244 / var(--tw-border-opacity)); -} -.border-gray-200{ - --tw-border-opacity: 1; - border-color: rgb(231 229 228 / var(--tw-border-opacity)); -} -.border-gray-300{ - --tw-border-opacity: 1; - border-color: rgb(214 211 209 / var(--tw-border-opacity)); -} -.border-gray-500{ - --tw-border-opacity: 1; - border-color: rgb(120 113 108 / var(--tw-border-opacity)); -} -.border-gray-600{ - --tw-border-opacity: 1; - border-color: rgb(87 83 78 / var(--tw-border-opacity)); -} -.border-gray-950\/10{ - border-color: rgb(12 10 9 / 0.1); -} -.border-gray-950\/5{ - border-color: rgb(12 10 9 / 0.05); -} -.border-primary-500{ - --tw-border-opacity: 1; - border-color: rgb(16 185 129 / var(--tw-border-opacity)); -} -.border-transparent{ - border-color: transparent; -} -.border-white{ - --tw-border-opacity: 1; - border-color: rgb(255 255 255 / var(--tw-border-opacity)); -} -.border-t-gray-100{ - --tw-border-opacity: 1; - border-top-color: rgb(245 245 244 / var(--tw-border-opacity)); -} -.\!bg-gray-50{ - --tw-bg-opacity: 1 !important; - background-color: rgb(250 250 249 / var(--tw-bg-opacity)) !important; -} -.\!bg-gray-700{ - --tw-bg-opacity: 1 !important; - background-color: rgb(68 64 60 / var(--tw-bg-opacity)) !important; -} -.bg-black\/50{ - background-color: rgb(0 0 0 / 0.5); -} -.bg-custom-100{ - --tw-bg-opacity: 1; - background-color: rgb(209 250 229 / var(--tw-bg-opacity)); -} -.bg-custom-300\/10{ - background-color: rgb(110 231 183 / 0.1); -} -.bg-custom-50{ - --tw-bg-opacity: 1; - background-color: rgb(236 253 245 / var(--tw-bg-opacity)); -} -.bg-custom-500\/10{ - background-color: rgb(16 185 129 / 0.1); -} -.bg-custom-600{ - --tw-bg-opacity: 1; - background-color: rgb(5 150 105 / var(--tw-bg-opacity)); -} -.bg-danger-500\/10{ - background-color: rgb(244 63 94 / 0.1); -} -.bg-gray-100{ - --tw-bg-opacity: 1; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)); -} -.bg-gray-200{ - --tw-bg-opacity: 1; - background-color: rgb(231 229 228 / var(--tw-bg-opacity)); -} -.bg-gray-300{ - --tw-bg-opacity: 1; - background-color: rgb(214 211 209 / var(--tw-bg-opacity)); -} -.bg-gray-300\/10{ - background-color: rgb(214 211 209 / 0.1); -} -.bg-gray-400{ - --tw-bg-opacity: 1; - background-color: rgb(168 162 158 / var(--tw-bg-opacity)); -} -.bg-gray-50{ - --tw-bg-opacity: 1; - background-color: rgb(250 250 249 / var(--tw-bg-opacity)); -} -.bg-gray-500\/10{ - background-color: rgb(120 113 108 / 0.1); -} -.bg-gray-500\/5{ - background-color: rgb(120 113 108 / 0.05); -} -.bg-gray-950\/5{ - background-color: rgb(12 10 9 / 0.05); -} -.bg-gray-950\/50{ - background-color: rgb(12 10 9 / 0.5); -} -.bg-primary-100{ - --tw-bg-opacity: 1; - background-color: rgb(209 250 229 / var(--tw-bg-opacity)); -} -.bg-primary-50{ - --tw-bg-opacity: 1; - background-color: rgb(236 253 245 / var(--tw-bg-opacity)); -} -.bg-primary-500{ - --tw-bg-opacity: 1; - background-color: rgb(16 185 129 / var(--tw-bg-opacity)); -} -.bg-primary-500\/10{ - background-color: rgb(16 185 129 / 0.1); -} -.bg-primary-600{ - --tw-bg-opacity: 1; - background-color: rgb(5 150 105 / var(--tw-bg-opacity)); -} -.bg-red-100{ - --tw-bg-opacity: 1; - background-color: rgb(254 226 226 / var(--tw-bg-opacity)); -} -.bg-success-500\/10{ - background-color: rgb(34 197 94 / 0.1); -} -.bg-transparent{ - background-color: transparent; -} -.bg-white{ - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} -.bg-white\/5{ - background-color: rgb(255 255 255 / 0.05); -} -.bg-white\/50{ - background-color: rgb(255 255 255 / 0.5); -} -.bg-gradient-to-b{ - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); -} -.bg-gradient-to-br{ - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); -} -.from-transparent{ - --tw-gradient-from: transparent var(--tw-gradient-from-position); - --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} -.from-white{ - --tw-gradient-from: #fff var(--tw-gradient-from-position); - --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} -.via-white{ - --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); - --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to); -} -.to-custom-50{ - --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position); -} -.to-gray-700{ - --tw-gradient-to: #44403c var(--tw-gradient-to-position); -} -.bg-cover{ - background-size: cover; -} -.bg-center{ - background-position: center; -} -.fill-current{ - fill: currentColor; -} -.object-cover{ - -o-object-fit: cover; - object-fit: cover; -} -.object-center{ - -o-object-position: center; - object-position: center; -} -.p-0{ - padding: 0px; -} -.p-0\.5{ - padding: 0.125rem; -} -.p-1{ - padding: 0.25rem; -} -.p-1\.5{ - padding: 0.375rem; -} -.p-2{ - padding: 0.5rem; -} -.p-3{ - padding: 0.75rem; -} -.p-4{ - padding: 1rem; -} -.p-6{ - padding: 1.5rem; -} -.px-0{ - padding-left: 0px; - padding-right: 0px; -} -.px-0\.5{ - padding-left: 0.125rem; - padding-right: 0.125rem; -} -.px-1{ - padding-left: 0.25rem; - padding-right: 0.25rem; -} -.px-1\.5{ - padding-left: 0.375rem; - padding-right: 0.375rem; -} -.px-10{ - padding-left: 2.5rem; - padding-right: 2.5rem; -} -.px-2{ - padding-left: 0.5rem; - padding-right: 0.5rem; -} -.px-2\.5{ - padding-left: 0.625rem; - padding-right: 0.625rem; -} -.px-3{ - padding-left: 0.75rem; - padding-right: 0.75rem; -} -.px-3\.5{ - padding-left: 0.875rem; - padding-right: 0.875rem; -} -.px-4{ - padding-left: 1rem; - padding-right: 1rem; -} -.px-5{ - padding-left: 1.25rem; - padding-right: 1.25rem; -} -.px-6{ - padding-left: 1.5rem; - padding-right: 1.5rem; -} -.px-8{ - padding-left: 2rem; - padding-right: 2rem; -} -.py-0{ - padding-top: 0px; - padding-bottom: 0px; -} -.py-0\.5{ - padding-top: 0.125rem; - padding-bottom: 0.125rem; -} -.py-1{ - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} -.py-1\.5{ - padding-top: 0.375rem; - padding-bottom: 0.375rem; -} -.py-12{ - padding-top: 3rem; - padding-bottom: 3rem; -} -.py-2{ - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.py-2\.5{ - padding-top: 0.625rem; - padding-bottom: 0.625rem; -} -.py-3{ - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} -.py-4{ - padding-top: 1rem; - padding-bottom: 1rem; -} -.py-5{ - padding-top: 1.25rem; - padding-bottom: 1.25rem; -} -.py-6{ - padding-top: 1.5rem; - padding-bottom: 1.5rem; -} -.py-8{ - padding-top: 2rem; - padding-bottom: 2rem; -} -.pb-2{ - padding-bottom: 0.5rem; -} -.pb-4{ - padding-bottom: 1rem; -} -.pb-6{ - padding-bottom: 1.5rem; -} -.pe-0{ - padding-inline-end: 0px; -} -.pe-1{ - padding-inline-end: 0.25rem; -} -.pe-2{ - padding-inline-end: 0.5rem; -} -.pe-3{ - padding-inline-end: 0.75rem; -} -.pe-4{ - padding-inline-end: 1rem; -} -.pe-6{ - padding-inline-end: 1.5rem; -} -.pe-8{ - padding-inline-end: 2rem; -} -.pl-3{ - padding-left: 0.75rem; -} -.ps-0{ - padding-inline-start: 0px; -} -.ps-1{ - padding-inline-start: 0.25rem; -} -.ps-2{ - padding-inline-start: 0.5rem; -} -.ps-3{ - padding-inline-start: 0.75rem; -} -.ps-4{ - padding-inline-start: 1rem; -} -.ps-\[5\.25rem\]{ - padding-inline-start: 5.25rem; -} -.pt-2{ - padding-top: 0.5rem; -} -.pt-3{ - padding-top: 0.75rem; -} -.pt-4{ - padding-top: 1rem; -} -.pt-6{ - padding-top: 1.5rem; -} -.text-left{ - text-align: left; -} -.text-center{ - text-align: center; -} -.text-right{ - text-align: right; -} -.text-justify{ - text-align: justify; -} -.text-start{ - text-align: start; -} -.text-end{ - text-align: end; -} -.align-top{ - vertical-align: top; -} -.align-middle{ - vertical-align: middle; -} -.font-mono{ - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} -.font-sans{ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} -.font-serif{ - font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; -} -.text-2xl{ - font-size: 1.5rem; - line-height: 2rem; -} -.text-3xl{ - font-size: 1.875rem; - line-height: 2.25rem; -} -.text-\[\.625rem\]{ - font-size: .625rem; -} -.text-base{ - font-size: 1rem; - line-height: 1.5rem; -} -.text-lg{ - font-size: 1.125rem; - line-height: 1.75rem; -} -.text-sm{ - font-size: 0.875rem; - line-height: 1.25rem; -} -.text-xl{ - font-size: 1.25rem; - line-height: 1.75rem; -} -.text-xs{ - font-size: 0.75rem; - line-height: 1rem; -} -.text-5xl{ - font-size: 3rem; - line-height: 1; -} -.font-black{ - font-weight: 900; -} -.font-bold{ - font-weight: 700; -} -.font-extrabold{ - font-weight: 800; -} -.font-extralight{ - font-weight: 200; -} -.font-light{ - font-weight: 300; -} -.font-medium{ - font-weight: 500; -} -.font-semibold{ - font-weight: 600; -} -.font-thin{ - font-weight: 100; -} -.uppercase{ - text-transform: uppercase; -} -.capitalize{ - text-transform: capitalize; -} -.italic{ - font-style: italic; -} -.leading-4{ - line-height: 1rem; -} -.leading-5{ - line-height: 1.25rem; -} -.leading-6{ - line-height: 1.5rem; -} -.leading-loose{ - line-height: 2; -} -.leading-none{ - line-height: 1; -} -.leading-tight{ - line-height: 1.25; -} -.tracking-tight{ - letter-spacing: -0.025em; -} -.tracking-tighter{ - letter-spacing: -0.05em; -} -.tracking-wider{ - letter-spacing: 0.05em; -} -.text-blue-500{ - --tw-text-opacity: 1; - color: rgb(59 130 246 / var(--tw-text-opacity)); -} -.text-custom-400{ - --tw-text-opacity: 1; - color: rgb(52 211 153 / var(--tw-text-opacity)); -} -.text-custom-50{ - --tw-text-opacity: 1; - color: rgb(236 253 245 / var(--tw-text-opacity)); -} -.text-custom-500{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -.text-custom-600{ - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.text-custom-700{ - --tw-text-opacity: 1; - color: rgb(4 120 87 / var(--tw-text-opacity)); -} -.text-custom-700\/50{ - color: rgb(4 120 87 / 0.5); -} -.text-danger-600{ - --tw-text-opacity: 1; - color: rgb(225 29 72 / var(--tw-text-opacity)); -} -.text-danger-700{ - --tw-text-opacity: 1; - color: rgb(190 18 60 / var(--tw-text-opacity)); -} -.text-gray-100{ - --tw-text-opacity: 1; - color: rgb(245 245 244 / var(--tw-text-opacity)); -} -.text-gray-200{ - --tw-text-opacity: 1; - color: rgb(231 229 228 / var(--tw-text-opacity)); -} -.text-gray-300{ - --tw-text-opacity: 1; - color: rgb(214 211 209 / var(--tw-text-opacity)); -} -.text-gray-400{ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -.text-gray-500{ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -.text-gray-600{ - --tw-text-opacity: 1; - color: rgb(87 83 78 / var(--tw-text-opacity)); -} -.text-gray-700{ - --tw-text-opacity: 1; - color: rgb(68 64 60 / var(--tw-text-opacity)); -} -.text-gray-900{ - --tw-text-opacity: 1; - color: rgb(28 25 23 / var(--tw-text-opacity)); -} -.text-gray-950{ - --tw-text-opacity: 1; - color: rgb(12 10 9 / var(--tw-text-opacity)); -} -.text-gray-950\/50{ - color: rgb(12 10 9 / 0.5); -} -.text-primary-400{ - --tw-text-opacity: 1; - color: rgb(52 211 153 / var(--tw-text-opacity)); -} -.text-primary-500{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -.text-primary-600{ - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.text-primary-700{ - --tw-text-opacity: 1; - color: rgb(4 120 87 / var(--tw-text-opacity)); -} -.text-red-100{ - --tw-text-opacity: 1; - color: rgb(254 226 226 / var(--tw-text-opacity)); -} -.text-red-400{ - --tw-text-opacity: 1; - color: rgb(248 113 113 / var(--tw-text-opacity)); -} -.text-red-500{ - --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); -} -.text-red-600{ - --tw-text-opacity: 1; - color: rgb(220 38 38 / var(--tw-text-opacity)); -} -.text-red-700{ - --tw-text-opacity: 1; - color: rgb(185 28 28 / var(--tw-text-opacity)); -} -.text-success-700{ - --tw-text-opacity: 1; - color: rgb(21 128 61 / var(--tw-text-opacity)); -} -.text-white{ - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} -.text-gray-50{ - --tw-text-opacity: 1; - color: rgb(250 250 249 / var(--tw-text-opacity)); -} -.text-secondary-600{ - --tw-text-opacity: 1; - color: rgb(202 138 4 / var(--tw-text-opacity)); -} -.underline{ - text-decoration-line: underline; -} -.line-through{ - text-decoration-line: line-through; -} -.decoration-primary-600{ - text-decoration-color: #059669; -} -.decoration-wavy{ - text-decoration-style: wavy; -} -.underline-offset-4{ - text-underline-offset: 4px; -} -.antialiased{ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.opacity-0{ - opacity: 0; -} -.opacity-100{ - opacity: 1; -} -.opacity-25{ - opacity: 0.25; -} -.opacity-50{ - opacity: 0.5; -} -.opacity-70{ - opacity: 0.7; -} -.shadow{ - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-\[0_1px_0_0_theme\(colors\.gray\.950_\/_5\%\)\]{ - --tw-shadow: 0 1px 0 0 rgb(12 10 9 / 5%); - --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-lg{ - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-md{ - --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-sm{ - --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); - --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-xl{ - --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-primary-600\/50{ - --tw-shadow-color: rgb(5 150 105 / 0.5); - --tw-shadow: var(--tw-shadow-colored); -} -.outline-none{ - outline: 2px solid transparent; - outline-offset: 2px; -} -.ring{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.ring-0{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.ring-1{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.ring-2{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.ring-4{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.ring-8{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.ring-inset{ - --tw-ring-inset: inset; -} -.ring-custom-600{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity)); -} -.ring-custom-600\/10{ - --tw-ring-color: rgb(5 150 105 / 0.1); -} -.ring-custom-600\/20{ - --tw-ring-color: rgb(5 150 105 / 0.2); -} -.ring-danger-400{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity)); -} -.ring-danger-600{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity)); -} -.ring-gray-300{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity)); -} -.ring-gray-600\/10{ - --tw-ring-color: rgb(87 83 78 / 0.1); -} -.ring-gray-900\/10{ - --tw-ring-color: rgb(28 25 23 / 0.1); -} -.ring-gray-950\/10{ - --tw-ring-color: rgb(12 10 9 / 0.1); -} -.ring-gray-950\/5{ - --tw-ring-color: rgb(12 10 9 / 0.05); -} -.ring-primary-500{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity)); -} -.ring-white{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); -} -.filter{ - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); -} -.backdrop-blur-xl{ - --tw-backdrop-blur: blur(24px); - -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); - backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); -} -.transition{ - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} -.transition-all{ - transition-property: all; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} -.transition-colors{ - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} -.transition-opacity{ - transition-property: opacity; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} -.delay-100{ - transition-delay: 100ms; -} -.duration-100{ - transition-duration: 100ms; -} -.duration-200{ - transition-duration: 200ms; -} -.duration-300{ - transition-duration: 300ms; -} -.duration-500{ - transition-duration: 500ms; -} -.duration-75{ - transition-duration: 75ms; -} -.ease-in{ - transition-timing-function: cubic-bezier(0.4, 0, 1, 1); -} -.ease-in-out{ - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -} -.ease-out{ - transition-timing-function: cubic-bezier(0, 0, 0.2, 1); -} -/* Sky search result highlight */ -span.highlight{ - --tw-bg-opacity: 1; - background-color: rgb(167 243 208 / var(--tw-bg-opacity)); - padding-left: 0.5rem; - padding-right: 0.5rem; - --tw-text-opacity: 1; - color: rgb(4 120 87 / var(--tw-text-opacity)); -} -/* debug tool 😜 */ -.bord { - border: solid 1px chocolate; -} -:is(.dark .dark\:prose-invert){ - --tw-prose-body: var(--tw-prose-invert-body); - --tw-prose-headings: var(--tw-prose-invert-headings); - --tw-prose-lead: var(--tw-prose-invert-lead); - --tw-prose-links: var(--tw-prose-invert-links); - --tw-prose-bold: var(--tw-prose-invert-bold); - --tw-prose-counters: var(--tw-prose-invert-counters); - --tw-prose-bullets: var(--tw-prose-invert-bullets); - --tw-prose-hr: var(--tw-prose-invert-hr); - --tw-prose-quotes: var(--tw-prose-invert-quotes); - --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders); - --tw-prose-captions: var(--tw-prose-invert-captions); - --tw-prose-code: var(--tw-prose-invert-code); - --tw-prose-pre-code: var(--tw-prose-invert-pre-code); - --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg); - --tw-prose-th-borders: var(--tw-prose-invert-th-borders); - --tw-prose-td-borders: var(--tw-prose-invert-td-borders); -} -.placeholder\:text-gray-400::-moz-placeholder{ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -.placeholder\:text-gray-400::placeholder{ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -.before\:absolute::before{ - content: var(--tw-content); - position: absolute; -} -.before\:start-0::before{ - content: var(--tw-content); - inset-inline-start: 0px; -} -.before\:h-full::before{ - content: var(--tw-content); - height: 100%; -} -.before\:w-0::before{ - content: var(--tw-content); - width: 0px; -} -.before\:w-0\.5::before{ - content: var(--tw-content); - width: 0.125rem; -} -.before\:bg-primary-600::before{ - content: var(--tw-content); - --tw-bg-opacity: 1; - background-color: rgb(5 150 105 / var(--tw-bg-opacity)); -} -.even\:bg-gray-100:nth-child(even){ - --tw-bg-opacity: 1; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)); -} -.checked\:ring-0:checked{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.focus-within\:bg-gray-950\/5:focus-within{ - background-color: rgb(12 10 9 / 0.05); -} -.focus-within\:ring-2:focus-within{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.focus-within\:ring-danger-600:focus-within{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity)); -} -.focus-within\:ring-primary-600:focus-within{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity)); -} -.hover\:border-custom-500:hover{ - --tw-border-opacity: 1; - border-color: rgb(16 185 129 / var(--tw-border-opacity)); -} -.hover\:border-primary-600:hover{ - --tw-border-opacity: 1; - border-color: rgb(5 150 105 / var(--tw-border-opacity)); -} -.hover\:bg-custom-100:hover{ - --tw-bg-opacity: 1; - background-color: rgb(209 250 229 / var(--tw-bg-opacity)); -} -.hover\:bg-custom-400\/10:hover{ - background-color: rgb(52 211 153 / 0.1); -} -.hover\:bg-custom-50:hover{ - --tw-bg-opacity: 1; - background-color: rgb(236 253 245 / var(--tw-bg-opacity)); -} -.hover\:bg-custom-500:hover{ - --tw-bg-opacity: 1; - background-color: rgb(16 185 129 / var(--tw-bg-opacity)); -} -.hover\:bg-gray-100:hover{ - --tw-bg-opacity: 1; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)); -} -.hover\:bg-gray-400\/10:hover{ - background-color: rgb(168 162 158 / 0.1); -} -.hover\:bg-gray-50:hover{ - --tw-bg-opacity: 1; - background-color: rgb(250 250 249 / var(--tw-bg-opacity)); -} -.hover\:bg-gray-500\/10:hover{ - background-color: rgb(120 113 108 / 0.1); -} -.hover\:bg-gray-500\/5:hover{ - background-color: rgb(120 113 108 / 0.05); -} -.hover\:bg-gray-950\/5:hover{ - background-color: rgb(12 10 9 / 0.05); -} -.hover\:text-custom-600:hover{ - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.hover\:text-custom-700\/75:hover{ - color: rgb(4 120 87 / 0.75); -} -.hover\:text-custom-800:hover{ - --tw-text-opacity: 1; - color: rgb(6 95 70 / var(--tw-text-opacity)); -} -.hover\:text-gray-500:hover{ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -.hover\:text-gray-700:hover{ - --tw-text-opacity: 1; - color: rgb(68 64 60 / var(--tw-text-opacity)); -} -.hover\:text-primary-500:hover{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -.hover\:underline:hover{ - text-decoration-line: underline; -} -.hover\:opacity-100:hover{ - opacity: 1; -} -.hover\:shadow-lg:hover{ - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.hover\:shadow-xl:hover{ - --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.focus\:border-primary-500:focus{ - --tw-border-opacity: 1; - border-color: rgb(16 185 129 / var(--tw-border-opacity)); -} -.focus\:bg-custom-400\/10:focus{ - background-color: rgb(52 211 153 / 0.1); -} -.focus\:bg-custom-50:focus{ - --tw-bg-opacity: 1; - background-color: rgb(236 253 245 / var(--tw-bg-opacity)); -} -.focus\:bg-custom-500:focus{ - --tw-bg-opacity: 1; - background-color: rgb(16 185 129 / var(--tw-bg-opacity)); -} -.focus\:bg-gray-100:focus{ - --tw-bg-opacity: 1; - background-color: rgb(245 245 244 / var(--tw-bg-opacity)); -} -.focus\:bg-gray-400\/10:focus{ - background-color: rgb(168 162 158 / 0.1); -} -.focus\:bg-gray-50:focus{ - --tw-bg-opacity: 1; - background-color: rgb(250 250 249 / var(--tw-bg-opacity)); -} -.focus\:bg-gray-950\/5:focus{ - background-color: rgb(12 10 9 / 0.05); -} -.focus\:bg-primary-500\/10:focus{ - background-color: rgb(16 185 129 / 0.1); -} -.focus\:text-custom-600:focus{ - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.focus\:text-custom-700\/75:focus{ - color: rgb(4 120 87 / 0.75); -} -.focus\:text-gray-500:focus{ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -.focus\:text-gray-700:focus{ - --tw-text-opacity: 1; - color: rgb(68 64 60 / var(--tw-text-opacity)); -} -.focus\:text-primary-500:focus{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -.focus\:text-primary-600:focus{ - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -.focus\:underline:focus{ - text-decoration-line: underline; -} -.focus\:outline-none:focus{ - outline: 2px solid transparent; - outline-offset: 2px; -} -.focus\:ring:focus{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.focus\:ring-0:focus{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.focus\:ring-1:focus{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.focus\:ring-2:focus{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); -} -.focus\:ring-inset:focus{ - --tw-ring-inset: inset; -} -.focus\:ring-custom-400\/50:focus{ - --tw-ring-color: rgb(52 211 153 / 0.5); -} -.focus\:ring-custom-500\/50:focus{ - --tw-ring-color: rgb(16 185 129 / 0.5); -} -.focus\:ring-danger-600:focus{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity)); -} -.focus\:ring-gray-400\/40:focus{ - --tw-ring-color: rgb(168 162 158 / 0.4); -} -.focus\:ring-primary-200:focus{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity)); -} -.focus\:ring-primary-500:focus{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity)); -} -.focus\:ring-primary-600:focus{ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity)); -} -.focus\:ring-opacity-50:focus{ - --tw-ring-opacity: 0.5; -} -.focus\:ring-offset-0:focus{ - --tw-ring-offset-width: 0px; -} -.checked\:focus\:ring-danger-500\/50:focus:checked{ - --tw-ring-color: rgb(244 63 94 / 0.5); -} -.checked\:focus\:ring-primary-500\/50:focus:checked{ - --tw-ring-color: rgb(16 185 129 / 0.5); -} -.enabled\:cursor-wait:enabled{ - cursor: wait; -} -.enabled\:opacity-70:enabled{ - opacity: 0.7; -} -.disabled\:pointer-events-none:disabled{ - pointer-events: none; -} -.disabled\:bg-gray-50:disabled{ - --tw-bg-opacity: 1; - background-color: rgb(250 250 249 / var(--tw-bg-opacity)); -} -.disabled\:text-gray-50:disabled{ - --tw-text-opacity: 1; - color: rgb(250 250 249 / var(--tw-text-opacity)); -} -.disabled\:text-gray-500:disabled{ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -.disabled\:opacity-70:disabled{ - opacity: 0.7; -} -.disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled{ - -webkit-text-fill-color: #78716c; -} -.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::-moz-placeholder{ - -webkit-text-fill-color: #a8a29e; -} -.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::placeholder{ - -webkit-text-fill-color: #a8a29e; -} -.disabled\:checked\:bg-current:checked:disabled{ - background-color: currentColor; -} -.disabled\:checked\:text-gray-400:checked:disabled{ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -.group:hover .group-hover\:bg-gray-200{ - --tw-bg-opacity: 1; - background-color: rgb(231 229 228 / var(--tw-bg-opacity)); -} -.group:hover .group-hover\:bg-gray-600{ - --tw-bg-opacity: 1; - background-color: rgb(87 83 78 / var(--tw-bg-opacity)); -} -.group:hover .group-hover\:text-custom-500{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -.group:hover .group-hover\:text-primary-500{ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -.group:hover .group-hover\:text-primary-600{ - --tw-text-opacity: 1; - color: rgb(5 150 105 / var(--tw-text-opacity)); -} -:is([dir="ltr"] .ltr\:left-0){ - left: 0px; -} -:is([dir="ltr"] .ltr\:ml-1){ - margin-left: 0.25rem; -} -:is([dir="ltr"] .ltr\:ml-2){ - margin-left: 0.5rem; -} -:is([dir="ltr"] .ltr\:ml-auto){ - margin-left: auto; -} -:is([dir="ltr"] .ltr\:hidden){ - display: none; -} -:is([dir="ltr"] .ltr\:rounded-br-none){ - border-bottom-right-radius: 0px; -} -:is([dir="ltr"] .ltr\:rounded-tl-none){ - border-top-left-radius: 0px; -} -:is([dir="ltr"] .ltr\:rounded-tr-none){ - border-top-right-radius: 0px; -} -:is([dir="rtl"] .rtl\:right-0){ - right: 0px; -} -:is([dir="rtl"] .rtl\:mr-1){ - margin-right: 0.25rem; -} -:is([dir="rtl"] .rtl\:mr-2){ - margin-right: 0.5rem; -} -:is([dir="rtl"] .rtl\:mr-auto){ - margin-right: auto; -} -:is([dir="rtl"] .rtl\:hidden){ - display: none; -} -:is([dir="rtl"] .rtl\:-translate-x-5){ - --tw-translate-x: -1.25rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -:is([dir="rtl"] .rtl\:-translate-x-full){ - --tw-translate-x: -100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -:is([dir="rtl"] .rtl\:translate-x-full){ - --tw-translate-x: 100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -:is([dir="rtl"] .rtl\:rotate-180){ - --tw-rotate: 180deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -:is([dir="rtl"] .rtl\:-scale-x-100){ - --tw-scale-x: -1; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -:is([dir="rtl"] .rtl\:flex-row-reverse){ - flex-direction: row-reverse; -} -:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 1; -} -:is([dir="rtl"] .rtl\:divide-x-reverse) > :not([hidden]) ~ :not([hidden]){ - --tw-divide-x-reverse: 1; -} -:is([dir="rtl"] .rtl\:rounded-bl-none){ - border-bottom-left-radius: 0px; -} -:is([dir="rtl"] .rtl\:rounded-tl-none){ - border-top-left-radius: 0px; -} -:is([dir="rtl"] .rtl\:rounded-tr-none){ - border-top-right-radius: 0px; -} -:is(.dark .dark\:divide-gray-600) > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1; - border-color: rgb(87 83 78 / var(--tw-divide-opacity)); -} -:is(.dark .dark\:divide-gray-700) > :not([hidden]) ~ :not([hidden]){ - --tw-divide-opacity: 1; - border-color: rgb(68 64 60 / var(--tw-divide-opacity)); -} -:is(.dark .dark\:divide-white\/10) > :not([hidden]) ~ :not([hidden]){ - border-color: rgb(255 255 255 / 0.1); -} -:is(.dark .dark\:divide-white\/20) > :not([hidden]) ~ :not([hidden]){ - border-color: rgb(255 255 255 / 0.2); -} -:is(.dark .dark\:border-custom-700\/50){ - border-color: rgb(4 120 87 / 0.5); -} -:is(.dark .dark\:border-custom-900\/50){ - border-color: rgb(6 78 59 / 0.5); -} -:is(.dark .dark\:border-danger-400){ - --tw-border-opacity: 1; - border-color: rgb(251 113 133 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-gray-500){ - --tw-border-opacity: 1; - border-color: rgb(120 113 108 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-gray-600){ - --tw-border-opacity: 1; - border-color: rgb(87 83 78 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-gray-700){ - --tw-border-opacity: 1; - border-color: rgb(68 64 60 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-gray-800){ - --tw-border-opacity: 1; - border-color: rgb(41 37 36 / var(--tw-border-opacity)); -} -:is(.dark .dark\:border-white\/10){ - border-color: rgb(255 255 255 / 0.1); -} -:is(.dark .dark\:border-white\/20){ - border-color: rgb(255 255 255 / 0.2); -} -:is(.dark .dark\:border-t-white\/10){ - border-top-color: rgb(255 255 255 / 0.1); -} -:is(.dark .dark\:\!bg-gray-700){ - --tw-bg-opacity: 1 !important; - background-color: rgb(68 64 60 / var(--tw-bg-opacity)) !important; -} -:is(.dark .dark\:bg-black){ - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-custom-400\/10){ - background-color: rgb(52 211 153 / 0.1); -} -:is(.dark .dark\:bg-custom-500){ - --tw-bg-opacity: 1; - background-color: rgb(16 185 129 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-custom-500\/20){ - background-color: rgb(16 185 129 / 0.2); -} -:is(.dark .dark\:bg-gray-400\/10){ - background-color: rgb(168 162 158 / 0.1); -} -:is(.dark .dark\:bg-gray-500){ - --tw-bg-opacity: 1; - background-color: rgb(120 113 108 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-gray-500\/10){ - background-color: rgb(120 113 108 / 0.1); -} -:is(.dark .dark\:bg-gray-500\/20){ - background-color: rgb(120 113 108 / 0.2); -} -:is(.dark .dark\:bg-gray-600){ - --tw-bg-opacity: 1; - background-color: rgb(87 83 78 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-gray-700){ - --tw-bg-opacity: 1; - background-color: rgb(68 64 60 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-gray-700\/40){ - background-color: rgb(68 64 60 / 0.4); -} -:is(.dark .dark\:bg-gray-800){ - --tw-bg-opacity: 1; - background-color: rgb(41 37 36 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-gray-900){ - --tw-bg-opacity: 1; - background-color: rgb(28 25 23 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-gray-900\/30){ - background-color: rgb(28 25 23 / 0.3); -} -:is(.dark .dark\:bg-gray-900\/50){ - background-color: rgb(28 25 23 / 0.5); -} -:is(.dark .dark\:bg-gray-950){ - --tw-bg-opacity: 1; - background-color: rgb(12 10 9 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:bg-gray-950\/75){ - background-color: rgb(12 10 9 / 0.75); -} -:is(.dark .dark\:bg-white\/10){ - background-color: rgb(255 255 255 / 0.1); -} -:is(.dark .dark\:bg-white\/5){ - background-color: rgb(255 255 255 / 0.05); -} -:is(.dark .dark\:fill-current){ - fill: currentColor; -} -:is(.dark .dark\:text-blue-200){ - --tw-text-opacity: 1; - color: rgb(191 219 254 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-custom-100){ - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-custom-200){ - --tw-text-opacity: 1; - color: rgb(167 243 208 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-custom-300\/50){ - color: rgb(110 231 183 / 0.5); -} -:is(.dark .dark\:text-custom-400){ - --tw-text-opacity: 1; - color: rgb(52 211 153 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-custom-400\/10){ - color: rgb(52 211 153 / 0.1); -} -:is(.dark .dark\:text-custom-500){ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-danger-400){ - --tw-text-opacity: 1; - color: rgb(251 113 133 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-100){ - --tw-text-opacity: 1; - color: rgb(245 245 244 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-200){ - --tw-text-opacity: 1; - color: rgb(231 229 228 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-300){ - --tw-text-opacity: 1; - color: rgb(214 211 209 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-400){ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-500){ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-700){ - --tw-text-opacity: 1; - color: rgb(68 64 60 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-gray-800){ - --tw-text-opacity: 1; - color: rgb(41 37 36 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-primary-100){ - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-primary-400){ - --tw-text-opacity: 1; - color: rgb(52 211 153 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-primary-500){ - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-red-100){ - --tw-text-opacity: 1; - color: rgb(254 226 226 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-white){ - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} -:is(.dark .dark\:text-white\/60){ - color: rgb(255 255 255 / 0.6); -} -:is(.dark .dark\:shadow-\[0_1px_0_0_theme\(colors\.white_\/_10\%\)\]){ - --tw-shadow: 0 1px 0 0 rgb(255 255 255 / 10%); - --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -:is(.dark .dark\:ring-custom-400){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:ring-custom-400\/30){ - --tw-ring-color: rgb(52 211 153 / 0.3); -} -:is(.dark .dark\:ring-danger-400){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:ring-gray-400\/20){ - --tw-ring-color: rgb(168 162 158 / 0.2); -} -:is(.dark .dark\:ring-gray-50\/10){ - --tw-ring-color: rgb(250 250 249 / 0.1); -} -:is(.dark .dark\:ring-gray-700){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:ring-gray-900){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:ring-white\/10){ - --tw-ring-color: rgb(255 255 255 / 0.1); -} -:is(.dark .dark\:ring-white\/20){ - --tw-ring-color: rgb(255 255 255 / 0.2); -} -:is(.dark .dark\:placeholder\:text-gray-500)::-moz-placeholder{ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -:is(.dark .dark\:placeholder\:text-gray-500)::placeholder{ - --tw-text-opacity: 1; - color: rgb(120 113 108 / var(--tw-text-opacity)); -} -:is(.dark .dark\:before\:bg-primary-400)::before{ - content: var(--tw-content); - --tw-bg-opacity: 1; - background-color: rgb(52 211 153 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:even\:bg-gray-900:nth-child(even)){ - --tw-bg-opacity: 1; - background-color: rgb(28 25 23 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:checked\:border-primary-600:checked){ - --tw-border-opacity: 1; - border-color: rgb(5 150 105 / var(--tw-border-opacity)); -} -:is(.dark .dark\:checked\:bg-danger-600:checked){ - --tw-bg-opacity: 1; - background-color: rgb(225 29 72 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:checked\:bg-primary-500:checked){ - --tw-bg-opacity: 1; - background-color: rgb(16 185 129 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:checked\:bg-primary-600:checked){ - --tw-bg-opacity: 1; - background-color: rgb(5 150 105 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:focus-within\:bg-white\/5:focus-within){ - background-color: rgb(255 255 255 / 0.05); -} -:is(.dark .dark\:focus-within\:ring-danger-400:focus-within){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:focus-within\:ring-primary-600:focus-within){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:hover\:bg-custom-400:hover){ - --tw-bg-opacity: 1; - background-color: rgb(52 211 153 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:hover\:bg-custom-400\/10:hover){ - background-color: rgb(52 211 153 / 0.1); -} -:is(.dark .dark\:hover\:bg-gray-400\/5:hover){ - background-color: rgb(168 162 158 / 0.05); -} -:is(.dark .dark\:hover\:bg-gray-500\/10:hover){ - background-color: rgb(120 113 108 / 0.1); -} -:is(.dark .dark\:hover\:bg-gray-500\/20:hover){ - background-color: rgb(120 113 108 / 0.2); -} -:is(.dark .dark\:hover\:bg-gray-600:hover){ - --tw-bg-opacity: 1; - background-color: rgb(87 83 78 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:hover\:bg-gray-900\/50:hover){ - background-color: rgb(28 25 23 / 0.5); -} -:is(.dark .dark\:hover\:bg-white\/20:hover){ - background-color: rgb(255 255 255 / 0.2); -} -:is(.dark .dark\:hover\:bg-white\/5:hover){ - background-color: rgb(255 255 255 / 0.05); -} -:is(.dark .dark\:hover\:text-custom-300:hover){ - --tw-text-opacity: 1; - color: rgb(110 231 183 / var(--tw-text-opacity)); -} -:is(.dark .dark\:hover\:text-custom-300\/75:hover){ - color: rgb(110 231 183 / 0.75); -} -:is(.dark .dark\:hover\:text-gray-200:hover){ - --tw-text-opacity: 1; - color: rgb(231 229 228 / var(--tw-text-opacity)); -} -:is(.dark .dark\:hover\:text-gray-300:hover){ - --tw-text-opacity: 1; - color: rgb(214 211 209 / var(--tw-text-opacity)); -} -:is(.dark .dark\:hover\:text-gray-400:hover){ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -:is(.dark .hover\:dark\:text-custom-300):hover{ - --tw-text-opacity: 1; - color: rgb(110 231 183 / var(--tw-text-opacity)); -} -:is(.dark .hover\:dark\:text-primary-300):hover{ - --tw-text-opacity: 1; - color: rgb(110 231 183 / var(--tw-text-opacity)); -} -:is(.dark .dark\:hover\:ring-white\/30:hover){ - --tw-ring-color: rgb(255 255 255 / 0.3); -} -:is(.dark .dark\:focus\:border-primary-500:focus){ - --tw-border-opacity: 1; - border-color: rgb(16 185 129 / var(--tw-border-opacity)); -} -:is(.dark .dark\:focus\:bg-custom-400:focus){ - --tw-bg-opacity: 1; - background-color: rgb(52 211 153 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:focus\:bg-custom-400\/10:focus){ - background-color: rgb(52 211 153 / 0.1); -} -:is(.dark .dark\:focus\:bg-white\/20:focus){ - background-color: rgb(255 255 255 / 0.2); -} -:is(.dark .dark\:focus\:bg-white\/5:focus){ - background-color: rgb(255 255 255 / 0.05); -} -:is(.dark .dark\:focus\:text-custom-300:focus){ - --tw-text-opacity: 1; - color: rgb(110 231 183 / var(--tw-text-opacity)); -} -:is(.dark .dark\:focus\:text-custom-300\/75:focus){ - color: rgb(110 231 183 / 0.75); -} -:is(.dark .dark\:focus\:text-gray-200:focus){ - --tw-text-opacity: 1; - color: rgb(231 229 228 / var(--tw-text-opacity)); -} -:is(.dark .dark\:focus\:text-gray-400:focus){ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -:is(.dark .dark\:focus\:ring-custom-400\/70:focus){ - --tw-ring-color: rgb(52 211 153 / 0.7); -} -:is(.dark .dark\:focus\:ring-danger-400:focus){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:focus\:ring-danger-600:focus){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:focus\:ring-primary-600:focus){ - --tw-ring-opacity: 1; - --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity)); -} -:is(.dark .dark\:focus\:ring-white\/30:focus){ - --tw-ring-color: rgb(255 255 255 / 0.3); -} -:is(.dark .dark\:checked\:focus\:ring-danger-500\/50:focus:checked){ - --tw-ring-color: rgb(244 63 94 / 0.5); -} -:is(.dark .dark\:checked\:focus\:ring-primary-500\/50:focus:checked){ - --tw-ring-color: rgb(16 185 129 / 0.5); -} -:is(.dark .dark\:disabled\:bg-gray-950:disabled){ - --tw-bg-opacity: 1; - background-color: rgb(12 10 9 / var(--tw-bg-opacity)); -} -:is(.dark .dark\:disabled\:text-gray-400:disabled){ - --tw-text-opacity: 1; - color: rgb(168 162 158 / var(--tw-text-opacity)); -} -:is(.dark .dark\:disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled){ - -webkit-text-fill-color: #a8a29e; -} -:is(.dark .dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled)::-moz-placeholder{ - -webkit-text-fill-color: #78716c; -} -:is(.dark .dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled)::placeholder{ - -webkit-text-fill-color: #78716c; -} -:is(.dark .dark\:disabled\:checked\:bg-gray-600:checked:disabled){ - --tw-bg-opacity: 1; - background-color: rgb(87 83 78 / var(--tw-bg-opacity)); -} -:is(.dark .group:hover .dark\:group-hover\:bg-gray-600){ - --tw-bg-opacity: 1; - background-color: rgb(87 83 78 / var(--tw-bg-opacity)); -} -:is(.dark .group:hover .dark\:group-hover\:text-primary-400){ - --tw-text-opacity: 1; - color: rgb(52 211 153 / var(--tw-text-opacity)); -} -@media (min-width: 640px){ - .sm\:col-\[--col-span-sm\]{ - grid-column: var(--col-span-sm); - } - .sm\:col-span-2{ - grid-column: span 2 / span 2; - } - .sm\:col-start-\[--col-start-sm\]{ - grid-column-start: var(--col-start-sm); - } - .sm\:-my-px{ - margin-top: -1px; - margin-bottom: -1px; - } - .sm\:me-0{ - margin-inline-end: 0px; - } - .sm\:ml-10{ - margin-left: 2.5rem; - } - .sm\:ml-6{ - margin-left: 1.5rem; - } - .sm\:mt-7{ - margin-top: 1.75rem; - } - .sm\:block{ - display: block; - } - .sm\:flex{ - display: flex; - } - .sm\:table-cell{ - display: table-cell; - } - .sm\:grid{ - display: grid; - } - .sm\:inline-grid{ - display: inline-grid; - } - .sm\:hidden{ - display: none; - } - .sm\:h-16{ - height: 4rem; - } - .sm\:h-\[20em\]{ - height: 20em; - } - .sm\:w-1\/3{ - width: 33.333333%; - } - .sm\:w-16{ - width: 4rem; - } - .sm\:w-2\/3{ - width: 66.666667%; - } - .sm\:max-w-lg{ - max-width: 32rem; - } - .sm\:columns-\[--cols-sm\]{ - -moz-columns: var(--cols-sm); - columns: var(--cols-sm); - } - .sm\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .sm\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - .sm\:grid-cols-\[--cols-sm\]{ - grid-template-columns: var(--cols-sm); - } - .sm\:grid-cols-\[repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{ - grid-template-columns: repeat(auto-fit,minmax(0,1fr)); - } - .sm\:flex-row{ - flex-direction: row; - } - .sm\:items-start{ - align-items: flex-start; - } - .sm\:items-center{ - align-items: center; - } - .sm\:justify-between{ - justify-content: space-between; - } - .sm\:gap-1{ - gap: 0.25rem; - } - .sm\:gap-3{ - gap: 0.75rem; - } - .sm\:gap-x-4{ - -moz-column-gap: 1rem; - column-gap: 1rem; - } - .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){ - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:rounded-xl{ - border-radius: 0.75rem; - } - .sm\:p-10{ - padding: 2.5rem; - } - .sm\:px-12{ - padding-left: 3rem; - padding-right: 3rem; - } - .sm\:px-6{ - padding-left: 1.5rem; - padding-right: 1.5rem; - } - .sm\:py-16{ - padding-top: 4rem; - padding-bottom: 4rem; - } - .sm\:pt-1{ - padding-top: 0.25rem; - } - .sm\:pt-1\.5{ - padding-top: 0.375rem; - } - .sm\:text-3xl{ - font-size: 1.875rem; - line-height: 2.25rem; - } - .sm\:text-4xl{ - font-size: 2.25rem; - line-height: 2.5rem; - } - .sm\:text-sm{ - font-size: 0.875rem; - line-height: 1.25rem; - } - .sm\:leading-6{ - line-height: 1.5rem; - } -} -@media (min-width: 768px){ - .md\:relative{ - position: relative; - } - .md\:bottom-0{ - bottom: 0px; - } - .md\:bottom-4{ - bottom: 1rem; - } - .md\:end-0{ - inset-inline-end: 0px; - } - .md\:top-0{ - top: 0px; - } - .md\:top-auto{ - top: auto; - } - .md\:order-first{ - order: -9999; - } - .md\:col-\[--col-span-md\]{ - grid-column: var(--col-span-md); - } - .md\:col-span-1{ - grid-column: span 1 / span 1; - } - .md\:col-span-12{ - grid-column: span 12 / span 12; - } - .md\:col-span-2{ - grid-column: span 2 / span 2; - } - .md\:col-span-3{ - grid-column: span 3 / span 3; - } - .md\:col-span-6{ - grid-column: span 6 / span 6; - } - .md\:col-start-\[--col-start-md\]{ - grid-column-start: var(--col-start-md); - } - .md\:-me-2{ - margin-inline-end: -0.5rem; - } - .md\:-ms-2{ - margin-inline-start: -0.5rem; - } - .md\:mb-0{ - margin-bottom: 0px; - } - .md\:me-0{ - margin-inline-end: 0px; - } - .md\:block{ - display: block; - } - .md\:flex{ - display: flex; - } - .md\:table-cell{ - display: table-cell; - } - .md\:inline-grid{ - display: inline-grid; - } - .md\:hidden{ - display: none; - } - .md\:h-1{ - height: 0.25rem; - } - .md\:h-\[22em\]{ - height: 22em; - } - .md\:w-full{ - width: 100%; - } - .md\:max-w-md{ - max-width: 28rem; - } - .md\:flex-1{ - flex: 1 1 0%; - } - .md\:columns-\[--cols-md\]{ - -moz-columns: var(--cols-md); - columns: var(--cols-md); - } - .md\:grid-cols-1{ - grid-template-columns: repeat(1, minmax(0, 1fr)); - } - .md\:grid-cols-12{ - grid-template-columns: repeat(12, minmax(0, 1fr)); - } - .md\:grid-cols-2{ - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .md\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - .md\:grid-cols-\[--cols-md\]{ - grid-template-columns: var(--cols-md); - } - .md\:flex-row{ - flex-direction: row; - } - .md\:flex-nowrap{ - flex-wrap: nowrap; - } - .md\:items-start{ - align-items: flex-start; - } - .md\:items-center{ - align-items: center; - } - .md\:justify-end{ - justify-content: flex-end; - } - .md\:gap-1{ - gap: 0.25rem; - } - .md\:gap-3{ - gap: 0.75rem; - } - .md\:gap-6{ - gap: 1.5rem; - } - .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){ - --tw-divide-y-reverse: 0; - border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); - border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); - } - .md\:rounded-xl{ - border-radius: 0.75rem; - } - .md\:p-20{ - padding: 5rem; - } - .md\:px-4{ - padding-left: 1rem; - padding-right: 1rem; - } - .md\:px-6{ - padding-left: 1.5rem; - padding-right: 1.5rem; - } - .md\:py-8{ - padding-top: 2rem; - padding-bottom: 2rem; - } - .md\:pe-6{ - padding-inline-end: 1.5rem; - } - .md\:ps-12{ - padding-inline-start: 3rem; - } - .md\:ps-20{ - padding-inline-start: 5rem; - } - .md\:text-2xl{ - font-size: 1.5rem; - line-height: 2rem; - } - .md\:text-3xl{ - font-size: 1.875rem; - line-height: 2.25rem; - } - :is([dir="ltr"] .md\:ltr\:rounded-bl-none){ - border-bottom-left-radius: 0px; - } - :is([dir="ltr"] .md\:ltr\:rounded-br-none){ - border-bottom-right-radius: 0px; - } - :is([dir="rtl"] .md\:rtl\:rounded-bl-none){ - border-bottom-left-radius: 0px; - } - :is([dir="rtl"] .md\:rtl\:rounded-br-none){ - border-bottom-right-radius: 0px; - } -} -@media (min-width: 1024px){ - .lg\:z-0{ - z-index: 0; - } - .lg\:col-\[--col-span-lg\]{ - grid-column: var(--col-span-lg); - } - .lg\:col-start-\[--col-start-lg\]{ - grid-column-start: var(--col-start-lg); - } - .lg\:me-4{ - margin-inline-end: 1rem; - } - .lg\:ms-3{ - margin-inline-start: 0.75rem; - } - .lg\:mt-12{ - margin-top: 3rem; - } - .lg\:block{ - display: block; - } - .lg\:flex{ - display: flex; - } - .lg\:table-cell{ - display: table-cell; - } - .lg\:grid{ - display: grid; - } - .lg\:inline-grid{ - display: inline-grid; - } - .lg\:hidden{ - display: none; - } - .lg\:h-\[24em\]{ - height: 24em; - } - .lg\:h-full{ - height: 100%; - } - .lg\:w-1\/4{ - width: 25%; - } - .lg\:w-3\/4{ - width: 75%; - } - .lg\:max-w-\[--collapsed-sidebar-width\]{ - max-width: var(--collapsed-sidebar-width); - } - .lg\:max-w-\[--sidebar-width\]{ - max-width: var(--sidebar-width); - } - .lg\:max-w-xs{ - max-width: 20rem; - } - .lg\:-translate-x-full{ - --tw-translate-x: -100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - .lg\:translate-x-0{ - --tw-translate-x: 0px; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - .lg\:columns-\[--cols-lg\]{ - -moz-columns: var(--cols-lg); - columns: var(--cols-lg); - } - .lg\:grid-cols-3{ - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - .lg\:grid-cols-4{ - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - .lg\:grid-cols-\[--cols-lg\]{ - grid-template-columns: var(--cols-lg); - } - .lg\:flex-row{ - flex-direction: row; - } - .lg\:items-start{ - align-items: flex-start; - } - .lg\:items-center{ - align-items: center; - } - .lg\:gap-1{ - gap: 0.25rem; - } - .lg\:gap-3{ - gap: 0.75rem; - } - .lg\:bg-transparent{ - background-color: transparent; - } - .lg\:p-4{ - padding: 1rem; - } - .lg\:px-4{ - padding-left: 1rem; - padding-right: 1rem; - } - .lg\:px-8{ - padding-left: 2rem; - padding-right: 2rem; - } - .lg\:pe-8{ - padding-inline-end: 2rem; - } - .lg\:ps-\[--collapsed-sidebar-width\]{ - padding-inline-start: var(--collapsed-sidebar-width); - } - .lg\:ps-\[--sidebar-width\]{ - padding-inline-start: var(--sidebar-width); - } - .lg\:text-4xl{ - font-size: 2.25rem; - line-height: 2.5rem; - } - .lg\:text-lg{ - font-size: 1.125rem; - line-height: 1.75rem; - } - .lg\:shadow-none{ - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - .lg\:ring-0{ - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); - } - .lg\:transition{ - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; - } - :is([dir="rtl"] .rtl\:lg\:-translate-x-0){ - --tw-translate-x: -0px; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - :is([dir="rtl"] .rtl\:lg\:translate-x-full){ - --tw-translate-x: 100%; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); - } - :is(.dark .dark\:lg\:bg-transparent){ - background-color: transparent; - } -} -@media (min-width: 1280px){ - .xl\:col-\[--col-span-xl\]{ - grid-column: var(--col-span-xl); - } - .xl\:col-start-\[--col-start-xl\]{ - grid-column-start: var(--col-start-xl); - } - .xl\:block{ - display: block; - } - .xl\:table-cell{ - display: table-cell; - } - .xl\:inline-grid{ - display: inline-grid; - } - .xl\:hidden{ - display: none; - } - .xl\:columns-\[--cols-xl\]{ - -moz-columns: var(--cols-xl); - columns: var(--cols-xl); - } - .xl\:grid-cols-4{ - grid-template-columns: repeat(4, minmax(0, 1fr)); - } - .xl\:grid-cols-\[--cols-xl\]{ - grid-template-columns: var(--cols-xl); - } - .xl\:flex-row{ - flex-direction: row; - } - .xl\:items-start{ - align-items: flex-start; - } - .xl\:items-center{ - align-items: center; - } - .xl\:gap-1{ - gap: 0.25rem; - } - .xl\:gap-3{ - gap: 0.75rem; - } -} -@media (min-width: 1536px){ - .\32xl\:col-\[--col-span-2xl\]{ - grid-column: var(--col-span-2xl); - } - .\32xl\:col-start-\[--col-start-2xl\]{ - grid-column-start: var(--col-start-2xl); - } - .\32xl\:block{ - display: block; - } - .\32xl\:table-cell{ - display: table-cell; - } - .\32xl\:inline-grid{ - display: inline-grid; - } - .\32xl\:hidden{ - display: none; - } - .\32xl\:columns-\[--cols-2xl\]{ - -moz-columns: var(--cols-2xl); - columns: var(--cols-2xl); - } - .\32xl\:grid-cols-\[--cols-2xl\]{ - grid-template-columns: var(--cols-2xl); - } - .\32xl\:flex-row{ - flex-direction: row; - } - .\32xl\:items-start{ - align-items: flex-start; - } - .\32xl\:items-center{ - align-items: center; - } - .\32xl\:gap-1{ - gap: 0.25rem; - } - .\32xl\:gap-3{ - gap: 0.75rem; - } -} -.\[\&\.trix-active\]\:bg-gray-950\/5.trix-active{ - background-color: rgb(12 10 9 / 0.05); -} -:is(.dark .dark\:\[\&\.trix-active\]\:bg-white\/5.trix-active){ - background-color: rgb(255 255 255 / 0.05); -} -.\[\&\>\*\:first-child\]\:mt-0>*:first-child{ - margin-top: 0px; -} -.\[\&\>\*\:last-child\]\:mb-0>*:last-child{ - margin-bottom: 0px; -} - +@tailwind base;@tailwind components;@tailwind utilities;.checkbox-input{clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap}.checkbox-input:checked+.checkbox-tile{--tw-border-opacity:1;--tw-text-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);border-color:rgb(254 249 195/var(--tw-border-opacity));border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgb(16 185 129/var(--tw-text-opacity))}:is(.dark .checkbox-input:checked+.checkbox-tile){--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity));color:rgb(209 250 229/var(--tw-text-opacity))}.checkbox-input:checked+.checkbox-tile:before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity));border-color:rgb(254 249 195/var(--tw-border-opacity));border-width:1px}:is(.dark .checkbox-input:checked+.checkbox-tile):before{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(113 63 18/var(--tw-bg-opacity));border-color:rgb(133 77 14/var(--tw-border-opacity))}.checkbox-input:checked+.checkbox-tile:before{opacity:1;transform:scale(1)}.checkbox-input:checked+.checkbox-tile .checkbox-icon,.checkbox-input:checked+.checkbox-tile .checkbox-label{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}:is(.dark .checkbox-input:checked+.checkbox-tile .checkbox-icon),:is(.dark .checkbox-input:checked+.checkbox-tile .checkbox-label){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}.checkbox-input:focus+.checkbox-tile{--tw-border-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-opacity:1;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity));border-color:rgb(234 179 8/var(--tw-border-opacity));border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}:is(.dark .checkbox-input:focus+.checkbox-tile){--tw-border-opacity:1;--tw-ring-opacity:1;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity));border-color:rgb(133 77 14/var(--tw-border-opacity))}.checkbox-input:focus+.checkbox-tile:before{opacity:1;transform:scale(1)}.checkbox-tile{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(5 150 105/var(--tw-border-opacity));border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}:is(.dark .checkbox-tile){--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity));border-color:rgb(6 95 70/var(--tw-border-opacity))}.checkbox-tile{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative;transition:.15s ease}.checkbox-tile:before{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity));border-width:1px}:is(.dark .checkbox-tile):before{--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity))}.checkbox-tile:before{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFF' viewBox='0 0 256 256'%3E%3Cpath fill='none' d='M0 0h256v256H0z'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M216 72.005 104 184l-56-55.995'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;content:"";display:block;height:1.25rem;left:.25rem;opacity:0;position:absolute;top:.25rem;transform:scale(0);transition:.25s ease;width:1.25rem}.checkbox-tile:hover:before{opacity:1;transform:scale(1)} +/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e7e5e4;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a8a29e;opacity:1}input::placeholder,textarea::placeholder{color:#a8a29e;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#78716c;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-moz-placeholder,textarea::-moz-placeholder{color:#78716c;opacity:1}input::placeholder,textarea::placeholder{color:#78716c;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2378716c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#78716c;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}html{-webkit-tap-highlight-color:transparent}:root.dark{color-scheme:dark}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.prose-sm :where(h4):not(:where([class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.prose-sm :where(img):not(:where([class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(video):not(:where([class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(.prose-sm>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.6666667em;padding-left:1em;padding-right:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.6em;margin-top:1.6em;padding-left:1em}.prose-base :where(h1):not(:where([class~=not-prose] *)){font-size:2.25em;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose-base :where(h2):not(:where([class~=not-prose] *)){font-size:1.5em;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose-base :where(h3):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose-base :where(h4):not(:where([class~=not-prose] *)){line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose-base :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose-base :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose-base :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose-base :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-base :where(figcaption):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose] *)){border-radius:.375rem;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;padding:.8571429em 1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose-base :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em;padding-left:1.625em}.prose-base :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(.prose-base>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose-base :where(.prose-base>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose-base>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose-base>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose-base :where(hr):not(:where([class~=not-prose] *)){margin-bottom:3em;margin-top:3em}.prose-base :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(.prose-base>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(.prose-base>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-bottom:1.0909091em;margin-top:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-bottom:1.6666667em;margin-top:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;line-height:1;margin-bottom:.8333333em;margin-top:0}.prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;line-height:1.3333333;margin-bottom:1.0666667em;margin-top:1.8666667em}.prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;line-height:1.5;margin-bottom:.6666667em;margin-top:1.6666667em}.prose-lg :where(h4):not(:where([class~=not-prose] *)){line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.7777778em}.prose-lg :where(img):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(video):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose] *)){border-radius:.375rem;font-size:.8888889em;line-height:1.75;margin-bottom:2em;margin-top:2em;padding:1em 1.5em}.prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose] *)){margin-bottom:.6666667em;margin-top:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}.prose-lg :where(.prose-lg>ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}.prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-bottom:3.1111111em;margin-top:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-bottom:.75em;padding-left:.75em;padding-right:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.debug-screens:before{background-color:#000;bottom:0;box-shadow:0 0 0 1px #fff;color:#fff;content:"screen: _";font-family:sans-serif;font-size:12px;left:0;line-height:1;padding:.3333333em .5em;position:fixed;z-index:2147483647}@media (min-width:640px){.debug-screens:before{content:"screen: sm"}}@media (min-width:768px){.debug-screens:before{content:"screen: md"}}@media (min-width:1024px){.debug-screens:before{content:"screen: lg"}}@media (min-width:1280px){.debug-screens:before{content:"screen: xl"}}@media (min-width:1536px){.debug-screens:before{content:"screen: 2xl"}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-4{inset:1rem}.inset-x-0{left:0;right:0}.inset-y-0{bottom:0;top:0}.-bottom-1\/2{bottom:-50%}.-top-1{top:-.25rem}.-top-1\/2{top:-50%}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1\/2{bottom:50%}.end-0{inset-inline-end:0}.end-4{inset-inline-end:1rem}.end-6{inset-inline-end:1.5rem}.left-full{left:100%}.start-0{inset-inline-start:0}.start-full{inset-inline-start:100%}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-6{top:1.5rem}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.col-\[--col-span-default\]{grid-column:var(--col-span-default)}.col-span-12{grid-column:span 12/span 12}.col-span-full{grid-column:1/-1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-\[--col-start-default\]{grid-column-start:var(--col-start-default)}.-m-1{margin:-.25rem}.-m-1\.5{margin:-.375rem}.-m-2{margin:-.5rem}.m-4{margin:1rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-my-1{margin-bottom:-.25rem;margin-top:-.25rem}.-my-2{margin-bottom:-.5rem;margin-top:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-16{margin-bottom:4rem;margin-top:4rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-auto{margin-bottom:auto;margin-top:auto}.\!mt-0{margin-top:0!important}.-mb-4{margin-bottom:-1rem}.-mb-6{margin-bottom:-1.5rem}.-me-1{margin-inline-end:-.25rem}.-me-1\.5{margin-inline-end:-.375rem}.-me-2{margin-inline-end:-.5rem}.-me-2\.5{margin-inline-end:-.625rem}.-ms-0{margin-inline-start:0}.-ms-0\.5{margin-inline-start:-.125rem}.-ms-1{margin-inline-start:-.25rem}.-ms-1\.5{margin-inline-start:-.375rem}.-ms-2{margin-inline-start:-.5rem}.-mt-4{margin-top:-1rem}.-mt-6{margin-top:-1.5rem}.-mt-8{margin-top:-2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.me-1{margin-inline-end:.25rem}.me-4{margin-inline-end:1rem}.me-6{margin-inline-end:1.5rem}.ml-auto{margin-left:auto}.mr-3{margin-right:.75rem}.ms-1{margin-inline-start:.25rem}.ms-4{margin-inline-start:1rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[16em\]{height:16em}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0}.max-h-96{max-height:24rem}.min-h-\[theme\(spacing\.48\)\]{min-height:12rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-16{width:4rem}.w-2\/4{width:50%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[calc\(100\%\+2rem\)\]{width:calc(100% + 2rem)}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0}.min-w-\[theme\(spacing\.4\)\]{min-width:1rem}.min-w-\[theme\(spacing\.5\)\]{min-width:1.25rem}.min-w-\[theme\(spacing\.6\)\]{min-width:1.5rem}.min-w-\[theme\(spacing\.8\)\]{min-width:2rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[14rem\]{max-width:14rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.table-auto{table-layout:auto}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-12,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-12{--tw-translate-x:-3rem}.-translate-x-5{--tw-translate-x:-1.25rem}.-translate-x-5,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-12{--tw-translate-y:-3rem}.-translate-y-12,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-x-12{--tw-translate-x:3rem}.translate-x-12,.translate-x-5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-12{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-12{--tw-translate-y:3rem}.-rotate-180{--tw-rotate:-180deg}.-rotate-180,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.columns-\[--cols-default\]{-moz-columns:var(--cols-default);columns:var(--cols-default)}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[--cols-default\]{grid-template-columns:var(--cols-default)}.grid-cols-\[repeat\(7\2c _theme\(spacing\.7\)\)\]{grid-template-columns:repeat(7,1.75rem)}.grid-cols-\[repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.content-stretch{align-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-.25rem*var(--tw-space-x-reverse))}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-.5rem*var(--tw-space-x-reverse))}.-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-.75rem*var(--tw-space-x-reverse))}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1rem*var(--tw-space-x-reverse))}.-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1.25rem*var(--tw-space-x-reverse))}.-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1.5rem*var(--tw-space-x-reverse))}.-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1.75rem*var(--tw-space-x-reverse))}.-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(-2rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 245 244/var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(231 229 228/var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(214 211 209/var(--tw-divide-opacity))}.divide-gray-950\/10>:not([hidden])~:not([hidden]){border-color:rgba(12,10,9,.1)}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-clip{overflow-x:clip}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px_20px_30px_40px\/30px\]{border-radius:10px 20px 30px 40px/30px}.rounded-\[2rem\]{border-radius:2rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-x-\[0\.5px\]{border-left-width:.5px;border-right-width:.5px}.border-y{border-bottom-width:1px;border-top-width:1px}.\!border-t-0{border-top-width:0!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-e{border-inline-end-width:1px}.border-s{border-inline-start-width:1px}.border-t{border-top-width:1px}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-custom-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity))}.border-custom-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(245 245 244/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(214 211 209/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(120 113 108/var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-t-gray-200{--tw-border-opacity:1;border-top-color:rgb(231 229 228/var(--tw-border-opacity))}.\!bg-gray-50{background-color:rgb(250 250 249/var(--tw-bg-opacity))!important}.\!bg-gray-50,.\!bg-gray-700{--tw-bg-opacity:1!important}.\!bg-gray-700{background-color:rgb(68 64 60/var(--tw-bg-opacity))!important}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-custom-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-custom-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.bg-custom-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.bg-danger-500\/10{background-color:rgba(244,63,94,.1)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(214 211 209/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(168 162 158/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.bg-gray-950\/50{background-color:rgba(12,10,9,.5)}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-success-500\/10{background-color:rgba(34,197,94,.1)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-custom-50{--tw-gradient-to:#ecfdf5 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to:#44403c var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pe-0{padding-inline-end:0}.pe-1{padding-inline-end:.25rem}.pe-2{padding-inline-end:.5rem}.pe-3{padding-inline-end:.75rem}.pe-4{padding-inline-end:1rem}.pe-6{padding-inline-end:1.5rem}.pe-8{padding-inline-end:2rem}.pl-3{padding-left:.75rem}.ps-0{padding-inline-start:0}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-4{padding-inline-start:1rem}.ps-\[5\.25rem\]{padding-inline-start:5.25rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-loose{line-height:2}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-custom-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.text-custom-50{--tw-text-opacity:1;color:rgb(236 253 245/var(--tw-text-opacity))}.text-custom-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.text-custom-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.text-custom-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-custom-700\/50{color:rgba(4,120,87,.5)}.text-danger-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.text-danger-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(87 83 78/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(28 25 23/var(--tw-text-opacity))}.text-gray-950{--tw-text-opacity:1;color:rgb(12 10 9/var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-secondary-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.text-success-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-primary-600{text-decoration-color:#059669}.decoration-wavy{text-decoration-style:wavy}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-primary-600\/50{--tw-shadow-color:rgba(5,150,105,.5);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.ring-custom-600{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.ring-custom-600\/10{--tw-ring-color:rgba(5,150,105,.1)}.ring-custom-600\/20{--tw-ring-color:rgba(5,150,105,.2)}.ring-danger-600{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(231 229 228/var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(214 211 209/var(--tw-ring-opacity))}.ring-gray-600\/10{--tw-ring-color:rgba(87,83,78,.1)}.ring-gray-900\/10{--tw-ring-color:rgba(28,25,23,.1)}.ring-gray-950\/10{--tw-ring-color:rgba(12,10,9,.1)}.ring-gray-950\/5{--tw-ring-color:rgba(12,10,9,.05)}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.ring-white\/10{--tw-ring-color:hsla(0,0%,100%,.1)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-100{transition-delay:.1s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}span.highlight{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity));color:rgb(4 120 87/var(--tw-text-opacity));padding-left:.5rem;padding-right:.5rem}.bord{border:1px solid #d2691e}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-y-0:before{bottom:0;content:var(--tw-content);top:0}.before\:start-0:before{content:var(--tw-content);inset-inline-start:0}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-0:before{content:var(--tw-content);width:0}.before\:w-0\.5:before{content:var(--tw-content);width:.125rem}.before\:bg-primary-600:before{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity));content:var(--tw-content)}.first\:rounded-s-lg:first-child{border-end-start-radius:.5rem;border-start-start-radius:.5rem}.first\:border-s-0:first-child{border-inline-start-width:0}.first\:border-t-0:first-child{border-top-width:0}.last\:rounded-e-lg:last-child{border-end-end-radius:.5rem;border-start-end-radius:.5rem}.last\:border-e-0:last-child{border-inline-end-width:0}.first-of-type\:ps-1:first-of-type{padding-inline-start:.25rem}.last-of-type\:pe-1:last-of-type{padding-inline-end:.25rem}.checked\:ring-0:checked{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-danger-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity))}.focus-within\:ring-primary-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.hover\:border-custom-500:hover{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.hover\:border-primary-600:hover{--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity))}.hover\:bg-custom-100:hover{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.hover\:bg-custom-400\/10:hover{background-color:rgba(52,211,153,.1)}.hover\:bg-custom-50:hover{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.hover\:bg-custom-500:hover{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity))}.hover\:bg-gray-400\/10:hover{background-color:hsla(24,5%,64%,.1)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.hover\:text-custom-600:hover{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.hover\:text-custom-700\/75:hover{color:rgba(4,120,87,.75)}.hover\:text-custom-800:hover{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-xl:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.focus\:bg-custom-50:focus{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.focus\:text-custom-700\/75:focus{color:rgba(4,120,87,.75)}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}.focus\:underline:focus{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-custom-500\/50:focus{--tw-ring-color:rgba(16,185,129,.5)}.focus\:ring-custom-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.focus\:ring-danger-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity))}.focus\:ring-gray-400\/40:focus{--tw-ring-color:hsla(24,5%,64%,.4)}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}.focus\:ring-primary-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity))}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.checked\:focus\:ring-danger-500\/50:focus:checked{--tw-ring-color:rgba(244,63,94,.5)}.checked\:focus\:ring-primary-500\/50:focus:checked{--tw-ring-color:rgba(16,185,129,.5)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.enabled\:cursor-wait:enabled{cursor:wait}.enabled\:opacity-70:enabled{opacity:.7}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:bg-gray-50:disabled{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.disabled\:text-gray-50:disabled{--tw-text-opacity:1;color:rgb(250 250 249/var(--tw-text-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled{-webkit-text-fill-color:#78716c}.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::-moz-placeholder{-webkit-text-fill-color:#a8a29e}.disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled::placeholder{-webkit-text-fill-color:#a8a29e}.disabled\:checked\:bg-current:checked:disabled{background-color:currentColor}.disabled\:checked\:text-gray-400:checked:disabled{--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}.group:hover .group-hover\:text-custom-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.group:focus .group-focus\:text-gray-500{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}:is([dir=ltr] .ltr\:left-0){left:0}:is([dir=ltr] .ltr\:ml-1){margin-left:.25rem}:is([dir=ltr] .ltr\:ml-2){margin-left:.5rem}:is([dir=ltr] .ltr\:ml-auto){margin-left:auto}:is([dir=ltr] .ltr\:hidden){display:none}:is([dir=ltr] .ltr\:rounded-br-none){border-bottom-right-radius:0}:is([dir=ltr] .ltr\:rounded-tl-none){border-top-left-radius:0}:is([dir=ltr] .ltr\:rounded-tr-none){border-top-right-radius:0}:is([dir=rtl] .rtl\:right-0){right:0}:is([dir=rtl] .rtl\:mr-1){margin-right:.25rem}:is([dir=rtl] .rtl\:mr-2){margin-right:.5rem}:is([dir=rtl] .rtl\:mr-auto){margin-right:auto}:is([dir=rtl] .rtl\:hidden){display:none}:is([dir=rtl] .rtl\:-translate-x-5){--tw-translate-x:-1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is([dir=rtl] .rtl\:-translate-x-full){--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is([dir=rtl] .rtl\:translate-x-full){--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is([dir=rtl] .rtl\:rotate-180){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is([dir=rtl] .rtl\:flex-row-reverse){flex-direction:row-reverse}:is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}:is([dir=rtl] .rtl\:divide-x-reverse)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}:is([dir=rtl] .rtl\:rounded-bl-none){border-bottom-left-radius:0}:is([dir=rtl] .rtl\:rounded-tl-none){border-top-left-radius:0}:is([dir=rtl] .rtl\:rounded-tr-none){border-top-right-radius:0}:is(.dark .dark\:divide-gray-700)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(68 64 60/var(--tw-divide-opacity))}:is(.dark .dark\:divide-white\/10)>:not([hidden])~:not([hidden]){border-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:divide-white\/20)>:not([hidden])~:not([hidden]){border-color:hsla(0,0%,100%,.2)}:is(.dark .dark\:divide-white\/5)>:not([hidden])~:not([hidden]){border-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:border-custom-700\/50){border-color:rgba(4,120,87,.5)}:is(.dark .dark\:border-custom-900\/50){border-color:rgba(6,78,59,.5)}:is(.dark .dark\:border-gray-500){--tw-border-opacity:1;border-color:rgb(120 113 108/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-600){--tw-border-opacity:1;border-color:rgb(87 83 78/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-700){--tw-border-opacity:1;border-color:rgb(68 64 60/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-800){--tw-border-opacity:1;border-color:rgb(41 37 36/var(--tw-border-opacity))}:is(.dark .dark\:border-white\/10){border-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:border-white\/5){border-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:border-t-white\/10){border-top-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:\!bg-gray-700){--tw-bg-opacity:1!important;background-color:rgb(68 64 60/var(--tw-bg-opacity))!important}:is(.dark .dark\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\:bg-custom-400\/10){background-color:rgba(52,211,153,.1)}:is(.dark .dark\:bg-custom-500){--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}:is(.dark .dark\:bg-custom-500\/20){background-color:rgba(16,185,129,.2)}:is(.dark .dark\:bg-gray-400\/10){background-color:hsla(24,5%,64%,.1)}:is(.dark .dark\:bg-gray-500){--tw-bg-opacity:1;background-color:rgb(120 113 108/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-500\/20){background-color:hsla(25,5%,45%,.2)}:is(.dark .dark\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-700){--tw-bg-opacity:1;background-color:rgb(68 64 60/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(41 37 36/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-900){--tw-bg-opacity:1;background-color:rgb(28 25 23/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-900\/30){background-color:rgba(28,25,23,.3)}:is(.dark .dark\:bg-gray-950){--tw-bg-opacity:1;background-color:rgb(12 10 9/var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-950\/75){background-color:rgba(12,10,9,.75)}:is(.dark .dark\:bg-primary-400){--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity))}:is(.dark .dark\:bg-transparent){background-color:transparent}:is(.dark .dark\:bg-white\/10){background-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:bg-white\/5){background-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:fill-current){fill:currentColor}:is(.dark .dark\:text-blue-200){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}:is(.dark .dark\:text-custom-100){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}:is(.dark .dark\:text-custom-200){--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity))}:is(.dark .dark\:text-custom-300\/50){color:rgba(110,231,183,.5)}:is(.dark .dark\:text-custom-400){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}:is(.dark .dark\:text-custom-400\/10){color:rgba(52,211,153,.1)}:is(.dark .dark\:text-custom-500){--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}:is(.dark .dark\:text-danger-400){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-500){--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-700){--tw-text-opacity:1;color:rgb(68 64 60/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-800){--tw-text-opacity:1;color:rgb(41 37 36/var(--tw-text-opacity))}:is(.dark .dark\:text-primary-100){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}:is(.dark .dark\:text-primary-400){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}:is(.dark .dark\:text-primary-500){--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}:is(.dark .dark\:text-red-100){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:ring-custom-400\/30){--tw-ring-color:rgba(52,211,153,.3)}:is(.dark .dark\:ring-custom-500){--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}:is(.dark .dark\:ring-danger-500){--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}:is(.dark .dark\:ring-gray-400\/20){--tw-ring-color:hsla(24,5%,64%,.2)}:is(.dark .dark\:ring-gray-50\/10){--tw-ring-color:hsla(60,9%,98%,.1)}:is(.dark .dark\:ring-gray-700){--tw-ring-opacity:1;--tw-ring-color:rgb(68 64 60/var(--tw-ring-opacity))}:is(.dark .dark\:ring-gray-900){--tw-ring-opacity:1;--tw-ring-color:rgb(28 25 23/var(--tw-ring-opacity))}:is(.dark .dark\:ring-white\/10){--tw-ring-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:ring-white\/20){--tw-ring-color:hsla(0,0%,100%,.2)}:is(.dark .dark\:placeholder\:text-gray-500)::-moz-placeholder{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}:is(.dark .dark\:placeholder\:text-gray-500)::placeholder{--tw-text-opacity:1;color:rgb(120 113 108/var(--tw-text-opacity))}:is(.dark .dark\:before\:bg-primary-500):before{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity));content:var(--tw-content)}:is(.dark .dark\:checked\:bg-danger-500:checked){--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity))}:is(.dark .dark\:checked\:bg-primary-500:checked){--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}:is(.dark .dark\:focus-within\:bg-white\/5:focus-within){background-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:focus-within\:ring-danger-500:focus-within){--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}:is(.dark .dark\:focus-within\:ring-primary-500:focus-within){--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}:is(.dark .dark\:hover\:bg-custom-400:hover){--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-custom-400\/10:hover){background-color:rgba(52,211,153,.1)}:is(.dark .dark\:hover\:bg-gray-600:hover){--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-white\/10:hover){background-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:hover\:bg-white\/5:hover){background-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:hover\:text-custom-300:hover){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-custom-300\/75:hover){color:rgba(110,231,183,.75)}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-400:hover){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}:is(.dark .hover\:dark\:text-custom-300):hover{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}:is(.dark .hover\:dark\:text-primary-300):hover{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}:is(.dark .dark\:hover\:ring-white\/20:hover){--tw-ring-color:hsla(0,0%,100%,.2)}:is(.dark .dark\:focus\:border-primary-500:focus){--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}:is(.dark .dark\:focus\:bg-custom-400\/10:focus){background-color:rgba(52,211,153,.1)}:is(.dark .dark\:focus\:bg-white\/5:focus){background-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:focus\:text-custom-300\/75:focus){color:rgba(110,231,183,.75)}:is(.dark .dark\:focus\:text-gray-200:focus){--tw-text-opacity:1;color:rgb(231 229 228/var(--tw-text-opacity))}:is(.dark .dark\:focus\:text-gray-400:focus){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}:is(.dark .dark\:focus\:ring-custom-400\/50:focus){--tw-ring-color:rgba(52,211,153,.5)}:is(.dark .dark\:focus\:ring-custom-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-danger-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-primary-500:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity))}:is(.dark .dark\:checked\:focus\:ring-danger-400\/50:focus:checked){--tw-ring-color:rgba(251,113,133,.5)}:is(.dark .dark\:checked\:focus\:ring-primary-400\/50:focus:checked){--tw-ring-color:rgba(52,211,153,.5)}:is(.dark .dark\:disabled\:bg-transparent:disabled){background-color:transparent}:is(.dark .dark\:disabled\:text-gray-400:disabled){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}:is(.dark .dark\:disabled\:ring-white\/10:disabled){--tw-ring-color:hsla(0,0%,100%,.1)}:is(.dark .dark\:disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.400\)\]:disabled){-webkit-text-fill-color:#a8a29e}:is(.dark .dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled)::-moz-placeholder{-webkit-text-fill-color:#78716c}:is(.dark .dark\:disabled\:placeholder\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled)::placeholder{-webkit-text-fill-color:#78716c}:is(.dark .dark\:disabled\:checked\:bg-gray-600:checked:disabled){--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(87 83 78/var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:text-gray-400){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}:is(.dark .group:focus .dark\:group-focus\:text-gray-400){--tw-text-opacity:1;color:rgb(168 162 158/var(--tw-text-opacity))}@media (min-width:640px){.sm\:col-\[--col-span-sm\]{grid-column:var(--col-span-sm)}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-start-\[--col-start-sm\]{grid-column-start:var(--col-start-sm)}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-my-px{margin-bottom:-1px;margin-top:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:me-0{margin-inline-end:0}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mt-7{margin-top:1.75rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:grid{display:grid}.sm\:inline-grid{display:inline-grid}.sm\:hidden{display:none}.sm\:h-16{height:4rem}.sm\:h-\[20em\]{height:20em}.sm\:w-1\/3{width:33.333333%}.sm\:w-16{width:4rem}.sm\:w-2\/3{width:66.666667%}.sm\:w-\[calc\(100\%\+3rem\)\]{width:calc(100% + 3rem)}.sm\:max-w-lg{max-width:32rem}.sm\:columns-\[--cols-sm\]{-moz-columns:var(--cols-sm);columns:var(--cols-sm)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-\[--cols-sm\]{grid-template-columns:var(--cols-sm)}.sm\:grid-cols-\[repeat\(auto-fit\2c minmax\(0\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:.25rem}.sm\:gap-3{gap:.75rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-y-1{row-gap:.25rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.sm\:rounded-xl{border-radius:.75rem}.sm\:p-10{padding:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-1{padding-bottom:.25rem;padding-top:.25rem}.sm\:py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.sm\:py-16{padding-bottom:4rem;padding-top:4rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:pe-3{padding-inline-end:.75rem}.sm\:pe-6{padding-inline-end:1.5rem}.sm\:ps-3{padding-inline-start:.75rem}.sm\:ps-6{padding-inline-start:1.5rem}.sm\:pt-1{padding-top:.25rem}.sm\:pt-1\.5{padding-top:.375rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:leading-6{line-height:1.5rem}.sm\:first-of-type\:ps-3:first-of-type{padding-inline-start:.75rem}.sm\:first-of-type\:ps-6:first-of-type{padding-inline-start:1.5rem}.sm\:last-of-type\:pe-3:last-of-type{padding-inline-end:.75rem}.sm\:last-of-type\:pe-6:last-of-type{padding-inline-end:1.5rem}}@media (min-width:768px){.md\:bottom-0{bottom:0}.md\:bottom-4{bottom:1rem}.md\:top-auto{top:auto}.md\:order-first{order:-9999}.md\:col-\[--col-span-md\]{grid-column:var(--col-span-md)}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-start-\[--col-start-md\]{grid-column-start:var(--col-start-md)}.md\:mx-0{margin-left:0;margin-right:0}.md\:mb-0{margin-bottom:0}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:inline-grid{display:inline-grid}.md\:hidden{display:none}.md\:h-1{height:.25rem}.md\:h-\[22em\]{height:22em}.md\:w-full{width:100%}.md\:flex-1{flex:1 1 0%}.md\:columns-\[--cols-md\]{-moz-columns:var(--cols-md);columns:var(--cols-md)}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[--cols-md\]{grid-template-columns:var(--cols-md)}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:gap-1{gap:.25rem}.md\:gap-3{gap:.75rem}.md\:gap-6{gap:1.5rem}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(0px*var(--tw-divide-y-reverse));border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)))}.md\:rounded-xl{border-radius:.75rem}.md\:p-20{padding:5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:pe-6{padding-inline-end:1.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}:is([dir=ltr] .md\:ltr\:rounded-bl-none){border-bottom-left-radius:0}:is([dir=ltr] .md\:ltr\:rounded-br-none){border-bottom-right-radius:0}:is([dir=rtl] .md\:rtl\:rounded-bl-none){border-bottom-left-radius:0}:is([dir=rtl] .md\:rtl\:rounded-br-none){border-bottom-right-radius:0}}@media (min-width:1024px){.lg\:z-0{z-index:0}.lg\:col-\[--col-span-lg\]{grid-column:var(--col-span-lg)}.lg\:col-start-\[--col-start-lg\]{grid-column-start:var(--col-start-lg)}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-12{margin-top:3rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:table-cell{display:table-cell}.lg\:inline-grid{display:inline-grid}.lg\:hidden{display:none}.lg\:h-\[24em\]{height:24em}.lg\:h-full{height:100%}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}.lg\:max-w-\[--collapsed-sidebar-width\]{max-width:var(--collapsed-sidebar-width)}.lg\:max-w-xs{max-width:20rem}.lg\:-translate-x-full{--tw-translate-x:-100%}.lg\:-translate-x-full,.lg\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-x-0{--tw-translate-x:0px}.lg\:columns-\[--cols-lg\]{-moz-columns:var(--cols-lg);columns:var(--cols-lg)}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[--cols-lg\]{grid-template-columns:var(--cols-lg)}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:gap-1{gap:.25rem}.lg\:gap-3{gap:.75rem}.lg\:bg-transparent{background-color:transparent}.lg\:p-4{padding:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pe-8{padding-inline-end:2rem}.lg\:ps-\[--collapsed-sidebar-width\]{padding-inline-start:var(--collapsed-sidebar-width)}.lg\:ps-\[--sidebar-width\]{padding-inline-start:var(--sidebar-width)}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.lg\:shadow-none,.lg\:shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.lg\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.lg\:transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lg\:delay-100{transition-delay:.1s}:is([dir=rtl] .rtl\:lg\:-translate-x-0){--tw-translate-x:-0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is([dir=rtl] .rtl\:lg\:translate-x-full){--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:is(.dark .dark\:lg\:bg-transparent){background-color:transparent}}@media (min-width:1280px){.xl\:col-\[--col-span-xl\]{grid-column:var(--col-span-xl)}.xl\:col-start-\[--col-start-xl\]{grid-column-start:var(--col-start-xl)}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:block{display:block}.xl\:table-cell{display:table-cell}.xl\:inline-grid{display:inline-grid}.xl\:hidden{display:none}.xl\:columns-\[--cols-xl\]{-moz-columns:var(--cols-xl);columns:var(--cols-xl)}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-\[--cols-xl\]{grid-template-columns:var(--cols-xl)}.xl\:flex-row{flex-direction:row}.xl\:items-start{align-items:flex-start}.xl\:items-center{align-items:center}.xl\:gap-1{gap:.25rem}.xl\:gap-3{gap:.75rem}}@media (min-width:1536px){.\32xl\:col-\[--col-span-2xl\]{grid-column:var(--col-span-2xl)}.\32xl\:col-start-\[--col-start-2xl\]{grid-column-start:var(--col-start-2xl)}.\32xl\:mx-0{margin-left:0;margin-right:0}.\32xl\:block{display:block}.\32xl\:table-cell{display:table-cell}.\32xl\:inline-grid{display:inline-grid}.\32xl\:hidden{display:none}.\32xl\:columns-\[--cols-2xl\]{-moz-columns:var(--cols-2xl);columns:var(--cols-2xl)}.\32xl\:grid-cols-\[--cols-2xl\]{grid-template-columns:var(--cols-2xl)}.\32xl\:flex-row{flex-direction:row}.\32xl\:items-start{align-items:flex-start}.\32xl\:items-center{align-items:center}.\32xl\:gap-1{gap:.25rem}.\32xl\:gap-3{gap:.75rem}}.\[\&\.trix-active\]\:bg-gray-50.trix-active{--tw-bg-opacity:1;background-color:rgb(250 250 249/var(--tw-bg-opacity))}.\[\&\.trix-active\]\:text-primary-600.trix-active{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}:is(.dark .dark\:\[\&\.trix-active\]\:bg-white\/5.trix-active){background-color:hsla(0,0%,100%,.05)}:is(.dark .dark\:\[\&\.trix-active\]\:text-primary-400.trix-active){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.\[\&\>\*\:first-child\]\:relative>:first-child{position:relative}.\[\&\>\*\:first-child\]\:mt-0>:first-child{margin-top:0}.\[\&\>\*\:first-child\]\:before\:absolute>:first-child:before{content:var(--tw-content);position:absolute}.\[\&\>\*\:first-child\]\:before\:inset-y-0>:first-child:before{bottom:0;content:var(--tw-content);top:0}.\[\&\>\*\:first-child\]\:before\:start-0>:first-child:before{content:var(--tw-content);inset-inline-start:0}.\[\&\>\*\:first-child\]\:before\:w-0\.5>:first-child:before{content:var(--tw-content);width:.125rem}.\[\&\>\*\:first-child\]\:before\:bg-primary-600>:first-child:before{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity));content:var(--tw-content)}:is(.dark .\[\&\>\*\:first-child\]\:dark\:before\:bg-primary-500)>:first-child:before{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity));content:var(--tw-content)}.\[\&\>\*\:last-child\]\:mb-0>:last-child{margin-bottom:0}.\[\&\>\*\:not\(\:first-child\)\]\:border-t-\[0\.5px\]>:not(:first-child){border-top-width:.5px}.\[\&\>\*\:not\(\:last-child\)\]\:border-b-\[0\.5px\]>:not(:last-child){border-bottom-width:.5px}.\[\&\>\*\]\:border-gray-200>*{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity))}:is(.dark .dark\:\[\&\>\*\]\:border-white\/5>*){border-color:hsla(0,0%,100%,.05)} diff --git a/resources/dist/lara-zeus.css b/resources/dist/lara-zeus.css index 131281a..789814c 100644 --- a/resources/dist/lara-zeus.css +++ b/resources/dist/lara-zeus.css @@ -1 +1 @@ -.order-1{order:1}.order-2{order:2}.col-span-12{grid-column:span 12 / span 12}.mx-1{margin-left:0.25rem;margin-right:0.25rem}.mx-2{margin-left:0.5rem;margin-right:0.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-3{margin-top:0.75rem;margin-bottom:0.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mr-3{margin-right:0.75rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.w-1\/4{width:25%}.w-2\/4{width:50%}.grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.text-ellipsis{text-overflow:ellipsis}.\!rounded-bl-none{border-bottom-left-radius:0px!important}.\!rounded-br-none{border-bottom-right-radius:0px!important}.border-s-2{border-inline-start-width:2px}.border-danger-600{--tw-border-opacity: 1;border-color:rgb(225 29 72 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(87 83 78 / var(--tw-border-opacity))}.border-success-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.bg-custom-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.bg-custom-500\/10{background-color:rgb(16 185 129 / 0.1)}.bg-danger-500\/10{background-color:rgb(244 63 94 / 0.1)}.bg-info-500\/10{background-color:rgb(59 130 246 / 0.1)}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-success-500\/10{background-color:rgb(34 197 94 / 0.1)}.bg-warning-500\/10{background-color:rgb(234 179 8 / 0.1)}.leading-tight{line-height:1.25}.text-custom-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-danger-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.text-info-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-success-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-warning-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.bord{border:solid 1px chocolate}:is([dir="ltr"] .ltr\:ml-2){margin-left:0.5rem}:is([dir="rtl"] .rtl\:mr-2){margin-right:0.5rem}:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse: 1}:is(.dark .dark\:border-danger-300){--tw-border-opacity: 1;border-color:rgb(253 164 175 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-300){--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity))}:is(.dark .dark\:border-success-300){--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity))}:is(.dark .dark\:text-custom-100){--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity: 1;color:rgb(245 245 244 / var(--tw-text-opacity))}:is(.dark .dark\:text-primary-100){--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-100){--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:h-16{height:4rem}.sm\:w-16{width:4rem}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-12{grid-column:span 12 / span 12}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-6{grid-column:span 6 / span 6}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}} \ No newline at end of file +.order-1{order:1}.order-2{order:2}.col-span-12{grid-column:span 12/span 12}.m-1{margin:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.mr-3{margin-right:.75rem}.mt-10{margin-top:2.5rem}.mt-4{margin-top:1rem}.w-1\/4{width:25%}.w-2\/4{width:50%}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.text-ellipsis{text-overflow:ellipsis}.\!rounded-bl-none{border-bottom-left-radius:0!important}.\!rounded-br-none{border-bottom-right-radius:0!important}.border-s-2{border-inline-start-width:2px}.border-danger-600{--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity))}.border-success-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity))}.bg-custom-500\/10{background-color:rgba(16,185,129,.1)}.bg-danger-500\/10{background-color:rgba(244,63,94,.1)}.bg-gray-500\/10{background-color:hsla(25,5%,45%,.1)}.bg-info-500\/10{background-color:rgba(59,130,246,.1)}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-success-500\/10{background-color:rgba(34,197,94,.1)}.bg-warning-500\/10{background-color:rgba(234,179,8,.1)}.leading-tight{line-height:1.25}.text-custom-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-danger-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.text-info-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-success-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-warning-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.bord{border:1px solid #d2691e}:is([dir=ltr] .ltr\:ml-2){margin-left:.5rem}:is([dir=rtl] .rtl\:mr-2){margin-right:.5rem}:is([dir=rtl] .rtl\:space-x-reverse)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}:is(.dark .dark\:border-danger-300){--tw-border-opacity:1;border-color:rgb(253 164 175/var(--tw-border-opacity))}:is(.dark .dark\:border-gray-300){--tw-border-opacity:1;border-color:rgb(214 211 209/var(--tw-border-opacity))}:is(.dark .dark\:border-success-300){--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}:is(.dark .dark\:text-custom-100){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(245 245 244/var(--tw-text-opacity))}:is(.dark .dark\:text-primary-100){--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity))}:is(.dark .dark\:text-red-100){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}@media (min-width:640px){.sm\:h-16{height:4rem}.sm\:w-16{width:4rem}}@media (min-width:768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-12{grid-column:span 12/span 12}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-6{grid-column:span 6/span 6}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}} \ No newline at end of file diff --git a/resources/mix-manifest.json b/resources/mix-manifest.json index 2a622a0..cb49e73 100644 --- a/resources/mix-manifest.json +++ b/resources/mix-manifest.json @@ -1,37 +1,4 @@ { - "/dist/frontend.css": "/dist/frontend.css", - "/dist/filament-tail.css": "/dist/filament-tail.css", - "/demo/public/css/lara-zeus/filament-lara-zeus.css": "/demo/public/css/lara-zeus/filament-lara-zeus.css", - "/demo/public/css/lara-zeus/filament-tail.css": "/demo/public/css/lara-zeus/filament-tail.css", - "/demo/public/css/lara-zeus/filament.css": "/demo/public/css/lara-zeus/filament.css", - "/demo/public/css/lara-zeus/frontend.css": "/demo/public/css/lara-zeus/frontend.css", - "/demo/public/css/lara-zeus/lara-zeus.css": "/demo/public/css/lara-zeus/lara-zeus.css", - "/demo/public/vendor/zeus/filament-tail.css": "/demo/public/vendor/zeus/filament-tail.css", - "/demo/public/vendor/zeus/frontend.css": "/demo/public/vendor/zeus/frontend.css", - "/demo/public/vendor/zeus/lara-zeus.css": "/demo/public/vendor/zeus/lara-zeus.css", - "/zeus/public/vendor/zeus/app.js": "/zeus/public/vendor/zeus/app.js", - "/zeus/public/vendor/zeus/app.js.LICENSE.txt": "/zeus/public/vendor/zeus/app.js.LICENSE.txt", - "/zeus/public/vendor/zeus/filament-tail.css": "/zeus/public/vendor/zeus/filament-tail.css", - "/zeus/public/vendor/zeus/filament.css": "/zeus/public/vendor/zeus/filament.css", - "/zeus/public/vendor/zeus/filament.js": "/zeus/public/vendor/zeus/filament.js", - "/zeus/public/vendor/zeus/frontend.css": "/zeus/public/vendor/zeus/frontend.css", - "/zeus/public/vendor/zeus/frontend.js": "/zeus/public/vendor/zeus/frontend.js", - "/zeus/public/vendor/zeus/lara-zeus.css": "/zeus/public/vendor/zeus/lara-zeus.css", - "/v3/public/vendor/zeus/app.js": "/v3/public/vendor/zeus/app.js", - "/v3/public/vendor/zeus/app.js.LICENSE.txt": "/v3/public/vendor/zeus/app.js.LICENSE.txt", - "/v3/public/vendor/zeus/filament-tail.css": "/v3/public/vendor/zeus/filament-tail.css", - "/v3/public/vendor/zeus/filament.css": "/v3/public/vendor/zeus/filament.css", - "/v3/public/vendor/zeus/filament.js": "/v3/public/vendor/zeus/filament.js", - "/v3/public/vendor/zeus/frontend.css": "/v3/public/vendor/zeus/frontend.css", - "/v3/public/vendor/zeus/frontend.js": "/v3/public/vendor/zeus/frontend.js", - "/v3/public/vendor/zeus/lara-zeus.css": "/v3/public/vendor/zeus/lara-zeus.css", - "/v3/public/css/lara-zeus/app.js": "/v3/public/css/lara-zeus/app.js", - "/v3/public/css/lara-zeus/app.js.LICENSE.txt": "/v3/public/css/lara-zeus/app.js.LICENSE.txt", - "/v3/public/css/lara-zeus/filament-lara-zeus.css": "/v3/public/css/lara-zeus/filament-lara-zeus.css", - "/v3/public/css/lara-zeus/filament-tail.css": "/v3/public/css/lara-zeus/filament-tail.css", - "/v3/public/css/lara-zeus/filament.css": "/v3/public/css/lara-zeus/filament.css", - "/v3/public/css/lara-zeus/filament.js": "/v3/public/css/lara-zeus/filament.js", - "/v3/public/css/lara-zeus/frontend.css": "/v3/public/css/lara-zeus/frontend.css", - "/v3/public/css/lara-zeus/frontend.js": "/v3/public/css/lara-zeus/frontend.js", - "/v3/public/css/lara-zeus/lara-zeus.css": "/v3/public/css/lara-zeus/lara-zeus.css" + "/dist/frontend.css": "/dist/frontend.css?id=b533e1306985e29f36970916164460f5", + "/dist/filament-tail.css": "/dist/filament-tail.css?id=00506f0db900050c0b4407e46453228c" }