@turnipxenon/pineapple 4.5.1 → 5.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/GetLatestBlogs.d.ts +1 -0
- package/dist/api/GetLatestBlogs.d.ts.map +1 -0
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/assets/icons/icon-visibility.svg +1 -0
- package/dist/components/dialog_manager/DialogManager.d.ts +2 -0
- package/dist/components/dialog_manager/DialogManager.d.ts.map +1 -0
- package/dist/components/dialog_manager/DialogManager.js +15 -9
- package/dist/components/dialog_manager/DialogManagerStore.d.ts +5 -1
- package/dist/components/dialog_manager/DialogManagerStore.d.ts.map +1 -0
- package/dist/components/dialog_manager/DialogManagerStore.js +5 -1
- package/dist/components/dialog_manager/DialogProcessor.d.ts +1 -0
- package/dist/components/dialog_manager/DialogProcessor.d.ts.map +1 -0
- package/dist/components/dialog_manager/DialogUtils.d.ts +1 -0
- package/dist/components/dialog_manager/DialogUtils.d.ts.map +1 -0
- package/dist/components/dialog_manager/IDialogManager.d.ts +1 -0
- package/dist/components/dialog_manager/IDialogManager.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BTreeUtils.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BTreeUtils.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BaseBehaviorResult.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BaseBehaviorResult.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BehaviorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BehaviorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BehaviorStatus.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/BehaviorStatus.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/SelectorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/core/SelectorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionArguments.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionArguments.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionBehaviorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionBehaviorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionEvaluator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionEvaluator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionResult.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionResult.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionSelectorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionSelectorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionState.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/ExpressionState.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/OperandNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/OperandNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/OperatorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/OperatorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/CommandExpressionNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/CommandExpressionNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/CommandLogicNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/CommandLogicNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/CommandMap.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/CommandMap.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/RandomRangeCommand.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/RandomRangeCommand.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/VisitedCommand.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/VisitedCommand.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/VisitedCountCommand.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/commands/VisitedCountCommand.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/AndOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/AndOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/EqualityOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/EqualityOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/GreaterThanEqualOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/GreaterThanEqualOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/GreaterThanOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/GreaterThanOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/InequalityOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/InequalityOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/LessThanEqualOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/LessThanEqualOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/LessThanOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/LessThanOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/NegationOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/NegationOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/OperatorLogicNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/OperatorLogicNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/OperatorMap.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/OperatorMap.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/OrOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/OrOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/XorOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/XorOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/DivisionOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/DivisionOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/MinusOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/MinusOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/MultiplicationOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/MultiplicationOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/PlusOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/PlusOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/RemainderDivisionOperator.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/expression/operators/arithmetic/RemainderDivisionOperator.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineBehaviorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineBehaviorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineBehaviorResult.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineBehaviorResult.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineNodeArguments.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineNodeArguments.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineSelectorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_core/LineSelectorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/BehaviorState.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/BehaviorState.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/ElseIfNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/ElseIfNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/ElseNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/ElseNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/EndIfNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/EndIfNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IfMode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IfMode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IfNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IfNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IgnoreGuardNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IgnoreGuardNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IgnoreJumpNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/IgnoreJumpNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/LineCommentNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/LineCommentNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/NormalLineProcessorNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/NormalLineProcessorNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/SetVariableNode.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/SetVariableNode.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/DeclareCommand.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/DeclareCommand.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/JumpCommand.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/JumpCommand.d.ts.map +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/UnvisitCommand.d.ts +1 -0
- package/dist/components/dialog_manager/behavior_tree/line_processors/commands/UnvisitCommand.d.ts.map +1 -0
- package/dist/components/reveal-info/RevealInfo.svelte +86 -0
- package/dist/components/reveal-info/RevealInfo.svelte.d.ts +15 -0
- package/dist/components/reveal-info/RevealInfo.svelte.d.ts.map +1 -0
- package/dist/components/reveal-info/RevealInfoCollection.d.ts +6 -0
- package/dist/components/reveal-info/RevealInfoCollection.d.ts.map +1 -0
- package/dist/components/reveal-info/RevealInfoRemoteQuery.d.ts +10 -0
- package/dist/components/reveal-info/RevealInfoRemoteQuery.d.ts.map +1 -0
- package/dist/components/reveal-info/RevealInfoRemoteQuery.js +1 -0
- package/dist/components/reveal-info/RevealInfoRune.svelte.d.ts +6 -0
- package/dist/components/reveal-info/RevealInfoRune.svelte.d.ts.map +1 -0
- package/dist/components/reveal-info/RevealInfoRune.svelte.js +13 -0
- package/dist/consts.d.ts +1 -0
- package/dist/consts.d.ts.map +1 -0
- package/dist/external/paraglide/messages/_index.d.ts +1 -0
- package/dist/external/paraglide/messages/_index.d.ts.map +1 -0
- package/dist/external/paraglide/messages/_index.js +3 -5
- package/dist/external/paraglide/messages/en.d.ts +1 -0
- package/dist/external/paraglide/messages/en.d.ts.map +1 -0
- package/dist/external/paraglide/messages/en.js +1 -1
- package/dist/external/paraglide/messages/fr.d.ts +1 -0
- package/dist/external/paraglide/messages/fr.d.ts.map +1 -0
- package/dist/external/paraglide/messages/fr.js +1 -1
- package/dist/external/paraglide/messages/tl.d.ts +1 -0
- package/dist/external/paraglide/messages/tl.d.ts.map +1 -0
- package/dist/external/paraglide/messages/tl.js +1 -1
- package/dist/external/paraglide/messages.d.ts +1 -0
- package/dist/external/paraglide/messages.d.ts.map +1 -0
- package/dist/external/paraglide/messages.js +1 -1
- package/dist/external/paraglide/registry.d.ts +1 -0
- package/dist/external/paraglide/registry.d.ts.map +1 -0
- package/dist/external/paraglide/registry.js +1 -1
- package/dist/external/paraglide/runtime.d.ts +190 -8
- package/dist/external/paraglide/runtime.d.ts.map +1 -0
- package/dist/external/paraglide/runtime.js +426 -90
- package/dist/external/paraglide/server.d.ts +5 -2
- package/dist/external/paraglide/server.d.ts.map +1 -0
- package/dist/external/paraglide/server.js +21 -20
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/modules/overrideable_meta/OverridableMeta.svelte +1 -2
- package/dist/modules/overrideable_meta/OverridableMeta.svelte.d.ts +15 -10
- package/dist/modules/overrideable_meta/OverridableMeta.svelte.d.ts.map +1 -0
- package/dist/modules/overrideable_meta/OverridableMetaProps.d.ts +1 -0
- package/dist/modules/overrideable_meta/OverridableMetaProps.d.ts.map +1 -0
- package/dist/modules/overrideable_meta/index.d.ts +1 -0
- package/dist/modules/overrideable_meta/index.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipBlockChildren.svelte.d.ts +14 -7
- package/dist/modules/parsnip/ParsnipBlockChildren.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte.d.ts +13 -13
- package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipEntry.d.ts +1 -0
- package/dist/modules/parsnip/ParsnipEntry.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipHeading.svelte.d.ts +14 -6
- package/dist/modules/parsnip/ParsnipHeading.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipList.svelte.d.ts +14 -6
- package/dist/modules/parsnip/ParsnipList.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipOverall.d.ts +1 -0
- package/dist/modules/parsnip/ParsnipOverall.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipParagraph.svelte +10 -10
- package/dist/modules/parsnip/ParsnipParagraph.svelte.d.ts +14 -6
- package/dist/modules/parsnip/ParsnipParagraph.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte +30 -30
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte.d.ts +14 -6
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/ParsnipWikilink.svelte.d.ts +13 -14
- package/dist/modules/parsnip/ParsnipWikilink.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/index.d.ts +1 -0
- package/dist/modules/parsnip/index.d.ts.map +1 -0
- package/dist/modules/parsnip/route-util/ParsnipBlog.svelte.d.ts +14 -6
- package/dist/modules/parsnip/route-util/ParsnipBlog.svelte.d.ts.map +1 -0
- package/dist/modules/parsnip/route-util/getSlugEntries.d.ts +1 -0
- package/dist/modules/parsnip/route-util/getSlugEntries.d.ts.map +1 -0
- package/dist/modules/parsnip/route-util/menuPageServerLoad.d.ts +7 -0
- package/dist/modules/parsnip/route-util/menuPageServerLoad.d.ts.map +1 -0
- package/dist/modules/parsnip/route-util/menuPageServerLoad.js +28 -1
- package/dist/modules/parsnip/route-util/slugPageServerLoad.d.ts +2 -1
- package/dist/modules/parsnip/route-util/slugPageServerLoad.d.ts.map +1 -0
- package/dist/scripts/pineapple_fiber/PineappleFiberParser.d.ts +1 -0
- package/dist/scripts/pineapple_fiber/PineappleFiberParser.d.ts.map +1 -0
- package/dist/scripts/pineapple_fiber/PineappleWeaver.d.ts +1 -0
- package/dist/scripts/pineapple_fiber/PineappleWeaver.d.ts.map +1 -0
- package/dist/scripts/util/FileManagement.d.ts +1 -0
- package/dist/scripts/util/FileManagement.d.ts.map +1 -0
- package/dist/scripts/util/ManualCheck.d.ts +1 -0
- package/dist/scripts/util/ManualCheck.d.ts.map +1 -0
- package/dist/scripts/util/ManualCheckRun.d.ts +1 -0
- package/dist/scripts/util/ManualCheckRun.d.ts.map +1 -0
- package/dist/store.d.ts +1 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/styles/app.css +61 -21
- package/dist/styles/color-tokens.css +23 -0
- package/dist/styles/surface-colors.scss +38 -0
- package/dist/styles/tailwind.css +3349 -0
- package/dist/styles/turnip-theme.css +59 -52
- package/dist/types/BlogBlurbMeta.d.ts +1 -0
- package/dist/types/BlogBlurbMeta.d.ts.map +1 -0
- package/dist/types/BreadcrumbData.d.ts +1 -0
- package/dist/types/BreadcrumbData.d.ts.map +1 -0
- package/dist/types/api/CreateUrl.d.ts +1 -0
- package/dist/types/api/CreateUrl.d.ts.map +1 -0
- package/dist/types/api/index.d.ts +1 -0
- package/dist/types/api/index.d.ts.map +1 -0
- package/dist/types/pineapple_fiber/DialogDetail.d.ts +1 -0
- package/dist/types/pineapple_fiber/DialogDetail.d.ts.map +1 -0
- package/dist/types/pineapple_fiber/DialogState.d.ts +1 -0
- package/dist/types/pineapple_fiber/DialogState.d.ts.map +1 -0
- package/dist/types/pineapple_fiber/DialogVariableStore.d.ts +1 -0
- package/dist/types/pineapple_fiber/DialogVariableStore.d.ts.map +1 -0
- package/dist/types/pineapple_fiber/PortraitType.d.ts +1 -0
- package/dist/types/pineapple_fiber/PortraitType.d.ts.map +1 -0
- package/dist/ui/components/FourPartCard.svelte +12 -5
- package/dist/ui/components/FourPartCard.svelte.d.ts +14 -9
- package/dist/ui/components/FourPartCard.svelte.d.ts.map +1 -0
- package/dist/ui/components/MeltToaster/MeltToaster.svelte +101 -0
- package/dist/ui/components/MeltToaster/MeltToaster.svelte.d.ts +65 -0
- package/dist/ui/components/MeltToaster/MeltToaster.svelte.d.ts.map +1 -0
- package/dist/ui/{templates/SeaweedLayout → components/MeltToaster}/ToastSettings.d.ts +1 -1
- package/dist/ui/components/MeltToaster/ToastSettings.d.ts.map +1 -0
- package/dist/ui/components/MeltToaster/ToastSettings.js +1 -0
- package/dist/ui/components/ModalBase.svelte.d.ts +14 -7
- package/dist/ui/components/ModalBase.svelte.d.ts.map +1 -0
- package/dist/ui/components/SocialSection.svelte +58 -27
- package/dist/ui/components/SocialSection.svelte.d.ts +15 -9
- package/dist/ui/components/SocialSection.svelte.d.ts.map +1 -0
- package/dist/ui/components/accordion/PinyaAccordion.svelte +54 -12
- package/dist/ui/components/accordion/PinyaAccordion.svelte.d.ts +14 -7
- package/dist/ui/components/accordion/PinyaAccordion.svelte.d.ts.map +1 -0
- package/dist/ui/components/accordion/PinyaAccordionItem.svelte +117 -18
- package/dist/ui/components/accordion/PinyaAccordionItem.svelte.d.ts +14 -8
- package/dist/ui/components/accordion/PinyaAccordionItem.svelte.d.ts.map +1 -0
- package/dist/ui/components/accordion/accordionContext.d.ts +5 -0
- package/dist/ui/components/accordion/accordionContext.d.ts.map +1 -0
- package/dist/ui/components/accordion/accordionContext.js +2 -0
- package/dist/ui/components/accordion/index.d.ts +1 -0
- package/dist/ui/components/accordion/index.d.ts.map +1 -0
- package/dist/ui/components/index.d.ts +1 -0
- package/dist/ui/components/index.d.ts.map +1 -0
- package/dist/ui/components/randomized-background/RandomizedBackground.svelte +3 -1
- package/dist/ui/components/randomized-background/RandomizedBackground.svelte.d.ts +14 -5
- package/dist/ui/components/randomized-background/RandomizedBackground.svelte.d.ts.map +1 -0
- package/dist/ui/components/randomized-background/RandomizedImage.svelte +3 -2
- package/dist/ui/components/randomized-background/RandomizedImage.svelte.d.ts +14 -6
- package/dist/ui/components/randomized-background/RandomizedImage.svelte.d.ts.map +1 -0
- package/dist/ui/components/randomized-background/getSocialSection.remote.d.ts +3 -0
- package/dist/ui/components/randomized-background/getSocialSection.remote.d.ts.map +1 -0
- package/dist/ui/components/randomized-background/getSocialSection.remote.js +7 -0
- package/dist/ui/components/socialSectionRemote.remote.d.ts +3 -0
- package/dist/ui/components/socialSectionRemote.remote.d.ts.map +1 -0
- package/dist/ui/components/socialSectionRemote.remote.js +3 -0
- package/dist/ui/elements/CodeBlock/CodeBlock.svelte +1 -1
- package/dist/ui/elements/CodeBlock/CodeBlock.svelte.d.ts +15 -4
- package/dist/ui/elements/CodeBlock/CodeBlock.svelte.d.ts.map +1 -0
- package/dist/ui/elements/CodeBlock/CodeBlockProps.d.ts +1 -0
- package/dist/ui/elements/CodeBlock/CodeBlockProps.d.ts.map +1 -0
- package/dist/ui/elements/CodeBlock/index.d.ts +1 -0
- package/dist/ui/elements/CodeBlock/index.d.ts.map +1 -0
- package/dist/ui/elements/ColorScheme.d.ts +9 -8
- package/dist/ui/elements/ColorScheme.d.ts.map +1 -0
- package/dist/ui/elements/ColorScheme.js +8 -8
- package/dist/ui/elements/ElementVisibilityDetector.svelte +24 -19
- package/dist/ui/elements/ElementVisibilityDetector.svelte.d.ts +14 -7
- package/dist/ui/elements/ElementVisibilityDetector.svelte.d.ts.map +1 -0
- package/dist/ui/elements/GeneralUIProps.d.ts +1 -0
- package/dist/ui/elements/GeneralUIProps.d.ts.map +1 -0
- package/dist/ui/elements/ImageIcon.svelte +5 -1
- package/dist/ui/elements/ImageIcon.svelte.d.ts +19 -6
- package/dist/ui/elements/ImageIcon.svelte.d.ts.map +1 -0
- package/dist/ui/elements/OnBackground.d.ts +1 -0
- package/dist/ui/elements/OnBackground.d.ts.map +1 -0
- package/dist/ui/elements/PineappleSwitch.svelte +76 -11
- package/dist/ui/elements/PineappleSwitch.svelte.d.ts +14 -9
- package/dist/ui/elements/PineappleSwitch.svelte.d.ts.map +1 -0
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte +6 -2
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte.d.ts +19 -4
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte.d.ts.map +1 -0
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButtonProps.d.ts +1 -0
- package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButtonProps.d.ts.map +1 -0
- package/dist/ui/elements/PinyaAnchorButton/index.d.ts +1 -0
- package/dist/ui/elements/PinyaAnchorButton/index.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButton/PinyaButton.svelte +2 -2
- package/dist/ui/elements/PinyaButton/PinyaButton.svelte.d.ts +15 -4
- package/dist/ui/elements/PinyaButton/PinyaButton.svelte.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButton/PinyaButtonProps.d.ts +1 -0
- package/dist/ui/elements/PinyaButton/PinyaButtonProps.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButton/index.d.ts +1 -0
- package/dist/ui/elements/PinyaButton/index.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButtonCommon/ButtonVariant.d.ts +4 -3
- package/dist/ui/elements/PinyaButtonCommon/ButtonVariant.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButtonCommon/ButtonVariant.js +3 -3
- package/dist/ui/elements/PinyaButtonCommon/PinyaButtonCommonProps.d.ts +4 -0
- package/dist/ui/elements/PinyaButtonCommon/PinyaButtonCommonProps.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButtonCommon/createButtonClass.d.ts +1 -0
- package/dist/ui/elements/PinyaButtonCommon/createButtonClass.d.ts.map +1 -0
- package/dist/ui/elements/PinyaButtonCommon/createButtonClass.js +4 -22
- package/dist/ui/elements/PinyaButtonCommon/index.d.ts +1 -0
- package/dist/ui/elements/PinyaButtonCommon/index.d.ts.map +1 -0
- package/dist/ui/elements/PinyaCard/PinyaCard.svelte +66 -24
- package/dist/ui/elements/PinyaCard/PinyaCard.svelte.d.ts +16 -4
- package/dist/ui/elements/PinyaCard/PinyaCard.svelte.d.ts.map +1 -0
- package/dist/ui/elements/PinyaCard/PinyaCardProps.d.ts +12 -3
- package/dist/ui/elements/PinyaCard/PinyaCardProps.d.ts.map +1 -0
- package/dist/ui/elements/PinyaCard/index.d.ts +1 -0
- package/dist/ui/elements/PinyaCard/index.d.ts.map +1 -0
- package/dist/ui/elements/Placeholder.svelte +4 -0
- package/dist/ui/elements/Placeholder.svelte.d.ts +18 -6
- package/dist/ui/elements/Placeholder.svelte.d.ts.map +1 -0
- package/dist/ui/elements/TextChip/TextChip.svelte +5 -1
- package/dist/ui/elements/TextChip/TextChip.svelte.d.ts +19 -4
- package/dist/ui/elements/TextChip/TextChip.svelte.d.ts.map +1 -0
- package/dist/ui/elements/TextChip/TextChipProps.d.ts +1 -0
- package/dist/ui/elements/TextChip/TextChipProps.d.ts.map +1 -0
- package/dist/ui/elements/TextChip/index.d.ts +1 -0
- package/dist/ui/elements/TextChip/index.d.ts.map +1 -0
- package/dist/ui/elements/TextLink.svelte +10 -5
- package/dist/ui/elements/TextLink.svelte.d.ts +18 -7
- package/dist/ui/elements/TextLink.svelte.d.ts.map +1 -0
- package/dist/ui/elements/WrapperProps.d.ts +1 -0
- package/dist/ui/elements/WrapperProps.d.ts.map +1 -0
- package/dist/ui/elements/index.d.ts +1 -0
- package/dist/ui/elements/index.d.ts.map +1 -0
- package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte +117 -22
- package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte.d.ts +17 -22
- package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte.d.ts.map +1 -0
- package/dist/ui/elements/pinya-combobox/PinyaComboboxProps.d.ts +9 -7
- package/dist/ui/elements/pinya-combobox/PinyaComboboxProps.d.ts.map +1 -0
- package/dist/ui/modules/NavigationMenu/NavigationControl.svelte.d.ts +14 -7
- package/dist/ui/modules/NavigationMenu/NavigationControl.svelte.d.ts.map +1 -0
- package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte +4 -4
- package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte.d.ts +14 -21
- package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte.d.ts.map +1 -0
- package/dist/ui/modules/NavigationMenu/PageMeta.d.ts +1 -0
- package/dist/ui/modules/NavigationMenu/PageMeta.d.ts.map +1 -0
- package/dist/ui/modules/NavigationMenu/index.d.ts +1 -0
- package/dist/ui/modules/NavigationMenu/index.d.ts.map +1 -0
- package/dist/ui/modules/index.d.ts +2 -1
- package/dist/ui/modules/index.d.ts.map +1 -0
- package/dist/ui/modules/index.js +1 -1
- package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte +18 -40
- package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.d.ts +15 -4
- package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.d.ts.map +1 -0
- package/dist/ui/modules/modals/general-settings/LanguagePicker.svelte +6 -8
- package/dist/ui/modules/modals/general-settings/LanguagePicker.svelte.d.ts +15 -3
- package/dist/ui/modules/modals/general-settings/LanguagePicker.svelte.d.ts.map +1 -0
- package/dist/ui/modules/projects/Hepcat.svelte +1 -1
- package/dist/ui/modules/projects/Hepcat.svelte.d.ts +12 -16
- package/dist/ui/modules/projects/Hepcat.svelte.d.ts.map +1 -0
- package/dist/ui/modules/projects/Pengi.svelte +1 -1
- package/dist/ui/modules/projects/Pengi.svelte.d.ts +12 -16
- package/dist/ui/modules/projects/Pengi.svelte.d.ts.map +1 -0
- package/dist/ui/modules/projects/Soulwork.svelte.d.ts +12 -16
- package/dist/ui/modules/projects/Soulwork.svelte.d.ts.map +1 -0
- package/dist/ui/modules/projects/ThisWebpage.svelte.d.ts +12 -16
- package/dist/ui/modules/projects/ThisWebpage.svelte.d.ts.map +1 -0
- package/dist/ui/modules/projects/index.d.ts +1 -0
- package/dist/ui/modules/projects/index.d.ts.map +1 -0
- package/dist/ui/modules/universal-overlay/DialogPanel.svelte +37 -0
- package/dist/ui/modules/universal-overlay/DialogPanel.svelte.d.ts +16 -0
- package/dist/ui/modules/universal-overlay/DialogPanel.svelte.d.ts.map +1 -0
- package/dist/ui/modules/universal-overlay/SettingsPanel.svelte +152 -0
- package/dist/ui/modules/universal-overlay/SettingsPanel.svelte.d.ts +20 -0
- package/dist/ui/modules/universal-overlay/SettingsPanel.svelte.d.ts.map +1 -0
- package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte +302 -0
- package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte.d.ts +23 -0
- package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte.d.ts.map +1 -0
- package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte +3 -3
- package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte.d.ts +14 -8
- package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte.d.ts.map +1 -0
- package/dist/ui/templates/PinyaPageLayout/index.d.ts +2 -1
- package/dist/ui/templates/PinyaPageLayout/index.d.ts.map +1 -0
- package/dist/ui/templates/PinyaPageLayout/index.js +1 -1
- package/dist/ui/templates/PinyaPageLayout/{runes.svelte.d.ts → pinyaPageLayoutRunes.svelte.d.ts} +1 -0
- package/dist/ui/templates/PinyaPageLayout/pinyaPageLayoutRunes.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte +1 -1
- package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte.d.ts +15 -3
- package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte +10 -12
- package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte.d.ts +14 -8
- package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte +9 -8
- package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte.d.ts +15 -4
- package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/EntryOrderConfig.svelte.d.ts +14 -8
- package/dist/ui/templates/SeaweedLayout/EntryOrderConfig.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/ProjectComponentProps.d.ts +1 -0
- package/dist/ui/templates/SeaweedLayout/ProjectComponentProps.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte +22 -12
- package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte.d.ts +14 -13
- package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/SeaweedLayout.svelte +5 -0
- package/dist/ui/templates/SeaweedLayout/SeaweedLayout.svelte.d.ts +15 -4
- package/dist/ui/templates/SeaweedLayout/SeaweedLayout.svelte.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/index.d.ts +1 -0
- package/dist/ui/templates/SeaweedLayout/index.d.ts.map +1 -0
- package/dist/ui/templates/SeaweedLayout/props.d.ts +1 -0
- package/dist/ui/templates/SeaweedLayout/props.d.ts.map +1 -0
- package/dist/ui/templates/blog_template/BlogTemplate.svelte +9 -6
- package/dist/ui/templates/blog_template/BlogTemplate.svelte.d.ts +14 -11
- package/dist/ui/templates/blog_template/BlogTemplate.svelte.d.ts.map +1 -0
- package/dist/ui/templates/blog_template/BlogTemplateInner.svelte +2 -2
- package/dist/ui/templates/blog_template/BlogTemplateInner.svelte.d.ts +14 -7
- package/dist/ui/templates/blog_template/BlogTemplateInner.svelte.d.ts.map +1 -0
- package/dist/ui/templates/confirmation-modal/component.svelte +1 -1
- package/dist/ui/templates/confirmation-modal/component.svelte.d.ts +15 -4
- package/dist/ui/templates/confirmation-modal/component.svelte.d.ts.map +1 -0
- package/dist/ui/templates/confirmation-modal/index.d.ts +1 -0
- package/dist/ui/templates/confirmation-modal/index.d.ts.map +1 -0
- package/dist/ui/templates/confirmation-modal/props.d.ts +1 -0
- package/dist/ui/templates/confirmation-modal/props.d.ts.map +1 -0
- package/dist/ui/templates/index.d.ts +2 -1
- package/dist/ui/templates/index.d.ts.map +1 -0
- package/dist/ui/templates/index.js +1 -1
- package/dist/ui/templates/{PinyaBase.svelte → pinya-base/PinyaBase.svelte} +42 -31
- package/dist/ui/templates/pinya-base/PinyaBase.svelte.d.ts +17 -0
- package/dist/ui/templates/pinya-base/PinyaBase.svelte.d.ts.map +1 -0
- package/dist/ui/templates/{runes.svelte.d.ts → pinya-base/pinyaBaseRunes.svelte.d.ts} +1 -0
- package/dist/ui/templates/pinya-base/pinyaBaseRunes.svelte.d.ts.map +1 -0
- package/dist/ui/templates/{runes.svelte.js → pinya-base/pinyaBaseRunes.svelte.js} +1 -1
- package/dist/util/context/PineappleBaseContext.svelte +52 -0
- package/dist/util/context/PineappleBaseContext.svelte.d.ts +15 -0
- package/dist/util/context/PineappleBaseContext.svelte.d.ts.map +1 -0
- package/dist/util/context/pineappleBaseContextDefinitions.d.ts +7 -0
- package/dist/util/context/pineappleBaseContextDefinitions.d.ts.map +1 -0
- package/dist/util/context/pineappleBaseContextDefinitions.js +6 -0
- package/dist/util/env-getter.d.ts +1 -0
- package/dist/util/env-getter.d.ts.map +1 -0
- package/dist/util/env-getter.js +5 -2
- package/dist/util/localStore.svelte.d.ts +17 -0
- package/dist/util/localStore.svelte.d.ts.map +1 -0
- package/dist/util/localStore.svelte.js +76 -0
- package/dist/util/util.d.ts +1 -0
- package/dist/util/util.d.ts.map +1 -0
- package/package.json +42 -41
- package/src/lib/styles/app.css +61 -21
- package/dist/ui/modules/dialog_overlay/DialogOverlay.svelte +0 -239
- package/dist/ui/modules/dialog_overlay/DialogOverlay.svelte.d.ts +0 -3
- package/dist/ui/templates/PinyaBase.svelte.d.ts +0 -7
- /package/dist/{ui/templates/SeaweedLayout/ToastSettings.js → components/reveal-info/RevealInfoCollection.js} +0 -0
- /package/dist/ui/templates/PinyaPageLayout/{runes.svelte.js → pinyaPageLayoutRunes.svelte.js} +0 -0
|
@@ -0,0 +1,3349 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties {
|
|
2
|
+
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
|
|
3
|
+
*,
|
|
4
|
+
:before,
|
|
5
|
+
:after,
|
|
6
|
+
::backdrop {
|
|
7
|
+
--tw-translate-x:0;
|
|
8
|
+
--tw-translate-y:0;
|
|
9
|
+
--tw-translate-z:0;
|
|
10
|
+
--tw-rotate-x:initial;
|
|
11
|
+
--tw-rotate-y:initial;
|
|
12
|
+
--tw-rotate-z:initial;
|
|
13
|
+
--tw-skew-x:initial;
|
|
14
|
+
--tw-skew-y:initial;
|
|
15
|
+
--tw-space-y-reverse:0;
|
|
16
|
+
--tw-space-x-reverse:0;
|
|
17
|
+
--tw-border-style:solid;
|
|
18
|
+
--tw-font-weight:initial;
|
|
19
|
+
--tw-shadow:0 0 #0000;
|
|
20
|
+
--tw-shadow-color:initial;
|
|
21
|
+
--tw-shadow-alpha:100%;
|
|
22
|
+
--tw-inset-shadow:0 0 #0000;
|
|
23
|
+
--tw-inset-shadow-color:initial;
|
|
24
|
+
--tw-inset-shadow-alpha:100%;
|
|
25
|
+
--tw-ring-color:initial;
|
|
26
|
+
--tw-ring-shadow:0 0 #0000;
|
|
27
|
+
--tw-inset-ring-color:initial;
|
|
28
|
+
--tw-inset-ring-shadow:0 0 #0000;
|
|
29
|
+
--tw-ring-inset:initial;
|
|
30
|
+
--tw-ring-offset-width:0px;
|
|
31
|
+
--tw-ring-offset-color:#fff;
|
|
32
|
+
--tw-ring-offset-shadow:0 0 #0000;
|
|
33
|
+
--tw-blur:initial;
|
|
34
|
+
--tw-brightness:initial;
|
|
35
|
+
--tw-contrast:initial;
|
|
36
|
+
--tw-grayscale:initial;
|
|
37
|
+
--tw-hue-rotate:initial;
|
|
38
|
+
--tw-invert:initial;
|
|
39
|
+
--tw-opacity:initial;
|
|
40
|
+
--tw-saturate:initial;
|
|
41
|
+
--tw-sepia:initial;
|
|
42
|
+
--tw-drop-shadow:initial;
|
|
43
|
+
--tw-drop-shadow-color:initial;
|
|
44
|
+
--tw-drop-shadow-alpha:100%;
|
|
45
|
+
--tw-drop-shadow-size:initial;
|
|
46
|
+
--tw-backdrop-blur:initial;
|
|
47
|
+
--tw-backdrop-brightness:initial;
|
|
48
|
+
--tw-backdrop-contrast:initial;
|
|
49
|
+
--tw-backdrop-grayscale:initial;
|
|
50
|
+
--tw-backdrop-hue-rotate:initial;
|
|
51
|
+
--tw-backdrop-invert:initial;
|
|
52
|
+
--tw-backdrop-opacity:initial;
|
|
53
|
+
--tw-backdrop-saturate:initial;
|
|
54
|
+
--tw-backdrop-sepia:initial;
|
|
55
|
+
--tw-duration:initial;
|
|
56
|
+
--tw-ease:initial
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
@layer theme {
|
|
61
|
+
:root,
|
|
62
|
+
:host {
|
|
63
|
+
--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
64
|
+
--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
|
65
|
+
--color-white:#fff;
|
|
66
|
+
--spacing:.25rem;
|
|
67
|
+
--container-xs:20rem;
|
|
68
|
+
--container-md:28rem;
|
|
69
|
+
--container-lg:32rem;
|
|
70
|
+
--container-xl:36rem;
|
|
71
|
+
--container-2xl:42rem;
|
|
72
|
+
--container-3xl:48rem;
|
|
73
|
+
--container-4xl:56rem;
|
|
74
|
+
--text-xs:calc(.75rem*var(--text-scaling));
|
|
75
|
+
--text-xs--line-height:calc(calc(1/.75)*var(--text-scaling));
|
|
76
|
+
--text-sm:calc(.875rem*var(--text-scaling));
|
|
77
|
+
--text-sm--line-height:calc(calc(1.25/.875)*var(--text-scaling));
|
|
78
|
+
--text-base:calc(1rem*var(--text-scaling));
|
|
79
|
+
--text-base--line-height:calc( 1.5 *var(--text-scaling));
|
|
80
|
+
--text-xl:calc(1.25rem*var(--text-scaling));
|
|
81
|
+
--text-xl--line-height:calc(calc(1.75/1.25)*var(--text-scaling));
|
|
82
|
+
--text-2xl:calc(1.5rem*var(--text-scaling));
|
|
83
|
+
--text-2xl--line-height:calc(calc(2/1.5)*var(--text-scaling));
|
|
84
|
+
--text-3xl:calc(1.875rem*var(--text-scaling));
|
|
85
|
+
--text-3xl--line-height:calc( 1.2 *var(--text-scaling));
|
|
86
|
+
--text-4xl:calc(2.25rem*var(--text-scaling));
|
|
87
|
+
--text-4xl--line-height:calc(calc(2.5/2.25)*var(--text-scaling));
|
|
88
|
+
--font-weight-medium:500;
|
|
89
|
+
--font-weight-bold:700;
|
|
90
|
+
--radius-sm:.25rem;
|
|
91
|
+
--radius-lg:.5rem;
|
|
92
|
+
--radius-xl:.75rem;
|
|
93
|
+
--radius-2xl:1rem;
|
|
94
|
+
--ease-in-out:cubic-bezier(.4,0,.2,1);
|
|
95
|
+
--animate-spin:spin 1s linear infinite;
|
|
96
|
+
--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;
|
|
97
|
+
--default-transition-duration:.15s;
|
|
98
|
+
--default-transition-timing-function:cubic-bezier(.4,0,.2,1);
|
|
99
|
+
--default-font-family:var(--font-sans);
|
|
100
|
+
--default-mono-font-family:var(--font-mono);
|
|
101
|
+
--text-scaling:1;
|
|
102
|
+
--base-font-color:inherit;
|
|
103
|
+
--base-font-color-dark:inherit;
|
|
104
|
+
--base-font-family:inherit;
|
|
105
|
+
--base-font-size:inherit;
|
|
106
|
+
--base-line-height:inherit;
|
|
107
|
+
--base-font-weight:inherit;
|
|
108
|
+
--base-font-style:inherit;
|
|
109
|
+
--base-letter-spacing:inherit;
|
|
110
|
+
--heading-font-color:inherit;
|
|
111
|
+
--heading-font-color-dark:inherit;
|
|
112
|
+
--heading-font-family:inherit;
|
|
113
|
+
--heading-font-weight:inherit;
|
|
114
|
+
--heading-font-style:inherit;
|
|
115
|
+
--heading-letter-spacing:inherit;
|
|
116
|
+
--anchor-font-color:inherit;
|
|
117
|
+
--anchor-font-color-dark:inherit;
|
|
118
|
+
--anchor-font-family:inherit;
|
|
119
|
+
--anchor-font-size:inherit;
|
|
120
|
+
--anchor-line-height:inherit;
|
|
121
|
+
--anchor-font-weight:inherit;
|
|
122
|
+
--anchor-font-style:inherit;
|
|
123
|
+
--anchor-letter-spacing:inherit;
|
|
124
|
+
--anchor-text-decoration:inherit;
|
|
125
|
+
--anchor-text-decoration-hover:underline;
|
|
126
|
+
--anchor-text-decoration-active:inherit;
|
|
127
|
+
--anchor-text-decoration-focus:inherit;
|
|
128
|
+
--radius-base:.25rem;
|
|
129
|
+
--radius-container:.25rem;
|
|
130
|
+
--default-ring-width:1px;
|
|
131
|
+
--animate-progress-indeterminate:anim-progress-indeterminate 2s linear infinite;
|
|
132
|
+
--animate-ring-indeterminate:anim-ring-indeterminate 2s linear infinite;
|
|
133
|
+
--color-primary-50:oklch(98.5% 0 0);
|
|
134
|
+
--color-primary-100:oklch(97% 0 0);
|
|
135
|
+
--color-primary-200:oklch(92.2% 0 0);
|
|
136
|
+
--color-primary-300:oklch(87% 0 0);
|
|
137
|
+
--color-primary-400:oklch(70.8% 0 0);
|
|
138
|
+
--color-primary-500:oklch(55.6% 0 0);
|
|
139
|
+
--color-primary-600:oklch(43.9% 0 0);
|
|
140
|
+
--color-primary-700:oklch(37.1% 0 0);
|
|
141
|
+
--color-primary-800:oklch(26.9% 0 0);
|
|
142
|
+
--color-primary-900:oklch(20.5% 0 0);
|
|
143
|
+
--color-primary-950:oklch(14.5% 0 0);
|
|
144
|
+
--color-primary-contrast-dark:var(--color-primary-950);
|
|
145
|
+
--color-primary-contrast-light:var(--color-primary-50);
|
|
146
|
+
--color-primary-contrast-50:var(--color-primary-contrast-dark);
|
|
147
|
+
--color-primary-contrast-400:var(--color-primary-contrast-light);
|
|
148
|
+
--color-primary-contrast-500:var(--color-primary-contrast-light);
|
|
149
|
+
--color-primary-contrast-600:var(--color-primary-contrast-light);
|
|
150
|
+
--color-primary-contrast-950:var(--color-primary-contrast-light);
|
|
151
|
+
--color-secondary-50:oklch(98.5% 0 0);
|
|
152
|
+
--color-secondary-100:oklch(97% 0 0);
|
|
153
|
+
--color-secondary-200:oklch(92.2% 0 0);
|
|
154
|
+
--color-secondary-300:oklch(87% 0 0);
|
|
155
|
+
--color-secondary-400:oklch(70.8% 0 0);
|
|
156
|
+
--color-secondary-500:oklch(55.6% 0 0);
|
|
157
|
+
--color-secondary-600:oklch(43.9% 0 0);
|
|
158
|
+
--color-secondary-700:oklch(37.1% 0 0);
|
|
159
|
+
--color-secondary-800:oklch(26.9% 0 0);
|
|
160
|
+
--color-secondary-900:oklch(20.5% 0 0);
|
|
161
|
+
--color-secondary-950:oklch(14.5% 0 0);
|
|
162
|
+
--color-secondary-contrast-dark:var(--color-secondary-950);
|
|
163
|
+
--color-secondary-contrast-light:var(--color-secondary-50);
|
|
164
|
+
--color-secondary-contrast-500:var(--color-secondary-contrast-light);
|
|
165
|
+
--color-tertiary-50:oklch(98.5% 0 0);
|
|
166
|
+
--color-tertiary-100:oklch(97% 0 0);
|
|
167
|
+
--color-tertiary-200:oklch(92.2% 0 0);
|
|
168
|
+
--color-tertiary-300:oklch(87% 0 0);
|
|
169
|
+
--color-tertiary-400:oklch(70.8% 0 0);
|
|
170
|
+
--color-tertiary-500:oklch(55.6% 0 0);
|
|
171
|
+
--color-tertiary-600:oklch(43.9% 0 0);
|
|
172
|
+
--color-tertiary-700:oklch(37.1% 0 0);
|
|
173
|
+
--color-tertiary-800:oklch(26.9% 0 0);
|
|
174
|
+
--color-tertiary-900:oklch(20.5% 0 0);
|
|
175
|
+
--color-tertiary-950:oklch(14.5% 0 0);
|
|
176
|
+
--color-tertiary-contrast-dark:var(--color-tertiary-950);
|
|
177
|
+
--color-tertiary-contrast-light:var(--color-tertiary-50);
|
|
178
|
+
--color-success-50:oklch(98.5% 0 0);
|
|
179
|
+
--color-success-100:oklch(97% 0 0);
|
|
180
|
+
--color-success-200:oklch(92.2% 0 0);
|
|
181
|
+
--color-success-300:oklch(87% 0 0);
|
|
182
|
+
--color-success-400:oklch(70.8% 0 0);
|
|
183
|
+
--color-success-500:oklch(55.6% 0 0);
|
|
184
|
+
--color-success-600:oklch(43.9% 0 0);
|
|
185
|
+
--color-success-700:oklch(37.1% 0 0);
|
|
186
|
+
--color-success-800:oklch(26.9% 0 0);
|
|
187
|
+
--color-success-900:oklch(20.5% 0 0);
|
|
188
|
+
--color-success-950:oklch(14.5% 0 0);
|
|
189
|
+
--color-success-contrast-dark:var(--color-success-950);
|
|
190
|
+
--color-success-contrast-light:var(--color-success-50);
|
|
191
|
+
--color-success-contrast-500:var(--color-success-contrast-light);
|
|
192
|
+
--color-warning-50:oklch(98.5% 0 0);
|
|
193
|
+
--color-warning-100:oklch(97% 0 0);
|
|
194
|
+
--color-warning-200:oklch(92.2% 0 0);
|
|
195
|
+
--color-warning-300:oklch(87% 0 0);
|
|
196
|
+
--color-warning-400:oklch(70.8% 0 0);
|
|
197
|
+
--color-warning-500:oklch(55.6% 0 0);
|
|
198
|
+
--color-warning-600:oklch(43.9% 0 0);
|
|
199
|
+
--color-warning-700:oklch(37.1% 0 0);
|
|
200
|
+
--color-warning-800:oklch(26.9% 0 0);
|
|
201
|
+
--color-warning-900:oklch(20.5% 0 0);
|
|
202
|
+
--color-warning-950:oklch(14.5% 0 0);
|
|
203
|
+
--color-warning-contrast-dark:var(--color-warning-950);
|
|
204
|
+
--color-warning-contrast-light:var(--color-warning-50);
|
|
205
|
+
--color-warning-contrast-400:var(--color-warning-contrast-light);
|
|
206
|
+
--color-warning-contrast-600:var(--color-warning-contrast-light);
|
|
207
|
+
--color-error-50:oklch(98.5% 0 0);
|
|
208
|
+
--color-error-100:oklch(97% 0 0);
|
|
209
|
+
--color-error-200:oklch(92.2% 0 0);
|
|
210
|
+
--color-error-300:oklch(87% 0 0);
|
|
211
|
+
--color-error-400:oklch(70.8% 0 0);
|
|
212
|
+
--color-error-500:oklch(55.6% 0 0);
|
|
213
|
+
--color-error-600:oklch(43.9% 0 0);
|
|
214
|
+
--color-error-700:oklch(37.1% 0 0);
|
|
215
|
+
--color-error-800:oklch(26.9% 0 0);
|
|
216
|
+
--color-error-900:oklch(20.5% 0 0);
|
|
217
|
+
--color-error-950:oklch(14.5% 0 0);
|
|
218
|
+
--color-error-contrast-dark:var(--color-error-950);
|
|
219
|
+
--color-error-contrast-light:var(--color-error-50);
|
|
220
|
+
--color-error-contrast-500:var(--color-error-contrast-light);
|
|
221
|
+
--color-surface-50:oklch(98.5% 0 0);
|
|
222
|
+
--color-surface-100:oklch(97% 0 0);
|
|
223
|
+
--color-surface-200:oklch(92.2% 0 0);
|
|
224
|
+
--color-surface-300:oklch(87% 0 0);
|
|
225
|
+
--color-surface-400:oklch(70.8% 0 0);
|
|
226
|
+
--color-surface-500:oklch(55.6% 0 0);
|
|
227
|
+
--color-surface-600:oklch(43.9% 0 0);
|
|
228
|
+
--color-surface-700:oklch(37.1% 0 0);
|
|
229
|
+
--color-surface-800:oklch(26.9% 0 0);
|
|
230
|
+
--color-surface-900:oklch(20.5% 0 0);
|
|
231
|
+
--color-surface-950:oklch(14.5% 0 0);
|
|
232
|
+
--color-surface-contrast-dark:var(--color-surface-950);
|
|
233
|
+
--color-surface-contrast-light:var(--color-surface-50);
|
|
234
|
+
--color-surface-contrast-50:var(--color-surface-contrast-dark);
|
|
235
|
+
--color-surface-contrast-100:var(--color-surface-contrast-dark);
|
|
236
|
+
--color-surface-contrast-200:var(--color-surface-contrast-dark);
|
|
237
|
+
--color-surface-contrast-800:var(--color-surface-contrast-light);
|
|
238
|
+
--color-surface-contrast-900:var(--color-surface-contrast-light);
|
|
239
|
+
--color-surface-contrast-950:var(--color-surface-contrast-light);
|
|
240
|
+
--body-background-color:var(--color-surface-50);
|
|
241
|
+
--body-background-color-dark:var(--color-surface-950);
|
|
242
|
+
--color-primary-50-950:light-dark(var(--color-primary-50),var(--color-primary-950));
|
|
243
|
+
--color-primary-contrast-50-950:light-dark(var(--color-primary-contrast-50),var(--color-primary-contrast-950));
|
|
244
|
+
--color-primary-100-900:light-dark(var(--color-primary-100),var(--color-primary-900));
|
|
245
|
+
--color-primary-300-700:light-dark(var(--color-primary-300),var(--color-primary-700));
|
|
246
|
+
--color-primary-contrast-400-600:light-dark(var(--color-primary-contrast-400),var(--color-primary-contrast-600));
|
|
247
|
+
--color-primary-950-50:light-dark(var(--color-primary-950),var(--color-primary-50));
|
|
248
|
+
--color-secondary-50-950:light-dark(var(--color-secondary-50),var(--color-secondary-950));
|
|
249
|
+
--color-secondary-950-50:light-dark(var(--color-secondary-950),var(--color-secondary-50));
|
|
250
|
+
--color-warning-600-400:light-dark(var(--color-warning-600),var(--color-warning-400));
|
|
251
|
+
--color-warning-contrast-600-400:light-dark(var(--color-warning-contrast-600),var(--color-warning-contrast-400));
|
|
252
|
+
--color-surface-50-950:light-dark(var(--color-surface-50),var(--color-surface-950));
|
|
253
|
+
--color-surface-contrast-50-950:light-dark(var(--color-surface-contrast-50),var(--color-surface-contrast-950));
|
|
254
|
+
--color-surface-100-900:light-dark(var(--color-surface-100),var(--color-surface-900));
|
|
255
|
+
--color-surface-contrast-100-900:light-dark(var(--color-surface-contrast-100),var(--color-surface-contrast-900));
|
|
256
|
+
--color-surface-200-800:light-dark(var(--color-surface-200),var(--color-surface-800));
|
|
257
|
+
--color-surface-contrast-200-800:light-dark(var(--color-surface-contrast-200),var(--color-surface-contrast-800));
|
|
258
|
+
--color-surface-300-700:light-dark(var(--color-surface-300),var(--color-surface-700));
|
|
259
|
+
--color-surface-600-400:light-dark(var(--color-surface-600),var(--color-surface-400));
|
|
260
|
+
--color-surface-700-300:light-dark(var(--color-surface-700),var(--color-surface-300));
|
|
261
|
+
--color-surface-800-200:light-dark(var(--color-surface-800),var(--color-surface-200));
|
|
262
|
+
--color-surface-contrast-800-200:light-dark(var(--color-surface-contrast-800),var(--color-surface-contrast-200));
|
|
263
|
+
--color-surface-950-50:light-dark(var(--color-surface-950),var(--color-surface-50));
|
|
264
|
+
--color-secondary-0:oklch(99% .02 38.38)
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
@layer base {
|
|
268
|
+
*,
|
|
269
|
+
:after,
|
|
270
|
+
:before,
|
|
271
|
+
::backdrop {
|
|
272
|
+
box-sizing:border-box;
|
|
273
|
+
border:0 solid;
|
|
274
|
+
margin:0;
|
|
275
|
+
padding:0
|
|
276
|
+
}
|
|
277
|
+
::file-selector-button {
|
|
278
|
+
box-sizing:border-box;
|
|
279
|
+
border:0 solid;
|
|
280
|
+
margin:0;
|
|
281
|
+
padding:0
|
|
282
|
+
}
|
|
283
|
+
html,
|
|
284
|
+
:host {
|
|
285
|
+
-webkit-text-size-adjust:100%;
|
|
286
|
+
-moz-tab-size:4;
|
|
287
|
+
tab-size:4;
|
|
288
|
+
line-height:1.5;
|
|
289
|
+
font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
|
|
290
|
+
font-feature-settings:var(--default-font-feature-settings,normal);
|
|
291
|
+
font-variation-settings:var(--default-font-variation-settings,normal);
|
|
292
|
+
-webkit-tap-highlight-color:transparent
|
|
293
|
+
}
|
|
294
|
+
hr {
|
|
295
|
+
height:0;
|
|
296
|
+
color:inherit;
|
|
297
|
+
border-top-width:1px
|
|
298
|
+
}
|
|
299
|
+
abbr:where([title]) {
|
|
300
|
+
-webkit-text-decoration:underline dotted;
|
|
301
|
+
text-decoration:underline dotted
|
|
302
|
+
}
|
|
303
|
+
h1,
|
|
304
|
+
h2,
|
|
305
|
+
h3,
|
|
306
|
+
h4,
|
|
307
|
+
h5,
|
|
308
|
+
h6 {
|
|
309
|
+
font-size:inherit;
|
|
310
|
+
font-weight:inherit
|
|
311
|
+
}
|
|
312
|
+
a {
|
|
313
|
+
color:inherit;
|
|
314
|
+
-webkit-text-decoration:inherit;
|
|
315
|
+
text-decoration:inherit
|
|
316
|
+
}
|
|
317
|
+
b,
|
|
318
|
+
strong {
|
|
319
|
+
font-weight:bolder
|
|
320
|
+
}
|
|
321
|
+
code,
|
|
322
|
+
kbd,
|
|
323
|
+
samp,
|
|
324
|
+
pre {
|
|
325
|
+
font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);
|
|
326
|
+
font-feature-settings:var(--default-mono-font-feature-settings,normal);
|
|
327
|
+
font-variation-settings:var(--default-mono-font-variation-settings,normal);
|
|
328
|
+
font-size:1em
|
|
329
|
+
}
|
|
330
|
+
small {
|
|
331
|
+
font-size:80%
|
|
332
|
+
}
|
|
333
|
+
sub,
|
|
334
|
+
sup {
|
|
335
|
+
vertical-align:baseline;
|
|
336
|
+
font-size:75%;
|
|
337
|
+
line-height:0;
|
|
338
|
+
position:relative
|
|
339
|
+
}
|
|
340
|
+
sub {
|
|
341
|
+
bottom:-.25em
|
|
342
|
+
}
|
|
343
|
+
sup {
|
|
344
|
+
top:-.5em
|
|
345
|
+
}
|
|
346
|
+
table {
|
|
347
|
+
text-indent:0;
|
|
348
|
+
border-color:inherit;
|
|
349
|
+
border-collapse:collapse
|
|
350
|
+
}
|
|
351
|
+
:-moz-focusring {
|
|
352
|
+
outline:auto
|
|
353
|
+
}
|
|
354
|
+
progress {
|
|
355
|
+
vertical-align:baseline
|
|
356
|
+
}
|
|
357
|
+
summary {
|
|
358
|
+
display:list-item
|
|
359
|
+
}
|
|
360
|
+
ol,
|
|
361
|
+
ul,
|
|
362
|
+
menu {
|
|
363
|
+
list-style:none
|
|
364
|
+
}
|
|
365
|
+
img,
|
|
366
|
+
svg,
|
|
367
|
+
video,
|
|
368
|
+
canvas,
|
|
369
|
+
audio,
|
|
370
|
+
iframe,
|
|
371
|
+
embed,
|
|
372
|
+
object {
|
|
373
|
+
vertical-align:middle;
|
|
374
|
+
display:block
|
|
375
|
+
}
|
|
376
|
+
img,
|
|
377
|
+
video {
|
|
378
|
+
max-width:100%;
|
|
379
|
+
height:auto
|
|
380
|
+
}
|
|
381
|
+
button,
|
|
382
|
+
input,
|
|
383
|
+
select,
|
|
384
|
+
optgroup,
|
|
385
|
+
textarea {
|
|
386
|
+
font:inherit;
|
|
387
|
+
font-feature-settings:inherit;
|
|
388
|
+
font-variation-settings:inherit;
|
|
389
|
+
letter-spacing:inherit;
|
|
390
|
+
color:inherit;
|
|
391
|
+
opacity:1;
|
|
392
|
+
background-color:#0000;
|
|
393
|
+
border-radius:0
|
|
394
|
+
}
|
|
395
|
+
::file-selector-button {
|
|
396
|
+
font:inherit;
|
|
397
|
+
font-feature-settings:inherit;
|
|
398
|
+
font-variation-settings:inherit;
|
|
399
|
+
letter-spacing:inherit;
|
|
400
|
+
color:inherit;
|
|
401
|
+
opacity:1;
|
|
402
|
+
background-color:#0000;
|
|
403
|
+
border-radius:0
|
|
404
|
+
}
|
|
405
|
+
:where(select:is([multiple],
|
|
406
|
+
[size])) optgroup {
|
|
407
|
+
font-weight:bolder
|
|
408
|
+
}
|
|
409
|
+
:where(select:is([multiple],
|
|
410
|
+
[size])) optgroup option {
|
|
411
|
+
padding-inline-start:20px
|
|
412
|
+
}
|
|
413
|
+
::file-selector-button {
|
|
414
|
+
margin-inline-end:4px
|
|
415
|
+
}
|
|
416
|
+
::placeholder {
|
|
417
|
+
opacity:1
|
|
418
|
+
}
|
|
419
|
+
@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
|
|
420
|
+
::placeholder {
|
|
421
|
+
color:currentColor
|
|
422
|
+
}
|
|
423
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
424
|
+
::placeholder {
|
|
425
|
+
color:color-mix(in oklab,currentcolor 50%,transparent)
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
textarea {
|
|
430
|
+
resize:vertical
|
|
431
|
+
}
|
|
432
|
+
::-webkit-search-decoration {
|
|
433
|
+
-webkit-appearance:none
|
|
434
|
+
}
|
|
435
|
+
::-webkit-date-and-time-value {
|
|
436
|
+
min-height:1lh;
|
|
437
|
+
text-align:inherit
|
|
438
|
+
}
|
|
439
|
+
::-webkit-datetime-edit {
|
|
440
|
+
padding-block:0
|
|
441
|
+
}
|
|
442
|
+
::-webkit-datetime-edit-year-field {
|
|
443
|
+
padding-block:0
|
|
444
|
+
}
|
|
445
|
+
::-webkit-datetime-edit-month-field {
|
|
446
|
+
padding-block:0
|
|
447
|
+
}
|
|
448
|
+
::-webkit-datetime-edit-day-field {
|
|
449
|
+
padding-block:0
|
|
450
|
+
}
|
|
451
|
+
::-webkit-datetime-edit-hour-field {
|
|
452
|
+
padding-block:0
|
|
453
|
+
}
|
|
454
|
+
::-webkit-datetime-edit-minute-field {
|
|
455
|
+
padding-block:0
|
|
456
|
+
}
|
|
457
|
+
::-webkit-datetime-edit-second-field {
|
|
458
|
+
padding-block:0
|
|
459
|
+
}
|
|
460
|
+
::-webkit-datetime-edit-millisecond-field {
|
|
461
|
+
padding-block:0
|
|
462
|
+
}
|
|
463
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
464
|
+
padding-block:0
|
|
465
|
+
}
|
|
466
|
+
::-webkit-calendar-picker-indicator {
|
|
467
|
+
line-height:1
|
|
468
|
+
}
|
|
469
|
+
:-moz-ui-invalid {
|
|
470
|
+
box-shadow:none
|
|
471
|
+
}
|
|
472
|
+
button,
|
|
473
|
+
input:where([type=button],
|
|
474
|
+
[type=reset],
|
|
475
|
+
[type=submit]) {
|
|
476
|
+
-webkit-appearance:button;
|
|
477
|
+
-moz-appearance:button;
|
|
478
|
+
appearance:button
|
|
479
|
+
}
|
|
480
|
+
::file-selector-button {
|
|
481
|
+
-webkit-appearance:button;
|
|
482
|
+
-moz-appearance:button;
|
|
483
|
+
appearance:button
|
|
484
|
+
}
|
|
485
|
+
::-webkit-inner-spin-button {
|
|
486
|
+
height:auto
|
|
487
|
+
}
|
|
488
|
+
::-webkit-outer-spin-button {
|
|
489
|
+
height:auto
|
|
490
|
+
}
|
|
491
|
+
[hidden]:where(:not([hidden=until-found])) {
|
|
492
|
+
display:none!important
|
|
493
|
+
}
|
|
494
|
+
:root {
|
|
495
|
+
color-scheme:light
|
|
496
|
+
}
|
|
497
|
+
:root:where(.dark,
|
|
498
|
+
.dark *) {
|
|
499
|
+
color-scheme:dark
|
|
500
|
+
}
|
|
501
|
+
:root {
|
|
502
|
+
scrollbar-color: var(--color-primary-400-600) var(--color-surface-100-900);
|
|
503
|
+
scrollbar-width:thin
|
|
504
|
+
}
|
|
505
|
+
html {
|
|
506
|
+
-webkit-tap-highlight-color:#7373734d
|
|
507
|
+
}
|
|
508
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
509
|
+
html {
|
|
510
|
+
-webkit-tap-highlight-color:color-mix(in oklab,var(--color-primary-500)30%,transparent)
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
body {
|
|
514
|
+
background-color:var(--body-background-color)
|
|
515
|
+
}
|
|
516
|
+
body:where(.dark,
|
|
517
|
+
.dark *) {
|
|
518
|
+
background-color:var(--body-background-color-dark)
|
|
519
|
+
}
|
|
520
|
+
body {
|
|
521
|
+
color:var(--base-font-color);
|
|
522
|
+
font-family:var(--base-font-family);
|
|
523
|
+
font-size:var(--base-font-size);
|
|
524
|
+
line-height:var(--base-line-height);
|
|
525
|
+
font-weight:var(--base-font-weight);
|
|
526
|
+
font-style:var(--base-font-style);
|
|
527
|
+
letter-spacing:var(--base-letter-spacing)
|
|
528
|
+
}
|
|
529
|
+
body:where(.dark,
|
|
530
|
+
.dark *) {
|
|
531
|
+
color:var(--base-font-color-dark)
|
|
532
|
+
}
|
|
533
|
+
button:not(:disabled),
|
|
534
|
+
[role=button]:not(:disabled) {
|
|
535
|
+
cursor:pointer
|
|
536
|
+
}
|
|
537
|
+
.input::placeholder,
|
|
538
|
+
.textarea::placeholder,
|
|
539
|
+
.ig-input::placeholder,
|
|
540
|
+
.ig-textarea::placeholder {
|
|
541
|
+
color:var(--color-surface-700-300)
|
|
542
|
+
}
|
|
543
|
+
::selection {
|
|
544
|
+
background-color:#73737380
|
|
545
|
+
}
|
|
546
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
547
|
+
::selection {
|
|
548
|
+
background-color:color-mix(in srgb,var(--color-primary-500)50%,transparent)
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
:disabled,
|
|
552
|
+
.disabled {
|
|
553
|
+
opacity:.5
|
|
554
|
+
}
|
|
555
|
+
:is(:disabled,
|
|
556
|
+
.disabled)>* {
|
|
557
|
+
pointer-events:none
|
|
558
|
+
}
|
|
559
|
+
.game-link-section {
|
|
560
|
+
margin-top:calc(var(--spacing)*6);
|
|
561
|
+
justify-content:center;
|
|
562
|
+
gap:calc(var(--spacing)*2);
|
|
563
|
+
display:flex
|
|
564
|
+
}
|
|
565
|
+
.game-video-cover {
|
|
566
|
+
max-height:calc(var(--spacing)*64);
|
|
567
|
+
border-top-left-radius:var(--radius-lg);
|
|
568
|
+
border-top-right-radius:var(--radius-lg);
|
|
569
|
+
object-fit:cover;
|
|
570
|
+
width:100%
|
|
571
|
+
}
|
|
572
|
+
.text-chip-container {
|
|
573
|
+
flex-wrap:wrap;
|
|
574
|
+
gap:.5rem;
|
|
575
|
+
display:flex
|
|
576
|
+
}
|
|
577
|
+
.text-chip {
|
|
578
|
+
background-color:var(--color-secondary-50-950);
|
|
579
|
+
color:var(--color-secondary-950-50)
|
|
580
|
+
}
|
|
581
|
+
:scope:where([data-theme=turnip],
|
|
582
|
+
[data-theme=turnip] *) {
|
|
583
|
+
color:var(--color-secondary-0)
|
|
584
|
+
}
|
|
585
|
+
:scope:where([data-theme=turnip],
|
|
586
|
+
[data-theme=turnip] *):where(.dark,
|
|
587
|
+
.dark *) {
|
|
588
|
+
color:var(--color-surface-950)
|
|
589
|
+
}
|
|
590
|
+
/*todo: make sure we dont need this*/
|
|
591
|
+
/*[type=text],*/
|
|
592
|
+
/*input:where(:not([type])),*/
|
|
593
|
+
/*[type=email],*/
|
|
594
|
+
/*[type=url],*/
|
|
595
|
+
/*[type=password],*/
|
|
596
|
+
/*[type=number],*/
|
|
597
|
+
/*[type=date],*/
|
|
598
|
+
/*[type=datetime-local],*/
|
|
599
|
+
/*[type=month],*/
|
|
600
|
+
/*[type=search],*/
|
|
601
|
+
/*[type=tel],*/
|
|
602
|
+
/*[type=time],*/
|
|
603
|
+
/*[type=week],*/
|
|
604
|
+
/*[multiple],*/
|
|
605
|
+
/*textarea,*/
|
|
606
|
+
/*select {*/
|
|
607
|
+
/* -webkit-appearance:none;*/
|
|
608
|
+
/* -moz-appearance:none;*/
|
|
609
|
+
/* appearance:none;*/
|
|
610
|
+
/* --tw-shadow:0 0 #0000;*/
|
|
611
|
+
/* background-color:#fff;*/
|
|
612
|
+
/* border-width:1px;*/
|
|
613
|
+
/* border-color:#6a7282;*/
|
|
614
|
+
/* border-radius:0;*/
|
|
615
|
+
/* padding:.5rem .75rem;*/
|
|
616
|
+
/* font-size:1rem;*/
|
|
617
|
+
/* line-height:1.5rem*/
|
|
618
|
+
/*}*/
|
|
619
|
+
:is([type=text],
|
|
620
|
+
input:where(:not([type])),
|
|
621
|
+
[type=email],
|
|
622
|
+
[type=url],
|
|
623
|
+
[type=password],
|
|
624
|
+
[type=number],
|
|
625
|
+
[type=date],
|
|
626
|
+
[type=datetime-local],
|
|
627
|
+
[type=month],
|
|
628
|
+
[type=search],
|
|
629
|
+
[type=tel],
|
|
630
|
+
[type=time],
|
|
631
|
+
[type=week],
|
|
632
|
+
[multiple],
|
|
633
|
+
textarea,
|
|
634
|
+
select):focus {
|
|
635
|
+
outline-offset:2px;
|
|
636
|
+
--tw-ring-inset:var(--tw-empty, );
|
|
637
|
+
--tw-ring-offset-width:0px;
|
|
638
|
+
--tw-ring-offset-color:#fff;
|
|
639
|
+
--tw-ring-color:oklch(54.6% .245 262.881);
|
|
640
|
+
--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
|
|
641
|
+
--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);
|
|
642
|
+
box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
643
|
+
border-color:#155dfc;
|
|
644
|
+
outline:2px solid #0000
|
|
645
|
+
}
|
|
646
|
+
input::placeholder,
|
|
647
|
+
textarea::placeholder {
|
|
648
|
+
color:#6a7282;
|
|
649
|
+
opacity:1
|
|
650
|
+
}
|
|
651
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
652
|
+
padding:0
|
|
653
|
+
}
|
|
654
|
+
::-webkit-date-and-time-value {
|
|
655
|
+
min-height:1.5em
|
|
656
|
+
}
|
|
657
|
+
::-webkit-date-and-time-value {
|
|
658
|
+
text-align:inherit
|
|
659
|
+
}
|
|
660
|
+
::-webkit-datetime-edit {
|
|
661
|
+
display:inline-flex
|
|
662
|
+
}
|
|
663
|
+
::-webkit-datetime-edit {
|
|
664
|
+
padding-top:0;
|
|
665
|
+
padding-bottom:0
|
|
666
|
+
}
|
|
667
|
+
::-webkit-datetime-edit-year-field {
|
|
668
|
+
padding-top:0;
|
|
669
|
+
padding-bottom:0
|
|
670
|
+
}
|
|
671
|
+
::-webkit-datetime-edit-month-field {
|
|
672
|
+
padding-top:0;
|
|
673
|
+
padding-bottom:0
|
|
674
|
+
}
|
|
675
|
+
::-webkit-datetime-edit-day-field {
|
|
676
|
+
padding-top:0;
|
|
677
|
+
padding-bottom:0
|
|
678
|
+
}
|
|
679
|
+
::-webkit-datetime-edit-hour-field {
|
|
680
|
+
padding-top:0;
|
|
681
|
+
padding-bottom:0
|
|
682
|
+
}
|
|
683
|
+
::-webkit-datetime-edit-minute-field {
|
|
684
|
+
padding-top:0;
|
|
685
|
+
padding-bottom:0
|
|
686
|
+
}
|
|
687
|
+
::-webkit-datetime-edit-second-field {
|
|
688
|
+
padding-top:0;
|
|
689
|
+
padding-bottom:0
|
|
690
|
+
}
|
|
691
|
+
::-webkit-datetime-edit-millisecond-field {
|
|
692
|
+
padding-top:0;
|
|
693
|
+
padding-bottom:0
|
|
694
|
+
}
|
|
695
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
696
|
+
padding-top:0;
|
|
697
|
+
padding-bottom:0
|
|
698
|
+
}
|
|
699
|
+
select {
|
|
700
|
+
-webkit-print-color-adjust:exact;
|
|
701
|
+
print-color-adjust:exact;
|
|
702
|
+
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='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
703
|
+
background-position:right .5rem center;
|
|
704
|
+
background-repeat:no-repeat;
|
|
705
|
+
background-size:1.5em 1.5em;
|
|
706
|
+
padding-right:2.5rem
|
|
707
|
+
}
|
|
708
|
+
[multiple],
|
|
709
|
+
[size]:where(select:not([size="1"])) {
|
|
710
|
+
background-image:initial;
|
|
711
|
+
background-position:initial;
|
|
712
|
+
background-repeat:unset;
|
|
713
|
+
background-size:initial;
|
|
714
|
+
-webkit-print-color-adjust:unset;
|
|
715
|
+
print-color-adjust:unset;
|
|
716
|
+
padding-right:.75rem
|
|
717
|
+
}
|
|
718
|
+
[type=checkbox],
|
|
719
|
+
[type=radio] {
|
|
720
|
+
-webkit-appearance:none;
|
|
721
|
+
-moz-appearance:none;
|
|
722
|
+
appearance:none;
|
|
723
|
+
-webkit-print-color-adjust:exact;
|
|
724
|
+
print-color-adjust:exact;
|
|
725
|
+
vertical-align:middle;
|
|
726
|
+
-webkit-user-select:none;
|
|
727
|
+
user-select:none;
|
|
728
|
+
color:#155dfc;
|
|
729
|
+
--tw-shadow:0 0 #0000;
|
|
730
|
+
background-color:#fff;
|
|
731
|
+
background-origin:border-box;
|
|
732
|
+
border-width:1px;
|
|
733
|
+
border-color:#6a7282;
|
|
734
|
+
flex-shrink:0;
|
|
735
|
+
width:1rem;
|
|
736
|
+
height:1rem;
|
|
737
|
+
padding:0;
|
|
738
|
+
display:inline-block
|
|
739
|
+
}
|
|
740
|
+
[type=checkbox] {
|
|
741
|
+
border-radius:0
|
|
742
|
+
}
|
|
743
|
+
[type=radio] {
|
|
744
|
+
border-radius:100%
|
|
745
|
+
}
|
|
746
|
+
[type=checkbox]:focus,
|
|
747
|
+
[type=radio]:focus {
|
|
748
|
+
outline-offset:2px;
|
|
749
|
+
--tw-ring-inset:var(--tw-empty, );
|
|
750
|
+
--tw-ring-offset-width:2px;
|
|
751
|
+
--tw-ring-offset-color:#fff;
|
|
752
|
+
--tw-ring-color:oklch(54.6% .245 262.881);
|
|
753
|
+
--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
|
|
754
|
+
--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);
|
|
755
|
+
box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
756
|
+
outline:2px solid #0000
|
|
757
|
+
}
|
|
758
|
+
[type=checkbox]:checked,
|
|
759
|
+
[type=radio]:checked {
|
|
760
|
+
background-color:currentColor;
|
|
761
|
+
background-position:50%;
|
|
762
|
+
background-repeat:no-repeat;
|
|
763
|
+
background-size:100% 100%;
|
|
764
|
+
border-color:#0000
|
|
765
|
+
}
|
|
766
|
+
[type=checkbox]:checked {
|
|
767
|
+
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")
|
|
768
|
+
}
|
|
769
|
+
@media (forced-colors:active) {
|
|
770
|
+
[type=checkbox]:checked {
|
|
771
|
+
-webkit-appearance:auto;
|
|
772
|
+
-moz-appearance:auto;
|
|
773
|
+
appearance:auto
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
[type=radio]:checked {
|
|
777
|
+
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")
|
|
778
|
+
}
|
|
779
|
+
@media (forced-colors:active) {
|
|
780
|
+
[type=radio]:checked {
|
|
781
|
+
-webkit-appearance:auto;
|
|
782
|
+
-moz-appearance:auto;
|
|
783
|
+
appearance:auto
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
[type=checkbox]:checked:hover,
|
|
787
|
+
[type=checkbox]:checked:focus,
|
|
788
|
+
[type=radio]:checked:hover,
|
|
789
|
+
[type=radio]:checked:focus {
|
|
790
|
+
background-color:currentColor;
|
|
791
|
+
border-color:#0000
|
|
792
|
+
}
|
|
793
|
+
[type=checkbox]:indeterminate {
|
|
794
|
+
background-color:currentColor;
|
|
795
|
+
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");
|
|
796
|
+
background-position:50%;
|
|
797
|
+
background-repeat:no-repeat;
|
|
798
|
+
background-size:100% 100%;
|
|
799
|
+
border-color:#0000
|
|
800
|
+
}
|
|
801
|
+
@media (forced-colors:active) {
|
|
802
|
+
[type=checkbox]:indeterminate {
|
|
803
|
+
-webkit-appearance:auto;
|
|
804
|
+
-moz-appearance:auto;
|
|
805
|
+
appearance:auto
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
[type=checkbox]:indeterminate:hover,
|
|
809
|
+
[type=checkbox]:indeterminate:focus {
|
|
810
|
+
background-color:currentColor;
|
|
811
|
+
border-color:#0000
|
|
812
|
+
}
|
|
813
|
+
[type=file] {
|
|
814
|
+
background:unset;
|
|
815
|
+
border-color:inherit;
|
|
816
|
+
font-size:unset;
|
|
817
|
+
line-height:inherit;
|
|
818
|
+
border-width:0;
|
|
819
|
+
border-radius:0;
|
|
820
|
+
padding:0
|
|
821
|
+
}
|
|
822
|
+
[type=file]:focus {
|
|
823
|
+
outline:1px solid buttontext;
|
|
824
|
+
outline:1px auto -webkit-focus-ring-color
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
@layer components;
|
|
828
|
+
@layer utilities {
|
|
829
|
+
.\@container {
|
|
830
|
+
container-type:inline-size
|
|
831
|
+
}
|
|
832
|
+
.pointer-events-none {
|
|
833
|
+
pointer-events:none
|
|
834
|
+
}
|
|
835
|
+
.visible {
|
|
836
|
+
visibility:visible
|
|
837
|
+
}
|
|
838
|
+
.table {
|
|
839
|
+
font-size:var(--text-sm);
|
|
840
|
+
line-height:var(--text-sm--line-height);
|
|
841
|
+
width:100%;
|
|
842
|
+
position:relative
|
|
843
|
+
}
|
|
844
|
+
.table thead {
|
|
845
|
+
color:var(--color-surface-700-300);
|
|
846
|
+
border-bottom-width:1px;
|
|
847
|
+
border-color:var(--color-surface-200-800)
|
|
848
|
+
}
|
|
849
|
+
.table th {
|
|
850
|
+
text-align:left;
|
|
851
|
+
font-weight:400
|
|
852
|
+
}
|
|
853
|
+
.table tbody>:not(:last-child) {
|
|
854
|
+
border-color:var(--color-surface-200-800);
|
|
855
|
+
border-top-width:0;
|
|
856
|
+
border-bottom-width:1px
|
|
857
|
+
}
|
|
858
|
+
.table tfoot {
|
|
859
|
+
border-top-width:1px;
|
|
860
|
+
border-color:var(--color-surface-200-800);
|
|
861
|
+
background-color:var(--color-surface-100-900)
|
|
862
|
+
}
|
|
863
|
+
.table th,
|
|
864
|
+
.table td {
|
|
865
|
+
padding:calc(var(--spacing)*2)
|
|
866
|
+
}
|
|
867
|
+
.table caption {
|
|
868
|
+
color:var(--color-surface-600-400);
|
|
869
|
+
font-size:var(--text-xs);
|
|
870
|
+
line-height:var(--text-xs--line-height)
|
|
871
|
+
}
|
|
872
|
+
.absolute {
|
|
873
|
+
position:absolute
|
|
874
|
+
}
|
|
875
|
+
.fixed {
|
|
876
|
+
position:fixed
|
|
877
|
+
}
|
|
878
|
+
.relative {
|
|
879
|
+
position:relative
|
|
880
|
+
}
|
|
881
|
+
.static {
|
|
882
|
+
position:static
|
|
883
|
+
}
|
|
884
|
+
.top-0 {
|
|
885
|
+
top:calc(var(--spacing)*0)
|
|
886
|
+
}
|
|
887
|
+
.top-\[var\(--top\)\] {
|
|
888
|
+
top:var(--top)
|
|
889
|
+
}
|
|
890
|
+
.right-0 {
|
|
891
|
+
right:calc(var(--spacing)*0)
|
|
892
|
+
}
|
|
893
|
+
.bottom-0 {
|
|
894
|
+
bottom:calc(var(--spacing)*0)
|
|
895
|
+
}
|
|
896
|
+
.left-0 {
|
|
897
|
+
left:calc(var(--spacing)*0)
|
|
898
|
+
}
|
|
899
|
+
.left-\[var\(--left\)\] {
|
|
900
|
+
left:var(--left)
|
|
901
|
+
}
|
|
902
|
+
.isolate {
|
|
903
|
+
isolation:isolate
|
|
904
|
+
}
|
|
905
|
+
.z-15 {
|
|
906
|
+
z-index:15
|
|
907
|
+
}
|
|
908
|
+
.z-\[1\] {
|
|
909
|
+
z-index:1
|
|
910
|
+
}
|
|
911
|
+
.z-\[888\] {
|
|
912
|
+
z-index:888
|
|
913
|
+
}
|
|
914
|
+
.z-\[998\] {
|
|
915
|
+
z-index:998
|
|
916
|
+
}
|
|
917
|
+
.z-\[999\] {
|
|
918
|
+
z-index:999
|
|
919
|
+
}
|
|
920
|
+
.container {
|
|
921
|
+
width:100%
|
|
922
|
+
}
|
|
923
|
+
@media (min-width:40rem) {
|
|
924
|
+
.container {
|
|
925
|
+
max-width:40rem
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
@media (min-width:48rem) {
|
|
929
|
+
.container {
|
|
930
|
+
max-width:48rem
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
@media (min-width:64rem) {
|
|
934
|
+
.container {
|
|
935
|
+
max-width:64rem
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
@media (min-width:80rem) {
|
|
939
|
+
.container {
|
|
940
|
+
max-width:80rem
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
@media (min-width:96rem) {
|
|
944
|
+
.container {
|
|
945
|
+
max-width:96rem
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
.m-4 {
|
|
949
|
+
margin:calc(var(--spacing)*4)
|
|
950
|
+
}
|
|
951
|
+
.m-auto {
|
|
952
|
+
margin:auto
|
|
953
|
+
}
|
|
954
|
+
.my-4 {
|
|
955
|
+
margin-block:calc(var(--spacing)*4)
|
|
956
|
+
}
|
|
957
|
+
.label {
|
|
958
|
+
width:100%;
|
|
959
|
+
display:block
|
|
960
|
+
}
|
|
961
|
+
.label>*+* {
|
|
962
|
+
margin-top:calc(var(--spacing)*1)
|
|
963
|
+
}
|
|
964
|
+
.mt-2 {
|
|
965
|
+
margin-top:calc(var(--spacing)*2)
|
|
966
|
+
}
|
|
967
|
+
.mt-4 {
|
|
968
|
+
margin-top:calc(var(--spacing)*4)
|
|
969
|
+
}
|
|
970
|
+
.mt-6 {
|
|
971
|
+
margin-top:calc(var(--spacing)*6)
|
|
972
|
+
}
|
|
973
|
+
.mt-8 {
|
|
974
|
+
margin-top:calc(var(--spacing)*8)
|
|
975
|
+
}
|
|
976
|
+
.mt-16 {
|
|
977
|
+
margin-top:calc(var(--spacing)*16)
|
|
978
|
+
}
|
|
979
|
+
.input {
|
|
980
|
+
border-radius:var(--radius-base);
|
|
981
|
+
width:100%;
|
|
982
|
+
font-size:var(--text-base);
|
|
983
|
+
line-height:var(--text-base--line-height);
|
|
984
|
+
padding-block:calc(var(--spacing)*1);
|
|
985
|
+
padding-inline:calc(var(--spacing)*3);
|
|
986
|
+
--tw-ring-inset:inset;
|
|
987
|
+
--tw-ring-color:var(--color-surface-200-800);
|
|
988
|
+
--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 var(--default-ring-width)var(--tw-ring-color,currentColor);
|
|
989
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
990
|
+
background-color:#0000;
|
|
991
|
+
border-width:0;
|
|
992
|
+
outline-color:#0000;
|
|
993
|
+
display:block
|
|
994
|
+
}
|
|
995
|
+
.input:active,
|
|
996
|
+
.input:focus,
|
|
997
|
+
.input:focus-within {
|
|
998
|
+
--tw-ring-color:var(--color-primary-500)
|
|
999
|
+
}
|
|
1000
|
+
.input[type=file]::file-selector-button {
|
|
1001
|
+
cursor:pointer;
|
|
1002
|
+
border-radius:var(--radius-base);
|
|
1003
|
+
background-color:var(--color-surface-950-50);
|
|
1004
|
+
color:var(--color-surface-50-950);
|
|
1005
|
+
transform:translateY(calc(var(--spacing)*-.5));
|
|
1006
|
+
margin-right:calc(var(--spacing)*2);
|
|
1007
|
+
text-transform:capitalize;
|
|
1008
|
+
font-size:var(--text-xs);
|
|
1009
|
+
height:var(--text-xs--line-height);
|
|
1010
|
+
padding-block:calc(var(--spacing)*0);
|
|
1011
|
+
padding-inline:calc(var(--spacing)*3)
|
|
1012
|
+
}
|
|
1013
|
+
.input[type=range] {
|
|
1014
|
+
accent-color:var(--color-surface-950-50);
|
|
1015
|
+
box-shadow:none;
|
|
1016
|
+
padding-inline:initial
|
|
1017
|
+
}
|
|
1018
|
+
.input[type=color] {
|
|
1019
|
+
border-radius:var(--radius-base);
|
|
1020
|
+
width:calc(var(--spacing)*8.5);
|
|
1021
|
+
height:calc(var(--spacing)*8.5);
|
|
1022
|
+
-webkit-appearance:none;
|
|
1023
|
+
border:none;
|
|
1024
|
+
outline:none;
|
|
1025
|
+
padding:0
|
|
1026
|
+
}
|
|
1027
|
+
.input[type=color]::-webkit-color-swatch-wrapper {
|
|
1028
|
+
padding:0
|
|
1029
|
+
}
|
|
1030
|
+
.input[type=color]::-webkit-color-swatch {
|
|
1031
|
+
border-radius:var(--radius-base);
|
|
1032
|
+
border:none
|
|
1033
|
+
}
|
|
1034
|
+
.input[type=color]::-moz-color-swatch {
|
|
1035
|
+
border:none
|
|
1036
|
+
}
|
|
1037
|
+
.mb-2 {
|
|
1038
|
+
margin-bottom:calc(var(--spacing)*2)
|
|
1039
|
+
}
|
|
1040
|
+
.mb-4 {
|
|
1041
|
+
margin-bottom:calc(var(--spacing)*4)
|
|
1042
|
+
}
|
|
1043
|
+
.mb-6 {
|
|
1044
|
+
margin-bottom:calc(var(--spacing)*6)
|
|
1045
|
+
}
|
|
1046
|
+
.mb-8 {
|
|
1047
|
+
margin-bottom:calc(var(--spacing)*8)
|
|
1048
|
+
}
|
|
1049
|
+
.mb-32 {
|
|
1050
|
+
margin-bottom:calc(var(--spacing)*32)
|
|
1051
|
+
}
|
|
1052
|
+
.ml-2 {
|
|
1053
|
+
margin-left:calc(var(--spacing)*2)
|
|
1054
|
+
}
|
|
1055
|
+
.btn-icon {
|
|
1056
|
+
box-sizing:content-box;
|
|
1057
|
+
border-radius:var(--radius-base);
|
|
1058
|
+
white-space:nowrap;
|
|
1059
|
+
font-size:var(--text-base);
|
|
1060
|
+
width:var(--text-base);
|
|
1061
|
+
height:var(--text-base);
|
|
1062
|
+
padding:calc(var(--spacing)*2);
|
|
1063
|
+
justify-content:center;
|
|
1064
|
+
align-items:center;
|
|
1065
|
+
text-decoration-line:none;
|
|
1066
|
+
display:inline-flex
|
|
1067
|
+
}
|
|
1068
|
+
.btn-icon:not(:disabled):hover {
|
|
1069
|
+
filter:brightness(125%)
|
|
1070
|
+
}
|
|
1071
|
+
.btn-icon:not(:disabled):hover:where(.dark,
|
|
1072
|
+
.dark *) {
|
|
1073
|
+
filter:brightness(75%)
|
|
1074
|
+
}
|
|
1075
|
+
.ig-input {
|
|
1076
|
+
width:100%;
|
|
1077
|
+
font-size:var(--text-base);
|
|
1078
|
+
line-height:var(--text-base--line-height);
|
|
1079
|
+
padding-block:calc(var(--spacing)*1);
|
|
1080
|
+
padding-inline:calc(var(--spacing)*3);
|
|
1081
|
+
--tw-ring-inset:inset;
|
|
1082
|
+
background-color:#0000;
|
|
1083
|
+
border-width:0;
|
|
1084
|
+
outline-color:#0000;
|
|
1085
|
+
display:block
|
|
1086
|
+
}
|
|
1087
|
+
.ig-input:active,
|
|
1088
|
+
.ig-input:focus,
|
|
1089
|
+
.ig-input:focus-within {
|
|
1090
|
+
--tw-ring-color:var(--color-primary-500)
|
|
1091
|
+
}
|
|
1092
|
+
.btn {
|
|
1093
|
+
border-radius:var(--radius-base);
|
|
1094
|
+
justify-content:center;
|
|
1095
|
+
align-items:center;
|
|
1096
|
+
gap:calc(var(--spacing)*2);
|
|
1097
|
+
white-space:nowrap;
|
|
1098
|
+
font-size:var(--text-base);
|
|
1099
|
+
line-height:var(--text-base--line-height);
|
|
1100
|
+
padding-block:calc(var(--spacing)*1);
|
|
1101
|
+
padding-inline:calc(var(--spacing)*4);
|
|
1102
|
+
transition-property:all;
|
|
1103
|
+
transition-timing-function:var(--default-transition-timing-function);
|
|
1104
|
+
transition-duration:var(--default-transition-duration);
|
|
1105
|
+
flex-direction:row;
|
|
1106
|
+
text-decoration-line:none;
|
|
1107
|
+
display:inline-flex
|
|
1108
|
+
}
|
|
1109
|
+
.btn:not(:disabled):hover {
|
|
1110
|
+
filter:brightness(125%)
|
|
1111
|
+
}
|
|
1112
|
+
.btn:not(:disabled):hover:where(.dark,
|
|
1113
|
+
.dark *) {
|
|
1114
|
+
filter:brightness(75%)
|
|
1115
|
+
}
|
|
1116
|
+
.chip {
|
|
1117
|
+
border-radius:var(--radius-base);
|
|
1118
|
+
justify-content:center;
|
|
1119
|
+
align-items:center;
|
|
1120
|
+
gap:calc(var(--spacing)*2);
|
|
1121
|
+
white-space:nowrap;
|
|
1122
|
+
font-size:var(--text-xs);
|
|
1123
|
+
line-height:var(--text-xs--line-height);
|
|
1124
|
+
padding-block:calc(var(--spacing)*1);
|
|
1125
|
+
padding-inline:calc(var(--spacing)*3);
|
|
1126
|
+
transition-property:all;
|
|
1127
|
+
transition-timing-function:var(--default-transition-timing-function);
|
|
1128
|
+
transition-duration:var(--default-transition-duration);
|
|
1129
|
+
flex-direction:row;
|
|
1130
|
+
text-decoration-line:none;
|
|
1131
|
+
display:inline-flex
|
|
1132
|
+
}
|
|
1133
|
+
@media (hover:hover) {
|
|
1134
|
+
.chip:hover {
|
|
1135
|
+
filter:brightness(125%)
|
|
1136
|
+
}
|
|
1137
|
+
.chip:hover:where(.dark,
|
|
1138
|
+
.dark *) {
|
|
1139
|
+
filter:brightness(75%)
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
.badge {
|
|
1143
|
+
border-radius:var(--radius-base);
|
|
1144
|
+
justify-content:center;
|
|
1145
|
+
align-items:center;
|
|
1146
|
+
gap:calc(var(--spacing)*2);
|
|
1147
|
+
white-space:nowrap;
|
|
1148
|
+
font-size:var(--text-xs);
|
|
1149
|
+
line-height:var(--text-xs--line-height);
|
|
1150
|
+
padding-block:calc(var(--spacing)*1);
|
|
1151
|
+
padding-inline:calc(var(--spacing)*3);
|
|
1152
|
+
flex-direction:row;
|
|
1153
|
+
text-decoration-line:none;
|
|
1154
|
+
display:inline-flex
|
|
1155
|
+
}
|
|
1156
|
+
.ig-btn {
|
|
1157
|
+
justify-content:center;
|
|
1158
|
+
align-items:center;
|
|
1159
|
+
gap:calc(var(--spacing)*2);
|
|
1160
|
+
white-space:nowrap;
|
|
1161
|
+
font-size:var(--text-base);
|
|
1162
|
+
line-height:var(--text-base--line-height);
|
|
1163
|
+
padding-block:calc(var(--spacing)*1);
|
|
1164
|
+
padding-inline:calc(var(--spacing)*4);
|
|
1165
|
+
transition-property:all;
|
|
1166
|
+
transition-timing-function:var(--default-transition-timing-function);
|
|
1167
|
+
transition-duration:var(--default-transition-duration);
|
|
1168
|
+
flex-direction:row;
|
|
1169
|
+
text-decoration-line:none;
|
|
1170
|
+
display:inline-flex
|
|
1171
|
+
}
|
|
1172
|
+
@media (hover:hover) {
|
|
1173
|
+
.ig-btn:hover {
|
|
1174
|
+
filter:brightness(125%)
|
|
1175
|
+
}
|
|
1176
|
+
.ig-btn:hover:where(.dark,
|
|
1177
|
+
.dark *) {
|
|
1178
|
+
filter:brightness(75%)
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
.btn-group {
|
|
1182
|
+
border-radius:var(--radius-container);
|
|
1183
|
+
align-items:center;
|
|
1184
|
+
gap:calc(var(--spacing)*2);
|
|
1185
|
+
padding:calc(var(--spacing)*2);
|
|
1186
|
+
display:inline-flex;
|
|
1187
|
+
overflow:hidden
|
|
1188
|
+
}
|
|
1189
|
+
.input-group {
|
|
1190
|
+
border-radius:var(--radius-base);
|
|
1191
|
+
--tw-ring-inset:inset;
|
|
1192
|
+
--tw-ring-color:var(--color-surface-200-800);
|
|
1193
|
+
--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 var(--default-ring-width)var(--tw-ring-color,currentColor);
|
|
1194
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1195
|
+
border-width:0;
|
|
1196
|
+
outline-color:#0000;
|
|
1197
|
+
align-items:stretch;
|
|
1198
|
+
display:grid;
|
|
1199
|
+
overflow:hidden
|
|
1200
|
+
}
|
|
1201
|
+
.input-group>:first-child {
|
|
1202
|
+
border-top-left-radius:var(--radius-base);
|
|
1203
|
+
border-bottom-left-radius:var(--radius-base)
|
|
1204
|
+
}
|
|
1205
|
+
.input-group>:last-child {
|
|
1206
|
+
border-top-right-radius:var(--radius-base);
|
|
1207
|
+
border-bottom-right-radius:var(--radius-base)
|
|
1208
|
+
}
|
|
1209
|
+
.input-group>*+* {
|
|
1210
|
+
border-color:var(--color-surface-200-800);
|
|
1211
|
+
border-left-width:1px!important
|
|
1212
|
+
}
|
|
1213
|
+
.label-text {
|
|
1214
|
+
font-size:var(--text-xs);
|
|
1215
|
+
line-height:var(--text-xs--line-height);
|
|
1216
|
+
font-weight:var(--font-weight-medium);
|
|
1217
|
+
text-decoration-line:none;
|
|
1218
|
+
display:block
|
|
1219
|
+
}
|
|
1220
|
+
.block {
|
|
1221
|
+
display:block
|
|
1222
|
+
}
|
|
1223
|
+
.contents {
|
|
1224
|
+
display:contents
|
|
1225
|
+
}
|
|
1226
|
+
.flex {
|
|
1227
|
+
display:flex
|
|
1228
|
+
}
|
|
1229
|
+
.grid {
|
|
1230
|
+
display:grid
|
|
1231
|
+
}
|
|
1232
|
+
.hidden {
|
|
1233
|
+
display:none
|
|
1234
|
+
}
|
|
1235
|
+
.inline-block {
|
|
1236
|
+
display:inline-block
|
|
1237
|
+
}
|
|
1238
|
+
.inline-flex {
|
|
1239
|
+
display:inline-flex
|
|
1240
|
+
}
|
|
1241
|
+
.table {
|
|
1242
|
+
display:table
|
|
1243
|
+
}
|
|
1244
|
+
.placeholder-circle {
|
|
1245
|
+
aspect-ratio:1;
|
|
1246
|
+
background-color:var(--color-surface-200-800);
|
|
1247
|
+
min-height:calc(var(--spacing)*5);
|
|
1248
|
+
border-radius:100%
|
|
1249
|
+
}
|
|
1250
|
+
.aspect-square {
|
|
1251
|
+
aspect-ratio:1
|
|
1252
|
+
}
|
|
1253
|
+
.radio {
|
|
1254
|
+
--tw-ring-color:var(--color-surface-200-800);
|
|
1255
|
+
cursor:pointer;
|
|
1256
|
+
background-color:var(--color-surface-300-700);
|
|
1257
|
+
border-radius:var(--radius-sm);
|
|
1258
|
+
height:calc(var(--spacing)*5);
|
|
1259
|
+
width:calc(var(--spacing)*5);
|
|
1260
|
+
border-radius:100%
|
|
1261
|
+
}
|
|
1262
|
+
.radio:focus-within {
|
|
1263
|
+
--tw-ring-color:var(--color-primary-500)
|
|
1264
|
+
}
|
|
1265
|
+
@media (hover:hover) {
|
|
1266
|
+
.radio:hover {
|
|
1267
|
+
filter:brightness(105%)
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
.radio:focus {
|
|
1271
|
+
filter:brightness(105%)
|
|
1272
|
+
}
|
|
1273
|
+
.radio:checked {
|
|
1274
|
+
background-color:var(--color-primary-500)
|
|
1275
|
+
}
|
|
1276
|
+
@media (hover:hover) {
|
|
1277
|
+
.radio:checked:hover {
|
|
1278
|
+
background-color:var(--color-primary-500)
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
.radio:checked:focus {
|
|
1282
|
+
background-color:var(--color-primary-500);
|
|
1283
|
+
border:0
|
|
1284
|
+
}
|
|
1285
|
+
.progress {
|
|
1286
|
+
webkit-appearance:none;
|
|
1287
|
+
-webkit-appearance:none;
|
|
1288
|
+
-moz-appearance:none;
|
|
1289
|
+
appearance:none;
|
|
1290
|
+
border-radius:var(--radius-base);
|
|
1291
|
+
background-color:var(--color-surface-200-800);
|
|
1292
|
+
width:100%;
|
|
1293
|
+
height:calc(var(--spacing)*2);
|
|
1294
|
+
overflow:hidden
|
|
1295
|
+
}
|
|
1296
|
+
.progress::-webkit-progress-bar {
|
|
1297
|
+
background-color:var(--color-surface-200-800)
|
|
1298
|
+
}
|
|
1299
|
+
.progress::-webkit-progress-value {
|
|
1300
|
+
background-color:var(--color-surface-950-50)
|
|
1301
|
+
}
|
|
1302
|
+
.progress::-moz-progress-bar {
|
|
1303
|
+
background-color:var(--color-surface-950-50)
|
|
1304
|
+
}
|
|
1305
|
+
.progress:indeterminate::-moz-progress-bar {
|
|
1306
|
+
width:0
|
|
1307
|
+
}
|
|
1308
|
+
.btn-icon-sm {
|
|
1309
|
+
font-size:var(--text-xs);
|
|
1310
|
+
width:var(--text-xs);
|
|
1311
|
+
height:var(--text-xs);
|
|
1312
|
+
padding:calc(var(--spacing)*1.5)
|
|
1313
|
+
}
|
|
1314
|
+
.size-8 {
|
|
1315
|
+
width:calc(var(--spacing)*8);
|
|
1316
|
+
height:calc(var(--spacing)*8)
|
|
1317
|
+
}
|
|
1318
|
+
.size-16 {
|
|
1319
|
+
width:calc(var(--spacing)*16);
|
|
1320
|
+
height:calc(var(--spacing)*16)
|
|
1321
|
+
}
|
|
1322
|
+
.size-32 {
|
|
1323
|
+
width:calc(var(--spacing)*32);
|
|
1324
|
+
height:calc(var(--spacing)*32)
|
|
1325
|
+
}
|
|
1326
|
+
.size-\[2rem\] {
|
|
1327
|
+
width:2rem;
|
|
1328
|
+
height:2rem
|
|
1329
|
+
}
|
|
1330
|
+
.size-\[3rem\] {
|
|
1331
|
+
width:3rem;
|
|
1332
|
+
height:3rem
|
|
1333
|
+
}
|
|
1334
|
+
.size-full {
|
|
1335
|
+
width:100%;
|
|
1336
|
+
height:100%
|
|
1337
|
+
}
|
|
1338
|
+
.\!h-auto {
|
|
1339
|
+
height:auto!important
|
|
1340
|
+
}
|
|
1341
|
+
.h-1\.5 {
|
|
1342
|
+
height:calc(var(--spacing)*1.5)
|
|
1343
|
+
}
|
|
1344
|
+
.h-2 {
|
|
1345
|
+
height:calc(var(--spacing)*2)
|
|
1346
|
+
}
|
|
1347
|
+
.h-6 {
|
|
1348
|
+
height:calc(var(--spacing)*6)
|
|
1349
|
+
}
|
|
1350
|
+
.h-12 {
|
|
1351
|
+
height:calc(var(--spacing)*12)
|
|
1352
|
+
}
|
|
1353
|
+
.h-20 {
|
|
1354
|
+
height:calc(var(--spacing)*20)
|
|
1355
|
+
}
|
|
1356
|
+
.h-\[var\(--height\)\] {
|
|
1357
|
+
height:var(--height)
|
|
1358
|
+
}
|
|
1359
|
+
.h-full {
|
|
1360
|
+
height:100%
|
|
1361
|
+
}
|
|
1362
|
+
.max-h-64 {
|
|
1363
|
+
max-height:calc(var(--spacing)*64)
|
|
1364
|
+
}
|
|
1365
|
+
.placeholder {
|
|
1366
|
+
background-color:var(--color-surface-200-800);
|
|
1367
|
+
border-radius:var(--radius-base);
|
|
1368
|
+
min-height:calc(var(--spacing)*4)
|
|
1369
|
+
}
|
|
1370
|
+
.w-10 {
|
|
1371
|
+
width:calc(var(--spacing)*10)
|
|
1372
|
+
}
|
|
1373
|
+
.w-12 {
|
|
1374
|
+
width:calc(var(--spacing)*12)
|
|
1375
|
+
}
|
|
1376
|
+
.w-24 {
|
|
1377
|
+
width:calc(var(--spacing)*24)
|
|
1378
|
+
}
|
|
1379
|
+
.w-64 {
|
|
1380
|
+
width:calc(var(--spacing)*64)
|
|
1381
|
+
}
|
|
1382
|
+
.w-\[105vw\] {
|
|
1383
|
+
width:105vw
|
|
1384
|
+
}
|
|
1385
|
+
.w-\[var\(--width\)\] {
|
|
1386
|
+
width:var(--width)
|
|
1387
|
+
}
|
|
1388
|
+
.w-full {
|
|
1389
|
+
width:100%
|
|
1390
|
+
}
|
|
1391
|
+
.w-lg {
|
|
1392
|
+
width:var(--container-lg)
|
|
1393
|
+
}
|
|
1394
|
+
.max-w-2xl {
|
|
1395
|
+
max-width:var(--container-2xl)
|
|
1396
|
+
}
|
|
1397
|
+
.max-w-3xl {
|
|
1398
|
+
max-width:var(--container-3xl)
|
|
1399
|
+
}
|
|
1400
|
+
.max-w-4xl {
|
|
1401
|
+
max-width:var(--container-4xl)
|
|
1402
|
+
}
|
|
1403
|
+
.max-w-md {
|
|
1404
|
+
max-width:var(--container-md)
|
|
1405
|
+
}
|
|
1406
|
+
.max-w-xl {
|
|
1407
|
+
max-width:var(--container-xl)
|
|
1408
|
+
}
|
|
1409
|
+
.max-w-xs {
|
|
1410
|
+
max-width:var(--container-xs)
|
|
1411
|
+
}
|
|
1412
|
+
.min-w-\[320px\] {
|
|
1413
|
+
min-width:320px
|
|
1414
|
+
}
|
|
1415
|
+
.flex-1 {
|
|
1416
|
+
flex:1
|
|
1417
|
+
}
|
|
1418
|
+
.flex-grow,
|
|
1419
|
+
.grow {
|
|
1420
|
+
flex-grow:1
|
|
1421
|
+
}
|
|
1422
|
+
.translate-x-4 {
|
|
1423
|
+
--tw-translate-x:calc(var(--spacing)*4);
|
|
1424
|
+
translate:var(--tw-translate-x)var(--tw-translate-y)
|
|
1425
|
+
}
|
|
1426
|
+
.translate-y-\[1px\] {
|
|
1427
|
+
--tw-translate-y:1px;
|
|
1428
|
+
translate:var(--tw-translate-x)var(--tw-translate-y)
|
|
1429
|
+
}
|
|
1430
|
+
.transform {
|
|
1431
|
+
transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)
|
|
1432
|
+
}
|
|
1433
|
+
.animate-progress-indeterminate {
|
|
1434
|
+
animation:var(--animate-progress-indeterminate)
|
|
1435
|
+
}
|
|
1436
|
+
.animate-pulse {
|
|
1437
|
+
animation:var(--animate-pulse)
|
|
1438
|
+
}
|
|
1439
|
+
.animate-ring-indeterminate {
|
|
1440
|
+
animation:var(--animate-ring-indeterminate)
|
|
1441
|
+
}
|
|
1442
|
+
.animate-spin {
|
|
1443
|
+
animation:var(--animate-spin)
|
|
1444
|
+
}
|
|
1445
|
+
.cursor-not-allowed {
|
|
1446
|
+
cursor:not-allowed
|
|
1447
|
+
}
|
|
1448
|
+
.cursor-pointer {
|
|
1449
|
+
cursor:pointer
|
|
1450
|
+
}
|
|
1451
|
+
.grid-cols-1 {
|
|
1452
|
+
grid-template-columns:repeat(1,minmax(0,1fr))
|
|
1453
|
+
}
|
|
1454
|
+
.grid-cols-\[1fr_auto\] {
|
|
1455
|
+
grid-template-columns:1fr auto
|
|
1456
|
+
}
|
|
1457
|
+
.grid-cols-\[auto_1fr_auto\] {
|
|
1458
|
+
grid-template-columns:auto 1fr auto
|
|
1459
|
+
}
|
|
1460
|
+
.flex-col {
|
|
1461
|
+
flex-direction:column
|
|
1462
|
+
}
|
|
1463
|
+
.flex-row {
|
|
1464
|
+
flex-direction:row
|
|
1465
|
+
}
|
|
1466
|
+
.flex-wrap {
|
|
1467
|
+
flex-wrap:wrap
|
|
1468
|
+
}
|
|
1469
|
+
.items-center {
|
|
1470
|
+
align-items:center
|
|
1471
|
+
}
|
|
1472
|
+
.items-end {
|
|
1473
|
+
align-items:flex-end
|
|
1474
|
+
}
|
|
1475
|
+
.items-stretch {
|
|
1476
|
+
align-items:stretch
|
|
1477
|
+
}
|
|
1478
|
+
.justify-between {
|
|
1479
|
+
justify-content:space-between
|
|
1480
|
+
}
|
|
1481
|
+
.justify-center {
|
|
1482
|
+
justify-content:center
|
|
1483
|
+
}
|
|
1484
|
+
.justify-start {
|
|
1485
|
+
justify-content:flex-start
|
|
1486
|
+
}
|
|
1487
|
+
.gap-1 {
|
|
1488
|
+
gap:calc(var(--spacing)*1)
|
|
1489
|
+
}
|
|
1490
|
+
.gap-2 {
|
|
1491
|
+
gap:calc(var(--spacing)*2)
|
|
1492
|
+
}
|
|
1493
|
+
.gap-4 {
|
|
1494
|
+
gap:calc(var(--spacing)*4)
|
|
1495
|
+
}
|
|
1496
|
+
.gap-6 {
|
|
1497
|
+
gap:calc(var(--spacing)*6)
|
|
1498
|
+
}
|
|
1499
|
+
:where(.space-y-1>:not(:last-child)) {
|
|
1500
|
+
--tw-space-y-reverse:0;
|
|
1501
|
+
margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
|
|
1502
|
+
margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))
|
|
1503
|
+
}
|
|
1504
|
+
:where(.space-y-2>:not(:last-child)) {
|
|
1505
|
+
--tw-space-y-reverse:0;
|
|
1506
|
+
margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));
|
|
1507
|
+
margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))
|
|
1508
|
+
}
|
|
1509
|
+
:where(.space-y-4>:not(:last-child)) {
|
|
1510
|
+
--tw-space-y-reverse:0;
|
|
1511
|
+
margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));
|
|
1512
|
+
margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))
|
|
1513
|
+
}
|
|
1514
|
+
:where(.space-x-4>:not(:last-child)) {
|
|
1515
|
+
--tw-space-x-reverse:0;
|
|
1516
|
+
margin-inline-start:calc(calc(var(--spacing)*4)*var(--tw-space-x-reverse));
|
|
1517
|
+
margin-inline-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-x-reverse)))
|
|
1518
|
+
}
|
|
1519
|
+
.overflow-hidden {
|
|
1520
|
+
overflow:hidden
|
|
1521
|
+
}
|
|
1522
|
+
.code:not(pre .code,
|
|
1523
|
+
.ec-line .code) {
|
|
1524
|
+
color:var(--color-primary-contrast-50-950);
|
|
1525
|
+
background-color:var(--color-primary-100-900);
|
|
1526
|
+
border-radius:var(--radius-base);
|
|
1527
|
+
font-family:var(--font-mono);
|
|
1528
|
+
font-size:var(--text-xs);
|
|
1529
|
+
white-space:nowrap;
|
|
1530
|
+
padding-inline:calc(var(--spacing)*1.5);
|
|
1531
|
+
padding-block:calc(var(--spacing)*.75);
|
|
1532
|
+
overflow-x:auto
|
|
1533
|
+
}
|
|
1534
|
+
.overflow-x-hidden {
|
|
1535
|
+
overflow-x:hidden
|
|
1536
|
+
}
|
|
1537
|
+
.card {
|
|
1538
|
+
border-radius:var(--radius-container)
|
|
1539
|
+
}
|
|
1540
|
+
a.card {
|
|
1541
|
+
transition-property:all;
|
|
1542
|
+
transition-timing-function:var(--default-transition-timing-function);
|
|
1543
|
+
transition-duration:var(--default-transition-duration)
|
|
1544
|
+
}
|
|
1545
|
+
@media (hover:hover) {
|
|
1546
|
+
a.card:hover {
|
|
1547
|
+
filter:brightness(95%)
|
|
1548
|
+
}
|
|
1549
|
+
a.card:hover:where(.dark,
|
|
1550
|
+
.dark *) {
|
|
1551
|
+
filter:brightness(110%)
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
.rounded {
|
|
1555
|
+
border-radius:.25rem
|
|
1556
|
+
}
|
|
1557
|
+
.rounded-2xl {
|
|
1558
|
+
border-radius:var(--radius-2xl)
|
|
1559
|
+
}
|
|
1560
|
+
.rounded-base {
|
|
1561
|
+
border-radius:var(--radius-base)
|
|
1562
|
+
}
|
|
1563
|
+
.rounded-container {
|
|
1564
|
+
border-radius:var(--radius-container)
|
|
1565
|
+
}
|
|
1566
|
+
.rounded-full {
|
|
1567
|
+
border-radius:3.40282e38px
|
|
1568
|
+
}
|
|
1569
|
+
.rounded-xl {
|
|
1570
|
+
border-radius:var(--radius-xl)
|
|
1571
|
+
}
|
|
1572
|
+
.rounded-t-xl {
|
|
1573
|
+
border-top-left-radius:var(--radius-xl);
|
|
1574
|
+
border-top-right-radius:var(--radius-xl)
|
|
1575
|
+
}
|
|
1576
|
+
.border {
|
|
1577
|
+
border-style:var(--tw-border-style);
|
|
1578
|
+
border-width:1px
|
|
1579
|
+
}
|
|
1580
|
+
.border-0 {
|
|
1581
|
+
border-style:var(--tw-border-style);
|
|
1582
|
+
border-width:0
|
|
1583
|
+
}
|
|
1584
|
+
.border-1 {
|
|
1585
|
+
border-style:var(--tw-border-style);
|
|
1586
|
+
border-width:1px
|
|
1587
|
+
}
|
|
1588
|
+
.border-2 {
|
|
1589
|
+
border-style:var(--tw-border-style);
|
|
1590
|
+
border-width:2px
|
|
1591
|
+
}
|
|
1592
|
+
.border-\[1px\] {
|
|
1593
|
+
border-style:var(--tw-border-style);
|
|
1594
|
+
border-width:1px
|
|
1595
|
+
}
|
|
1596
|
+
.border-\[2px\] {
|
|
1597
|
+
border-style:var(--tw-border-style);
|
|
1598
|
+
border-width:2px
|
|
1599
|
+
}
|
|
1600
|
+
.preset-outlined-primary-300-700 {
|
|
1601
|
+
border-width:1px;
|
|
1602
|
+
border-color:var(--color-primary-300-700)
|
|
1603
|
+
}
|
|
1604
|
+
.preset-outlined-primary-500 {
|
|
1605
|
+
border-width:1px;
|
|
1606
|
+
border-color:var(--color-primary-500)
|
|
1607
|
+
}
|
|
1608
|
+
.preset-outlined-surface-200-800 {
|
|
1609
|
+
border-width:1px;
|
|
1610
|
+
border-color:var(--color-surface-200-800)
|
|
1611
|
+
}
|
|
1612
|
+
.border-b-\[1px\] {
|
|
1613
|
+
border-bottom-style:var(--tw-border-style);
|
|
1614
|
+
border-bottom-width:1px
|
|
1615
|
+
}
|
|
1616
|
+
.blockquote {
|
|
1617
|
+
border-left-width:3px;
|
|
1618
|
+
border-left-color:var(--color-primary-500);
|
|
1619
|
+
padding-left:calc(var(--spacing)*4);
|
|
1620
|
+
font-style:italic
|
|
1621
|
+
}
|
|
1622
|
+
.border-dashed {
|
|
1623
|
+
--tw-border-style:dashed;
|
|
1624
|
+
border-style:dashed
|
|
1625
|
+
}
|
|
1626
|
+
.input-ghost {
|
|
1627
|
+
--tw-ring-color:transparent;
|
|
1628
|
+
background-color:#0000;
|
|
1629
|
+
border-color:#0000;
|
|
1630
|
+
outline-color:#0000;
|
|
1631
|
+
padding:0
|
|
1632
|
+
}
|
|
1633
|
+
.input-ghost:active,
|
|
1634
|
+
.input-ghost:focus,
|
|
1635
|
+
.input-ghost:focus-within {
|
|
1636
|
+
border-color:#0000!important
|
|
1637
|
+
}
|
|
1638
|
+
.border-error-500 {
|
|
1639
|
+
border-color:var(--color-error-500)
|
|
1640
|
+
}
|
|
1641
|
+
.border-primary-500 {
|
|
1642
|
+
border-color:var(--color-primary-500)
|
|
1643
|
+
}
|
|
1644
|
+
.border-surface-200-800 {
|
|
1645
|
+
border-color:light-dark(var(--color-surface-200),var(--color-surface-800))
|
|
1646
|
+
}
|
|
1647
|
+
.border-transparent {
|
|
1648
|
+
border-color:#0000
|
|
1649
|
+
}
|
|
1650
|
+
.border-b-surface-950-50 {
|
|
1651
|
+
border-bottom-color:light-dark(var(--color-surface-950),var(--color-surface-50))
|
|
1652
|
+
}
|
|
1653
|
+
.preset-filled {
|
|
1654
|
+
color:var(--color-surface-50-950);
|
|
1655
|
+
background-color:var(--color-surface-950-50)
|
|
1656
|
+
}
|
|
1657
|
+
.preset-filled-error-500 {
|
|
1658
|
+
color:var(--color-error-contrast-500);
|
|
1659
|
+
background-color:var(--color-error-500)
|
|
1660
|
+
}
|
|
1661
|
+
.preset-filled-primary-400-600 {
|
|
1662
|
+
color:var(--color-primary-contrast-400-600);
|
|
1663
|
+
background-color:var(--color-primary-400-600)
|
|
1664
|
+
}
|
|
1665
|
+
.preset-filled-primary-500 {
|
|
1666
|
+
color:var(--color-primary-contrast-500);
|
|
1667
|
+
background-color:var(--color-primary-500)
|
|
1668
|
+
}
|
|
1669
|
+
.preset-filled-success-500 {
|
|
1670
|
+
color:var(--color-success-contrast-500);
|
|
1671
|
+
background-color:var(--color-success-500)
|
|
1672
|
+
}
|
|
1673
|
+
.preset-filled-surface-50-950 {
|
|
1674
|
+
color:var(--color-surface-contrast-50-950);
|
|
1675
|
+
background-color:var(--color-surface-50-950)
|
|
1676
|
+
}
|
|
1677
|
+
.preset-filled-surface-100-900 {
|
|
1678
|
+
color:var(--color-surface-contrast-100-900);
|
|
1679
|
+
background-color:var(--color-surface-100-900)
|
|
1680
|
+
}
|
|
1681
|
+
.preset-filled-surface-200-800 {
|
|
1682
|
+
color:var(--color-surface-contrast-200-800);
|
|
1683
|
+
background-color:var(--color-surface-200-800)
|
|
1684
|
+
}
|
|
1685
|
+
.preset-filled-surface-800-200 {
|
|
1686
|
+
color:var(--color-surface-contrast-800-200);
|
|
1687
|
+
background-color:var(--color-surface-800-200)
|
|
1688
|
+
}
|
|
1689
|
+
.preset-filled-warning-600-400 {
|
|
1690
|
+
color:var(--color-warning-contrast-600-400);
|
|
1691
|
+
background-color:var(--color-warning-600-400)
|
|
1692
|
+
}
|
|
1693
|
+
.\!bg-surface-200 {
|
|
1694
|
+
background-color:var(--color-surface-200)!important
|
|
1695
|
+
}
|
|
1696
|
+
.\!bg-white {
|
|
1697
|
+
background-color:var(--color-white)!important
|
|
1698
|
+
}
|
|
1699
|
+
.bg-primary-100 {
|
|
1700
|
+
background-color:var(--color-primary-100)
|
|
1701
|
+
}
|
|
1702
|
+
.bg-primary-400-600 {
|
|
1703
|
+
background-color:light-dark(var(--color-primary-400),var(--color-primary-600))
|
|
1704
|
+
}
|
|
1705
|
+
.bg-secondary-400 {
|
|
1706
|
+
background-color:var(--color-secondary-400)
|
|
1707
|
+
}
|
|
1708
|
+
.bg-secondary-400-600 {
|
|
1709
|
+
background-color:light-dark(var(--color-secondary-400),var(--color-secondary-600))
|
|
1710
|
+
}
|
|
1711
|
+
.bg-surface-50 {
|
|
1712
|
+
background-color:var(--color-surface-50)
|
|
1713
|
+
}
|
|
1714
|
+
.bg-surface-50-950 {
|
|
1715
|
+
background-color:light-dark(var(--color-surface-50),var(--color-surface-950))
|
|
1716
|
+
}
|
|
1717
|
+
.bg-surface-50\/75 {
|
|
1718
|
+
background-color:#fafafabf
|
|
1719
|
+
}
|
|
1720
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1721
|
+
.bg-surface-50\/75 {
|
|
1722
|
+
background-color:color-mix(in oklab,var(--color-surface-50)75%,transparent)
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
.bg-surface-100 {
|
|
1726
|
+
background-color:var(--color-surface-100)
|
|
1727
|
+
}
|
|
1728
|
+
.bg-surface-100-900 {
|
|
1729
|
+
background-color:light-dark(var(--color-surface-100),var(--color-surface-900))
|
|
1730
|
+
}
|
|
1731
|
+
.bg-surface-200 {
|
|
1732
|
+
background-color:var(--color-surface-200)
|
|
1733
|
+
}
|
|
1734
|
+
.bg-surface-200-800 {
|
|
1735
|
+
background-color:light-dark(var(--color-surface-200),var(--color-surface-800))
|
|
1736
|
+
}
|
|
1737
|
+
.bg-surface-400-600 {
|
|
1738
|
+
background-color:light-dark(var(--color-surface-400),var(--color-surface-600))
|
|
1739
|
+
}
|
|
1740
|
+
.bg-surface-600 {
|
|
1741
|
+
background-color:var(--color-surface-600)
|
|
1742
|
+
}
|
|
1743
|
+
.bg-surface-700 {
|
|
1744
|
+
background-color:var(--color-surface-700)
|
|
1745
|
+
}
|
|
1746
|
+
.bg-surface-950-50 {
|
|
1747
|
+
background-color:light-dark(var(--color-surface-950),var(--color-surface-50))
|
|
1748
|
+
}
|
|
1749
|
+
.bg-transparent {
|
|
1750
|
+
background-color:#0000
|
|
1751
|
+
}
|
|
1752
|
+
.bg-warning-700 {
|
|
1753
|
+
background-color:var(--color-warning-700)
|
|
1754
|
+
}
|
|
1755
|
+
.preset-tonal {
|
|
1756
|
+
background-color:light-dark(#0a0a0a0d,#fafafa0d)
|
|
1757
|
+
}
|
|
1758
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1759
|
+
.preset-tonal {
|
|
1760
|
+
background-color:color-mix(in oklab,light-dark(var(--color-surface-950),var(--color-surface-50))5%,transparent)
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
.fill-none {
|
|
1764
|
+
fill:none
|
|
1765
|
+
}
|
|
1766
|
+
.fill-surface-950-50 {
|
|
1767
|
+
fill:light-dark(var(--color-surface-950),var(--color-surface-50))
|
|
1768
|
+
}
|
|
1769
|
+
.stroke-primary-500 {
|
|
1770
|
+
stroke:var(--color-primary-500)
|
|
1771
|
+
}
|
|
1772
|
+
.stroke-surface-200-800 {
|
|
1773
|
+
stroke:light-dark(var(--color-surface-200),var(--color-surface-800))
|
|
1774
|
+
}
|
|
1775
|
+
.object-cover {
|
|
1776
|
+
object-fit:cover
|
|
1777
|
+
}
|
|
1778
|
+
.p-0\.5 {
|
|
1779
|
+
padding:calc(var(--spacing)*.5)
|
|
1780
|
+
}
|
|
1781
|
+
.p-1 {
|
|
1782
|
+
padding:calc(var(--spacing)*1)
|
|
1783
|
+
}
|
|
1784
|
+
.p-2 {
|
|
1785
|
+
padding:calc(var(--spacing)*2)
|
|
1786
|
+
}
|
|
1787
|
+
.p-3 {
|
|
1788
|
+
padding:calc(var(--spacing)*3)
|
|
1789
|
+
}
|
|
1790
|
+
.p-4 {
|
|
1791
|
+
padding:calc(var(--spacing)*4)
|
|
1792
|
+
}
|
|
1793
|
+
.p-12 {
|
|
1794
|
+
padding:calc(var(--spacing)*12)
|
|
1795
|
+
}
|
|
1796
|
+
.px-3 {
|
|
1797
|
+
padding-inline:calc(var(--spacing)*3)
|
|
1798
|
+
}
|
|
1799
|
+
.px-4 {
|
|
1800
|
+
padding-inline:calc(var(--spacing)*4)
|
|
1801
|
+
}
|
|
1802
|
+
.py-2 {
|
|
1803
|
+
padding-block:calc(var(--spacing)*2)
|
|
1804
|
+
}
|
|
1805
|
+
.py-3 {
|
|
1806
|
+
padding-block:calc(var(--spacing)*3)
|
|
1807
|
+
}
|
|
1808
|
+
.py-10 {
|
|
1809
|
+
padding-block:calc(var(--spacing)*10)
|
|
1810
|
+
}
|
|
1811
|
+
.pt-2 {
|
|
1812
|
+
padding-top:calc(var(--spacing)*2)
|
|
1813
|
+
}
|
|
1814
|
+
.pt-3 {
|
|
1815
|
+
padding-top:calc(var(--spacing)*3)
|
|
1816
|
+
}
|
|
1817
|
+
.pt-4 {
|
|
1818
|
+
padding-top:calc(var(--spacing)*4)
|
|
1819
|
+
}
|
|
1820
|
+
.pt-\[1lh\] {
|
|
1821
|
+
padding-top:1lh
|
|
1822
|
+
}
|
|
1823
|
+
.pr-3 {
|
|
1824
|
+
padding-right:calc(var(--spacing)*3)
|
|
1825
|
+
}
|
|
1826
|
+
.pr-4 {
|
|
1827
|
+
padding-right:calc(var(--spacing)*4)
|
|
1828
|
+
}
|
|
1829
|
+
.pr-6 {
|
|
1830
|
+
padding-right:calc(var(--spacing)*6)
|
|
1831
|
+
}
|
|
1832
|
+
.pr-8 {
|
|
1833
|
+
padding-right:calc(var(--spacing)*8)
|
|
1834
|
+
}
|
|
1835
|
+
.pr-16 {
|
|
1836
|
+
padding-right:calc(var(--spacing)*16)
|
|
1837
|
+
}
|
|
1838
|
+
.pb-2 {
|
|
1839
|
+
padding-bottom:calc(var(--spacing)*2)
|
|
1840
|
+
}
|
|
1841
|
+
.pb-3 {
|
|
1842
|
+
padding-bottom:calc(var(--spacing)*3)
|
|
1843
|
+
}
|
|
1844
|
+
.pb-8 {
|
|
1845
|
+
padding-bottom:calc(var(--spacing)*8)
|
|
1846
|
+
}
|
|
1847
|
+
.pb-\[1lh\] {
|
|
1848
|
+
padding-bottom:1lh
|
|
1849
|
+
}
|
|
1850
|
+
.pl-3 {
|
|
1851
|
+
padding-left:calc(var(--spacing)*3)
|
|
1852
|
+
}
|
|
1853
|
+
.pl-4 {
|
|
1854
|
+
padding-left:calc(var(--spacing)*4)
|
|
1855
|
+
}
|
|
1856
|
+
.pl-6 {
|
|
1857
|
+
padding-left:calc(var(--spacing)*6)
|
|
1858
|
+
}
|
|
1859
|
+
.pl-8 {
|
|
1860
|
+
padding-left:calc(var(--spacing)*8)
|
|
1861
|
+
}
|
|
1862
|
+
.pl-16 {
|
|
1863
|
+
padding-left:calc(var(--spacing)*16)
|
|
1864
|
+
}
|
|
1865
|
+
.text-center {
|
|
1866
|
+
text-align:center
|
|
1867
|
+
}
|
|
1868
|
+
.text-right {
|
|
1869
|
+
text-align:right
|
|
1870
|
+
}
|
|
1871
|
+
.text-start {
|
|
1872
|
+
text-align:start
|
|
1873
|
+
}
|
|
1874
|
+
.anchor {
|
|
1875
|
+
color:var(--anchor-font-color);
|
|
1876
|
+
font-family:var(--anchor-font-family);
|
|
1877
|
+
font-size:var(--anchor-font-size);
|
|
1878
|
+
line-height:var(--anchor-line-height);
|
|
1879
|
+
font-weight:var(--anchor-font-weight);
|
|
1880
|
+
font-style:var(--anchor-font-style);
|
|
1881
|
+
letter-spacing:var(--anchor-letter-spacing);
|
|
1882
|
+
-webkit-text-decoration:var(--anchor-text-decoration);
|
|
1883
|
+
text-decoration:var(--anchor-text-decoration)
|
|
1884
|
+
}
|
|
1885
|
+
@media (hover:hover) {
|
|
1886
|
+
.anchor:hover {
|
|
1887
|
+
-webkit-text-decoration:var(--anchor-text-decoration-hover);
|
|
1888
|
+
text-decoration:var(--anchor-text-decoration-hover)
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
.anchor:active {
|
|
1892
|
+
-webkit-text-decoration:var(--anchor-text-decoration-active);
|
|
1893
|
+
text-decoration:var(--anchor-text-decoration-active)
|
|
1894
|
+
}
|
|
1895
|
+
.anchor:focus {
|
|
1896
|
+
-webkit-text-decoration:var(--anchor-text-decoration-focus);
|
|
1897
|
+
text-decoration:var(--anchor-text-decoration-focus)
|
|
1898
|
+
}
|
|
1899
|
+
.anchor:where(.dark,
|
|
1900
|
+
.dark *) {
|
|
1901
|
+
color:var(--anchor-font-color-dark)
|
|
1902
|
+
}
|
|
1903
|
+
.h2 {
|
|
1904
|
+
color:var(--heading-font-color);
|
|
1905
|
+
font-family:var(--heading-font-family);
|
|
1906
|
+
font-weight:var(--heading-font-weight);
|
|
1907
|
+
font-style:var(--heading-font-style);
|
|
1908
|
+
letter-spacing:var(--heading-letter-spacing);
|
|
1909
|
+
font-size:var(--text-3xl);
|
|
1910
|
+
line-height:var(--text-3xl--line-height)
|
|
1911
|
+
}
|
|
1912
|
+
@media (min-width:48rem) {
|
|
1913
|
+
.h2 {
|
|
1914
|
+
font-size:var(--text-4xl);
|
|
1915
|
+
line-height:var(--text-4xl--line-height)
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
.h2:where(.dark,
|
|
1919
|
+
.dark *) {
|
|
1920
|
+
color:var(--heading-font-color-dark)
|
|
1921
|
+
}
|
|
1922
|
+
.h4 {
|
|
1923
|
+
color:var(--heading-font-color);
|
|
1924
|
+
font-family:var(--heading-font-family);
|
|
1925
|
+
font-weight:var(--heading-font-weight);
|
|
1926
|
+
font-style:var(--heading-font-style);
|
|
1927
|
+
letter-spacing:var(--heading-letter-spacing);
|
|
1928
|
+
font-size:var(--text-xl);
|
|
1929
|
+
line-height:var(--text-xl--line-height)
|
|
1930
|
+
}
|
|
1931
|
+
@media (min-width:48rem) {
|
|
1932
|
+
.h4 {
|
|
1933
|
+
font-size:var(--text-2xl);
|
|
1934
|
+
line-height:var(--text-2xl--line-height)
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
.h4:where(.dark,
|
|
1938
|
+
.dark *) {
|
|
1939
|
+
color:var(--heading-font-color-dark)
|
|
1940
|
+
}
|
|
1941
|
+
.text-base {
|
|
1942
|
+
font-size:calc(1rem*var(--text-scaling));
|
|
1943
|
+
line-height:var(--tw-leading,calc( 1.5 *var(--text-scaling)))
|
|
1944
|
+
}
|
|
1945
|
+
.text-sm {
|
|
1946
|
+
font-size:calc(.875rem*var(--text-scaling));
|
|
1947
|
+
line-height:var(--tw-leading,calc(calc(1.25/.875)*var(--text-scaling)))
|
|
1948
|
+
}
|
|
1949
|
+
.text-xl {
|
|
1950
|
+
font-size:calc(1.25rem*var(--text-scaling));
|
|
1951
|
+
line-height:var(--tw-leading,calc(calc(1.75/1.25)*var(--text-scaling)))
|
|
1952
|
+
}
|
|
1953
|
+
.text-xs {
|
|
1954
|
+
font-size:calc(.75rem*var(--text-scaling));
|
|
1955
|
+
line-height:var(--tw-leading,calc(calc(1/.75)*var(--text-scaling)))
|
|
1956
|
+
}
|
|
1957
|
+
.text-\[10px\] {
|
|
1958
|
+
font-size:10px
|
|
1959
|
+
}
|
|
1960
|
+
.font-bold {
|
|
1961
|
+
--tw-font-weight:var(--font-weight-bold);
|
|
1962
|
+
font-weight:var(--font-weight-bold)
|
|
1963
|
+
}
|
|
1964
|
+
.whitespace-nowrap {
|
|
1965
|
+
white-space:nowrap
|
|
1966
|
+
}
|
|
1967
|
+
.text-primary-900-100 {
|
|
1968
|
+
color:light-dark(var(--color-primary-900),var(--color-primary-100))
|
|
1969
|
+
}
|
|
1970
|
+
.text-secondary-0 {
|
|
1971
|
+
color:var(--color-secondary-0)
|
|
1972
|
+
}
|
|
1973
|
+
.text-secondary-950 {
|
|
1974
|
+
color:var(--color-secondary-950)
|
|
1975
|
+
}
|
|
1976
|
+
.text-surface-50-950 {
|
|
1977
|
+
color:light-dark(var(--color-surface-50),var(--color-surface-950))
|
|
1978
|
+
}
|
|
1979
|
+
.text-surface-100 {
|
|
1980
|
+
color:var(--color-surface-100)
|
|
1981
|
+
}
|
|
1982
|
+
.text-surface-100-900 {
|
|
1983
|
+
color:light-dark(var(--color-surface-100),var(--color-surface-900))
|
|
1984
|
+
}
|
|
1985
|
+
.text-surface-contrast-50 {
|
|
1986
|
+
color:var(--color-surface-contrast-50)
|
|
1987
|
+
}
|
|
1988
|
+
.text-surface-contrast-950 {
|
|
1989
|
+
color:var(--color-surface-contrast-950)
|
|
1990
|
+
}
|
|
1991
|
+
.opacity-50 {
|
|
1992
|
+
opacity:.5
|
|
1993
|
+
}
|
|
1994
|
+
.opacity-60 {
|
|
1995
|
+
opacity:.6
|
|
1996
|
+
}
|
|
1997
|
+
.opacity-100 {
|
|
1998
|
+
opacity:1
|
|
1999
|
+
}
|
|
2000
|
+
.shadow {
|
|
2001
|
+
--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
|
|
2002
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
|
|
2003
|
+
}
|
|
2004
|
+
.shadow-md {
|
|
2005
|
+
--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);
|
|
2006
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
|
|
2007
|
+
}
|
|
2008
|
+
.shadow-none {
|
|
2009
|
+
--tw-shadow:0 0 #0000;
|
|
2010
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
|
|
2011
|
+
}
|
|
2012
|
+
.shadow-xl {
|
|
2013
|
+
--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);
|
|
2014
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
|
|
2015
|
+
}
|
|
2016
|
+
.ring {
|
|
2017
|
+
--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2018
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
|
|
2019
|
+
}
|
|
2020
|
+
.ring-2 {
|
|
2021
|
+
--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2022
|
+
box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
|
|
2023
|
+
}
|
|
2024
|
+
.ring-surface-950-50 {
|
|
2025
|
+
--tw-ring-color:light-dark(var(--color-surface-950),var(--color-surface-50))
|
|
2026
|
+
}
|
|
2027
|
+
.invert {
|
|
2028
|
+
--tw-invert:invert(100%);
|
|
2029
|
+
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,)
|
|
2030
|
+
}
|
|
2031
|
+
.card-hover {
|
|
2032
|
+
transition-property:all;
|
|
2033
|
+
transition-timing-function:var(--default-transition-timing-function);
|
|
2034
|
+
transition-duration:var(--default-transition-duration)
|
|
2035
|
+
}
|
|
2036
|
+
@media (hover:hover) {
|
|
2037
|
+
.card-hover:hover {
|
|
2038
|
+
filter:brightness(95%)
|
|
2039
|
+
}
|
|
2040
|
+
.card-hover:hover:where(.dark,
|
|
2041
|
+
.dark *) {
|
|
2042
|
+
filter:brightness(110%)
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2045
|
+
.filter {
|
|
2046
|
+
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,)
|
|
2047
|
+
}
|
|
2048
|
+
.backdrop-filter {
|
|
2049
|
+
-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,);
|
|
2050
|
+
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,)
|
|
2051
|
+
}
|
|
2052
|
+
.transition {
|
|
2053
|
+
transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
|
|
2054
|
+
transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));
|
|
2055
|
+
transition-duration:var(--tw-duration,var(--default-transition-duration))
|
|
2056
|
+
}
|
|
2057
|
+
.transition-\[stroke-dashoffset\] {
|
|
2058
|
+
transition-property:stroke-dashoffset;
|
|
2059
|
+
transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));
|
|
2060
|
+
transition-duration:var(--tw-duration,var(--default-transition-duration))
|
|
2061
|
+
}
|
|
2062
|
+
.transition-\[width\] {
|
|
2063
|
+
transition-property:width;
|
|
2064
|
+
transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));
|
|
2065
|
+
transition-duration:var(--tw-duration,var(--default-transition-duration))
|
|
2066
|
+
}
|
|
2067
|
+
.transition-colors {
|
|
2068
|
+
transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;
|
|
2069
|
+
transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));
|
|
2070
|
+
transition-duration:var(--tw-duration,var(--default-transition-duration))
|
|
2071
|
+
}
|
|
2072
|
+
.duration-100 {
|
|
2073
|
+
--tw-duration:.1s;
|
|
2074
|
+
transition-duration:.1s
|
|
2075
|
+
}
|
|
2076
|
+
.duration-200 {
|
|
2077
|
+
--tw-duration:.2s;
|
|
2078
|
+
transition-duration:.2s
|
|
2079
|
+
}
|
|
2080
|
+
.ease-in-out {
|
|
2081
|
+
--tw-ease:var(--ease-in-out);
|
|
2082
|
+
transition-timing-function:var(--ease-in-out)
|
|
2083
|
+
}
|
|
2084
|
+
.ring-inset {
|
|
2085
|
+
--tw-ring-inset:inset
|
|
2086
|
+
}
|
|
2087
|
+
.visited\:text-surface-950:visited {
|
|
2088
|
+
color:var(--color-surface-950)
|
|
2089
|
+
}
|
|
2090
|
+
@media (hover:hover) {
|
|
2091
|
+
.hover\:cursor-pointer:hover {
|
|
2092
|
+
cursor:pointer
|
|
2093
|
+
}
|
|
2094
|
+
.hover\:preset-filled:hover {
|
|
2095
|
+
color:var(--color-surface-50-950);
|
|
2096
|
+
background-color:var(--color-surface-950-50)
|
|
2097
|
+
}
|
|
2098
|
+
.hover\:preset-filled-surface-50-950:hover {
|
|
2099
|
+
color:var(--color-surface-contrast-50-950);
|
|
2100
|
+
background-color:var(--color-surface-50-950)
|
|
2101
|
+
}
|
|
2102
|
+
.hover\:preset-tonal-primary:hover {
|
|
2103
|
+
color:var(--color-primary-950-50);
|
|
2104
|
+
background-color:var(--color-primary-50-950)
|
|
2105
|
+
}
|
|
2106
|
+
.hover\:bg-primary-500:hover {
|
|
2107
|
+
background-color:var(--color-primary-500)
|
|
2108
|
+
}
|
|
2109
|
+
.hover\:preset-tonal:hover {
|
|
2110
|
+
background-color:light-dark(#0a0a0a0d,#fafafa0d)
|
|
2111
|
+
}
|
|
2112
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2113
|
+
.hover\:preset-tonal:hover {
|
|
2114
|
+
background-color:color-mix(in oklab,light-dark(var(--color-surface-950),var(--color-surface-50))5%,transparent)
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
.hover\:brightness-75:hover {
|
|
2118
|
+
--tw-brightness:brightness(75%);
|
|
2119
|
+
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,)
|
|
2120
|
+
}
|
|
2121
|
+
.hover\:brightness-90:hover {
|
|
2122
|
+
--tw-brightness:brightness(90%);
|
|
2123
|
+
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,)
|
|
2124
|
+
}
|
|
2125
|
+
.hover\:brightness-110:hover {
|
|
2126
|
+
--tw-brightness:brightness(110%);
|
|
2127
|
+
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,)
|
|
2128
|
+
}
|
|
2129
|
+
.hover\:brightness-125:hover {
|
|
2130
|
+
--tw-brightness:brightness(125%);
|
|
2131
|
+
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,)
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
.aria-selected\:brightness-75[aria-selected=true] {
|
|
2135
|
+
--tw-brightness:brightness(75%);
|
|
2136
|
+
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,)
|
|
2137
|
+
}
|
|
2138
|
+
@media (min-width:48rem) {
|
|
2139
|
+
.md\:size-5 {
|
|
2140
|
+
width:calc(var(--spacing)*5);
|
|
2141
|
+
height:calc(var(--spacing)*5)
|
|
2142
|
+
}
|
|
2143
|
+
.md\:flex-row {
|
|
2144
|
+
flex-direction:row
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
.rtl\:-translate-x-4:where(:dir(rtl),
|
|
2148
|
+
[dir=rtl],
|
|
2149
|
+
[dir=rtl] *) {
|
|
2150
|
+
--tw-translate-x:calc(var(--spacing)*-4);
|
|
2151
|
+
translate:var(--tw-translate-x)var(--tw-translate-y)
|
|
2152
|
+
}
|
|
2153
|
+
.rtl\:grid-cols-\[1fr_auto_auto\]:where(:dir(rtl),
|
|
2154
|
+
[dir=rtl],
|
|
2155
|
+
[dir=rtl] *) {
|
|
2156
|
+
grid-template-columns:1fr auto auto
|
|
2157
|
+
}
|
|
2158
|
+
:where(.rtl\:space-x-reverse:where(:dir(rtl),
|
|
2159
|
+
[dir=rtl],
|
|
2160
|
+
[dir=rtl] *)>:not(:last-child)) {
|
|
2161
|
+
--tw-space-x-reverse:1
|
|
2162
|
+
}
|
|
2163
|
+
.dark\:border-0:where(.dark,
|
|
2164
|
+
.dark *) {
|
|
2165
|
+
border-style:var(--tw-border-style);
|
|
2166
|
+
border-width:0
|
|
2167
|
+
}
|
|
2168
|
+
.dark\:\!bg-surface-800:where(.dark,
|
|
2169
|
+
.dark *) {
|
|
2170
|
+
background-color:var(--color-surface-800)!important
|
|
2171
|
+
}
|
|
2172
|
+
.dark\:bg-secondary-500:where(.dark,
|
|
2173
|
+
.dark *) {
|
|
2174
|
+
background-color:var(--color-secondary-500)
|
|
2175
|
+
}
|
|
2176
|
+
.dark\:bg-secondary-800:where(.dark,
|
|
2177
|
+
.dark *) {
|
|
2178
|
+
background-color:var(--color-secondary-800)
|
|
2179
|
+
}
|
|
2180
|
+
.dark\:bg-surface-600:where(.dark,
|
|
2181
|
+
.dark *) {
|
|
2182
|
+
background-color:var(--color-surface-600)
|
|
2183
|
+
}
|
|
2184
|
+
.dark\:bg-surface-800:where(.dark,
|
|
2185
|
+
.dark *) {
|
|
2186
|
+
background-color:var(--color-surface-800)
|
|
2187
|
+
}
|
|
2188
|
+
.dark\:bg-surface-900:where(.dark,
|
|
2189
|
+
.dark *) {
|
|
2190
|
+
background-color:var(--color-surface-900)
|
|
2191
|
+
}
|
|
2192
|
+
.dark\:bg-surface-950\/75:where(.dark,
|
|
2193
|
+
.dark *) {
|
|
2194
|
+
background-color:#0a0a0abf
|
|
2195
|
+
}
|
|
2196
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2197
|
+
.dark\:bg-surface-950\/75:where(.dark,
|
|
2198
|
+
.dark *) {
|
|
2199
|
+
background-color:color-mix(in oklab,var(--color-surface-950)75%,transparent)
|
|
2200
|
+
}
|
|
2201
|
+
}
|
|
2202
|
+
.dark\:bg-tertiary-900:where(.dark,
|
|
2203
|
+
.dark *) {
|
|
2204
|
+
background-color:var(--color-tertiary-900)
|
|
2205
|
+
}
|
|
2206
|
+
.dark\:bg-warning-400:where(.dark,
|
|
2207
|
+
.dark *) {
|
|
2208
|
+
background-color:var(--color-warning-400)
|
|
2209
|
+
}
|
|
2210
|
+
.dark\:text-secondary-0:where(.dark,
|
|
2211
|
+
.dark *) {
|
|
2212
|
+
color:var(--color-secondary-0)
|
|
2213
|
+
}
|
|
2214
|
+
.dark\:text-secondary-950:where(.dark,
|
|
2215
|
+
.dark *) {
|
|
2216
|
+
color:var(--color-secondary-950)
|
|
2217
|
+
}
|
|
2218
|
+
.dark\:text-surface-contrast-50:where(.dark,
|
|
2219
|
+
.dark *) {
|
|
2220
|
+
color:var(--color-surface-contrast-50)
|
|
2221
|
+
}
|
|
2222
|
+
.dark\:placeholder-surface-50:where(.dark,
|
|
2223
|
+
.dark *)::placeholder {
|
|
2224
|
+
color:var(--color-surface-50)
|
|
2225
|
+
}
|
|
2226
|
+
.dark\:saturate-75:where(.dark,
|
|
2227
|
+
.dark *) {
|
|
2228
|
+
--tw-saturate:saturate(75%);
|
|
2229
|
+
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,)
|
|
2230
|
+
}
|
|
2231
|
+
.dark\:visited\:text-surface-400:where(.dark,
|
|
2232
|
+
.dark *):visited {
|
|
2233
|
+
color:var(--color-surface-400)
|
|
2234
|
+
}
|
|
2235
|
+
@media (hover:hover) {
|
|
2236
|
+
.dark\:hover\:bg-secondary-600:where(.dark,
|
|
2237
|
+
.dark *):hover {
|
|
2238
|
+
background-color:var(--color-secondary-600)
|
|
2239
|
+
}
|
|
2240
|
+
.dark\:hover\:brightness-110:where(.dark,
|
|
2241
|
+
.dark *):hover {
|
|
2242
|
+
--tw-brightness:brightness(110%);
|
|
2243
|
+
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,)
|
|
2244
|
+
}
|
|
2245
|
+
.dark\:hover\:brightness-125:where(.dark,
|
|
2246
|
+
.dark *):hover {
|
|
2247
|
+
--tw-brightness:brightness(125%);
|
|
2248
|
+
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,)
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2251
|
+
.aria-selected\:dark\:brightness-125[aria-selected=true]:where(.dark,
|
|
2252
|
+
.dark *) {
|
|
2253
|
+
--tw-brightness:brightness(125%);
|
|
2254
|
+
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,)
|
|
2255
|
+
}
|
|
2256
|
+
.prose-h2\:mt-4 :where(h2):not(:where([class~=not-prose],
|
|
2257
|
+
[class~=not-prose] *)) {
|
|
2258
|
+
margin-top:calc(var(--spacing)*4)
|
|
2259
|
+
}
|
|
2260
|
+
.\[\&\:not\(\:hover\)\]\:opacity-50:not(:hover) {
|
|
2261
|
+
opacity:.5
|
|
2262
|
+
}
|
|
2263
|
+
.\[\&\>pre\]\:p-4>pre {
|
|
2264
|
+
padding:calc(var(--spacing)*4)
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
@keyframes anim-progress-indeterminate {
|
|
2268
|
+
0% {
|
|
2269
|
+
transform:translate(-200%)
|
|
2270
|
+
}
|
|
2271
|
+
to {
|
|
2272
|
+
transform:translate(200%)
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
@keyframes anim-ring-indeterminate {
|
|
2276
|
+
0% {
|
|
2277
|
+
stroke-dasharray:1 400;
|
|
2278
|
+
stroke-dashoffset:0
|
|
2279
|
+
}
|
|
2280
|
+
to {
|
|
2281
|
+
stroke-dasharray:400 400;
|
|
2282
|
+
stroke-dashoffset:-140px
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
[data-theme=legacy] {
|
|
2286
|
+
--text-scaling:1.067;
|
|
2287
|
+
--base-font-color:var(--color-surface-950);
|
|
2288
|
+
--base-font-color-dark:var(--color-surface-50);
|
|
2289
|
+
--base-font-family:Inter,Roboto,"Helvetica Neue","Arial Nova","Nimbus Sans",Arial,sans-serif;
|
|
2290
|
+
--base-font-size:inherit;
|
|
2291
|
+
--base-line-height:inherit;
|
|
2292
|
+
--base-font-weight:normal;
|
|
2293
|
+
--base-font-style:normal;
|
|
2294
|
+
--base-letter-spacing:0em;
|
|
2295
|
+
--heading-font-color:inherit;
|
|
2296
|
+
--heading-font-color-dark:inherit;
|
|
2297
|
+
--heading-font-family:inherit;
|
|
2298
|
+
--heading-font-weight:bold;
|
|
2299
|
+
--heading-font-style:normal;
|
|
2300
|
+
--heading-letter-spacing:inherit;
|
|
2301
|
+
--anchor-font-color:var(--color-primary-500);
|
|
2302
|
+
--anchor-font-color-dark:var(--color-primary-500);
|
|
2303
|
+
--anchor-font-family:inherit;
|
|
2304
|
+
--anchor-font-size:inherit;
|
|
2305
|
+
--anchor-line-height:inherit;
|
|
2306
|
+
--anchor-font-weight:inherit;
|
|
2307
|
+
--anchor-font-style:inherit;
|
|
2308
|
+
--anchor-letter-spacing:inherit;
|
|
2309
|
+
--anchor-text-decoration:none;
|
|
2310
|
+
--anchor-text-decoration-hover:underline;
|
|
2311
|
+
--anchor-text-decoration-active:none;
|
|
2312
|
+
--anchor-text-decoration-focus:none;
|
|
2313
|
+
--spacing:.25rem;
|
|
2314
|
+
--radius-base:.375rem;
|
|
2315
|
+
--radius-container:.75rem;
|
|
2316
|
+
--default-border-width:1px;
|
|
2317
|
+
--default-divide-width:1px;
|
|
2318
|
+
--default-ring-width:1px;
|
|
2319
|
+
--body-background-color:oklch(100% 0 0);
|
|
2320
|
+
--body-background-color-dark:var(--color-surface-950);
|
|
2321
|
+
--color-primary-50:oklch(93.76% .05 174.04);
|
|
2322
|
+
--color-primary-100:oklch(88.31% .07 172.12);
|
|
2323
|
+
--color-primary-200:oklch(83.12% .1 170.96);
|
|
2324
|
+
--color-primary-300:oklch(78.47% .12 168.13);
|
|
2325
|
+
--color-primary-400:oklch(73.96% .14 165.85);
|
|
2326
|
+
--color-primary-500:oklch(69.84% .15 162.21);
|
|
2327
|
+
--color-primary-600:oklch(63.62% .14 162.09);
|
|
2328
|
+
--color-primary-700:oklch(57.25% .12 161.89);
|
|
2329
|
+
--color-primary-800:oklch(50.43% .11 162.71);
|
|
2330
|
+
--color-primary-900:oklch(43.64% .09 162.59);
|
|
2331
|
+
--color-primary-950:oklch(36.55% .08 162.58);
|
|
2332
|
+
--color-primary-contrast-dark:var(--color-primary-950);
|
|
2333
|
+
--color-primary-contrast-light:var(--color-primary-50);
|
|
2334
|
+
--color-primary-contrast-50:var(--color-primary-contrast-dark);
|
|
2335
|
+
--color-primary-contrast-100:var(--color-primary-contrast-dark);
|
|
2336
|
+
--color-primary-contrast-200:var(--color-primary-contrast-dark);
|
|
2337
|
+
--color-primary-contrast-300:var(--color-primary-contrast-dark);
|
|
2338
|
+
--color-primary-contrast-400:var(--color-primary-contrast-dark);
|
|
2339
|
+
--color-primary-contrast-500:var(--color-primary-contrast-dark);
|
|
2340
|
+
--color-primary-contrast-600:var(--color-primary-contrast-dark);
|
|
2341
|
+
--color-primary-contrast-700:var(--color-primary-contrast-light);
|
|
2342
|
+
--color-primary-contrast-800:var(--color-primary-contrast-light);
|
|
2343
|
+
--color-primary-contrast-900:var(--color-primary-contrast-light);
|
|
2344
|
+
--color-primary-contrast-950:var(--color-primary-contrast-light);
|
|
2345
|
+
--color-secondary-50:oklch(91.85% .03 289.61);
|
|
2346
|
+
--color-secondary-100:oklch(83.36% .07 287.46);
|
|
2347
|
+
--color-secondary-200:oklch(74.94% .11 286.33);
|
|
2348
|
+
--color-secondary-300:oklch(66.53% .15 284.04);
|
|
2349
|
+
--color-secondary-400:oklch(58.49% .19 281.34);
|
|
2350
|
+
--color-secondary-500:oklch(51.06% .23 276.97);
|
|
2351
|
+
--color-secondary-600:oklch(46.04% .21 277.09);
|
|
2352
|
+
--color-secondary-700:oklch(41.03% .18 277.06);
|
|
2353
|
+
--color-secondary-800:oklch(35.81% .16 277.12);
|
|
2354
|
+
--color-secondary-900:oklch(30.46% .13 277.07);
|
|
2355
|
+
--color-secondary-950:oklch(24.69% .1 277.33);
|
|
2356
|
+
--color-secondary-contrast-dark:var(--color-secondary-950);
|
|
2357
|
+
--color-secondary-contrast-light:var(--color-secondary-50);
|
|
2358
|
+
--color-secondary-contrast-50:var(--color-secondary-contrast-dark);
|
|
2359
|
+
--color-secondary-contrast-100:var(--color-secondary-contrast-dark);
|
|
2360
|
+
--color-secondary-contrast-200:var(--color-secondary-contrast-dark);
|
|
2361
|
+
--color-secondary-contrast-300:var(--color-secondary-contrast-dark);
|
|
2362
|
+
--color-secondary-contrast-400:var(--color-secondary-contrast-dark);
|
|
2363
|
+
--color-secondary-contrast-500:var(--color-secondary-contrast-light);
|
|
2364
|
+
--color-secondary-contrast-600:var(--color-secondary-contrast-light);
|
|
2365
|
+
--color-secondary-contrast-700:var(--color-secondary-contrast-light);
|
|
2366
|
+
--color-secondary-contrast-800:var(--color-secondary-contrast-light);
|
|
2367
|
+
--color-secondary-contrast-900:var(--color-secondary-contrast-light);
|
|
2368
|
+
--color-secondary-contrast-950:var(--color-secondary-contrast-light);
|
|
2369
|
+
--color-tertiary-50:oklch(91.76% .04 225.29);
|
|
2370
|
+
--color-tertiary-100:oklch(86.44% .07 227.24);
|
|
2371
|
+
--color-tertiary-200:oklch(81.31% .09 228.59);
|
|
2372
|
+
--color-tertiary-300:oklch(76.77% .12 229.92);
|
|
2373
|
+
--color-tertiary-400:oklch(72.38% .13 232.91);
|
|
2374
|
+
--color-tertiary-500:oklch(68.47% .15 237.31);
|
|
2375
|
+
--color-tertiary-600:oklch(62.85% .13 236.83);
|
|
2376
|
+
--color-tertiary-700:oklch(57.1% .12 236.22);
|
|
2377
|
+
--color-tertiary-800:oklch(50.99% .11 236.75);
|
|
2378
|
+
--color-tertiary-900:oklch(44.91% .09 235.85);
|
|
2379
|
+
--color-tertiary-950:oklch(38.6% .08 234.47);
|
|
2380
|
+
--color-tertiary-contrast-dark:var(--color-tertiary-950);
|
|
2381
|
+
--color-tertiary-contrast-light:var(--color-tertiary-50);
|
|
2382
|
+
--color-tertiary-contrast-50:var(--color-tertiary-contrast-dark);
|
|
2383
|
+
--color-tertiary-contrast-100:var(--color-tertiary-contrast-dark);
|
|
2384
|
+
--color-tertiary-contrast-200:var(--color-tertiary-contrast-dark);
|
|
2385
|
+
--color-tertiary-contrast-300:var(--color-tertiary-contrast-dark);
|
|
2386
|
+
--color-tertiary-contrast-400:var(--color-tertiary-contrast-dark);
|
|
2387
|
+
--color-tertiary-contrast-500:var(--color-tertiary-contrast-dark);
|
|
2388
|
+
--color-tertiary-contrast-600:var(--color-tertiary-contrast-dark);
|
|
2389
|
+
--color-tertiary-contrast-700:var(--color-tertiary-contrast-light);
|
|
2390
|
+
--color-tertiary-contrast-800:var(--color-tertiary-contrast-light);
|
|
2391
|
+
--color-tertiary-contrast-900:var(--color-tertiary-contrast-light);
|
|
2392
|
+
--color-tertiary-contrast-950:var(--color-tertiary-contrast-light);
|
|
2393
|
+
--color-success-50:oklch(95.13% .04 124.07);
|
|
2394
|
+
--color-success-100:oklch(91.13% .08 125.02);
|
|
2395
|
+
--color-success-200:oklch(87.3% .12 126.12);
|
|
2396
|
+
--color-success-300:oklch(83.56% .16 127.53);
|
|
2397
|
+
--color-success-400:oklch(80.09% .19 128.96);
|
|
2398
|
+
--color-success-500:oklch(76.81% .2 130.85);
|
|
2399
|
+
--color-success-600:oklch(70.29% .19 130.77);
|
|
2400
|
+
--color-success-700:oklch(63.6% .17 130.68);
|
|
2401
|
+
--color-success-800:oklch(57.06% .15 130.45);
|
|
2402
|
+
--color-success-900:oklch(49.99% .13 130.26);
|
|
2403
|
+
--color-success-950:oklch(42.66% .11 129.96);
|
|
2404
|
+
--color-success-contrast-dark:var(--color-success-950);
|
|
2405
|
+
--color-success-contrast-light:var(--color-success-50);
|
|
2406
|
+
--color-success-contrast-50:var(--color-success-contrast-dark);
|
|
2407
|
+
--color-success-contrast-100:var(--color-success-contrast-dark);
|
|
2408
|
+
--color-success-contrast-200:var(--color-success-contrast-dark);
|
|
2409
|
+
--color-success-contrast-300:var(--color-success-contrast-dark);
|
|
2410
|
+
--color-success-contrast-400:var(--color-success-contrast-dark);
|
|
2411
|
+
--color-success-contrast-500:var(--color-success-contrast-dark);
|
|
2412
|
+
--color-success-contrast-600:var(--color-success-contrast-dark);
|
|
2413
|
+
--color-success-contrast-700:var(--color-success-contrast-light);
|
|
2414
|
+
--color-success-contrast-800:var(--color-success-contrast-light);
|
|
2415
|
+
--color-success-contrast-900:var(--color-success-contrast-light);
|
|
2416
|
+
--color-success-contrast-950:var(--color-success-contrast-light);
|
|
2417
|
+
--color-warning-50:oklch(94.62% .05 92.15);
|
|
2418
|
+
--color-warning-100:oklch(91.23% .08 91.79);
|
|
2419
|
+
--color-warning-200:oklch(88.15% .12 92.2);
|
|
2420
|
+
--color-warning-300:oklch(85.04% .14 91.03);
|
|
2421
|
+
--color-warning-400:oklch(82.3% .16 89.59);
|
|
2422
|
+
--color-warning-500:oklch(79.53% .16 86.04);
|
|
2423
|
+
--color-warning-600:oklch(73.86% .15 86.09);
|
|
2424
|
+
--color-warning-700:oklch(67.97% .14 86.63);
|
|
2425
|
+
--color-warning-800:oklch(62.27% .13 87.5);
|
|
2426
|
+
--color-warning-900:oklch(56.11% .11 88.37);
|
|
2427
|
+
--color-warning-950:oklch(49.89% .1 88.83);
|
|
2428
|
+
--color-warning-contrast-dark:var(--color-warning-950);
|
|
2429
|
+
--color-warning-contrast-light:var(--color-warning-50);
|
|
2430
|
+
--color-warning-contrast-50:var(--color-warning-contrast-dark);
|
|
2431
|
+
--color-warning-contrast-100:var(--color-warning-contrast-dark);
|
|
2432
|
+
--color-warning-contrast-200:var(--color-warning-contrast-dark);
|
|
2433
|
+
--color-warning-contrast-300:var(--color-warning-contrast-dark);
|
|
2434
|
+
--color-warning-contrast-400:var(--color-warning-contrast-dark);
|
|
2435
|
+
--color-warning-contrast-500:var(--color-warning-contrast-dark);
|
|
2436
|
+
--color-warning-contrast-600:var(--color-warning-contrast-dark);
|
|
2437
|
+
--color-warning-contrast-700:var(--color-warning-contrast-light);
|
|
2438
|
+
--color-warning-contrast-800:var(--color-warning-contrast-light);
|
|
2439
|
+
--color-warning-contrast-900:var(--color-warning-contrast-light);
|
|
2440
|
+
--color-warning-contrast-950:var(--color-warning-contrast-light);
|
|
2441
|
+
--color-error-50:oklch(92.23% .04 347.14);
|
|
2442
|
+
--color-error-100:oklch(83.76% .08 347.97);
|
|
2443
|
+
--color-error-200:oklch(75.58% .12 349.14);
|
|
2444
|
+
--color-error-300:oklch(68.16% .17 351.73);
|
|
2445
|
+
--color-error-400:oklch(61.78% .2 354.34);
|
|
2446
|
+
--color-error-500:oklch(57.22% .22 358.61);
|
|
2447
|
+
--color-error-600:oklch(52.66% .2 358.6);
|
|
2448
|
+
--color-error-700:oklch(47.87% .19 358.39);
|
|
2449
|
+
--color-error-800:oklch(43.13% .17 357.83);
|
|
2450
|
+
--color-error-900:oklch(38.06% .15 357.41);
|
|
2451
|
+
--color-error-950:oklch(32.89% .13 357);
|
|
2452
|
+
--color-error-contrast-dark:var(--color-error-950);
|
|
2453
|
+
--color-error-contrast-light:var(--color-error-50);
|
|
2454
|
+
--color-error-contrast-50:var(--color-error-contrast-dark);
|
|
2455
|
+
--color-error-contrast-100:var(--color-error-contrast-dark);
|
|
2456
|
+
--color-error-contrast-200:var(--color-error-contrast-dark);
|
|
2457
|
+
--color-error-contrast-300:var(--color-error-contrast-dark);
|
|
2458
|
+
--color-error-contrast-400:var(--color-error-contrast-light);
|
|
2459
|
+
--color-error-contrast-500:var(--color-error-contrast-light);
|
|
2460
|
+
--color-error-contrast-600:var(--color-error-contrast-light);
|
|
2461
|
+
--color-error-contrast-700:var(--color-error-contrast-light);
|
|
2462
|
+
--color-error-contrast-800:var(--color-error-contrast-light);
|
|
2463
|
+
--color-error-contrast-900:var(--color-error-contrast-light);
|
|
2464
|
+
--color-error-contrast-950:var(--color-error-contrast-light);
|
|
2465
|
+
--color-surface-50:oklch(92.32% .01 279.78);
|
|
2466
|
+
--color-surface-100:oklch(83.77% .02 274.72);
|
|
2467
|
+
--color-surface-200:oklch(75.06% .04 273.55);
|
|
2468
|
+
--color-surface-300:oklch(66.32% .05 270.91);
|
|
2469
|
+
--color-surface-400:oklch(57.19% .07 270.48);
|
|
2470
|
+
--color-surface-500:oklch(47.8% .09 269.38);
|
|
2471
|
+
--color-surface-600:oklch(44.12% .08 269.69);
|
|
2472
|
+
--color-surface-700:oklch(40.23% .07 268.97);
|
|
2473
|
+
--color-surface-800:oklch(36.14% .07 270.51);
|
|
2474
|
+
--color-surface-900:oklch(32.03% .06 269.71);
|
|
2475
|
+
--color-surface-950:oklch(27.93% .05 270.32);
|
|
2476
|
+
--color-surface-contrast-dark:var(--color-surface-950);
|
|
2477
|
+
--color-surface-contrast-light:var(--color-surface-50);
|
|
2478
|
+
--color-surface-contrast-50:var(--color-surface-contrast-dark);
|
|
2479
|
+
--color-surface-contrast-100:var(--color-surface-contrast-dark);
|
|
2480
|
+
--color-surface-contrast-200:var(--color-surface-contrast-dark);
|
|
2481
|
+
--color-surface-contrast-300:var(--color-surface-contrast-dark);
|
|
2482
|
+
--color-surface-contrast-400:var(--color-surface-contrast-light);
|
|
2483
|
+
--color-surface-contrast-500:var(--color-surface-contrast-light);
|
|
2484
|
+
--color-surface-contrast-600:var(--color-surface-contrast-light);
|
|
2485
|
+
--color-surface-contrast-700:var(--color-surface-contrast-light);
|
|
2486
|
+
--color-surface-contrast-800:var(--color-surface-contrast-light);
|
|
2487
|
+
--color-surface-contrast-900:var(--color-surface-contrast-light);
|
|
2488
|
+
--color-surface-contrast-950:var(--color-surface-contrast-light)
|
|
2489
|
+
}
|
|
2490
|
+
[data-theme=crimson] {
|
|
2491
|
+
--text-scaling:1.067;
|
|
2492
|
+
--base-font-color:var(--color-surface-950);
|
|
2493
|
+
--base-font-color-dark:var(--color-surface-50);
|
|
2494
|
+
--base-font-family:Avenir,Montserrat,Corbel,"URW Gothic",source-sans-pro,sans-serif;
|
|
2495
|
+
--base-font-size:inherit;
|
|
2496
|
+
--base-line-height:inherit;
|
|
2497
|
+
--base-font-weight:normal;
|
|
2498
|
+
--base-font-style:normal;
|
|
2499
|
+
--base-letter-spacing:0em;
|
|
2500
|
+
--heading-font-color:inherit;
|
|
2501
|
+
--heading-font-color-dark:inherit;
|
|
2502
|
+
--heading-font-family:Avenir,Montserrat,Corbel,"URW Gothic",source-sans-pro,sans-serif;
|
|
2503
|
+
--heading-font-weight:normal;
|
|
2504
|
+
--heading-font-style:normal;
|
|
2505
|
+
--heading-letter-spacing:inherit;
|
|
2506
|
+
--anchor-font-color:var(--color-primary-500);
|
|
2507
|
+
--anchor-font-color-dark:var(--color-primary-500);
|
|
2508
|
+
--anchor-font-family:inherit;
|
|
2509
|
+
--anchor-font-size:inherit;
|
|
2510
|
+
--anchor-line-height:inherit;
|
|
2511
|
+
--anchor-font-weight:inherit;
|
|
2512
|
+
--anchor-font-style:inherit;
|
|
2513
|
+
--anchor-letter-spacing:inherit;
|
|
2514
|
+
--anchor-text-decoration:none;
|
|
2515
|
+
--anchor-text-decoration-hover:underline;
|
|
2516
|
+
--anchor-text-decoration-active:none;
|
|
2517
|
+
--anchor-text-decoration-focus:none;
|
|
2518
|
+
--spacing:.25rem;
|
|
2519
|
+
--radius-base:.375rem;
|
|
2520
|
+
--radius-container:.75rem;
|
|
2521
|
+
--default-border-width:1px;
|
|
2522
|
+
--default-divide-width:1px;
|
|
2523
|
+
--default-ring-width:1px;
|
|
2524
|
+
--body-background-color:oklch(100% 0 0);
|
|
2525
|
+
--body-background-color-dark:var(--color-surface-950);
|
|
2526
|
+
--color-primary-50:oklch(88.86% .05 4.44);
|
|
2527
|
+
--color-primary-100:oklch(80.66% .09 5.94);
|
|
2528
|
+
--color-primary-200:oklch(72.91% .13 8.14);
|
|
2529
|
+
--color-primary-300:oklch(65.86% .17 10.24);
|
|
2530
|
+
--color-primary-400:oklch(59.91% .2 14.19);
|
|
2531
|
+
--color-primary-500:oklch(55.71% .21 19.55);
|
|
2532
|
+
--color-primary-600:oklch(50.91% .2 19.59);
|
|
2533
|
+
--color-primary-700:oklch(46.18% .18 19.26);
|
|
2534
|
+
--color-primary-800:oklch(41.14% .16 19.25);
|
|
2535
|
+
--color-primary-900:oklch(36.08% .14 18.61);
|
|
2536
|
+
--color-primary-950:oklch(30.55% .12 17.97);
|
|
2537
|
+
--color-primary-contrast-dark:var(--color-primary-950);
|
|
2538
|
+
--color-primary-contrast-light:var(--color-primary-50);
|
|
2539
|
+
--color-primary-contrast-50:var(--color-primary-contrast-dark);
|
|
2540
|
+
--color-primary-contrast-100:var(--color-primary-contrast-dark);
|
|
2541
|
+
--color-primary-contrast-200:var(--color-primary-contrast-dark);
|
|
2542
|
+
--color-primary-contrast-300:var(--color-primary-contrast-dark);
|
|
2543
|
+
--color-primary-contrast-400:var(--color-primary-contrast-dark);
|
|
2544
|
+
--color-primary-contrast-500:var(--color-primary-contrast-light);
|
|
2545
|
+
--color-primary-contrast-600:var(--color-primary-contrast-light);
|
|
2546
|
+
--color-primary-contrast-700:var(--color-primary-contrast-light);
|
|
2547
|
+
--color-primary-contrast-800:var(--color-primary-contrast-light);
|
|
2548
|
+
--color-primary-contrast-900:var(--color-primary-contrast-light);
|
|
2549
|
+
--color-primary-contrast-950:var(--color-primary-contrast-light);
|
|
2550
|
+
--color-secondary-50:oklch(92.56% .03 231.59);
|
|
2551
|
+
--color-secondary-100:oklch(86.02% .04 233.6);
|
|
2552
|
+
--color-secondary-200:oklch(79.42% .05 234.87);
|
|
2553
|
+
--color-secondary-300:oklch(72.61% .07 238);
|
|
2554
|
+
--color-secondary-400:oklch(65.93% .08 238.76);
|
|
2555
|
+
--color-secondary-500:oklch(59.26% .09 239.95);
|
|
2556
|
+
--color-secondary-600:oklch(54.31% .08 239.27);
|
|
2557
|
+
--color-secondary-700:oklch(49.31% .08 239.24);
|
|
2558
|
+
--color-secondary-800:oklch(43.86% .07 239.73);
|
|
2559
|
+
--color-secondary-900:oklch(38.56% .06 239.77);
|
|
2560
|
+
--color-secondary-950:oklch(33.02% .05 238.49);
|
|
2561
|
+
--color-secondary-contrast-dark:var(--color-secondary-950);
|
|
2562
|
+
--color-secondary-contrast-light:var(--color-secondary-50);
|
|
2563
|
+
--color-secondary-contrast-50:var(--color-secondary-contrast-dark);
|
|
2564
|
+
--color-secondary-contrast-100:var(--color-secondary-contrast-dark);
|
|
2565
|
+
--color-secondary-contrast-200:var(--color-secondary-contrast-dark);
|
|
2566
|
+
--color-secondary-contrast-300:var(--color-secondary-contrast-dark);
|
|
2567
|
+
--color-secondary-contrast-400:var(--color-secondary-contrast-dark);
|
|
2568
|
+
--color-secondary-contrast-500:var(--color-secondary-contrast-light);
|
|
2569
|
+
--color-secondary-contrast-600:var(--color-secondary-contrast-light);
|
|
2570
|
+
--color-secondary-contrast-700:var(--color-secondary-contrast-light);
|
|
2571
|
+
--color-secondary-contrast-800:var(--color-secondary-contrast-light);
|
|
2572
|
+
--color-secondary-contrast-900:var(--color-secondary-contrast-light);
|
|
2573
|
+
--color-secondary-contrast-950:var(--color-secondary-contrast-light);
|
|
2574
|
+
--color-tertiary-50:oklch(96.87% 0 18.01);
|
|
2575
|
+
--color-tertiary-100:oklch(95.67% 0 18);
|
|
2576
|
+
--color-tertiary-200:oklch(94.74% 0 49.04);
|
|
2577
|
+
--color-tertiary-300:oklch(91.56% 0 34.58);
|
|
2578
|
+
--color-tertiary-400:oklch(85.05% .01 27.4);
|
|
2579
|
+
--color-tertiary-500:oklch(78.4% .01 31.17);
|
|
2580
|
+
--color-tertiary-600:oklch(72.57% .01 32.61);
|
|
2581
|
+
--color-tertiary-700:oklch(63.56% .01 36.62);
|
|
2582
|
+
--color-tertiary-800:oklch(53.99% .01 28.97);
|
|
2583
|
+
--color-tertiary-900:oklch(46.84% .01 31.17);
|
|
2584
|
+
--color-tertiary-950:oklch(43.57% .01 31.17);
|
|
2585
|
+
--color-tertiary-contrast-dark:var(--color-tertiary-950);
|
|
2586
|
+
--color-tertiary-contrast-light:var(--color-tertiary-50);
|
|
2587
|
+
--color-tertiary-contrast-50:var(--color-tertiary-contrast-dark);
|
|
2588
|
+
--color-tertiary-contrast-100:var(--color-tertiary-contrast-dark);
|
|
2589
|
+
--color-tertiary-contrast-200:var(--color-tertiary-contrast-dark);
|
|
2590
|
+
--color-tertiary-contrast-300:var(--color-tertiary-contrast-dark);
|
|
2591
|
+
--color-tertiary-contrast-400:var(--color-tertiary-contrast-dark);
|
|
2592
|
+
--color-tertiary-contrast-500:var(--color-tertiary-contrast-dark);
|
|
2593
|
+
--color-tertiary-contrast-600:var(--color-tertiary-contrast-dark);
|
|
2594
|
+
--color-tertiary-contrast-700:var(--color-tertiary-contrast-light);
|
|
2595
|
+
--color-tertiary-contrast-800:var(--color-tertiary-contrast-light);
|
|
2596
|
+
--color-tertiary-contrast-900:var(--color-tertiary-contrast-light);
|
|
2597
|
+
--color-tertiary-contrast-950:var(--color-tertiary-contrast-light);
|
|
2598
|
+
--color-success-50:oklch(97.91% .02 122.93);
|
|
2599
|
+
--color-success-100:oklch(97.16% .02 122.74);
|
|
2600
|
+
--color-success-200:oklch(96.6% .02 124.19);
|
|
2601
|
+
--color-success-300:oklch(94.25% .04 124.61);
|
|
2602
|
+
--color-success-400:oklch(90.14% .07 124.95);
|
|
2603
|
+
--color-success-500:oklch(86% .1 126.06);
|
|
2604
|
+
--color-success-600:oklch(79.54% .09 125.92);
|
|
2605
|
+
--color-success-700:oklch(69.53% .08 125.89);
|
|
2606
|
+
--color-success-800:oklch(59.17% .06 126.17);
|
|
2607
|
+
--color-success-900:oklch(51.08% .05 125.23);
|
|
2608
|
+
--color-success-950:oklch(47.93% .05 125.78);
|
|
2609
|
+
--color-success-contrast-dark:var(--color-success-950);
|
|
2610
|
+
--color-success-contrast-light:var(--color-success-50);
|
|
2611
|
+
--color-success-contrast-50:var(--color-success-contrast-dark);
|
|
2612
|
+
--color-success-contrast-100:var(--color-success-contrast-dark);
|
|
2613
|
+
--color-success-contrast-200:var(--color-success-contrast-dark);
|
|
2614
|
+
--color-success-contrast-300:var(--color-success-contrast-dark);
|
|
2615
|
+
--color-success-contrast-400:var(--color-success-contrast-dark);
|
|
2616
|
+
--color-success-contrast-500:var(--color-success-contrast-dark);
|
|
2617
|
+
--color-success-contrast-600:var(--color-success-contrast-dark);
|
|
2618
|
+
--color-success-contrast-700:var(--color-success-contrast-light);
|
|
2619
|
+
--color-success-contrast-800:var(--color-success-contrast-light);
|
|
2620
|
+
--color-success-contrast-900:var(--color-success-contrast-light);
|
|
2621
|
+
--color-success-contrast-950:var(--color-success-contrast-light);
|
|
2622
|
+
--color-warning-50:oklch(97.3% .02 91.54);
|
|
2623
|
+
--color-warning-100:oklch(96.43% .03 90.88);
|
|
2624
|
+
--color-warning-200:oklch(95.48% .03 92.24);
|
|
2625
|
+
--color-warning-300:oklch(92.83% .05 92.14);
|
|
2626
|
+
--color-warning-400:oklch(87.41% .09 91.27);
|
|
2627
|
+
--color-warning-500:oklch(82.4% .13 90.68);
|
|
2628
|
+
--color-warning-600:oklch(76.24% .11 91.06);
|
|
2629
|
+
--color-warning-700:oklch(66.71% .1 91.1);
|
|
2630
|
+
--color-warning-800:oklch(56.58% .08 90.28);
|
|
2631
|
+
--color-warning-900:oklch(49.1% .07 90.52);
|
|
2632
|
+
--color-warning-950:oklch(45.94% .07 89.94);
|
|
2633
|
+
--color-warning-contrast-dark:var(--color-warning-950);
|
|
2634
|
+
--color-warning-contrast-light:var(--color-warning-50);
|
|
2635
|
+
--color-warning-contrast-50:var(--color-warning-contrast-dark);
|
|
2636
|
+
--color-warning-contrast-100:var(--color-warning-contrast-dark);
|
|
2637
|
+
--color-warning-contrast-200:var(--color-warning-contrast-dark);
|
|
2638
|
+
--color-warning-contrast-300:var(--color-warning-contrast-dark);
|
|
2639
|
+
--color-warning-contrast-400:var(--color-warning-contrast-dark);
|
|
2640
|
+
--color-warning-contrast-500:var(--color-warning-contrast-dark);
|
|
2641
|
+
--color-warning-contrast-600:var(--color-warning-contrast-dark);
|
|
2642
|
+
--color-warning-contrast-700:var(--color-warning-contrast-light);
|
|
2643
|
+
--color-warning-contrast-800:var(--color-warning-contrast-light);
|
|
2644
|
+
--color-warning-contrast-900:var(--color-warning-contrast-light);
|
|
2645
|
+
--color-warning-contrast-950:var(--color-warning-contrast-light);
|
|
2646
|
+
--color-error-50:oklch(95.25% .01 17.52);
|
|
2647
|
+
--color-error-100:oklch(93.57% .02 13.48);
|
|
2648
|
+
--color-error-200:oklch(92.09% .02 14.35);
|
|
2649
|
+
--color-error-300:oklch(87.34% .04 15.86);
|
|
2650
|
+
--color-error-400:oklch(77.78% .07 16.56);
|
|
2651
|
+
--color-error-500:oklch(68.53% .1 18.56);
|
|
2652
|
+
--color-error-600:oklch(63.39% .1 18.38);
|
|
2653
|
+
--color-error-700:oklch(55.64% .08 18.02);
|
|
2654
|
+
--color-error-800:oklch(47.45% .07 18.65);
|
|
2655
|
+
--color-error-900:oklch(41.28% .06 18.29);
|
|
2656
|
+
--color-error-950:oklch(38.24% .06 18.5);
|
|
2657
|
+
--color-error-contrast-dark:var(--color-error-950);
|
|
2658
|
+
--color-error-contrast-light:var(--color-error-50);
|
|
2659
|
+
--color-error-contrast-50:var(--color-error-contrast-dark);
|
|
2660
|
+
--color-error-contrast-100:var(--color-error-contrast-dark);
|
|
2661
|
+
--color-error-contrast-200:var(--color-error-contrast-dark);
|
|
2662
|
+
--color-error-contrast-300:var(--color-error-contrast-dark);
|
|
2663
|
+
--color-error-contrast-400:var(--color-error-contrast-dark);
|
|
2664
|
+
--color-error-contrast-500:var(--color-error-contrast-dark);
|
|
2665
|
+
--color-error-contrast-600:var(--color-error-contrast-light);
|
|
2666
|
+
--color-error-contrast-700:var(--color-error-contrast-light);
|
|
2667
|
+
--color-error-contrast-800:var(--color-error-contrast-light);
|
|
2668
|
+
--color-error-contrast-900:var(--color-error-contrast-light);
|
|
2669
|
+
--color-error-contrast-950:var(--color-error-contrast-light);
|
|
2670
|
+
--color-surface-50:oklch(90.65% 0 264.68);
|
|
2671
|
+
--color-surface-100:oklch(80.46% .01 268.6);
|
|
2672
|
+
--color-surface-200:oklch(69.96% .01 271.26);
|
|
2673
|
+
--color-surface-300:oklch(58.9% .02 278.84);
|
|
2674
|
+
--color-surface-400:oklch(47.48% .03 277.42);
|
|
2675
|
+
--color-surface-500:oklch(35.33% .04 275.68);
|
|
2676
|
+
--color-surface-600:oklch(31.82% .03 277.05);
|
|
2677
|
+
--color-surface-700:oklch(28.12% .03 276.09);
|
|
2678
|
+
--color-surface-800:oklch(24.72% .03 274.9);
|
|
2679
|
+
--color-surface-900:oklch(20.75% .02 273.29);
|
|
2680
|
+
--color-surface-950:oklch(16.69% .02 275.16);
|
|
2681
|
+
--color-surface-contrast-dark:var(--color-surface-950);
|
|
2682
|
+
--color-surface-contrast-light:var(--color-surface-50);
|
|
2683
|
+
--color-surface-contrast-50:var(--color-surface-contrast-dark);
|
|
2684
|
+
--color-surface-contrast-100:var(--color-surface-contrast-dark);
|
|
2685
|
+
--color-surface-contrast-200:var(--color-surface-contrast-dark);
|
|
2686
|
+
--color-surface-contrast-300:var(--color-surface-contrast-dark);
|
|
2687
|
+
--color-surface-contrast-400:var(--color-surface-contrast-light);
|
|
2688
|
+
--color-surface-contrast-500:var(--color-surface-contrast-light);
|
|
2689
|
+
--color-surface-contrast-600:var(--color-surface-contrast-light);
|
|
2690
|
+
--color-surface-contrast-700:var(--color-surface-contrast-light);
|
|
2691
|
+
--color-surface-contrast-800:var(--color-surface-contrast-light);
|
|
2692
|
+
--color-surface-contrast-900:var(--color-surface-contrast-light);
|
|
2693
|
+
--color-surface-contrast-950:var(--color-surface-contrast-light)
|
|
2694
|
+
}
|
|
2695
|
+
html {
|
|
2696
|
+
--dialog-start-pad:clamp(0em,5vw,2em);
|
|
2697
|
+
--dialog-box-height:clamp(15em,50vw,18em);
|
|
2698
|
+
--fab-margin:1rem
|
|
2699
|
+
}
|
|
2700
|
+
.footer-space {
|
|
2701
|
+
width:100%;
|
|
2702
|
+
height:calc(var(--dialog-box-height) + 4em)
|
|
2703
|
+
}
|
|
2704
|
+
.main-dialog-box-container a,
|
|
2705
|
+
.main-dialog-box-container b,
|
|
2706
|
+
.main-dialog-box-container i {
|
|
2707
|
+
font-size:inherit
|
|
2708
|
+
}
|
|
2709
|
+
a.dialog-choice {
|
|
2710
|
+
cursor:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20height='48'%20viewBox='0%20-960%20960%20960'%20width='48'%20version='1.1'%20id='svg384'%20sodipodi:docname='chat_FILL0_wght400_GRAD0_opsz48.svg'%20inkscape:version='1.2.2%20(732a01da63,%202022-12-09)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs388'%20/%3e%3csodipodi:namedview%20id='namedview386'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20showgrid='true'%20inkscape:zoom='6.1650873'%20inkscape:cx='12.084176'%20inkscape:cy='16.220371'%20inkscape:window-width='1920'%20inkscape:window-height='1017'%20inkscape:window-x='-8'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg384'%3e%3cinkscape:grid%20type='xygrid'%20id='grid390'%20/%3e%3c/sodipodi:namedview%3e%3cpath%20d='m%20288.1745,-415.25889%20h%20250.17242%20v%20-47.95638%20H%20288.1745%20Z%20m%200,-103.90548%20h%20383.651%20v%20-47.95638%20h%20-383.651%20z%20m%200,-103.90548%20h%20383.651%20v%20-47.95638%20h%20-383.651%20z%20m%20-127.88367,462.77902%20v%20-591.46196%20q%200,-19.18255%2014.38692,-33.56946%2014.38691,-14.38692%2033.56946,-14.38692%20h%20543.50558%20q%2019.18255,0%2033.56946,14.38692%2014.38692,14.38691%2014.38692,33.56946%20v%20415.62191%20q%200,19.18255%20-14.38692,33.56947%20-14.38691,14.38691%20-33.56946,14.38691%20H%20288.1745%20Z%20M%20267.3934,-336.13088%20H%20751.75279%20V%20-751.75279%20H%20208.24721%20v%20479.56375%20z%20m%20-59.14619,0%20v%20-415.62191%20z'%20id='path382'%20style='stroke-width:0.799273'%20/%3e%3cpath%20style='fill:%23000000;stroke-width:20'%20d='m%2099.34977,-880.52018%20v%20140.71172%20l%20140.71171,-140.71172%20z'%20id='path394'%20/%3e%3c/svg%3e"),auto
|
|
2711
|
+
}
|
|
2712
|
+
a.external-link {
|
|
2713
|
+
cursor:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20height='48'%20viewBox='0%20-960%20960%20960'%20width='48'%20version='1.1'%20id='svg12'%20sodipodi:docname='external_link.svg'%20inkscape:version='1.2.2%20(732a01da63,%202022-12-09)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs16'%20/%3e%3csodipodi:namedview%20id='namedview14'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20showgrid='true'%20inkscape:zoom='4.359375'%20inkscape:cx='-21.677419'%20inkscape:cy='73.175627'%20inkscape:window-width='1920'%20inkscape:window-height='1017'%20inkscape:window-x='1912'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg12'%3e%3cinkscape:grid%20type='xygrid'%20id='grid362'%20/%3e%3c/sodipodi:namedview%3e%3cpath%20d='m%20595.00431,-626.20279%20128.00001,-128.00001%20-103.00001,-10e-6%2010e-6,-59.99998%20h%20205.99999%20l%202e-5,205.99999%20-60.00002,-10e-6%20V%20-712.2028%20l%20-127.99999,128%20z'%20id='path301'%20/%3e%3cpath%20id='path10'%20d='m%20394,-789%20q%20-26,40%20-43,82.5%20-17,42.5%20-28,96.5%20H%20172%20q%2035,-70%2091,-115%2056,-45%20131,-64%20z%20m%20-242,239%20h%20160%20q%20-3,24%20-4,43.5%20-1,19.5%20-1,44.5%200,21%200.5,42.5%200.5,21.5%203.5,48.5%20H%20152%20q%20-7,-24%20-9.5,-44.5%20-2.5,-20.5%20-2.5,-46.5%200,-26%202.5,-45%202.5,-19%209.5,-43%20z%20m%2020,239%20h%20150%20q%2012,55%2030,99%2018,44%2043,82%20-85,-29%20-135,-69.5%20Q%20210,-240%20172,-311%20Z%20m%20212,0%20h%20193%20q%20-15,64%20-38.5,110.5%20Q%20515,-154%20480,-118%20445,-155%20421.5,-203%20398,-251%20384,-311%20Z%20m%20255,0%20h%20149%20q%20-35,65%20-92.5,111%20-57.5,46%20-129.5,69%2025,-38%2042.5,-82%2017.5,-44%2030.5,-98%20z%20M%20480,-860%20q%20-84,0%20-157,30.5%20-73,30.5%20-127,84.5%20-54,54%20-85,126.5%20-31,72.5%20-31,156.5%200,84%2031,157.5%2031,73.5%2085,127.5%2054,54%20127,85.5%2073,31.5%20157,31.5%2084,0%20157,-31.5%2073,-31.5%20127,-85.5%2054,-54%2085,-127.5%2031,-73.5%2031,-157.5%200,-17%20-1,-34%20-1,-17%20-4,-34%20h%20-62%20q%204,17%205.5,32.5%201.5,15.5%201.5,35.5%200,26%20-2.5,46.5%20Q%20815,-395%20808,-371%20H%20648%20q%203,-30%204.5,-49.5%201.5,-19.5%201.5,-41.5%200,-14%20-0.5,-28.5%20Q%20653,-505%20651,-530%20h%20-61%20q%202,21%203,36%201,15%201,32%200,21%20-1,40.5%20-1,19.5%20-5,50.5%20H%20373%20q%20-4,-31%20-5,-50.5%20-1,-19.5%20-1,-40.5%200,-20%201,-38.5%201,-18.5%205,-49.5%20h%20177%20v%20-60%20H%20384%20q%2020,-75%2042,-119%2022,-44%2054,-71%2021,22%2038.5,49%2017.5,27%2031.5,56%20v%20-159%20q%20-17,-3%20-34.5,-4.5%20Q%20498,-860%20480,-860%20Z'%20style='display:inline'%20/%3e%3cpath%20style='display:inline;fill:%23000000;stroke-width:26.5796'%20d='m%2080.286738,-860.28674%20v%20161.55451%20L%20239.7891,-859.71249%20Z'%20id='path364'%20/%3e%3c/svg%3e"),auto
|
|
2714
|
+
}
|
|
2715
|
+
#toast-progress {
|
|
2716
|
+
background:0 0;
|
|
2717
|
+
border-radius:8px;
|
|
2718
|
+
width:calc(100% - 12px);
|
|
2719
|
+
height:10px;
|
|
2720
|
+
position:relative;
|
|
2721
|
+
top:5px;
|
|
2722
|
+
left:6px
|
|
2723
|
+
}
|
|
2724
|
+
#toast-progress::-moz-progress-bar {
|
|
2725
|
+
background:rgba(var(--color-secondary-500))
|
|
2726
|
+
}
|
|
2727
|
+
html.dark .shiki,
|
|
2728
|
+
html.dark .shiki span {
|
|
2729
|
+
color:var(--shiki-dark)!important;
|
|
2730
|
+
background-color:var(--shiki-dark-bg)!important;
|
|
2731
|
+
font-style:var(--shiki-dark-font-style)!important;
|
|
2732
|
+
font-weight:var(--shiki-dark-font-weight)!important;
|
|
2733
|
+
-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;
|
|
2734
|
+
text-decoration:var(--shiki-dark-text-decoration)!important
|
|
2735
|
+
}
|
|
2736
|
+
.inline-code {
|
|
2737
|
+
background-color:#f0f8ff;
|
|
2738
|
+
border-radius:.2rem;
|
|
2739
|
+
padding:.2rem
|
|
2740
|
+
}
|
|
2741
|
+
html.dark .inline-code {
|
|
2742
|
+
background-color:#303446
|
|
2743
|
+
}
|
|
2744
|
+
.shiki span {
|
|
2745
|
+
white-space:pre-wrap;
|
|
2746
|
+
word-wrap:break-word
|
|
2747
|
+
}
|
|
2748
|
+
pre:has(code) {
|
|
2749
|
+
position:relative
|
|
2750
|
+
}
|
|
2751
|
+
pre button.copy {
|
|
2752
|
+
width:28px;
|
|
2753
|
+
height:28px;
|
|
2754
|
+
padding:0;
|
|
2755
|
+
display:flex;
|
|
2756
|
+
position:absolute;
|
|
2757
|
+
top:16px;
|
|
2758
|
+
right:16px
|
|
2759
|
+
}
|
|
2760
|
+
pre button.copy span {
|
|
2761
|
+
aspect-ratio:1;
|
|
2762
|
+
background-position:50%;
|
|
2763
|
+
background-repeat:no-repeat;
|
|
2764
|
+
background-size:cover;
|
|
2765
|
+
width:100%
|
|
2766
|
+
}
|
|
2767
|
+
pre button.copy .ready {
|
|
2768
|
+
background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%234C473B'%3e%3cpath%20d='M360-240q-33%200-56.5-23.5T280-320v-480q0-33%2023.5-56.5T360-880h360q33%200%2056.5%2023.5T800-800v480q0%2033-23.5%2056.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33%200-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480%20480Z'/%3e%3c/svg%3e")
|
|
2769
|
+
}
|
|
2770
|
+
pre button.copy .ready:where(.dark,
|
|
2771
|
+
.dark *) {
|
|
2772
|
+
background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23FFFDF6'%3e%3cpath%20d='M360-240q-33%200-56.5-23.5T280-320v-480q0-33%2023.5-56.5T360-880h360q33%200%2056.5%2023.5T800-800v480q0%2033-23.5%2056.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33%200-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480%20480Z'/%3e%3c/svg%3e")
|
|
2773
|
+
}
|
|
2774
|
+
pre button.copy .success {
|
|
2775
|
+
background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%234C473B'%3e%3cpath%20d='M382-240%20154-468l57-57%20171%20171%20367-367%2057%2057-424%20424Z'/%3e%3c/svg%3e");
|
|
2776
|
+
display:none
|
|
2777
|
+
}
|
|
2778
|
+
pre button.copy .success:where(.dark,
|
|
2779
|
+
.dark *) {
|
|
2780
|
+
background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23FFFDF6'%3e%3cpath%20d='M382-240%20154-468l57-57%20171%20171%20367-367%2057%2057-424%20424Z'/%3e%3c/svg%3e")
|
|
2781
|
+
}
|
|
2782
|
+
pre button.copy.copied .success {
|
|
2783
|
+
display:block
|
|
2784
|
+
}
|
|
2785
|
+
pre button.copy.copied .ready {
|
|
2786
|
+
display:none
|
|
2787
|
+
}
|
|
2788
|
+
[data-theme=turnip] {
|
|
2789
|
+
--text-scaling:1.067;
|
|
2790
|
+
--base-font-color:var(--color-surface-950);
|
|
2791
|
+
--base-font-color-dark:var(--color-surface-50);
|
|
2792
|
+
--base-font-family:Avenir,Montserrat,Corbel,"URW Gothic",source-sans-pro,sans-serif;
|
|
2793
|
+
--base-font-size:inherit;
|
|
2794
|
+
--base-line-height:inherit;
|
|
2795
|
+
--base-font-weight:normal;
|
|
2796
|
+
--base-font-style:normal;
|
|
2797
|
+
--base-letter-spacing:0em;
|
|
2798
|
+
--heading-font-color:inherit;
|
|
2799
|
+
--heading-font-color-dark:inherit;
|
|
2800
|
+
--heading-font-family:inherit;
|
|
2801
|
+
--heading-font-weight:bold;
|
|
2802
|
+
--heading-font-style:normal;
|
|
2803
|
+
--heading-letter-spacing:inherit;
|
|
2804
|
+
--anchor-font-color:var(--color-primary-500);
|
|
2805
|
+
--anchor-font-color-dark:var(--color-primary-400);
|
|
2806
|
+
--anchor-font-family:inherit;
|
|
2807
|
+
--anchor-font-size:inherit;
|
|
2808
|
+
--anchor-line-height:inherit;
|
|
2809
|
+
--anchor-font-weight:inherit;
|
|
2810
|
+
--anchor-font-style:inherit;
|
|
2811
|
+
--anchor-letter-spacing:inherit;
|
|
2812
|
+
--anchor-text-decoration:none;
|
|
2813
|
+
--anchor-text-decoration-hover:underline;
|
|
2814
|
+
--anchor-text-decoration-active:none;
|
|
2815
|
+
--anchor-text-decoration-focus:none;
|
|
2816
|
+
--spacing:.25rem;
|
|
2817
|
+
--radius-base:.25rem;
|
|
2818
|
+
--radius-container:.25rem;
|
|
2819
|
+
--default-border-width:1px;
|
|
2820
|
+
--default-divide-width:1px;
|
|
2821
|
+
--default-ring-width:1px;
|
|
2822
|
+
--body-background-color:var(--color-surface-100);
|
|
2823
|
+
--body-background-color-dark:var(--color-surface-800);
|
|
2824
|
+
--color-primary-50:oklch(94.42% .01 84.55);
|
|
2825
|
+
--color-primary-100:oklch(89.99% .03 84.57);
|
|
2826
|
+
--color-primary-200:oklch(85.51% .04 84.56);
|
|
2827
|
+
--color-primary-300:oklch(81.11% .05 88.06);
|
|
2828
|
+
--color-primary-400:oklch(76.57% .06 87.33);
|
|
2829
|
+
--color-primary-500:oklch(72.02% .07 86.67);
|
|
2830
|
+
--color-primary-600:oklch(66.44% .07 86.05);
|
|
2831
|
+
--color-primary-700:oklch(60.95% .06 86.85);
|
|
2832
|
+
--color-primary-800:oklch(55.2% .06 85.36);
|
|
2833
|
+
--color-primary-900:oklch(49.44% .05 86.3);
|
|
2834
|
+
--color-primary-950:oklch(43.27% .04 85.08);
|
|
2835
|
+
--color-primary-contrast-dark:var(--color-primary-950);
|
|
2836
|
+
--color-primary-contrast-light:var(--color-primary-50);
|
|
2837
|
+
--color-primary-contrast-50:var(--color-primary-contrast-dark);
|
|
2838
|
+
--color-primary-contrast-100:var(--color-primary-contrast-dark);
|
|
2839
|
+
--color-primary-contrast-200:var(--color-primary-contrast-dark);
|
|
2840
|
+
--color-primary-contrast-300:var(--color-primary-contrast-dark);
|
|
2841
|
+
--color-primary-contrast-400:var(--color-primary-contrast-dark);
|
|
2842
|
+
--color-primary-contrast-500:var(--color-primary-contrast-dark);
|
|
2843
|
+
--color-primary-contrast-600:var(--color-primary-contrast-dark);
|
|
2844
|
+
--color-primary-contrast-700:var(--color-primary-contrast-light);
|
|
2845
|
+
--color-primary-contrast-800:var(--color-primary-contrast-light);
|
|
2846
|
+
--color-primary-contrast-900:var(--color-primary-contrast-light);
|
|
2847
|
+
--color-primary-contrast-950:var(--color-primary-contrast-light);
|
|
2848
|
+
--color-secondary-50:oklch(91.12% .02 38.38);
|
|
2849
|
+
--color-secondary-100:oklch(84.03% .04 38.74);
|
|
2850
|
+
--color-secondary-200:oklch(76.95% .06 37.71);
|
|
2851
|
+
--color-secondary-300:oklch(70.01% .09 37.84);
|
|
2852
|
+
--color-secondary-400:oklch(63.13% .11 37.5);
|
|
2853
|
+
--color-secondary-500:oklch(56.53% .13 37.64);
|
|
2854
|
+
--color-secondary-600:oklch(52.36% .12 37.52);
|
|
2855
|
+
--color-secondary-700:oklch(47.95% .11 37.55);
|
|
2856
|
+
--color-secondary-800:oklch(43.78% .1 37.59);
|
|
2857
|
+
--color-secondary-900:oklch(39.16% .08 37.63);
|
|
2858
|
+
--color-secondary-950:oklch(34.57% .07 37.38);
|
|
2859
|
+
--color-secondary-contrast-dark:var(--color-secondary-950);
|
|
2860
|
+
--color-secondary-contrast-light:var(--color-secondary-50);
|
|
2861
|
+
--color-secondary-contrast-50:var(--color-secondary-contrast-dark);
|
|
2862
|
+
--color-secondary-contrast-100:var(--color-secondary-contrast-dark);
|
|
2863
|
+
--color-secondary-contrast-200:var(--color-secondary-contrast-dark);
|
|
2864
|
+
--color-secondary-contrast-300:var(--color-secondary-contrast-dark);
|
|
2865
|
+
--color-secondary-contrast-400:var(--color-secondary-contrast-dark);
|
|
2866
|
+
--color-secondary-contrast-500:var(--color-secondary-contrast-light);
|
|
2867
|
+
--color-secondary-contrast-600:var(--color-secondary-contrast-light);
|
|
2868
|
+
--color-secondary-contrast-700:var(--color-secondary-contrast-light);
|
|
2869
|
+
--color-secondary-contrast-800:var(--color-secondary-contrast-light);
|
|
2870
|
+
--color-secondary-contrast-900:var(--color-secondary-contrast-light);
|
|
2871
|
+
--color-secondary-contrast-950:var(--color-secondary-contrast-light);
|
|
2872
|
+
--color-tertiary-50:oklch(93% .02 49.95);
|
|
2873
|
+
--color-tertiary-100:oklch(87.52% .04 51.43);
|
|
2874
|
+
--color-tertiary-200:oklch(81.87% .06 50.12);
|
|
2875
|
+
--color-tertiary-300:oklch(76.44% .08 51.19);
|
|
2876
|
+
--color-tertiary-400:oklch(70.95% .1 49.89);
|
|
2877
|
+
--color-tertiary-500:oklch(65.81% .12 49.2);
|
|
2878
|
+
--color-tertiary-600:oklch(60.89% .11 49.35);
|
|
2879
|
+
--color-tertiary-700:oklch(55.69% .1 49.13);
|
|
2880
|
+
--color-tertiary-800:oklch(50.55% .09 49.31);
|
|
2881
|
+
--color-tertiary-900:oklch(45.08% .08 49);
|
|
2882
|
+
--color-tertiary-950:oklch(39.66% .07 49.2);
|
|
2883
|
+
--color-tertiary-contrast-dark:var(--color-tertiary-950);
|
|
2884
|
+
--color-tertiary-contrast-light:var(--color-tertiary-50);
|
|
2885
|
+
--color-tertiary-contrast-50:var(--color-tertiary-contrast-dark);
|
|
2886
|
+
--color-tertiary-contrast-100:var(--color-tertiary-contrast-dark);
|
|
2887
|
+
--color-tertiary-contrast-200:var(--color-tertiary-contrast-dark);
|
|
2888
|
+
--color-tertiary-contrast-300:var(--color-tertiary-contrast-dark);
|
|
2889
|
+
--color-tertiary-contrast-400:var(--color-tertiary-contrast-dark);
|
|
2890
|
+
--color-tertiary-contrast-500:var(--color-tertiary-contrast-dark);
|
|
2891
|
+
--color-tertiary-contrast-600:var(--color-tertiary-contrast-light);
|
|
2892
|
+
--color-tertiary-contrast-700:var(--color-tertiary-contrast-light);
|
|
2893
|
+
--color-tertiary-contrast-800:var(--color-tertiary-contrast-light);
|
|
2894
|
+
--color-tertiary-contrast-900:var(--color-tertiary-contrast-light);
|
|
2895
|
+
--color-tertiary-contrast-950:var(--color-tertiary-contrast-light);
|
|
2896
|
+
--color-success-50:oklch(97.96% .1 109.92);
|
|
2897
|
+
--color-success-100:oklch(92.06% .11 115.01);
|
|
2898
|
+
--color-success-200:oklch(86.18% .12 118.84);
|
|
2899
|
+
--color-success-300:oklch(80.4% .13 122.85);
|
|
2900
|
+
--color-success-400:oklch(74.46% .14 125.73);
|
|
2901
|
+
--color-success-500:oklch(68.42% .15 128.76);
|
|
2902
|
+
--color-success-600:oklch(61.2% .14 130.26);
|
|
2903
|
+
--color-success-700:oklch(53.77% .13 132.05);
|
|
2904
|
+
--color-success-800:oklch(46.4% .12 134.52);
|
|
2905
|
+
--color-success-900:oklch(38.5% .11 137.08);
|
|
2906
|
+
--color-success-950:oklch(30.28% .1 139.27);
|
|
2907
|
+
--color-success-contrast-dark:var(--color-success-950);
|
|
2908
|
+
--color-success-contrast-light:var(--color-success-50);
|
|
2909
|
+
--color-success-contrast-50:var(--color-success-contrast-dark);
|
|
2910
|
+
--color-success-contrast-100:var(--color-success-contrast-dark);
|
|
2911
|
+
--color-success-contrast-200:var(--color-success-contrast-dark);
|
|
2912
|
+
--color-success-contrast-300:var(--color-success-contrast-dark);
|
|
2913
|
+
--color-success-contrast-400:var(--color-success-contrast-dark);
|
|
2914
|
+
--color-success-contrast-500:var(--color-success-contrast-dark);
|
|
2915
|
+
--color-success-contrast-600:var(--color-success-contrast-dark);
|
|
2916
|
+
--color-success-contrast-700:var(--color-success-contrast-light);
|
|
2917
|
+
--color-success-contrast-800:var(--color-success-contrast-light);
|
|
2918
|
+
--color-success-contrast-900:var(--color-success-contrast-light);
|
|
2919
|
+
--color-success-contrast-950:var(--color-success-contrast-light);
|
|
2920
|
+
--color-warning-50:oklch(95.79% .05 88.07);
|
|
2921
|
+
--color-warning-100:oklch(92.94% .07 85.27);
|
|
2922
|
+
--color-warning-200:oklch(90.05% .09 81.8);
|
|
2923
|
+
--color-warning-300:oklch(87.31% .11 80.89);
|
|
2924
|
+
--color-warning-400:oklch(84.57% .13 78.29);
|
|
2925
|
+
--color-warning-500:oklch(82.02% .14 76.71);
|
|
2926
|
+
--color-warning-600:oklch(76.11% .14 72.37);
|
|
2927
|
+
--color-warning-700:oklch(70.14% .13 67.8);
|
|
2928
|
+
--color-warning-800:oklch(64% .13 62.98);
|
|
2929
|
+
--color-warning-900:oklch(57.93% .13 57.46);
|
|
2930
|
+
--color-warning-950:oklch(51.87% .13 51.28);
|
|
2931
|
+
--color-warning-contrast-dark:var(--color-warning-950);
|
|
2932
|
+
--color-warning-contrast-light:var(--color-warning-50);
|
|
2933
|
+
--color-warning-contrast-50:var(--color-warning-contrast-dark);
|
|
2934
|
+
--color-warning-contrast-100:var(--color-warning-contrast-dark);
|
|
2935
|
+
--color-warning-contrast-200:var(--color-warning-contrast-dark);
|
|
2936
|
+
--color-warning-contrast-300:var(--color-warning-contrast-dark);
|
|
2937
|
+
--color-warning-contrast-400:var(--color-warning-contrast-dark);
|
|
2938
|
+
--color-warning-contrast-500:var(--color-warning-contrast-dark);
|
|
2939
|
+
--color-warning-contrast-600:var(--color-warning-contrast-dark);
|
|
2940
|
+
--color-warning-contrast-700:var(--color-warning-contrast-light);
|
|
2941
|
+
--color-warning-contrast-800:var(--color-warning-contrast-light);
|
|
2942
|
+
--color-warning-contrast-900:var(--color-warning-contrast-light);
|
|
2943
|
+
--color-warning-contrast-950:var(--color-warning-contrast-light);
|
|
2944
|
+
--color-error-50:oklch(89.99% .04 14.04);
|
|
2945
|
+
--color-error-100:oklch(83.6% .08 19.82);
|
|
2946
|
+
--color-error-200:oklch(77.52% .11 21.99);
|
|
2947
|
+
--color-error-300:oklch(72.26% .15 24.9);
|
|
2948
|
+
--color-error-400:oklch(67.55% .19 26.72);
|
|
2949
|
+
--color-error-500:oklch(64.06% .22 28.71);
|
|
2950
|
+
--color-error-600:oklch(59.71% .21 28.7);
|
|
2951
|
+
--color-error-700:oklch(55.17% .2 28.73);
|
|
2952
|
+
--color-error-800:oklch(50.88% .19 28.77);
|
|
2953
|
+
--color-error-900:oklch(46.35% .18 28.89);
|
|
2954
|
+
--color-error-950:oklch(42.03% .17 29.27);
|
|
2955
|
+
--color-error-contrast-dark:var(--color-error-950);
|
|
2956
|
+
--color-error-contrast-light:var(--color-error-50);
|
|
2957
|
+
--color-error-contrast-50:var(--color-error-contrast-dark);
|
|
2958
|
+
--color-error-contrast-100:var(--color-error-contrast-dark);
|
|
2959
|
+
--color-error-contrast-200:var(--color-error-contrast-dark);
|
|
2960
|
+
--color-error-contrast-300:var(--color-error-contrast-dark);
|
|
2961
|
+
--color-error-contrast-400:var(--color-error-contrast-dark);
|
|
2962
|
+
--color-error-contrast-500:var(--color-error-contrast-light);
|
|
2963
|
+
--color-error-contrast-600:var(--color-error-contrast-light);
|
|
2964
|
+
--color-error-contrast-700:var(--color-error-contrast-light);
|
|
2965
|
+
--color-error-contrast-800:var(--color-error-contrast-light);
|
|
2966
|
+
--color-error-contrast-900:var(--color-error-contrast-light);
|
|
2967
|
+
--color-error-contrast-950:var(--color-error-contrast-light);
|
|
2968
|
+
--color-surface-50:oklch(99.7% 0 91.27);
|
|
2969
|
+
--color-surface-100:oklch(99.37% .01 93.48);
|
|
2970
|
+
--color-surface-200:oklch(98.84% .01 88.63);
|
|
2971
|
+
--color-surface-300:oklch(98.54% .02 89.32);
|
|
2972
|
+
--color-surface-400:oklch(98.03% .02 87.12);
|
|
2973
|
+
--color-surface-500:oklch(97.71% .03 88.72);
|
|
2974
|
+
--color-surface-600:oklch(87.07% .03 89.2);
|
|
2975
|
+
--color-surface-700:oklch(76.09% .02 89.81);
|
|
2976
|
+
--color-surface-800:oklch(64.48% .02 86.15);
|
|
2977
|
+
--color-surface-900:oklch(52.55% .02 86.44);
|
|
2978
|
+
--color-surface-950:oklch(39.89% .02 86.87);
|
|
2979
|
+
--color-surface-contrast-dark:var(--color-surface-950);
|
|
2980
|
+
--color-surface-contrast-light:var(--color-surface-50);
|
|
2981
|
+
--color-surface-contrast-50:var(--color-surface-contrast-dark);
|
|
2982
|
+
--color-surface-contrast-100:var(--color-surface-contrast-dark);
|
|
2983
|
+
--color-surface-contrast-200:var(--color-surface-contrast-dark);
|
|
2984
|
+
--color-surface-contrast-300:var(--color-surface-contrast-dark);
|
|
2985
|
+
--color-surface-contrast-400:var(--color-surface-contrast-dark);
|
|
2986
|
+
--color-surface-contrast-500:var(--color-surface-contrast-dark);
|
|
2987
|
+
--color-surface-contrast-600:var(--color-surface-contrast-dark);
|
|
2988
|
+
--color-surface-contrast-700:var(--color-surface-contrast-dark);
|
|
2989
|
+
--color-surface-contrast-800:var(--color-surface-contrast-light);
|
|
2990
|
+
--color-surface-contrast-900:var(--color-surface-contrast-light);
|
|
2991
|
+
--color-surface-contrast-950:var(--color-surface-contrast-light);
|
|
2992
|
+
--shadow-color:oklch(60% 0 89.876/.4);
|
|
2993
|
+
--border-card:2px;
|
|
2994
|
+
--filter-randomized-image:none;
|
|
2995
|
+
--filter-ares-logo:none;
|
|
2996
|
+
--filter-button-image:brightness(0)saturate(100%)invert(21%)sepia(75%)saturate(397%)hue-rotate(338deg)brightness(99%)contrast(93%)
|
|
2997
|
+
}
|
|
2998
|
+
html.dark:where([data-theme=turnip],
|
|
2999
|
+
[data-theme=turnip] *) {
|
|
3000
|
+
--border-card:0;
|
|
3001
|
+
--filter-randomized-image:brightness(50%);
|
|
3002
|
+
--filter-ares-logo:brightness(0)saturate(100%)invert(72%)sepia(8%)saturate(1524%)hue-rotate(3deg)brightness(90%)contrast(88%);
|
|
3003
|
+
--filter-button-image:brightness(0)saturate(100%)invert(72%)sepia(8%)saturate(1524%)hue-rotate(3deg)brightness(90%)contrast(88%)
|
|
3004
|
+
}
|
|
3005
|
+
.icon:where([data-theme=turnip],
|
|
3006
|
+
[data-theme=turnip] *) {
|
|
3007
|
+
filter:var(--filter-button-image);
|
|
3008
|
+
margin:.3rem .2rem .2rem
|
|
3009
|
+
}
|
|
3010
|
+
blockquote {
|
|
3011
|
+
margin-bottom:calc(var(--spacing)*4);
|
|
3012
|
+
text-align:center;
|
|
3013
|
+
filter:brightness(140%);
|
|
3014
|
+
border:0;
|
|
3015
|
+
font-style:italic
|
|
3016
|
+
}
|
|
3017
|
+
h1,
|
|
3018
|
+
h2,
|
|
3019
|
+
h3,
|
|
3020
|
+
h4,
|
|
3021
|
+
h5,
|
|
3022
|
+
h6,
|
|
3023
|
+
.fake-h1,
|
|
3024
|
+
.fake-h2,
|
|
3025
|
+
.fake-h3,
|
|
3026
|
+
.fake-h4 {
|
|
3027
|
+
text-align:start;
|
|
3028
|
+
color:var(--color-primary-900);
|
|
3029
|
+
margin-top:0;
|
|
3030
|
+
font-weight:bolder
|
|
3031
|
+
}
|
|
3032
|
+
:is(h1,
|
|
3033
|
+
h2,
|
|
3034
|
+
h3,
|
|
3035
|
+
h4,
|
|
3036
|
+
h5,
|
|
3037
|
+
h6,
|
|
3038
|
+
.fake-h1,
|
|
3039
|
+
.fake-h2,
|
|
3040
|
+
.fake-h3,
|
|
3041
|
+
.fake-h4):where(.dark,
|
|
3042
|
+
.dark *) {
|
|
3043
|
+
color:var(--color-primary-100)
|
|
3044
|
+
}
|
|
3045
|
+
h1 {
|
|
3046
|
+
text-align:center
|
|
3047
|
+
}
|
|
3048
|
+
h1+p,
|
|
3049
|
+
h2+p,
|
|
3050
|
+
h3+p,
|
|
3051
|
+
h4+p,
|
|
3052
|
+
h5+p,
|
|
3053
|
+
h6+p,
|
|
3054
|
+
.fake-h2+p,
|
|
3055
|
+
.fake-h3+p,
|
|
3056
|
+
.fake-h4+p {
|
|
3057
|
+
margin-top:.5lh
|
|
3058
|
+
}
|
|
3059
|
+
h1,
|
|
3060
|
+
.fake-h1 {
|
|
3061
|
+
font-size:calc(2.25rem*var(--text-scaling));
|
|
3062
|
+
line-height:var(--tw-leading,calc(calc(2.5/2.25)*var(--text-scaling)))
|
|
3063
|
+
}
|
|
3064
|
+
h2,
|
|
3065
|
+
.fake-h2 {
|
|
3066
|
+
font-size:calc(1.875rem*var(--text-scaling));
|
|
3067
|
+
line-height:var(--tw-leading,calc( 1.2 *var(--text-scaling)))
|
|
3068
|
+
}
|
|
3069
|
+
h3,
|
|
3070
|
+
.fake-h3 {
|
|
3071
|
+
font-size:calc(1.5rem*var(--text-scaling));
|
|
3072
|
+
line-height:var(--tw-leading,calc(calc(2/1.5)*var(--text-scaling)))
|
|
3073
|
+
}
|
|
3074
|
+
h4,
|
|
3075
|
+
.fake-h4 {
|
|
3076
|
+
font-size:calc(1.25rem*var(--text-scaling));
|
|
3077
|
+
line-height:var(--tw-leading,calc(calc(1.75/1.25)*var(--text-scaling)))
|
|
3078
|
+
}
|
|
3079
|
+
h5 {
|
|
3080
|
+
font-size:calc(1.125rem*var(--text-scaling));
|
|
3081
|
+
line-height:var(--tw-leading,calc(calc(1.75/1.125)*var(--text-scaling)))
|
|
3082
|
+
}
|
|
3083
|
+
h6 {
|
|
3084
|
+
text-decoration:underline
|
|
3085
|
+
}
|
|
3086
|
+
a.a-as-btn {
|
|
3087
|
+
text-decoration:none
|
|
3088
|
+
}
|
|
3089
|
+
a:not(.a-as-btn) {
|
|
3090
|
+
color:var(--color-secondary-500);
|
|
3091
|
+
text-decoration:underline
|
|
3092
|
+
}
|
|
3093
|
+
a:not(.a-as-btn):where(.dark,
|
|
3094
|
+
.dark *) {
|
|
3095
|
+
color:var(--color-secondary-300)
|
|
3096
|
+
}
|
|
3097
|
+
a:not(.a-as-btn):hover,
|
|
3098
|
+
a:not(.a-as-btn):focus {
|
|
3099
|
+
filter:brightness(150%)
|
|
3100
|
+
}
|
|
3101
|
+
.a-as-btn:hover {
|
|
3102
|
+
filter:brightness(110%)
|
|
3103
|
+
}
|
|
3104
|
+
a:not(.a-as-btn):visited {
|
|
3105
|
+
color:var(--color-secondary-950)
|
|
3106
|
+
}
|
|
3107
|
+
a:not(.a-as-btn):visited:where(.dark,
|
|
3108
|
+
.dark *) {
|
|
3109
|
+
color:var(--color-secondary-200)
|
|
3110
|
+
}
|
|
3111
|
+
ul {
|
|
3112
|
+
list-style:inside
|
|
3113
|
+
}
|
|
3114
|
+
ol {
|
|
3115
|
+
list-style:inside decimal
|
|
3116
|
+
}
|
|
3117
|
+
li>ul,
|
|
3118
|
+
li>ol {
|
|
3119
|
+
margin-inline-start:2em
|
|
3120
|
+
}
|
|
3121
|
+
p {
|
|
3122
|
+
margin-bottom:calc(var(--spacing)*3)
|
|
3123
|
+
}
|
|
3124
|
+
@property --tw-translate-x {
|
|
3125
|
+
syntax:"*";
|
|
3126
|
+
inherits:false;
|
|
3127
|
+
initial-value:0
|
|
3128
|
+
}
|
|
3129
|
+
@property --tw-translate-y {
|
|
3130
|
+
syntax:"*";
|
|
3131
|
+
inherits:false;
|
|
3132
|
+
initial-value:0
|
|
3133
|
+
}
|
|
3134
|
+
@property --tw-translate-z {
|
|
3135
|
+
syntax:"*";
|
|
3136
|
+
inherits:false;
|
|
3137
|
+
initial-value:0
|
|
3138
|
+
}
|
|
3139
|
+
@property --tw-rotate-x {
|
|
3140
|
+
syntax:"*";
|
|
3141
|
+
inherits:false
|
|
3142
|
+
}
|
|
3143
|
+
@property --tw-rotate-y {
|
|
3144
|
+
syntax:"*";
|
|
3145
|
+
inherits:false
|
|
3146
|
+
}
|
|
3147
|
+
@property --tw-rotate-z {
|
|
3148
|
+
syntax:"*";
|
|
3149
|
+
inherits:false
|
|
3150
|
+
}
|
|
3151
|
+
@property --tw-skew-x {
|
|
3152
|
+
syntax:"*";
|
|
3153
|
+
inherits:false
|
|
3154
|
+
}
|
|
3155
|
+
@property --tw-skew-y {
|
|
3156
|
+
syntax:"*";
|
|
3157
|
+
inherits:false
|
|
3158
|
+
}
|
|
3159
|
+
@property --tw-space-y-reverse {
|
|
3160
|
+
syntax:"*";
|
|
3161
|
+
inherits:false;
|
|
3162
|
+
initial-value:0
|
|
3163
|
+
}
|
|
3164
|
+
@property --tw-space-x-reverse {
|
|
3165
|
+
syntax:"*";
|
|
3166
|
+
inherits:false;
|
|
3167
|
+
initial-value:0
|
|
3168
|
+
}
|
|
3169
|
+
@property --tw-border-style {
|
|
3170
|
+
syntax:"*";
|
|
3171
|
+
inherits:false;
|
|
3172
|
+
initial-value:solid
|
|
3173
|
+
}
|
|
3174
|
+
@property --tw-font-weight {
|
|
3175
|
+
syntax:"*";
|
|
3176
|
+
inherits:false
|
|
3177
|
+
}
|
|
3178
|
+
@property --tw-shadow {
|
|
3179
|
+
syntax:"*";
|
|
3180
|
+
inherits:false;
|
|
3181
|
+
initial-value:0 0 #0000
|
|
3182
|
+
}
|
|
3183
|
+
@property --tw-shadow-color {
|
|
3184
|
+
syntax:"*";
|
|
3185
|
+
inherits:false
|
|
3186
|
+
}
|
|
3187
|
+
@property --tw-shadow-alpha {
|
|
3188
|
+
syntax:"<percentage>";
|
|
3189
|
+
inherits:false;
|
|
3190
|
+
initial-value:100%
|
|
3191
|
+
}
|
|
3192
|
+
@property --tw-inset-shadow {
|
|
3193
|
+
syntax:"*";
|
|
3194
|
+
inherits:false;
|
|
3195
|
+
initial-value:0 0 #0000
|
|
3196
|
+
}
|
|
3197
|
+
@property --tw-inset-shadow-color {
|
|
3198
|
+
syntax:"*";
|
|
3199
|
+
inherits:false
|
|
3200
|
+
}
|
|
3201
|
+
@property --tw-inset-shadow-alpha {
|
|
3202
|
+
syntax:"<percentage>";
|
|
3203
|
+
inherits:false;
|
|
3204
|
+
initial-value:100%
|
|
3205
|
+
}
|
|
3206
|
+
@property --tw-ring-color {
|
|
3207
|
+
syntax:"*";
|
|
3208
|
+
inherits:false
|
|
3209
|
+
}
|
|
3210
|
+
@property --tw-ring-shadow {
|
|
3211
|
+
syntax:"*";
|
|
3212
|
+
inherits:false;
|
|
3213
|
+
initial-value:0 0 #0000
|
|
3214
|
+
}
|
|
3215
|
+
@property --tw-inset-ring-color {
|
|
3216
|
+
syntax:"*";
|
|
3217
|
+
inherits:false
|
|
3218
|
+
}
|
|
3219
|
+
@property --tw-inset-ring-shadow {
|
|
3220
|
+
syntax:"*";
|
|
3221
|
+
inherits:false;
|
|
3222
|
+
initial-value:0 0 #0000
|
|
3223
|
+
}
|
|
3224
|
+
@property --tw-ring-inset {
|
|
3225
|
+
syntax:"*";
|
|
3226
|
+
inherits:false
|
|
3227
|
+
}
|
|
3228
|
+
@property --tw-ring-offset-width {
|
|
3229
|
+
syntax:"<length>";
|
|
3230
|
+
inherits:false;
|
|
3231
|
+
initial-value:0
|
|
3232
|
+
}
|
|
3233
|
+
@property --tw-ring-offset-color {
|
|
3234
|
+
syntax:"*";
|
|
3235
|
+
inherits:false;
|
|
3236
|
+
initial-value:#fff
|
|
3237
|
+
}
|
|
3238
|
+
@property --tw-ring-offset-shadow {
|
|
3239
|
+
syntax:"*";
|
|
3240
|
+
inherits:false;
|
|
3241
|
+
initial-value:0 0 #0000
|
|
3242
|
+
}
|
|
3243
|
+
@property --tw-blur {
|
|
3244
|
+
syntax:"*";
|
|
3245
|
+
inherits:false
|
|
3246
|
+
}
|
|
3247
|
+
@property --tw-brightness {
|
|
3248
|
+
syntax:"*";
|
|
3249
|
+
inherits:false
|
|
3250
|
+
}
|
|
3251
|
+
@property --tw-contrast {
|
|
3252
|
+
syntax:"*";
|
|
3253
|
+
inherits:false
|
|
3254
|
+
}
|
|
3255
|
+
@property --tw-grayscale {
|
|
3256
|
+
syntax:"*";
|
|
3257
|
+
inherits:false
|
|
3258
|
+
}
|
|
3259
|
+
@property --tw-hue-rotate {
|
|
3260
|
+
syntax:"*";
|
|
3261
|
+
inherits:false
|
|
3262
|
+
}
|
|
3263
|
+
@property --tw-invert {
|
|
3264
|
+
syntax:"*";
|
|
3265
|
+
inherits:false
|
|
3266
|
+
}
|
|
3267
|
+
@property --tw-opacity {
|
|
3268
|
+
syntax:"*";
|
|
3269
|
+
inherits:false
|
|
3270
|
+
}
|
|
3271
|
+
@property --tw-saturate {
|
|
3272
|
+
syntax:"*";
|
|
3273
|
+
inherits:false
|
|
3274
|
+
}
|
|
3275
|
+
@property --tw-sepia {
|
|
3276
|
+
syntax:"*";
|
|
3277
|
+
inherits:false
|
|
3278
|
+
}
|
|
3279
|
+
@property --tw-drop-shadow {
|
|
3280
|
+
syntax:"*";
|
|
3281
|
+
inherits:false
|
|
3282
|
+
}
|
|
3283
|
+
@property --tw-drop-shadow-color {
|
|
3284
|
+
syntax:"*";
|
|
3285
|
+
inherits:false
|
|
3286
|
+
}
|
|
3287
|
+
@property --tw-drop-shadow-alpha {
|
|
3288
|
+
syntax:"<percentage>";
|
|
3289
|
+
inherits:false;
|
|
3290
|
+
initial-value:100%
|
|
3291
|
+
}
|
|
3292
|
+
@property --tw-drop-shadow-size {
|
|
3293
|
+
syntax:"*";
|
|
3294
|
+
inherits:false
|
|
3295
|
+
}
|
|
3296
|
+
@property --tw-backdrop-blur {
|
|
3297
|
+
syntax:"*";
|
|
3298
|
+
inherits:false
|
|
3299
|
+
}
|
|
3300
|
+
@property --tw-backdrop-brightness {
|
|
3301
|
+
syntax:"*";
|
|
3302
|
+
inherits:false
|
|
3303
|
+
}
|
|
3304
|
+
@property --tw-backdrop-contrast {
|
|
3305
|
+
syntax:"*";
|
|
3306
|
+
inherits:false
|
|
3307
|
+
}
|
|
3308
|
+
@property --tw-backdrop-grayscale {
|
|
3309
|
+
syntax:"*";
|
|
3310
|
+
inherits:false
|
|
3311
|
+
}
|
|
3312
|
+
@property --tw-backdrop-hue-rotate {
|
|
3313
|
+
syntax:"*";
|
|
3314
|
+
inherits:false
|
|
3315
|
+
}
|
|
3316
|
+
@property --tw-backdrop-invert {
|
|
3317
|
+
syntax:"*";
|
|
3318
|
+
inherits:false
|
|
3319
|
+
}
|
|
3320
|
+
@property --tw-backdrop-opacity {
|
|
3321
|
+
syntax:"*";
|
|
3322
|
+
inherits:false
|
|
3323
|
+
}
|
|
3324
|
+
@property --tw-backdrop-saturate {
|
|
3325
|
+
syntax:"*";
|
|
3326
|
+
inherits:false
|
|
3327
|
+
}
|
|
3328
|
+
@property --tw-backdrop-sepia {
|
|
3329
|
+
syntax:"*";
|
|
3330
|
+
inherits:false
|
|
3331
|
+
}
|
|
3332
|
+
@property --tw-duration {
|
|
3333
|
+
syntax:"*";
|
|
3334
|
+
inherits:false
|
|
3335
|
+
}
|
|
3336
|
+
@property --tw-ease {
|
|
3337
|
+
syntax:"*";
|
|
3338
|
+
inherits:false
|
|
3339
|
+
}
|
|
3340
|
+
@keyframes spin {
|
|
3341
|
+
to {
|
|
3342
|
+
transform:rotate(360deg)
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
@keyframes pulse {
|
|
3346
|
+
50% {
|
|
3347
|
+
opacity:.5
|
|
3348
|
+
}
|
|
3349
|
+
}
|