@onereach/ui-components 11.14.4 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/index.js +1 -0
- package/dist/bundled/v2/utils/extractCssVarName.d.ts +1 -0
- package/dist/bundled/v2/utils/extractCssVarName.js +7 -0
- package/dist/bundled/v2/utils/index.d.ts +1 -0
- package/dist/bundled/v2/utils/index.js +1 -0
- package/dist/bundled/v3/index.js +1 -0
- package/dist/bundled/v3/utils/extractCssVarName.d.ts +1 -0
- package/dist/bundled/v3/utils/extractCssVarName.js +7 -0
- package/dist/bundled/v3/utils/index.d.ts +1 -0
- package/dist/bundled/v3/utils/index.js +1 -0
- package/dist/esm/v2/{isNumber-cf8cbe9f.js → extractCssVarName-9c6b2a72.js} +7 -1
- package/dist/esm/v2/index.js +1 -1
- package/dist/esm/v2/utils/extractCssVarName.d.ts +1 -0
- package/dist/esm/v2/utils/index.d.ts +1 -0
- package/dist/esm/v2/utils/index.js +1 -1
- package/dist/esm/v3/{isNumber-cf8cbe9f.js → extractCssVarName-9c6b2a72.js} +7 -1
- package/dist/esm/v3/index.js +1 -1
- package/dist/esm/v3/utils/extractCssVarName.d.ts +1 -0
- package/dist/esm/v3/utils/index.d.ts +1 -0
- package/dist/esm/v3/utils/index.js +1 -1
- package/package.json +2 -2
- package/src/utils/extractCssVarName.ts +5 -0
- package/src/utils/index.ts +1 -0
package/dist/bundled/v2/index.js
CHANGED
|
@@ -259,6 +259,7 @@ export { isString } from './utils/isString.js';
|
|
|
259
259
|
export { isUndefined } from './utils/isUndefined.js';
|
|
260
260
|
export { isVisible } from './utils/isVisible.js';
|
|
261
261
|
export { toArray } from './utils/toArray.js';
|
|
262
|
+
export { extractCssVarName } from './utils/extractCssVarName.js';
|
|
262
263
|
|
|
263
264
|
var css_248z = ".container {\n width: 100%;\n}\n.layout-column {\n display: flex;\n flex-direction: column;\n flex-wrap: nowrap;\n}\n.layout-column-reverse {\n display: flex;\n flex-direction: column-reverse;\n flex-wrap: nowrap;\n}\n.layout-inline-column {\n flex-grow: 0;\n flex-shrink: 0;\n flex-basis: auto;\n display: inline-flex;\n flex-direction: column;\n flex-wrap: nowrap;\n min-width: auto;\n max-width: 100%;\n}\n.layout-inline-row {\n flex-grow: 0;\n flex-shrink: 0;\n flex-basis: auto;\n display: inline-flex;\n flex-direction: row;\n flex-wrap: nowrap;\n align-content: center;\n align-items: center;\n min-width: auto;\n max-width: 100%;\n}\n.layout-row {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n align-content: center;\n align-items: center;\n}\n.layout-row-reverse {\n display: flex;\n flex-direction: row-reverse;\n flex-wrap: nowrap;\n align-content: center;\n align-items: center;\n}\n.scrollbar-hidden::-webkit-scrollbar {\n width: 0;\n height: 0;\n}\n.scrollbar-hidden {\n scrollbar-width: none;\n}\n.interactivity-default {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: default;\n}\n.interactivity-click {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n.interactivity-click[disabled]:not([disabled=\"false\"]),.interactivity-click[force-state~=\"disabled\"] {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.interactivity-select {\n pointer-events: auto;\n -webkit-user-select: text;\n -moz-user-select: text;\n user-select: text;\n cursor: text;\n}\n.interactivity-select[disabled]:not([disabled=\"false\"]),.interactivity-select[force-state~=\"disabled\"] {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.interactivity-resize-row {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: row-resize;\n}\n.interactivity-resize-row[disabled]:not([disabled=\"false\"]),.interactivity-resize-row[force-state~=\"disabled\"] {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.interactivity-resize-column {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: col-resize;\n}\n.interactivity-resize-column[disabled]:not([disabled=\"false\"]),.interactivity-resize-column[force-state~=\"disabled\"] {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.interactivity-drag {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: grab;\n}\n.interactivity-drag:not([disabled]):not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.interactivity-drag[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.interactivity-drag[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .interactivity-drag[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .interactivity-drag[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .interactivity-drag[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n cursor: grabbing;\n}\n.interactivity-drag[disabled]:not([disabled=\"false\"]),.interactivity-drag[force-state~=\"disabled\"] {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.interactivity-none {\n pointer-events: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: default;\n}\n.\\!typography-body-2-regular {\n font-family: Inter !important;\n font-weight: 400 !important;\n font-size: 16px !important;\n line-height: 24px !important;\n}\n@media (min-width: 900px) {\n .\\!typography-body-2-regular {\n font-family: Inter !important;\n font-weight: 400 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n }\n}\n[force-screen~=\"md\"] .\\!typography-body-2-regular {\n font-family: Inter !important;\n font-weight: 400 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.\\!typography-body-2-regular[force-screen~=\"md\"] {\n font-family: Inter !important;\n font-weight: 400 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.typography-body-1-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-body-1-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n }\n}\n[force-screen~=\"md\"] .typography-body-1-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.typography-body-1-bold[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.typography-body-2-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-body-2-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .typography-body-2-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-body-2-bold[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-body-2-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-body-2-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .typography-body-2-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-body-2-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-body-2-semibold {\n font-family: Inter;\n font-weight: 600;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-body-2-semibold {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .typography-body-2-semibold {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-body-2-semibold[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-button {\n font-family: Inter;\n font-weight: 600;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-button {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 20px;\n }\n}\n[force-screen~=\"md\"] .typography-button {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 20px;\n}\n.typography-button[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 20px;\n}\n.typography-caption-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .typography-caption-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .typography-caption-bold {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n.typography-caption-bold[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n.typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n.typography-caption-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n.typography-caption-semibold {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .typography-caption-semibold {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .typography-caption-semibold {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.typography-caption-semibold[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.typography-headline-1 {\n font-family: Inter;\n font-weight: 700;\n font-size: 24px;\n line-height: 29px;\n}\n@media (min-width: 900px) {\n .typography-headline-1 {\n font-family: Inter;\n font-weight: 700;\n font-size: 24px;\n line-height: 29px;\n }\n}\n[force-screen~=\"md\"] .typography-headline-1 {\n font-family: Inter;\n font-weight: 700;\n font-size: 24px;\n line-height: 29px;\n}\n.typography-headline-1[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 24px;\n line-height: 29px;\n}\n.typography-headline-2 {\n font-family: Inter;\n font-weight: 700;\n font-size: 20px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-headline-2 {\n font-family: Inter;\n font-weight: 700;\n font-size: 20px;\n line-height: 24px;\n }\n}\n[force-screen~=\"md\"] .typography-headline-2 {\n font-family: Inter;\n font-weight: 700;\n font-size: 20px;\n line-height: 24px;\n}\n.typography-headline-2[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 20px;\n line-height: 24px;\n}\n.typography-headline-3 {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-headline-3 {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n }\n}\n[force-screen~=\"md\"] .typography-headline-3 {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.typography-headline-3[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.typography-headline-4 {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .typography-headline-4 {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .typography-headline-4 {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-headline-4[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.typography-inherit {\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n@media (min-width: 900px) {\n .typography-inherit {\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n line-height: inherit;\n }\n}\n[force-screen~=\"md\"] .typography-inherit {\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n.typography-inherit[force-screen~=\"md\"] {\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n.iconography-filled {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.iconography-filled-bold {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 700, \"FILL\" 1, \"GRAD\" 0;\n}\n.iconography-inherit {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: inherit;\n}\n.iconography-outlined {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 0, \"GRAD\" 0;\n}\n.iconography-outlined-bold {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 700, \"FILL\" 0, \"GRAD\" 0;\n}\n.iconography-onereach {\n font-family: \"OneReach Icons\";\n}\n.theme-preset-1-error {\n color: var(--or-c-on-error-light);\n background-color: var(--or-c-error-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-1-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-hover-light);\n }\n .theme-preset-1-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-hover-light);\n }\n .theme-preset-1-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-hover-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-1-error:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-1-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-1-error[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-error[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-error-hover-light);\n }\n .theme-preset-1-error:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-hover-light);\n }\n .theme-preset-1-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-hover-light);\n }\n .theme-preset-1-error[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-error[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-error-hover-light);\n }\n .theme-preset-1-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-light);\n }\n .theme-preset-1-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-light);\n }\n .theme-preset-1-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-1-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-light);\n }\n}\n.theme-preset-1-error[disabled]:not([disabled=\"false\"]),.theme-preset-1-error[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-preset-1-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-1-primary {\n color: var(--or-c-on-primary-light);\n background-color: var(--or-c-primary-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-1-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .theme-preset-1-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .theme-preset-1-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-1-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-1-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-1-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n .theme-preset-1-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .theme-preset-1-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .theme-preset-1-primary[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n .theme-preset-1-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .theme-preset-1-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .theme-preset-1-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-1-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-1-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-light);\n }\n}\n.theme-preset-1-primary[disabled]:not([disabled=\"false\"]),.theme-preset-1-primary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-preset-1-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-2-error {\n color: var(--or-c-error-light);\n background-color: var(--or-c-error-opacity-0-08-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-2-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n .theme-preset-2-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n .theme-preset-2-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-2-error:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-2-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-2-error[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-error[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n .theme-preset-2-error:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n .theme-preset-2-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n .theme-preset-2-error[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-error[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-error-opacity-0-12-light);\n }\n .theme-preset-2-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .theme-preset-2-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .theme-preset-2-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-2-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n}\n.theme-preset-2-error[disabled]:not([disabled=\"false\"]),.theme-preset-2-error[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-preset-2-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-2-primary {\n color: var(--or-c-primary-light);\n background-color: var(--or-c-primary-opacity-0-08-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-2-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n .theme-preset-2-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n .theme-preset-2-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-2-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-2-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-2-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n .theme-preset-2-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n .theme-preset-2-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n .theme-preset-2-primary[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-primary-opacity-0-12-light);\n }\n .theme-preset-2-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-light);\n }\n .theme-preset-2-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-light);\n }\n .theme-preset-2-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-2-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-2-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n }\n}\n.theme-preset-2-primary[disabled]:not([disabled=\"false\"]),.theme-preset-2-primary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-preset-2-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-3-error {\n color: var(--or-c-error-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-3-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .theme-preset-3-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .theme-preset-3-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-3-error:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-3-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-3-error[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-error[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .theme-preset-3-error:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .theme-preset-3-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .theme-preset-3-error[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-error[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .theme-preset-3-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .theme-preset-3-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .theme-preset-3-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-3-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n}\n.theme-preset-3-error[disabled]:not([disabled=\"false\"]),.theme-preset-3-error[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.theme-preset-3-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-3-primary {\n color: var(--or-c-primary-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-3-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n .theme-preset-3-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n .theme-preset-3-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-3-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-3-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-3-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n .theme-preset-3-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n .theme-preset-3-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n .theme-preset-3-primary[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n }\n .theme-preset-3-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-light);\n }\n .theme-preset-3-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-light);\n }\n .theme-preset-3-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-3-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-3-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n }\n}\n.theme-preset-3-primary[disabled]:not([disabled=\"false\"]),.theme-preset-3-primary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.theme-preset-3-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-4-error {\n color: var(--or-c-error-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-4-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-light);\n }\n .theme-preset-4-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-light);\n }\n .theme-preset-4-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-error-hover-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-4-error:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-4-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-error[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-error[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n }\n .theme-preset-4-error:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n }\n .theme-preset-4-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n }\n .theme-preset-4-error[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-error[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-error-hover-light);\n }\n .theme-preset-4-error:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n }\n .theme-preset-4-error[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n }\n .theme-preset-4-error[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-error[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-error-light);\n }\n}\n.theme-preset-4-error[disabled]:not([disabled=\"false\"]),.theme-preset-4-error[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.theme-preset-4-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-4-primary {\n color: var(--or-c-primary-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-4-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-light);\n }\n .theme-preset-4-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-light);\n }\n .theme-preset-4-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-primary-hover-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-4-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-4-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-primary-hover-light);\n }\n .theme-preset-4-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n }\n .theme-preset-4-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n }\n .theme-preset-4-primary[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-primary-hover-light);\n }\n .theme-preset-4-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-light);\n }\n .theme-preset-4-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-light);\n }\n .theme-preset-4-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-primary-light);\n }\n}\n.theme-preset-4-primary[disabled]:not([disabled=\"false\"]),.theme-preset-4-primary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.theme-preset-4-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-4-success {\n color: var(--or-c-success-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-4-success:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-hover-light);\n }\n .theme-preset-4-success[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-hover-light);\n }\n .theme-preset-4-success[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-success[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-success-hover-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-4-success:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-4-success[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-success[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-success[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-success-hover-light);\n }\n .theme-preset-4-success:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-success-hover-light);\n }\n .theme-preset-4-success[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-success-hover-light);\n }\n .theme-preset-4-success[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-success[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-success-hover-light);\n }\n .theme-preset-4-success:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-light);\n }\n .theme-preset-4-success[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-light);\n }\n .theme-preset-4-success[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-success[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-success[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-success-light);\n }\n}\n.theme-preset-4-success[disabled]:not([disabled=\"false\"]),.theme-preset-4-success[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.theme-preset-4-success {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-preset-4-warning {\n color: var(--or-c-warning-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .theme-preset-4-warning:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-hover-light);\n }\n .theme-preset-4-warning[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-hover-light);\n }\n .theme-preset-4-warning[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-warning[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-warning-hover-light);\n }\n}\n@media (hover: hover) {\n .theme-preset-4-warning:not([disabled]):not(.interactivity-none):not([force-state]):hover, .theme-preset-4-warning[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-warning[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-warning[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-warning-hover-light);\n }\n .theme-preset-4-warning:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-warning-hover-light);\n }\n .theme-preset-4-warning[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-warning-hover-light);\n }\n .theme-preset-4-warning[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-warning[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-warning-hover-light);\n }\n .theme-preset-4-warning:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-light);\n }\n .theme-preset-4-warning[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-light);\n }\n .theme-preset-4-warning[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .theme-preset-4-warning[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .theme-preset-4-warning[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-warning-light);\n }\n}\n.theme-preset-4-warning[disabled]:not([disabled=\"false\"]),.theme-preset-4-warning[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.theme-preset-4-warning {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-base {\n color: var(--or-c-white);\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-default {\n color: var(--or-c-on-background-light);\n}\n.theme-foreground-default[disabled]:not([disabled=\"false\"]),.theme-foreground-default[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-default {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-disabled {\n color: var(--or-c-on-disabled-light);\n}\n.theme-foreground-disabled[disabled]:not([disabled=\"false\"]),.theme-foreground-disabled[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-disabled {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-error {\n color: var(--or-c-error-light);\n}\n.theme-foreground-error[disabled]:not([disabled=\"false\"]),.theme-foreground-error[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-inherit {\n color: inherit;\n}\n.theme-foreground-inherit[disabled]:not([disabled=\"false\"]),.theme-foreground-inherit[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-inherit {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-on-error {\n color: var(--or-c-on-error-light);\n}\n.theme-foreground-on-error[disabled]:not([disabled=\"false\"]),.theme-foreground-on-error[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-on-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-on-primary {\n color: var(--or-c-on-primary-light);\n}\n.theme-foreground-on-primary[disabled]:not([disabled=\"false\"]),.theme-foreground-on-primary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-on-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-on-secondary {\n color: var(--or-c-on-secondary-light);\n}\n.theme-foreground-on-secondary[disabled]:not([disabled=\"false\"]),.theme-foreground-on-secondary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-on-secondary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-on-success {\n color: var(--or-c-on-success-light);\n}\n.theme-foreground-on-success[disabled]:not([disabled=\"false\"]),.theme-foreground-on-success[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-on-success {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-on-surface-inverse {\n color: var(--or-c-inverse-on-surface-light);\n}\n.theme-foreground-on-surface-inverse[disabled]:not([disabled=\"false\"]),.theme-foreground-on-surface-inverse[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-on-surface-inverse {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-on-warning {\n color: var(--or-c-on-warning-light);\n}\n.theme-foreground-on-warning[disabled]:not([disabled=\"false\"]),.theme-foreground-on-warning[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-on-warning {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-outline {\n color: var(--or-c-outline-light);\n}\n.theme-foreground-outline[disabled]:not([disabled=\"false\"]),.theme-foreground-outline[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-outline {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-primary {\n color: var(--or-c-primary-light);\n}\n.theme-foreground-primary[disabled]:not([disabled=\"false\"]),.theme-foreground-primary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-primary-translucent-2 {\n color: var(--or-c-primary-opacity-0-12-light);\n}\n.theme-foreground-primary-translucent-2[disabled]:not([disabled=\"false\"]),.theme-foreground-primary-translucent-2[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-primary-translucent-2 {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-secondary {\n color: var(--or-c-secondary-light);\n}\n.theme-foreground-secondary[disabled]:not([disabled=\"false\"]),.theme-foreground-secondary[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-secondary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-success {\n color: var(--or-c-success-light);\n}\n.theme-foreground-success[disabled]:not([disabled=\"false\"]),.theme-foreground-success[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-success {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-foreground-warning {\n color: var(--or-c-warning-light);\n}\n.theme-foreground-warning[disabled]:not([disabled=\"false\"]),.theme-foreground-warning[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.theme-foreground-warning {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-base {\n background-color: var(--or-c-white);\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-current {\n background-color: currentColor;\n}\n.theme-background-current[disabled]:not([disabled=\"false\"]),.theme-background-current[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-current {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-default {\n background-color: var(--or-c-background-light);\n}\n.theme-background-default[disabled]:not([disabled=\"false\"]),.theme-background-default[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-default {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-disabled {\n background-color: var(--or-c-disabled-light);\n}\n.theme-background-disabled[disabled]:not([disabled=\"false\"]),.theme-background-disabled[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-disabled {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-error {\n background-color: var(--or-c-error-light);\n}\n.theme-background-error[disabled]:not([disabled=\"false\"]),.theme-background-error[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-error-container {\n background-color: var(--or-c-error-container-light);\n}\n.theme-background-error-container[disabled]:not([disabled=\"false\"]),.theme-background-error-container[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-error-container {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-error-hover {\n background-color: var(--or-c-error-hover-light);\n}\n.theme-background-error-hover[disabled]:not([disabled=\"false\"]),.theme-background-error-hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-error-hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-inherit {\n background-color: inherit;\n}\n.theme-background-inherit[disabled]:not([disabled=\"false\"]),.theme-background-inherit[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-inherit {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-overlay {\n background-color: var(--or-c-overlay-light);\n}\n.theme-background-overlay[disabled]:not([disabled=\"false\"]),.theme-background-overlay[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-overlay {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-primary {\n background-color: var(--or-c-primary-light);\n}\n.theme-background-primary[disabled]:not([disabled=\"false\"]),.theme-background-primary[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-primary-container {\n background-color: var(--or-c-primary-container-light);\n}\n.theme-background-primary-container[disabled]:not([disabled=\"false\"]),.theme-background-primary-container[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-primary-container {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-primary-translucent-1 {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.theme-background-primary-translucent-1[disabled]:not([disabled=\"false\"]),.theme-background-primary-translucent-1[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-primary-translucent-1 {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-primary-translucent-2 {\n background-color: var(--or-c-primary-opacity-0-12-light);\n}\n.theme-background-primary-translucent-2[disabled]:not([disabled=\"false\"]),.theme-background-primary-translucent-2[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-primary-translucent-2 {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-secondary {\n background-color: var(--or-c-secondary-light);\n}\n.theme-background-secondary[disabled]:not([disabled=\"false\"]),.theme-background-secondary[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-secondary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-success {\n background-color: var(--or-c-success-light);\n}\n.theme-background-success[disabled]:not([disabled=\"false\"]),.theme-background-success[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-success {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-success-container {\n background-color: var(--or-c-success-container-light);\n}\n.theme-background-success-container[disabled]:not([disabled=\"false\"]),.theme-background-success-container[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-success-container {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-success-hover {\n background-color: var(--or-c-success-hover-light);\n}\n.theme-background-success-hover[disabled]:not([disabled=\"false\"]),.theme-background-success-hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-success-hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-surface-1 {\n background-color: var(--or-c-surface-1-light);\n}\n.theme-background-surface-1[disabled]:not([disabled=\"false\"]),.theme-background-surface-1[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-surface-1 {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-surface-3 {\n background-color: var(--or-c-surface-3-light);\n}\n.theme-background-surface-3[disabled]:not([disabled=\"false\"]),.theme-background-surface-3[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-surface-3 {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-surface-inverse {\n background-color: var(--or-c-inverse-surface-light);\n}\n.theme-background-surface-inverse[disabled]:not([disabled=\"false\"]),.theme-background-surface-inverse[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-surface-inverse {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-surface-variant {\n background-color: var(--or-c-surface-variant-light);\n}\n.theme-background-surface-variant[disabled]:not([disabled=\"false\"]),.theme-background-surface-variant[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-surface-variant {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-transparent {\n background-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-warning {\n background-color: var(--or-c-warning-light);\n}\n.theme-background-warning[disabled]:not([disabled=\"false\"]),.theme-background-warning[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-warning {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-warning-container {\n background-color: var(--or-c-warning-container-light);\n}\n.theme-background-warning-container[disabled]:not([disabled=\"false\"]),.theme-background-warning-container[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-warning-container {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-background-warning-hover {\n background-color: var(--or-c-warning-hover-light);\n}\n.theme-background-warning-hover[disabled]:not([disabled=\"false\"]),.theme-background-warning-hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.theme-background-warning-hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-disabled {\n border-style: solid;\n border-color: var(--or-c-disabled-light);\n}\n.theme-border-disabled[disabled]:not([disabled=\"false\"]),.theme-border-disabled[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.theme-border-disabled {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-error {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.theme-border-error[disabled]:not([disabled=\"false\"]),.theme-border-error[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.theme-border-error {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-outline {\n border-style: solid;\n border-color: var(--or-c-outline-light);\n}\n.theme-border-outline[disabled]:not([disabled=\"false\"]),.theme-border-outline[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.theme-border-outline {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-outline-variant {\n border-style: solid;\n border-color: var(--or-c-outline-variant-light);\n}\n.theme-border-outline-variant[disabled]:not([disabled=\"false\"]),.theme-border-outline-variant[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.theme-border-outline-variant {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-primary {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.theme-border-primary[disabled]:not([disabled=\"false\"]),.theme-border-primary[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.theme-border-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-secondary {\n border-style: solid;\n border-color: var(--or-c-secondary-light);\n}\n.theme-border-secondary[disabled]:not([disabled=\"false\"]),.theme-border-secondary[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.theme-border-secondary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-border-transparent {\n border-style: solid;\n border-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-divider-outline-variant > *:not(:first-child) {\n border-left-style: none !important;\n}\n.theme-divider-outline-variant > *:not(:last-child) {\n border-right-style: solid;\n border-right-width: 1px;\n border-right-color: var(--or-c-outline-variant-light);\n}\n.theme-divider-outline-variant > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-divider-outline-variant[disabled]:not([disabled=\"false\"]) > :not(:last-child) {\n border-right-color: var(--or-c-disabled-light) !important;\n}\n.theme-divider-outline-variant[force-state~=\"disabled\"] > *:not(:last-child) {\n border-right-color: var(--or-c-disabled-light) !important;\n}\n.theme-outline-primary {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.theme-outline-primary[disabled]:not([disabled=\"false\"]),.theme-outline-primary[force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.theme-outline-primary {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.theme-outline-transparent {\n outline-style: solid;\n outline-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.pointer-events-none {\n pointer-events: none;\n}\n.visible {\n visibility: visible;\n}\n.invisible {\n visibility: hidden;\n}\n.collapse {\n visibility: collapse;\n}\n.fixed {\n position: fixed;\n}\n.absolute {\n position: absolute;\n}\n.relative {\n position: relative;\n}\n.sticky {\n position: sticky;\n}\n.inset-0 {\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n}\n.inset-y-0 {\n top: 0px;\n bottom: 0px;\n}\n.bottom-0 {\n bottom: 0px;\n}\n.bottom-\\[-1px\\] {\n bottom: -1px;\n}\n.bottom-md {\n bottom: 16px;\n}\n.end-0 {\n right: 0px;\n}\n.left-0 {\n left: 0px;\n}\n.left-\\[0px\\] {\n left: 0px;\n}\n.left-md {\n left: 16px;\n}\n.right-0 {\n right: 0px;\n}\n.right-md {\n right: 16px;\n}\n.start-0 {\n left: 0px;\n}\n.top-0 {\n top: 0px;\n}\n.top-\\[-1px\\] {\n top: -1px;\n}\n.top-md {\n top: 16px;\n}\n.z-10 {\n z-index: 10;\n}\n.col-span-full {\n grid-column: 1 / -1;\n}\n.m-\\[-4px\\] {\n margin: -4px;\n}\n.\\!mx-0 {\n margin-left: 0px !important;\n margin-right: 0px !important;\n}\n.\\!mx-lg {\n margin-left: 24px !important;\n margin-right: 24px !important;\n}\n.\\!my-0 {\n margin-top: 0px !important;\n margin-bottom: 0px !important;\n}\n.\\!my-sm {\n margin-top: 8px !important;\n margin-bottom: 8px !important;\n}\n.-mx-\\[10px\\] {\n margin-left: -10px;\n margin-right: -10px;\n}\n.-mx-\\[1px\\] {\n margin-left: -1px;\n margin-right: -1px;\n}\n.-mx-\\[2px\\] {\n margin-left: -2px;\n margin-right: -2px;\n}\n.-mx-\\[calc\\(theme\\(spacing\\.md\\)\\/2\\)\\] {\n margin-left: calc((16px / 2) * -1);\n margin-left: calc(calc(16px / 2) * -1);\n margin-right: calc((16px / 2) * -1);\n margin-right: calc(calc(16px / 2) * -1);\n}\n.-mx-sm {\n margin-left: -8px;\n margin-right: -8px;\n}\n.-my-\\[10px\\] {\n margin-top: -10px;\n margin-bottom: -10px;\n}\n.-my-\\[1px\\] {\n margin-top: -1px;\n margin-bottom: -1px;\n}\n.-my-\\[2px\\] {\n margin-top: -2px;\n margin-bottom: -2px;\n}\n.-my-\\[calc\\(theme\\(spacing\\.md\\)\\/2\\)\\] {\n margin-top: calc((16px / 2) * -1);\n margin-top: calc(calc(16px / 2) * -1);\n margin-bottom: calc((16px / 2) * -1);\n margin-bottom: calc(calc(16px / 2) * -1);\n}\n.-my-sm {\n margin-top: -8px;\n margin-bottom: -8px;\n}\n.mx-0 {\n margin-left: 0px;\n margin-right: 0px;\n}\n.mx-\\[2px\\] {\n margin-left: 2px;\n margin-right: 2px;\n}\n.mx-lg {\n margin-left: 24px;\n margin-right: 24px;\n}\n.mx-md\\+ {\n margin-left: 20px;\n margin-right: 20px;\n}\n.mx-sm {\n margin-left: 8px;\n margin-right: 8px;\n}\n.my-0 {\n margin-top: 0px;\n margin-bottom: 0px;\n}\n.my-\\[2px\\] {\n margin-top: 2px;\n margin-bottom: 2px;\n}\n.my-md\\+ {\n margin-top: 20px;\n margin-bottom: 20px;\n}\n.my-sm {\n margin-top: 8px;\n margin-bottom: 8px;\n}\n.my-xs {\n margin-top: 4px;\n margin-bottom: 4px;\n}\n.-mb-\\[1px\\] {\n margin-bottom: -1px;\n}\n.mb-0 {\n margin-bottom: 0px;\n}\n.mb-\\[6px\\] {\n margin-bottom: 6px;\n}\n.mb-sm {\n margin-bottom: 8px;\n}\n.ml-0 {\n margin-left: 0px;\n}\n.ml-2xl {\n margin-left: 48px;\n}\n.ml-\\[28px\\] {\n margin-left: 28px;\n}\n.ml-auto {\n margin-left: auto;\n}\n.ml-lg {\n margin-left: 24px;\n}\n.ml-sm {\n margin-left: 8px;\n}\n.mr-0 {\n margin-right: 0px;\n}\n.mt-0 {\n margin-top: 0px;\n}\n.mt-\\[2px\\] {\n margin-top: 2px;\n}\n.mt-md {\n margin-top: 16px;\n}\n.mt-xs {\n margin-top: 4px;\n}\n.block {\n display: block;\n}\n.inline-block {\n display: inline-block;\n}\n.inline {\n display: inline;\n}\n.flex {\n display: flex;\n}\n.inline-flex {\n display: inline-flex;\n}\n.grid {\n display: grid;\n}\n.contents {\n display: contents;\n}\n.hidden {\n display: none;\n}\n.\\!h-\\[calc\\(100\\%\\+2px\\)\\] {\n height: calc(100% + 2px) !important;\n}\n.\\!h-full {\n height: 100% !important;\n}\n.h-2xl {\n height: 48px;\n}\n.h-3xl {\n height: 64px;\n}\n.h-\\[10px\\] {\n height: 10px;\n}\n.h-\\[20px\\] {\n height: 20px;\n}\n.h-\\[24px\\] {\n height: 24px;\n}\n.h-\\[262px\\] {\n height: 262px;\n}\n.h-\\[28px\\] {\n height: 28px;\n}\n.h-\\[294px\\] {\n height: 294px;\n}\n.h-\\[2px\\] {\n height: 2px;\n}\n.h-\\[32px\\] {\n height: 32px;\n}\n.h-\\[36px\\] {\n height: 36px;\n}\n.h-\\[40px\\] {\n height: 40px;\n}\n.h-\\[44px\\] {\n height: 44px;\n}\n.h-\\[56px\\] {\n height: 56px;\n}\n.h-\\[64px\\] {\n height: 64px;\n}\n.h-\\[80px\\] {\n height: 80px;\n}\n.h-\\[calc\\(theme\\(spacing\\.2xl\\)\\+theme\\(spacing\\.xs\\)\\)\\] {\n height: calc(48px + 4px);\n}\n.h-\\[calc\\(theme\\(spacing\\.3xl\\)\\+theme\\(spacing\\.xs\\)\\)\\] {\n height: calc(64px + 4px);\n}\n.h-\\[calc\\(theme\\(spacing\\.md\\)\\+theme\\(spacing\\.sm\\)\\)\\] {\n height: calc(16px + 8px);\n}\n.h-\\[calc\\(theme\\(spacing\\.xl\\)\\+theme\\(spacing\\.xs\\)\\)\\] {\n height: calc(32px + 4px);\n}\n.h-auto {\n height: auto;\n}\n.h-fit {\n height: -moz-fit-content;\n height: fit-content;\n}\n.h-full {\n height: 100%;\n}\n.h-md\\+ {\n height: 20px;\n}\n.h-xs {\n height: 4px;\n}\n.max-h-\\[340px\\] {\n max-height: 340px;\n}\n.max-h-\\[50\\%\\] {\n max-height: 50%;\n}\n.max-h-full {\n max-height: 100%;\n}\n.\\!min-h-0 {\n min-height: 0px !important;\n}\n.min-h-0 {\n min-height: 0px;\n}\n.min-h-\\[32px\\] {\n min-height: 32px;\n}\n.min-h-\\[88px\\] {\n min-height: 88px;\n}\n.min-h-\\[calc\\(theme\\(spacing\\.2xl\\)\\+theme\\(spacing\\.xs\\)\\)\\] {\n min-height: calc(48px + 4px);\n}\n.min-h-\\[calc\\(theme\\(spacing\\.3xl\\)\\+theme\\(spacing\\.xs\\)\\)\\] {\n min-height: calc(64px + 4px);\n}\n.min-h-\\[calc\\(theme\\(spacing\\.xl\\)\\+theme\\(spacing\\.xs\\)\\)\\] {\n min-height: calc(32px + 4px);\n}\n.w-\\[10px\\] {\n width: 10px;\n}\n.w-\\[20px\\] {\n width: 20px;\n}\n.w-\\[24px\\] {\n width: 24px;\n}\n.w-\\[28px\\] {\n width: 28px;\n}\n.w-\\[298px\\] {\n width: 298px;\n}\n.w-\\[2px\\] {\n width: 2px;\n}\n.w-\\[32px\\] {\n width: 32px;\n}\n.w-\\[343px\\] {\n width: 343px;\n}\n.w-\\[40px\\] {\n width: 40px;\n}\n.w-\\[43px\\] {\n width: 43px;\n}\n.w-\\[56px\\] {\n width: 56px;\n}\n.w-\\[580px\\] {\n width: 580px;\n}\n.w-\\[64px\\] {\n width: 64px;\n}\n.w-\\[80px\\] {\n width: 80px;\n}\n.w-\\[calc\\(theme\\(spacing\\.md\\)\\+theme\\(spacing\\.sm\\)\\)\\] {\n width: calc(16px + 8px);\n}\n.w-auto {\n width: auto;\n}\n.w-fit {\n width: -moz-fit-content;\n width: fit-content;\n}\n.w-full {\n width: 100%;\n}\n.w-md\\+ {\n width: 20px;\n}\n.w-xs {\n width: 4px;\n}\n.\\!min-w-fit {\n min-width: -moz-fit-content !important;\n min-width: fit-content !important;\n}\n.min-w-\\[160px\\] {\n min-width: 160px;\n}\n.min-w-\\[16px\\] {\n min-width: 16px;\n}\n.min-w-\\[60px\\] {\n min-width: 60px;\n}\n.min-w-\\[96px\\] {\n min-width: 96px;\n}\n.max-w-\\[192px\\] {\n max-width: 192px;\n}\n.max-w-\\[295px\\] {\n max-width: 295px;\n}\n.max-w-\\[min\\(360px\\2c 100\\%-theme\\(spacing\\.md\\)\\)\\] {\n max-width: min(360px,100% - 16px);\n}\n.max-w-full {\n max-width: 100%;\n}\n.flex-1 {\n flex: 1 1 0%;\n}\n.flex-auto {\n flex: 1 1 auto;\n}\n.flex-shrink {\n flex-shrink: 1;\n}\n.shrink {\n flex-shrink: 1;\n}\n.shrink-0 {\n flex-shrink: 0;\n}\n.flex-grow {\n flex-grow: 1;\n}\n.\\!grow {\n flex-grow: 1 !important;\n}\n.grow {\n flex-grow: 1;\n}\n.origin-center {\n transform-origin: center;\n}\n.-translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.-translate-x-\\[calc\\(100\\%\\+80px\\)\\] {\n --tw-translate-x: calc(calc(100% + 80px) * -1);\n transform: translate(calc((100% + 80px) * -1), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(calc(calc(100% + 80px) * -1), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.-translate-y-1\\/2 {\n --tw-translate-y: -50%;\n transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.translate-x-0 {\n --tw-translate-x: 0px;\n transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.translate-x-1\\/2 {\n --tw-translate-x: 50%;\n transform: translate(50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.translate-x-\\[calc\\(100\\%\\+80px\\)\\] {\n --tw-translate-x: calc(100% + 80px);\n transform: translate(calc(100% + 80px), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.translate-y-1\\/2 {\n --tw-translate-y: 50%;\n transform: translate(var(--tw-translate-x), 50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.-rotate-90 {\n --tw-rotate: -90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.rotate-0 {\n --tw-rotate: 0deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.rotate-90 {\n --tw-rotate: 90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.rotate-\\[-90deg\\] {\n --tw-rotate: -90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.rotate-\\[180deg\\] {\n --tw-rotate: 180deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n@keyframes circular-loader {\n 0% {\n transform: rotate(0deg);\n stroke-dasharray: 0, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n transform: rotate(180deg);\n stroke-dasharray: 100, 200;\n stroke-dashoffset: calc((50% - 2px) * -3.14);\n }\n 100% {\n transform: rotate(360deg);\n stroke-dasharray: 100, 200;\n stroke-dashoffset: calc((100% - 2px) * -3.14);\n }\n}\n.animate-circular-loader {\n animation: circular-loader 1400ms linear infinite;\n}\n@keyframes linear-loader {\n 0% {\n stroke-dasharray: 25%, 100%;\n stroke-dashoffset: 0;\n }\n 100% {\n stroke-dasharray: 25%, 100%;\n stroke-dashoffset: calc((100% - 0px) * -2.5);\n }\n}\n.animate-linear-loader {\n animation: linear-loader 1400ms linear infinite;\n}\n@keyframes skeleton-loader {\n 0% {\n background-position: 100% 50%;\n }\n 100% {\n background-position: -100% 50%;\n }\n}\n.animate-skeleton-loader {\n animation: skeleton-loader 1400ms linear infinite;\n}\n.cursor-pointer {\n cursor: pointer;\n}\n.resize-none {\n resize: none;\n}\n.resize {\n resize: both;\n}\n.list-decimal {\n list-style-type: decimal;\n}\n.list-disc {\n list-style-type: disc;\n}\n.appearance-none {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n.auto-cols-auto {\n grid-auto-columns: auto;\n}\n.auto-cols-fr {\n grid-auto-columns: minmax(0, 1fr);\n}\n.auto-cols-max {\n grid-auto-columns: max-content;\n}\n.grid-flow-col {\n grid-auto-flow: column;\n}\n.grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n.grid-cols-7 {\n grid-template-columns: repeat(7, minmax(0, 1fr));\n}\n.grid-cols-\\[subgrid\\] {\n grid-template-columns: subgrid;\n}\n.flex-row {\n flex-direction: row;\n}\n.flex-col {\n flex-direction: column;\n}\n.\\!flex-wrap {\n flex-wrap: wrap !important;\n}\n.flex-wrap {\n flex-wrap: wrap;\n}\n.\\!content-start {\n align-content: flex-start !important;\n}\n.content-start {\n align-content: flex-start;\n}\n.\\!items-start {\n align-items: flex-start !important;\n}\n.items-start {\n align-items: flex-start;\n}\n.items-center {\n align-items: center;\n}\n.\\!items-stretch {\n align-items: stretch !important;\n}\n.justify-start {\n justify-content: flex-start;\n}\n.justify-center {\n justify-content: center;\n}\n.justify-between {\n justify-content: space-between;\n}\n.justify-around {\n justify-content: space-around;\n}\n.gap-\\[10px\\] {\n gap: 10px;\n}\n.gap-\\[1px\\] {\n gap: 1px;\n}\n.gap-\\[6px\\] {\n gap: 6px;\n}\n.gap-lg {\n gap: 24px;\n}\n.gap-lg\\+ {\n gap: 28px;\n}\n.gap-md {\n gap: 16px;\n}\n.gap-sm {\n gap: 8px;\n}\n.gap-sm\\+ {\n gap: 12px;\n}\n.gap-xl {\n gap: 32px;\n}\n.gap-xs {\n gap: 4px;\n}\n.self-start {\n align-self: flex-start;\n}\n.self-center {\n align-self: center;\n}\n.overflow-auto {\n overflow: auto;\n}\n.overflow-hidden {\n overflow: hidden;\n}\n.overflow-x-auto {\n overflow-x: auto;\n}\n.overflow-y-auto {\n overflow-y: auto;\n}\n.overflow-x-hidden {\n overflow-x: hidden;\n}\n.truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.text-ellipsis {\n text-overflow: ellipsis;\n}\n.whitespace-nowrap {\n white-space: nowrap;\n}\n.\\!rounded-0 {\n border-radius: 0px !important;\n}\n.rounded-full {\n border-radius: 9999px;\n}\n.rounded-lg {\n border-radius: 8px;\n}\n.rounded-md {\n border-radius: 4px;\n}\n.rounded-sm {\n border-radius: 2px;\n}\n.rounded-b-0 {\n border-bottom-right-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n.rounded-b-md {\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n.rounded-e-xl {\n border-top-right-radius: 16px;\n border-bottom-right-radius: 16px;\n}\n.rounded-s-xl {\n border-top-left-radius: 16px;\n border-bottom-left-radius: 16px;\n}\n.rounded-t-0 {\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n}\n.rounded-t-lg {\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n}\n.rounded-t-md {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n.\\!border-0 {\n border-width: 0px !important;\n}\n.border-0 {\n border-width: 0px;\n}\n.border-1 {\n border-width: 1px;\n}\n.border-4 {\n border-width: 4px;\n}\n.\\!border-x-0 {\n border-left-width: 0px !important;\n border-right-width: 0px !important;\n}\n.\\!border-y-0 {\n border-top-width: 0px !important;\n border-bottom-width: 0px !important;\n}\n.\\!border-b-0 {\n border-bottom-width: 0px !important;\n}\n.\\!border-l-0 {\n border-left-width: 0px !important;\n}\n.\\!border-r-0 {\n border-right-width: 0px !important;\n}\n.\\!border-t-0 {\n border-top-width: 0px !important;\n}\n.border-b-1 {\n border-bottom-width: 1px;\n}\n.border-b-2 {\n border-bottom-width: 2px;\n}\n.border-e-1 {\n border-right-width: 1px;\n}\n.border-l-1 {\n border-left-width: 1px;\n}\n.border-l-2 {\n border-left-width: 2px;\n}\n.border-t-1 {\n border-top-width: 1px;\n}\n.border-solid {\n border-style: solid;\n}\n.\\!border-dashed {\n border-style: dashed !important;\n}\n.border-dashed {\n border-style: dashed;\n}\n.border-none {\n border-style: none;\n}\n.border-outline {\n border-color: var(--or-c-outline-light);\n}\n.border-primary-hover {\n border-color: var(--or-c-primary-hover-light);\n}\n.border-transparent {\n border-color: transparent;\n}\n.border-x-primary {\n border-left-color: var(--or-c-primary-light);\n border-right-color: var(--or-c-primary-light);\n}\n.border-y-primary {\n border-top-color: var(--or-c-primary-light);\n border-bottom-color: var(--or-c-primary-light);\n}\n.bg-primary {\n background-color: var(--or-c-primary-light);\n}\n.bg-primary-container {\n background-color: var(--or-c-primary-container-light);\n}\n.bg-primary-opacity-0-08 {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.bg-primary-opacity-0-08-dark {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n.bg-secondary-container {\n background-color: var(--or-c-secondary-container-light);\n}\n.bg-transparent {\n background-color: transparent;\n}\n.bg-skeletons-gradient {\n background-image: var(--or-c-skeletons-gradient-light);\n}\n.bg-\\[length\\:200\\%\\] {\n background-size: 200%;\n}\n.bg-repeat {\n background-repeat: repeat;\n}\n.stroke-error {\n stroke: var(--or-c-error-light);\n}\n.stroke-error-hover {\n stroke: var(--or-c-error-hover-light);\n}\n.stroke-primary {\n stroke: var(--or-c-primary-light);\n}\n.stroke-primary-hover {\n stroke: var(--or-c-primary-hover-light);\n}\n.stroke-success-hover {\n stroke: var(--or-c-success-hover-light);\n}\n.stroke-surface-variant {\n stroke: var(--or-c-surface-variant-light);\n}\n.stroke-warning-hover {\n stroke: var(--or-c-warning-hover-light);\n}\n.object-cover {\n -o-object-fit: cover;\n object-fit: cover;\n}\n.p-0 {\n padding: 0px;\n}\n.p-lg {\n padding: 24px;\n}\n.p-md {\n padding: 16px;\n}\n.p-sm {\n padding: 8px;\n}\n.p-xs {\n padding: 4px;\n}\n.\\!px-\\[10px\\] {\n padding-left: 10px !important;\n padding-right: 10px !important;\n}\n.\\!px-sm {\n padding-left: 8px !important;\n padding-right: 8px !important;\n}\n.\\!py-sm {\n padding-top: 8px !important;\n padding-bottom: 8px !important;\n}\n.px-0 {\n padding-left: 0px;\n padding-right: 0px;\n}\n.px-\\[2px\\] {\n padding-left: 2px;\n padding-right: 2px;\n}\n.px-\\[calc\\(theme\\(spacing\\.md\\)\\/2\\)\\] {\n padding-left: calc(16px / 2);\n padding-right: calc(16px / 2);\n}\n.px-lg {\n padding-left: 24px;\n padding-right: 24px;\n}\n.px-md {\n padding-left: 16px;\n padding-right: 16px;\n}\n.px-md\\* {\n padding-left: 15px;\n padding-right: 15px;\n}\n.px-sm {\n padding-left: 8px;\n padding-right: 8px;\n}\n.px-sm\\+ {\n padding-left: 12px;\n padding-right: 12px;\n}\n.px-xl {\n padding-left: 32px;\n padding-right: 32px;\n}\n.py-0 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n.py-\\[2px\\] {\n padding-top: 2px;\n padding-bottom: 2px;\n}\n.py-\\[6px\\] {\n padding-top: 6px;\n padding-bottom: 6px;\n}\n.py-\\[calc\\(theme\\(spacing\\.md\\)\\/2\\)\\] {\n padding-top: calc(16px / 2);\n padding-bottom: calc(16px / 2);\n}\n.py-lg {\n padding-top: 24px;\n padding-bottom: 24px;\n}\n.py-md {\n padding-top: 16px;\n padding-bottom: 16px;\n}\n.py-sm {\n padding-top: 8px;\n padding-bottom: 8px;\n}\n.py-sm\\+ {\n padding-top: 12px;\n padding-bottom: 12px;\n}\n.py-sm\\+\\* {\n padding-top: 11px;\n padding-bottom: 11px;\n}\n.py-xs {\n padding-top: 4px;\n padding-bottom: 4px;\n}\n.py-xs\\* {\n padding-top: 3px;\n padding-bottom: 3px;\n}\n.pb-3xl {\n padding-bottom: 64px;\n}\n.pb-xl {\n padding-bottom: 32px;\n}\n.pt-md {\n padding-top: 16px;\n}\n.pt-sm\\* {\n padding-top: 7px;\n}\n.pt-sm\\+\\* {\n padding-top: 11px;\n}\n.pt-xl {\n padding-top: 32px;\n}\n.text-center {\n text-align: center;\n}\n.text-right {\n text-align: right;\n}\n.text-\\[16px\\] {\n font-size: 16px;\n}\n.text-\\[20px\\] {\n font-size: 20px;\n}\n.text-\\[24px\\] {\n font-size: 24px;\n}\n.text-\\[28px\\] {\n font-size: 28px;\n}\n.text-\\[32px\\] {\n font-size: 32px;\n}\n.text-\\[40px\\] {\n font-size: 40px;\n}\n.text-\\[48px\\] {\n font-size: 48px;\n}\n.text-\\[94px\\] {\n font-size: 94px;\n}\n.text-inherit {\n font-size: inherit;\n line-height: inherit;\n}\n.capitalize {\n text-transform: capitalize;\n}\n.italic {\n font-style: italic;\n}\n.leading-\\[0\\] {\n line-height: 0;\n}\n.leading-none {\n line-height: 1;\n}\n.\\!text-outline {\n color: var(--or-c-outline-light) !important;\n}\n.text-inherit {\n color: inherit;\n}\n.text-inverse-primary {\n color: var(--or-c-inverse-primary-light);\n}\n.text-on-background {\n color: var(--or-c-on-background-light);\n}\n.text-outline {\n color: var(--or-c-outline-light);\n}\n.text-primary {\n color: var(--or-c-primary-light);\n}\n.underline {\n text-decoration-line: underline;\n}\n.line-through {\n text-decoration-line: line-through;\n}\n.opacity-0 {\n opacity: 0;\n}\n.shadow-card {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.shadow-contextual {\n --tw-shadow: -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n --tw-shadow-colored: -1px 0 20px 0 var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.shadow-modal {\n --tw-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 26px 80px 0 rgba(0, 0, 0, 0.2);\n --tw-shadow-colored: 0 0 1px 0 var(--tw-shadow-color), 0 26px 80px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 26px 80px 0 rgba(0, 0, 0, 0.2);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.outline-none {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.\\!outline {\n outline-style: solid !important;\n}\n.outline {\n outline-style: solid;\n}\n.outline-1 {\n outline-width: 1px;\n}\n.outline-2 {\n outline-width: 2px;\n}\n.outline-transparent {\n outline-color: transparent;\n}\n.ring {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));\n}\n.blur {\n --tw-blur: blur(8px);\n filter: blur(8px) 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);\n 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);\n}\n.filter {\n 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);\n}\n.transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;\n}\n.transition-\\[max-height\\] {\n transition-property: max-height;\n}\n.transition-\\[min-height\\] {\n transition-property: min-height;\n}\n.transition-\\[stroke-dashoffset\\] {\n transition-property: stroke-dashoffset;\n}\n.transition-transform {\n transition-property: transform;\n}\n.duration-medium {\n transition-duration: 250ms;\n}\n.ease-standard {\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.visually-hidden {\n width: 0;\n height: 0;\n visibility: hidden;\n}\n.\\[-ms-overflow-style\\:\\\\\\'none\\\\\\'\\] {\n -ms-overflow-style: \\'none\\';\n}\n.\\[scrollbar-width\\:\\\\\\'none\\\\\\'\\] {\n scrollbar-width: \\'none\\';\n}\n:root,\n[data-theme=light] {\n --c-primary: #178ae7;\n --c-primary-darken-3: #1682d9;\n --c-primary-darken-5: #157cd0;\n --c-primary-darken-20: #0e538a;\n --c-primary-darken-25: #0b4573;\n --c-primary-darken-45: #020d16;\n --c-primary-lighten-20: #73b9f1;\n --c-primary-lighten-45: #e7f3fd;\n --c-error: #da1e28;\n --c-error-darken-3: #cd1c26;\n --c-error-darken-5: #c41b24;\n --c-error-darken-20: #801218;\n --c-error-darken-25: #6a0f13;\n --c-error-darken-45: #100203;\n --c-error-lighten-20: #ec7279;\n --c-error-lighten-45: #fbe2e4;\n --c-warning: #fcbc05;\n --c-warning-darken-3: #efb203;\n --c-warning-darken-5: #e5aa03;\n --c-warning-darken-20: #997202;\n --c-warning-darken-25: #805f02;\n --c-warning-darken-45: #1b1400;\n --c-warning-lighten-20: #fdd76a;\n --c-warning-lighten-45: #fff9e8;\n --c-success: #4ec00f;\n --c-success-darken-3: #48b20e;\n --c-success-darken-5: #44a80d;\n --c-success-darken-20: #286108;\n --c-success-darken-25: #1e4a06;\n --c-success-darken-45: black;\n --c-success-lighten-20: #82f045;\n --c-success-lighten-45: #d1fabb;\n --c-neutral-0: #fff;\n --c-neutral-0-darken-3: #f7f7f7;\n --c-neutral-0-darken-5: #f2f2f2;\n --c-neutral-0-darken-20: #cccccc;\n --c-neutral-0-darken-25: #bfbfbf;\n --c-neutral-0-darken-45: #8c8c8c;\n --c-neutral-0-lighten-20: white;\n --c-neutral-1: #f6f6f6;\n --c-neutral-1-darken-3: #eeeeee;\n --c-neutral-1-darken-5: #e9e9e9;\n --c-neutral-1-darken-20: #c3c3c3;\n --c-neutral-1-darken-25: #b6b6b6;\n --c-neutral-1-darken-45: #838383;\n --c-neutral-1-lighten-20: white;\n --c-neutral-2: #dfdfdf;\n --c-neutral-2-darken-3: #d7d7d7;\n --c-neutral-2-darken-5: #d2d2d2;\n --c-neutral-2-darken-20: #acacac;\n --c-neutral-2-darken-25: #9f9f9f;\n --c-neutral-2-darken-45: #6c6c6c;\n --c-neutral-2-lighten-20: white;\n --c-neutral-3: #c6c6c6;\n --c-neutral-3-darken-3: #bebebe;\n --c-neutral-3-darken-5: #b9b9b9;\n --c-neutral-3-darken-20: #939393;\n --c-neutral-3-darken-25: #868686;\n --c-neutral-3-darken-45: #535353;\n --c-neutral-3-lighten-20: #f9f9f9;\n --c-neutral-4: #91969d;\n --c-neutral-4-darken-3: #898e96;\n --c-neutral-4-darken-5: #848991;\n --c-neutral-4-darken-20: #5e636a;\n --c-neutral-4-darken-25: #52565c;\n --c-neutral-4-darken-45: #222426;\n --c-neutral-4-lighten-20: #c7c9cd;\n --c-neutral-5: #6c747d;\n --c-neutral-5-darken-3: #656c75;\n --c-neutral-5-darken-5: #60676f;\n --c-neutral-5-darken-20: #3d4146;\n --c-neutral-5-darken-25: #313539;\n --c-neutral-5-darken-45: #020202;\n --c-neutral-5-lighten-20: #a1a7ae;\n --c-neutral-6: #1e232b;\n --c-neutral-6-darken-3: #181c22;\n --c-neutral-6-darken-5: #14171c;\n --c-neutral-6-darken-20: black;\n --c-neutral-6-darken-25: black;\n --c-neutral-6-darken-45: black;\n --c-neutral-6-lighten-20: #485467;\n --c-body-bg: #fff;\n --c-white: #fff;\n --c-black: #000;\n}\n[data-theme=dark] {\n --c-primary: #A4C8FF;\n --c-primary-darken-3: #95bfff;\n --c-primary-darken-5: #8bb9ff;\n --c-primary-darken-20: #3e8aff;\n --c-primary-darken-25: #257bff;\n --c-primary-darken-45: #004bbe;\n --c-primary-lighten-20: white;\n --c-primary-lighten-45: white;\n --c-error: #FFB4A9;\n --c-error-darken-3: #ffa79a;\n --c-error-darken-5: #ff9e90;\n --c-error-darken-20: #ff5b43;\n --c-error-darken-25: #ff452a;\n --c-error-darken-45: #c31900;\n --c-error-lighten-20: white;\n --c-error-lighten-45: white;\n --c-warning: #FBBC0C;\n --c-warning-darken-3: #f4b504;\n --c-warning-darken-5: #eaad04;\n --c-warning-darken-20: #9e7503;\n --c-warning-darken-25: #856302;\n --c-warning-darken-45: #211801;\n --c-warning-lighten-20: #fdd870;\n --c-warning-lighten-45: #fffaee;\n --c-success: #6CE036;\n --c-success-darken-3: #62de29;\n --c-success-darken-5: #5ddb22;\n --c-success-darken-20: #409818;\n --c-success-darken-25: #378214;\n --c-success-darken-45: #122a06;\n --c-success-lighten-20: #adee8e;\n --c-success-lighten-45: #fdfffd;\n --c-neutral-0: #1B1B1D;\n --c-neutral-0-darken-3: #141415;\n --c-neutral-0-darken-5: #0f0f10;\n --c-neutral-0-darken-20: black;\n --c-neutral-0-darken-25: black;\n --c-neutral-0-darken-45: black;\n --c-neutral-0-lighten-20: #4c4c52;\n --c-neutral-1: #222428;\n --c-neutral-1-darken-3: #1b1d20;\n --c-neutral-1-darken-5: #16181a;\n --c-neutral-1-darken-20: black;\n --c-neutral-1-darken-25: black;\n --c-neutral-1-darken-45: black;\n --c-neutral-1-lighten-20: #51565f;\n --c-neutral-2: #26292F;\n --c-neutral-2-darken-3: #1f2227;\n --c-neutral-2-darken-5: #1b1d21;\n --c-neutral-2-darken-20: black;\n --c-neutral-2-darken-25: black;\n --c-neutral-2-darken-45: black;\n --c-neutral-2-lighten-20: #545a67;\n --c-neutral-3: #2A2E36;\n --c-neutral-3-darken-3: #23272d;\n --c-neutral-3-darken-5: #1f2228;\n --c-neutral-3-darken-20: black;\n --c-neutral-3-darken-25: black;\n --c-neutral-3-darken-45: black;\n --c-neutral-3-lighten-20: #575f6f;\n --c-neutral-4: #E1EAF6;\n --c-neutral-4-darken-3: #d5e2f2;\n --c-neutral-4-darken-5: #cddcf0;\n --c-neutral-4-darken-20: #93b3de;\n --c-neutral-4-darken-25: #7fa5d9;\n --c-neutral-4-darken-45: #386fba;\n --c-neutral-4-lighten-20: white;\n --c-neutral-5: #DFE8F6;\n --c-neutral-5-darken-3: #d3dff3;\n --c-neutral-5-darken-5: #cbdaf0;\n --c-neutral-5-darken-20: #8fafe0;\n --c-neutral-5-darken-25: #7ba0da;\n --c-neutral-5-darken-45: #3569bb;\n --c-neutral-5-lighten-20: white;\n --c-neutral-6: #E3E2E6;\n --c-neutral-6-darken-3: #dbdadf;\n --c-neutral-6-darken-5: #d6d4da;\n --c-neutral-6-darken-20: #aeabb7;\n --c-neutral-6-darken-25: #a19eab;\n --c-neutral-6-darken-45: #6d697a;\n --c-neutral-6-lighten-20: white;\n --c-c-body-bg: #1B1B1D;\n --c-c-body-bg-darken-3: #141415;\n --c-c-body-bg-darken-5: #0f0f10;\n --c-c-body-bg-darken-20: black;\n --c-c-body-bg-darken-25: black;\n --c-c-body-bg-darken-45: black;\n --c-c-body-bg-lighten-20: #4c4c52;\n --c-white: #222428;\n --c-black: #fff;\n}\n[data-theme=custom] {\n --c-primary: rgb(236, 0, 140);\n --c-primary-darken-3: #dd0083;\n --c-primary-darken-5: #d3007d;\n --c-primary-darken-20: #86004f;\n --c-primary-darken-25: #6d0040;\n --c-primary-darken-45: #070004;\n --c-primary-lighten-20: #ff53b9;\n --c-primary-lighten-45: #ffd3ed;\n --c-error: rgb(232, 17, 35);\n --c-error-darken-3: #da1021;\n --c-error-darken-5: #d00f1f;\n --c-error-darken-20: #890a15;\n --c-error-darken-25: #710811;\n --c-error-darken-45: #120103;\n --c-error-lighten-20: #f46b76;\n --c-error-lighten-45: #fde2e4;\n --c-warning: rgb(255, 241, 0);\n --c-warning-darken-3: #f0e300;\n --c-warning-darken-5: #e6d900;\n --c-warning-darken-20: #999100;\n --c-warning-darken-25: #807900;\n --c-warning-darken-45: #1a1800;\n --c-warning-lighten-20: #fff766;\n --c-warning-lighten-45: #fffee6;\n --c-success: rgb(186, 216, 10);\n --c-success-darken-3: #adc909;\n --c-success-darken-5: #a5c009;\n --c-success-darken-20: #667705;\n --c-success-darken-25: #515e04;\n --c-success-darken-45: black;\n --c-success-lighten-20: #dff751;\n --c-success-lighten-45: #f5fdcb;\n --c-neutral-0: rgb(255, 140, 0);\n --c-neutral-0-darken-3: #f08400;\n --c-neutral-0-darken-5: #e67e00;\n --c-neutral-0-darken-20: #995400;\n --c-neutral-0-darken-25: #804600;\n --c-neutral-0-darken-45: #1a0e00;\n --c-neutral-0-lighten-20: #ffba66;\n --c-neutral-1: rgb(236, 0, 140);\n --c-neutral-1-darken-3: #dd0083;\n --c-neutral-1-darken-5: #d3007d;\n --c-neutral-1-darken-20: #86004f;\n --c-neutral-1-darken-25: #6d0040;\n --c-neutral-1-darken-45: #070004;\n --c-neutral-1-lighten-20: #ff53b9;\n --c-neutral-2: rgb(104, 33, 122);\n --c-neutral-2-darken-3: #5e1e6e;\n --c-neutral-2-darken-5: #571c66;\n --c-neutral-2-darken-20: #240b2a;\n --c-neutral-2-darken-25: #120616;\n --c-neutral-2-darken-45: black;\n --c-neutral-2-lighten-20: #ac38c9;\n --c-neutral-3: rgb(0, 24, 143);\n --c-neutral-3-darken-3: #001580;\n --c-neutral-3-darken-5: #001476;\n --c-neutral-3-darken-20: #000729;\n --c-neutral-3-darken-25: #000310;\n --c-neutral-3-darken-45: black;\n --c-neutral-3-lighten-20: #0029f5;\n --c-neutral-4: rgb(0, 188, 242);\n --c-neutral-4-darken-3: #00b0e3;\n --c-neutral-4-darken-5: #00a8d9;\n --c-neutral-4-darken-20: #006d8c;\n --c-neutral-4-darken-25: #005973;\n --c-neutral-4-darken-45: #000a0d;\n --c-neutral-4-lighten-20: #59daff;\n --c-neutral-5: rgb(0, 178, 148);\n --c-neutral-5-darken-3: #00a387;\n --c-neutral-5-darken-5: #00997f;\n --c-neutral-5-darken-20: #004c3f;\n --c-neutral-5-darken-25: #00332a;\n --c-neutral-5-darken-45: black;\n --c-neutral-5-lighten-20: #19ffd8;\n --c-neutral-6: rgb(0, 158, 73);\n --c-neutral-6-darken-3: #008f42;\n --c-neutral-6-darken-5: #00853d;\n --c-neutral-6-darken-20: #00381a;\n --c-neutral-6-darken-25: #001f0e;\n --c-neutral-6-darken-45: black;\n --c-neutral-6-lighten-20: #05ff79;\n --c-c-body-bg: #fff;\n --c-c-body-bg-darken-3: #f7f7f7;\n --c-c-body-bg-darken-5: #f2f2f2;\n --c-c-body-bg-darken-20: #cccccc;\n --c-c-body-bg-darken-25: #bfbfbf;\n --c-c-body-bg-darken-45: #8c8c8c;\n --c-c-body-bg-lighten-20: white;\n --c-white: #fff;\n --c-black: #000;\n}\n:root {\n --s-0: 0;\n --s-1: 0.125rem;\n --s-2: 0.25rem;\n --s-3: 0.5rem;\n --s-4: 1rem;\n --s-5: 1.5rem;\n --s-6: 2rem;\n --s-7: 3rem;\n --s-8: 4rem;\n --s-9: 8rem;\n --t-func: cubic-bezier(0.12, 0.39, 0.5, 0.93);\n --t-duration: 0.25s;\n --fs-0: 0.75rem;\n --fs-1: 0.875rem;\n --fs-2: 1.125rem;\n --fs-3: 1.375rem;\n --fw-0: 400;\n --fw-1: 600;\n --fw-2: 700;\n --lh-0: 1.125rem;\n --lh-1: 1.3125rem;\n --lh-2: 1.625rem;\n}\n.placeholder\\:theme-foreground-outline::-moz-placeholder {\n color: var(--or-c-outline-light);\n}\n.placeholder\\:theme-foreground-outline::placeholder {\n color: var(--or-c-outline-light);\n}\n.placeholder\\:theme-foreground-outline[disabled]:not([disabled=\"false\"])::-moz-placeholder {\n color: var(--or-c-on-disabled-light) !important;\n}\n.placeholder\\:theme-foreground-outline[disabled]:not([disabled=\"false\"])::placeholder {\n color: var(--or-c-on-disabled-light) !important;\n}\n.placeholder\\:theme-foreground-outline[force-state~=\"disabled\"]::-moz-placeholder {\n color: var(--or-c-on-disabled-light) !important;\n}\n.placeholder\\:theme-foreground-outline[force-state~=\"disabled\"]::placeholder {\n color: var(--or-c-on-disabled-light) !important;\n}\n.placeholder\\:theme-foreground-outline::-moz-placeholder {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.placeholder\\:theme-foreground-outline::placeholder {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.indeterminate\\:theme-preset-1-primary:indeterminate {\n color: var(--or-c-on-primary-light);\n background-color: var(--or-c-primary-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .indeterminate\\:theme-preset-1-primary:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[force-state~=\"active\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"active\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n}\n@media (hover: hover) {\n .indeterminate\\:theme-preset-1-primary:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[force-state~=\"hover\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"hover\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[force-state~=\"focus-visible\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n .indeterminate\\:theme-preset-1-primary:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .indeterminate\\:theme-preset-1-primary[force-state~=\"active\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n }\n .indeterminate\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"active\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n }\n .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-light);\n }\n}\n.indeterminate\\:theme-preset-1-primary[disabled]:indeterminate:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.indeterminate\\:theme-preset-1-primary:indeterminate[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.indeterminate\\:theme-preset-1-primary:indeterminate {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .md\\:typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n @media (min-width: 900px) {\n .md\\:typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n }\n [force-screen~=\"md\"] .md\\:typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n .md\\:typography-caption-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .md\\:typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n [force-screen~=\"md\"] .md\\:typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] [force-screen~=\"md\"] .md\\:typography-caption-regular {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] .md\\:typography-caption-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n.md\\:typography-caption-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .md\\:typography-caption-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .md\\:typography-caption-regular[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n.md\\:typography-caption-regular[force-screen~=\"md\"][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 400;\n font-size: 12px;\n line-height: 18px;\n}\n.draggable\\:interactivity-drag[draggable]:not([draggable=\"false\"]) {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: grab;\n}\n.draggable\\:interactivity-drag[draggable]:not([draggable=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[draggable][disabled=\"false\"]:not([draggable=\"false\"]):not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[draggable][force-state~=\"enabled\"]:not([draggable=\"false\"]):not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[draggable][force-state~=\"active\"]:not([draggable=\"false\"]):not([disabled]):not(.interactivity-none), .draggable\\:interactivity-drag[draggable][disabled=\"false\"][force-state~=\"active\"]:not([draggable=\"false\"]):not(.interactivity-none), .draggable\\:interactivity-drag[draggable][force-state~=\"enabled\"][force-state~=\"active\"]:not([draggable=\"false\"]):not(.interactivity-none) {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[draggable][disabled]:not([draggable=\"false\"]):not([disabled=\"false\"]),.draggable\\:interactivity-drag[draggable][force-state~=\"disabled\"]:not([draggable=\"false\"]) {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.draggable\\:interactivity-drag[force-state~=\"draggable\"] {\n pointer-events: auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n cursor: grab;\n}\n.draggable\\:interactivity-drag[force-state~=\"draggable\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[force-state~=\"draggable\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[force-state~=\"draggable\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .draggable\\:interactivity-drag[force-state~=\"draggable\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .draggable\\:interactivity-drag[force-state~=\"draggable\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .draggable\\:interactivity-drag[force-state~=\"draggable\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n cursor: grabbing;\n}\n.draggable\\:interactivity-drag[force-state~=\"draggable\"][disabled]:not([disabled=\"false\"]),.draggable\\:interactivity-drag[force-state~=\"draggable\"][force-state~=\"disabled\"] {\n pointer-events: none !important;\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n user-select: none !important;\n cursor: default !important;\n}\n.checked\\:theme-preset-1-primary:checked:not(.does-not-exist) {\n color: var(--or-c-on-primary-light);\n background-color: var(--or-c-primary-light);\n border-style: none;\n outline-style: none;\n}\n.checked\\:theme-preset-1-primary[checked]:not([checked=\"false\"]) {\n color: var(--or-c-on-primary-light);\n background-color: var(--or-c-primary-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .checked\\:theme-preset-1-primary[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"active\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked][force-state~=\"active\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][disabled=\"false\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n}\n@media (hover: hover) {\n .checked\\:theme-preset-1-primary:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .checked\\:theme-preset-1-primary[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):hover, .checked\\:theme-preset-1-primary[checked][force-state~=\"hover\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][disabled=\"false\"][force-state~=\"hover\"]:not([checked=\"false\"]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):hover, .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"][force-state~=\"hover\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"focus-visible\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked][force-state~=\"focus-visible\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][disabled=\"false\"][force-state~=\"focus-visible\"]:not([checked=\"false\"]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"active\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[disabled=\"false\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"enabled\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[checked][force-state~=\"active\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][disabled=\"false\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none), .checked\\:theme-preset-1-primary[checked][force-state~=\"enabled\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n }\n}\n.checked\\:theme-preset-1-primary[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.checked\\:theme-preset-1-primary[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.checked\\:theme-preset-1-primary[checked][disabled]:not([checked=\"false\"]):not([disabled=\"false\"]), .checked\\:theme-preset-1-primary[checked][force-state~=\"disabled\"]:not([checked=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.checked\\:theme-preset-1-primary:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.checked\\:theme-preset-1-primary[checked]:not([checked=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.checked\\:theme-preset-1-primary[force-state~=\"checked\"] {\n color: var(--or-c-on-primary-light);\n background-color: var(--or-c-primary-light);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n}\n@media (hover: hover) {\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-primary-hover-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n }\n .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-light);\n }\n}\n.checked\\:theme-preset-1-primary[force-state~=\"checked\"][disabled]:not([disabled=\"false\"]),.checked\\:theme-preset-1-primary[force-state~=\"checked\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: var(--or-c-disabled-light) !important;\n}\n.checked\\:theme-preset-1-primary[force-state~=\"checked\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:\\!typography-body-2-semibold:checked:not(.does-not-exist) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 16px !important;\n line-height: 24px !important;\n}\n.selected\\:\\!typography-body-2-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 16px !important;\n line-height: 24px !important;\n}\n@media (min-width: 900px) {\n .selected\\:\\!typography-body-2-semibold:checked:not(.does-not-exist) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n }\n .selected\\:\\!typography-body-2-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n }\n}\n[force-screen~=\"md\"] .selected\\:\\!typography-body-2-semibold:checked:not(.does-not-exist) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n[force-screen~=\"md\"] .selected\\:\\!typography-body-2-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.selected\\:\\!typography-body-2-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.selected\\:\\!typography-body-2-semibold[selected][force-screen~=\"md\"]:not([selected=\"false\"]) {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.selected\\:typography-body-2-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 16px;\n line-height: 24px;\n}\n.selected\\:typography-body-2-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .selected\\:typography-body-2-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n }\n .selected\\:typography-body-2-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .selected\\:typography-body-2-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n[force-screen~=\"md\"] .selected\\:typography-body-2-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.selected\\:typography-body-2-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.selected\\:typography-body-2-semibold[selected][force-screen~=\"md\"]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.selected\\:theme-foreground-default:checked:not(.does-not-exist) {\n color: var(--or-c-on-background-light);\n}\n.selected\\:theme-foreground-default[selected]:not([selected=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.selected\\:theme-foreground-default[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-default[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-default[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-foreground-default[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-default:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-foreground-default[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-foreground-primary:checked:not(.does-not-exist) {\n color: var(--or-c-primary-light);\n}\n.selected\\:theme-foreground-primary[selected]:not([selected=\"false\"]) {\n color: var(--or-c-primary-light);\n}\n.selected\\:theme-foreground-primary[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-primary[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-primary[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-foreground-primary[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-primary:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-foreground-primary[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-default:checked:not(.does-not-exist) {\n background-color: var(--or-c-background-light);\n}\n.selected\\:theme-background-default[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-background-light);\n}\n.selected\\:theme-background-default[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-default[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-default[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-background-default[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-default:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-default[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-primary-translucent-3:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:theme-background-primary-translucent-3[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:theme-background-primary-translucent-3[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-primary-translucent-3[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-primary-translucent-3[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-background-primary-translucent-3[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-primary-translucent-3:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-primary-translucent-3[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-surface-1:checked:not(.does-not-exist) {\n background-color: var(--or-c-surface-1-light);\n}\n.selected\\:theme-background-surface-1[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-surface-1-light);\n}\n.selected\\:theme-background-surface-1[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-surface-1[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-surface-1[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-background-surface-1[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-surface-1:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-surface-1[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-border-current:checked:not(.does-not-exist) {\n border-style: solid;\n border-color: currentColor;\n}\n.selected\\:theme-border-current[selected]:not([selected=\"false\"]) {\n border-style: solid;\n border-color: currentColor;\n}\n.selected\\:theme-border-current[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-current[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-current[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-border-current[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-current:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-border-current[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-border-inherit:checked:not(.does-not-exist) {\n border-style: solid;\n border-color: inherit;\n}\n.selected\\:theme-border-inherit[selected]:not([selected=\"false\"]) {\n border-style: solid;\n border-color: inherit;\n}\n.selected\\:theme-border-inherit[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-inherit[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-inherit[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), .selected\\:theme-border-inherit[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-inherit:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-border-inherit[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .selected\\:md\\:typography-caption-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n .selected\\:md\\:typography-caption-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n @media (min-width: 900px) {\n .selected\\:md\\:typography-caption-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n .selected\\:md\\:typography-caption-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n }\n [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n .selected\\:md\\:typography-caption-semibold[selected][force-screen~=\"md\"]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[selected][force-screen~=\"md\"]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][selected]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][force-screen~=\"md\"]:checked:not(.does-not-exist) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][selected][force-screen~=\"md\"]:not([selected=\"false\"]) {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:\\!typography-body-2-semibold[force-state~=\"selected\"] {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 16px !important;\n line-height: 24px !important;\n}\n@media (min-width: 900px) {\n .selected\\:\\!typography-body-2-semibold[force-state~=\"selected\"] {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n }\n}\n[force-screen~=\"md\"] .selected\\:\\!typography-body-2-semibold[force-state~=\"selected\"] {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.selected\\:\\!typography-body-2-semibold[force-state~=\"selected\"][force-screen~=\"md\"] {\n font-family: Inter !important;\n font-weight: 600 !important;\n font-size: 14px !important;\n line-height: 21px !important;\n}\n.selected\\:typography-body-2-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .selected\\:typography-body-2-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .selected\\:typography-body-2-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.selected\\:typography-body-2-semibold[force-state~=\"selected\"][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 14px;\n line-height: 21px;\n}\n.selected\\:theme-foreground-default[force-state~=\"selected\"] {\n color: var(--or-c-on-background-light);\n}\n.selected\\:theme-foreground-default[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-foreground-default[force-state~=\"selected\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-default[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-foreground-primary[force-state~=\"selected\"] {\n color: var(--or-c-primary-light);\n}\n.selected\\:theme-foreground-primary[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-foreground-primary[force-state~=\"selected\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.selected\\:theme-foreground-primary[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-default[force-state~=\"selected\"] {\n background-color: var(--or-c-background-light);\n}\n.selected\\:theme-background-default[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-background-default[force-state~=\"selected\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-default[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-primary-translucent-3[force-state~=\"selected\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:theme-background-primary-translucent-3[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-background-primary-translucent-3[force-state~=\"selected\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-primary-translucent-3[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-background-surface-1[force-state~=\"selected\"] {\n background-color: var(--or-c-surface-1-light);\n}\n.selected\\:theme-background-surface-1[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-background-surface-1[force-state~=\"selected\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-background-surface-1[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-border-current[force-state~=\"selected\"] {\n border-style: solid;\n border-color: currentColor;\n}\n.selected\\:theme-border-current[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-border-current[force-state~=\"selected\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-current[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.selected\\:theme-border-inherit[force-state~=\"selected\"] {\n border-style: solid;\n border-color: inherit;\n}\n.selected\\:theme-border-inherit[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),.selected\\:theme-border-inherit[force-state~=\"selected\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.selected\\:theme-border-inherit[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n @media (min-width: 900px) {\n .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n }\n [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] [force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-state~=\"selected\"][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][force-state~=\"selected\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.selected\\:md\\:typography-caption-semibold[force-screen~=\"md\"][force-state~=\"selected\"][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 600;\n font-size: 12px;\n line-height: 18px;\n}\n.activated\\:typography-caption-bold[activated]:not([activated=\"false\"]) {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .activated\\:typography-caption-bold[activated]:not([activated=\"false\"]) {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .activated\\:typography-caption-bold[activated]:not([activated=\"false\"]) {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n.activated\\:typography-caption-bold[activated][force-screen~=\"md\"]:not([activated=\"false\"]) {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n.activated\\:theme-foreground-default[activated]:not([activated=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.activated\\:theme-foreground-default[activated][disabled]:not([activated=\"false\"]):not([disabled=\"false\"]),.activated\\:theme-foreground-default[activated][force-state~=\"disabled\"]:not([activated=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.activated\\:theme-foreground-default[activated]:not([activated=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.activated\\:theme-background-primary-container[activated]:not([activated=\"false\"]) {\n background-color: var(--or-c-primary-container-light);\n}\n.activated\\:theme-background-primary-container[activated][disabled]:not([activated=\"false\"]):not([disabled=\"false\"]),.activated\\:theme-background-primary-container[activated][force-state~=\"disabled\"]:not([activated=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.activated\\:theme-background-primary-container[activated]:not([activated=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.activated\\:theme-background-secondary-container[activated]:not([activated=\"false\"]) {\n background-color: var(--or-c-secondary-container-light);\n}\n.activated\\:theme-background-secondary-container[activated][disabled]:not([activated=\"false\"]):not([disabled=\"false\"]),.activated\\:theme-background-secondary-container[activated][force-state~=\"disabled\"]:not([activated=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.activated\\:theme-background-secondary-container[activated]:not([activated=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.activated\\:typography-caption-bold[force-state~=\"activated\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n@media (min-width: 900px) {\n .activated\\:typography-caption-bold[force-state~=\"activated\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n }\n}\n[force-screen~=\"md\"] .activated\\:typography-caption-bold[force-state~=\"activated\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n.activated\\:typography-caption-bold[force-state~=\"activated\"][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 12px;\n line-height: 18px;\n}\n.activated\\:theme-foreground-default[force-state~=\"activated\"] {\n color: var(--or-c-on-background-light);\n}\n.activated\\:theme-foreground-default[force-state~=\"activated\"][disabled]:not([disabled=\"false\"]),.activated\\:theme-foreground-default[force-state~=\"activated\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.activated\\:theme-foreground-default[force-state~=\"activated\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.activated\\:theme-background-primary-container[force-state~=\"activated\"] {\n background-color: var(--or-c-primary-container-light);\n}\n.activated\\:theme-background-primary-container[force-state~=\"activated\"][disabled]:not([disabled=\"false\"]),.activated\\:theme-background-primary-container[force-state~=\"activated\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.activated\\:theme-background-primary-container[force-state~=\"activated\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.activated\\:theme-background-secondary-container[force-state~=\"activated\"] {\n background-color: var(--or-c-secondary-container-light);\n}\n.activated\\:theme-background-secondary-container[force-state~=\"activated\"][disabled]:not([disabled=\"false\"]),.activated\\:theme-background-secondary-container[force-state~=\"activated\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.activated\\:theme-background-secondary-container[force-state~=\"activated\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.disabled\\:theme-foreground-disabled[disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light);\n}\n.disabled\\:theme-foreground-disabled[disabled][disabled]:not([disabled=\"false\"]):not([disabled=\"false\"]),.disabled\\:theme-foreground-disabled[disabled][force-state~=\"disabled\"]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.disabled\\:theme-foreground-disabled[disabled]:not([disabled=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.disabled\\:theme-foreground-disabled[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light);\n}\n.disabled\\:theme-foreground-disabled[force-state~=\"disabled\"][disabled]:not([disabled=\"false\"]),.disabled\\:theme-foreground-disabled[force-state~=\"disabled\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.disabled\\:theme-foreground-disabled[force-state~=\"disabled\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.read-only\\:theme-background-primary-translucent-1[readonly]:not([readonly=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.read-only\\:theme-background-primary-translucent-1[readonly][disabled]:not([readonly=\"false\"]):not([disabled=\"false\"]),.read-only\\:theme-background-primary-translucent-1[readonly][force-state~=\"disabled\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.read-only\\:theme-background-primary-translucent-1[readonly]:not([readonly=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.read-only\\:theme-background-primary-translucent-1[force-state~=\"read-only\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.read-only\\:theme-background-primary-translucent-1[force-state~=\"read-only\"][disabled]:not([disabled=\"false\"]),.read-only\\:theme-background-primary-translucent-1[force-state~=\"read-only\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.read-only\\:theme-background-primary-translucent-1[force-state~=\"read-only\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-preset-3-error[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-error-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .invalid\\:theme-preset-3-error[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n}\n@media (hover: hover) {\n .invalid\\:theme-preset-3-error[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover, .invalid\\:theme-preset-3-error[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover, .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid][force-state~=\"focus-visible\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"][force-state~=\"focus-visible\"]:not([invalid=\"false\"]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .invalid\\:theme-preset-3-error[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none), .invalid\\:theme-preset-3-error[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n}\n.invalid\\:theme-preset-3-error[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:theme-preset-3-error[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.invalid\\:theme-preset-3-error[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-foreground-default[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.invalid\\:theme-foreground-default[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:theme-foreground-default[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.invalid\\:theme-foreground-default[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-foreground-error[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-error-light);\n}\n.invalid\\:theme-foreground-error[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:theme-foreground-error[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.invalid\\:theme-foreground-error[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-foreground-error-translucent-2[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-error-opacity-0-12-light);\n}\n.invalid\\:theme-foreground-error-translucent-2[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:theme-foreground-error-translucent-2[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.invalid\\:theme-foreground-error-translucent-2[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-background-error-translucent-1[invalid]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:theme-background-error-translucent-1[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:theme-background-error-translucent-1[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:theme-background-error-translucent-1[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-border-error[invalid]:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:theme-border-error[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:theme-border-error[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:theme-border-error[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-outline-transparent[invalid]:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-preset-3-error[force-state~=\"invalid\"] {\n color: var(--or-c-error-light);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n}\n@media (hover: hover) {\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible, .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active, .invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-error-opacity-0-16-light);\n }\n}\n.invalid\\:theme-preset-3-error[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),.invalid\\:theme-preset-3-error[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n background-color: transparent !important;\n}\n.invalid\\:theme-preset-3-error[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-foreground-default[force-state~=\"invalid\"] {\n color: var(--or-c-on-background-light);\n}\n.invalid\\:theme-foreground-default[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),.invalid\\:theme-foreground-default[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.invalid\\:theme-foreground-default[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-foreground-error[force-state~=\"invalid\"] {\n color: var(--or-c-error-light);\n}\n.invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),.invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.invalid\\:theme-foreground-error[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-foreground-error-translucent-2[force-state~=\"invalid\"] {\n color: var(--or-c-error-opacity-0-12-light);\n}\n.invalid\\:theme-foreground-error-translucent-2[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),.invalid\\:theme-foreground-error-translucent-2[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.invalid\\:theme-foreground-error-translucent-2[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-background-error-translucent-1[force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:theme-background-error-translucent-1[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),.invalid\\:theme-background-error-translucent-1[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:theme-background-error-translucent-1[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-border-error[force-state~=\"invalid\"] {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:theme-border-error[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),.invalid\\:theme-border-error[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:theme-border-error[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:theme-outline-transparent[force-state~=\"invalid\"] {\n outline-style: solid;\n outline-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:theme-foreground-default > * {\n color: var(--or-c-on-background-light);\n}\n.children\\:theme-foreground-default > [disabled]:not([disabled=\"false\"]),.children\\:theme-foreground-default > *[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.children\\:theme-foreground-default > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:theme-background-default > * {\n background-color: var(--or-c-background-light);\n}\n.children\\:theme-background-default > [disabled]:not([disabled=\"false\"]),.children\\:theme-background-default > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:theme-background-default > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:theme-background-surface-variant-1 > * {\n background-color: var(--or-c-surface-variant-1-light);\n}\n.children\\:theme-background-surface-variant-1 > [disabled]:not([disabled=\"false\"]),.children\\:theme-background-surface-variant-1 > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:theme-background-surface-variant-1 > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:selected\\:theme-background-surface-2:checked:not(.does-not-exist) > * {\n background-color: var(--or-c-surface-2-light);\n}\n.children\\:selected\\:theme-background-surface-2[selected]:not([selected=\"false\"]) > * {\n background-color: var(--or-c-surface-2-light);\n}\n.children\\:selected\\:theme-background-surface-2:checked:not(.does-not-exist) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:selected\\:theme-background-surface-2:checked:not(.does-not-exist) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:selected\\:theme-background-surface-2[selected]:not([selected=\"false\"]) > [disabled]:not([disabled=\"false\"]), .children\\:selected\\:theme-background-surface-2[selected]:not([selected=\"false\"]) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:selected\\:theme-background-surface-2:checked:not(.does-not-exist) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:selected\\:theme-background-surface-2[selected]:not([selected=\"false\"]) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:selected\\:theme-background-surface-2[force-state~=\"selected\"] > * {\n background-color: var(--or-c-surface-2-light);\n}\n.children\\:selected\\:theme-background-surface-2[force-state~=\"selected\"] > [disabled]:not([disabled=\"false\"]),.children\\:selected\\:theme-background-surface-2[force-state~=\"selected\"] > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:selected\\:theme-background-surface-2[force-state~=\"selected\"] > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n}\n.hover\\:theme-foreground-default[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-foreground-default[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-foreground-default[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-foreground-default[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-foreground-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-light);\n}\n.hover\\:theme-foreground-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-foreground-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-foreground-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-foreground-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-foreground-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-light);\n}\n.hover\\:theme-background-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-1:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary-translucent-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:theme-background-primary-translucent-1[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-1[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-1[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-1:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary-translucent-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-2:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary-translucent-2[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-12-light);\n}\n.hover\\:theme-background-primary-translucent-2[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-2[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-2[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary-translucent-2[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-2:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-primary-translucent-2[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-secondary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-secondary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-secondary-light);\n}\n.hover\\:theme-background-secondary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-secondary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:theme-background-secondary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-secondary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-secondary:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:theme-background-secondary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:iconography-filled:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:iconography-filled[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .hover\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n }\n .hover\\:md\\:theme-foreground-default[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:md\\:theme-foreground-error-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-light);\n }\n .hover\\:md\\:theme-foreground-primary-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:iconography-filled:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:iconography-filled[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:iconography-filled[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:iconography-filled[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-light);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:theme-background-surface-1:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, .children\\:hover\\:theme-background-surface-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-1-light);\n}\n.children\\:hover\\:theme-background-surface-1:not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:theme-background-surface-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:theme-background-surface-1:not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"], .children\\:hover\\:theme-background-surface-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:theme-background-surface-1:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, .children\\:hover\\:theme-background-surface-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > *, .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"], .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > *, .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"], .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-default[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.hover\\:theme-foreground-default[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-foreground-default[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-default[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-foreground-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-light);\n}\n.hover\\:theme-foreground-primary[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-foreground-primary[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-foreground-primary[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-foreground-primary[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-foreground-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n}\n.hover\\:theme-background-primary[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-primary[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-primary[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-1[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary-translucent-2[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-12-light);\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-2[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-primary-translucent-2[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary-translucent-2[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-primary-translucent-2[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-secondary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-secondary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-secondary-light);\n}\n.hover\\:theme-background-secondary[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-secondary[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:theme-background-secondary[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-secondary[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-secondary[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:theme-background-secondary[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:iconography-filled[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:iconography-filled[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:iconography-filled[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:iconography-filled[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:iconography-filled[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:iconography-filled[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:theme-background-error-translucent-2[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, .children\\:hover\\:theme-background-surface-1[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n background-color: var(--or-c-surface-1-light);\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:theme-background-surface-1[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:theme-background-surface-1[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"], .children\\:hover\\:theme-background-surface-1[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, .children\\:hover\\:theme-background-surface-1[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > *, .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"], .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > *, .children\\:hover\\:selected\\:theme-background-surface-3[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"], .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, .children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n}\n.hover\\:theme-foreground-default[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-light);\n}\n.hover\\:theme-foreground-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:theme-foreground-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-light);\n}\n.hover\\:theme-background-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-12-light);\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-secondary-light);\n}\n.hover\\:theme-background-secondary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-light);\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:iconography-filled[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-light);\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-light);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-1-light);\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]),.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]),.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-on-background-light);\n}\n.hover\\:theme-foreground-default[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-foreground-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-primary-light);\n}\n.hover\\:theme-foreground-primary[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:theme-foreground-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:theme-foreground-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-light);\n}\n.hover\\:theme-background-primary[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-opacity-0-12-light);\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-primary-translucent-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-secondary-light);\n}\n.hover\\:theme-background-secondary[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-on-background-light);\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-primary-hover-light);\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:iconography-filled[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-on-background-light);\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-primary-hover-light);\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.hover\\:invalid\\:theme-background-error-translucent-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .hover\\:invalid\\:md\\:theme-foreground-error-hover[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n color: var(--or-c-error-hover-light);\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.hover\\:invalid\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] > * {\n background-color: var(--or-c-surface-1-light);\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]),.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:theme-background-surface-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), .children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] > * {\n background-color: var(--or-c-surface-3-light);\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]),.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] > *[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.children\\:hover\\:selected\\:theme-background-surface-3[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-background-primary-translucent-1:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-within\\:theme-background-primary-translucent-1[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-border-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.focus-within\\:theme-border-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.focus-within\\:theme-border-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-border-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-outline-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-within\\:theme-outline-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-within\\:theme-outline-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-outline-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[invalid][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[invalid][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[invalid][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"focus-within\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-within\\:theme-background-primary-translucent-1[force-state~=\"focus-within\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-background-primary-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-border-primary[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-border-primary[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.focus-within\\:theme-border-primary[force-state~=\"focus-within\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-within\\:theme-border-primary[disabled=\"false\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-within\\:theme-border-primary[force-state~=\"focus-within\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-border-primary[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-border-primary[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-outline-primary[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-within\\:theme-outline-primary[force-state~=\"focus-within\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-within\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-within\\:theme-outline-primary[force-state~=\"focus-within\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][invalid][disabled]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][invalid][disabled]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][invalid][disabled]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-background-error-translucent-1[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:theme-outline-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-background-primary-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-within\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-within\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-within\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.focus-within\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]),.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-background-error-translucent-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n border-style: solid;\n border-color: var(--or-c-error-light);\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.invalid\\:focus-within\\:theme-border-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.invalid\\:focus-within\\:theme-outline-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-border-inherit:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n border-style: solid;\n border-color: inherit;\n}\n.focus-visible\\:theme-border-inherit[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-style: solid;\n border-color: inherit;\n}\n.focus-visible\\:theme-border-inherit[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-border-inherit[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-outline-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-visible\\:theme-outline-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-visible\\:theme-outline-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-outline-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:iconography-filled:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .focus-visible\\:md\\:iconography-filled[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .focus-visible\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n }\n .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n }\n .focus-visible\\:md\\:theme-foreground-default[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:iconography-filled:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:iconography-filled[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:iconography-filled[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.focus-visible\\:md\\:iconography-filled[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:theme-border-inherit[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: inherit;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:theme-border-inherit[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:theme-border-inherit[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:theme-border-inherit[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:theme-border-inherit[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:theme-outline-primary[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:theme-outline-primary[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:iconography-filled[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:iconography-filled[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:iconography-filled[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:iconography-filled[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:iconography-filled[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:iconography-filled[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-style: solid;\n border-color: inherit;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:iconography-filled[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-light);\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n border-style: solid;\n border-color: inherit;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.focus-visible\\:theme-border-inherit[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.focus-visible\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-on-background-light);\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-error-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-primary-hover-light);\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n }\n .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-on-background-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-error-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-primary-hover-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:iconography-filled[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-on-background-light);\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-default[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-error-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-error-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n color: var(--or-c-primary-hover-light);\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.focus-visible\\:md\\:theme-foreground-primary-hover[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:iconography-filled:not([disabled]):not(.interactivity-none):not([force-state]):active {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.active\\:iconography-filled[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.active\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-background-light);\n}\n.active\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-background-light);\n}\n.active\\:theme-foreground-default[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-default[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-light);\n}\n.active\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-light);\n}\n.active\\:theme-foreground-error-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-error-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-light);\n}\n.active\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-light);\n}\n.active\\:theme-foreground-primary-hover[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n}\n.active\\:theme-background-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n}\n.active\\:theme-background-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-secondary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-secondary-light);\n}\n.active\\:theme-background-secondary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-secondary-light);\n}\n.active\\:theme-background-secondary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-secondary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-current:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:theme-border-current[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:theme-border-current[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-current[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.active\\:theme-border-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.active\\:theme-border-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-outline-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.active\\:theme-outline-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.active\\:theme-outline-primary[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-outline-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:iconography-filled[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:iconography-filled[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.active\\:theme-foreground-default[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-default[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.active\\:theme-foreground-default[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-foreground-default[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-foreground-default[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-default[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-default[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-error-hover[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-light);\n}\n.active\\:theme-foreground-error-hover[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-foreground-error-hover[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-error-hover[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-light);\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-foreground-primary-hover[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-foreground-primary-hover[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-background-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-light);\n}\n.active\\:theme-background-primary[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-background-primary[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-background-primary[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-background-primary[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-background-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-secondary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-background-secondary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-secondary-light);\n}\n.active\\:theme-background-secondary[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-background-secondary[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-background-secondary[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-background-secondary[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-background-secondary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-current[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-border-current[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:theme-border-current[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-border-current[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-border-current[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-border-current[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-border-current[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-border-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.active\\:theme-border-primary[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-border-primary[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-border-primary[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-border-primary[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-border-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-outline-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-outline-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.active\\:theme-outline-primary[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-outline-primary[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:theme-outline-primary[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:theme-outline-primary[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:theme-outline-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-foreground-error[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-border-current[invalid][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-border-current[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), .active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-background-light);\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-light);\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-light);\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-light);\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-secondary-light);\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-current[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:theme-border-current[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:iconography-filled[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n font-family: \"Material Symbols Outlined\";\n font-variation-settings: \"opsz\" 24, \"wght\" 400, \"FILL\" 1, \"GRAD\" 0;\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-on-background-light);\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-default[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-error-hover-light);\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-error-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-primary-hover-light);\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:theme-foreground-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-primary-light);\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-secondary-light);\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-background-secondary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-current[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:theme-border-current[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-border-current[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-current[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n border-style: solid;\n border-color: var(--or-c-primary-light);\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:theme-border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n outline-color: transparent !important;\n}\n.active\\:theme-outline-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n color: var(--or-c-error-light);\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.active\\:invalid\\:theme-foreground-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n border-style: solid;\n border-color: currentColor;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.active\\:invalid\\:theme-border-current[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark {\n color: var(--or-c-on-error-dark);\n background-color: var(--or-c-error-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-1-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark {\n color: var(--or-c-on-primary-dark);\n background-color: var(--or-c-primary-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-1-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark {\n color: var(--or-c-error-dark);\n background-color: var(--or-c-error-opacity-0-08-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-2-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark {\n color: var(--or-c-primary-dark);\n background-color: var(--or-c-primary-opacity-0-08-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-2-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark {\n color: var(--or-c-error-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-3-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark {\n color: var(--or-c-primary-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-3-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark {\n color: var(--or-c-error-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark {\n color: var(--or-c-primary-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-primary-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark {\n color: var(--or-c-success-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-success-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-success-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-success-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-success-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-success-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark {\n color: var(--or-c-warning-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-warning-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-warning-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-warning-dark);\n }\n [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-warning-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-preset-4-warning-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-base {\n color: var(--or-c-white);\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-base-dark {\n color: var(--or-c-black);\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-default-dark {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-default-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-default-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-default-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-disabled-dark {\n color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-disabled-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-disabled-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-disabled-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-error-dark {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-error-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-inherit-dark {\n color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-inherit-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-inherit-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-inherit-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-error-dark {\n color: var(--or-c-on-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-on-error-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-primary-dark {\n color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-on-primary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-secondary-dark {\n color: var(--or-c-on-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-secondary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-on-secondary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-secondary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-success-dark {\n color: var(--or-c-on-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-success-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-on-success-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-success-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-surface-inverse-dark {\n color: var(--or-c-inverse-on-surface-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-surface-inverse-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-on-surface-inverse-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-surface-inverse-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-warning-dark {\n color: var(--or-c-on-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-warning-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-on-warning-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-on-warning-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-outline-dark {\n color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-outline-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-outline-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-outline-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-primary-dark {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-primary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-primary-translucent-2-dark {\n color: var(--or-c-primary-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-primary-translucent-2-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-primary-translucent-2-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-primary-translucent-2-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-secondary-dark {\n color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-secondary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-secondary-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-secondary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-success-dark {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-success-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-success-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-success-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-warning-dark {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-warning-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-foreground-warning-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-foreground-warning-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-base-dark {\n background-color: var(--or-c-black);\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-current-dark {\n background-color: current;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-current-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-current-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-current-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-default-dark {\n background-color: var(--or-c-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-default-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-default-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-default-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-disabled-dark {\n background-color: var(--or-c-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-disabled-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-disabled-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-disabled-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-container-dark {\n background-color: var(--or-c-error-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-container-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-error-container-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-container-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-dark {\n background-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-error-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-hover-dark {\n background-color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-hover-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-error-hover-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-error-hover-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-inherit {\n background-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-inherit[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-inherit[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-light) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-inherit {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-overlay-dark {\n background-color: var(--or-c-overlay-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-overlay-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-overlay-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-overlay-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-container-dark {\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-container-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-primary-container-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-container-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-dark {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-primary-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-1-dark {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-1-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-1-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-1-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-2-dark {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-2-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-2-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-primary-translucent-2-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-secondary-dark {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-secondary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-secondary-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-secondary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-container-dark {\n background-color: var(--or-c-success-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-container-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-success-container-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-container-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-dark {\n background-color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-success-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-hover-dark {\n background-color: var(--or-c-success-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-hover-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-success-hover-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-success-hover-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-1-dark {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-1-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-surface-1-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-1-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-3-dark {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-3-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-surface-3-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-3-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-inverse-dark {\n background-color: var(--or-c-inverse-surface-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-inverse-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-surface-inverse-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-inverse-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-variant-dark {\n background-color: var(--or-c-surface-variant-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-variant-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-surface-variant-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-surface-variant-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-transparent-dark {\n background-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-container-dark {\n background-color: var(--or-c-warning-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-container-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-warning-container-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-container-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-dark {\n background-color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-warning-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-hover-dark {\n background-color: var(--or-c-warning-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-hover-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-background-warning-hover-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-background-warning-hover-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-disabled-dark {\n border-style: solid;\n border-color: var(--or-c-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-disabled-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-disabled-dark[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-disabled-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-error-dark {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-error-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-error-dark[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-error-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline {\n border-style: solid;\n border-color: var(--or-c-outline-light);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-outline[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline-dark {\n border-style: solid;\n border-color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-outline-dark[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline-variant-dark {\n border-style: solid;\n border-color: var(--or-c-outline-variant-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline-variant-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-outline-variant-dark[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-outline-variant-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-primary-dark {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-primary-dark[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-secondary-dark {\n border-style: solid;\n border-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-secondary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-border-secondary-dark[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-border-secondary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-border-transparent-dark {\n border-style: solid;\n border-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-divider-outline-variant-dark > :not(:first-child) {\n border-left-style: none !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-divider-outline-variant-dark > :not(:last-child) {\n border-right-style: solid;\n border-right-width: 1px;\n border-right-color: var(--or-c-outline-variant-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-divider-outline-variant-dark > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-divider-outline-variant-dark[disabled]:not([disabled=\"false\"]) > :not(:last-child) {\n border-right-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-divider-outline-variant-dark[force-state~=\"disabled\"] > :not(:last-child) {\n border-right-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-outline-primary-dark {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:theme-outline-primary-dark[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:theme-outline-primary-dark[force-state~=\"disabled\"] {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:theme-outline-primary-dark {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:theme-outline-transparent {\n outline-style: solid;\n outline-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark::-moz-placeholder {\n color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark::placeholder {\n color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark[disabled]:not([disabled=\"false\"])::-moz-placeholder {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark[disabled]:not([disabled=\"false\"])::placeholder {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark[force-state~=\"disabled\"]::-moz-placeholder {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark[force-state~=\"disabled\"]::placeholder {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark::-moz-placeholder {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:placeholder\\:theme-foreground-outline-dark::placeholder {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark:indeterminate {\n color: var(--or-c-on-primary-dark);\n background-color: var(--or-c-primary-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"active\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"active\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:indeterminate:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"hover\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:indeterminate:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"focus-visible\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:indeterminate:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark:indeterminate:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"]:indeterminate:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"active\"]:indeterminate:not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"active\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:indeterminate:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:indeterminate:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[disabled]:indeterminate:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark[force-state~=\"disabled\"]:indeterminate {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:indeterminate\\:theme-preset-1-primary-dark:indeterminate {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark:checked:not(.does-not-exist) {\n color: var(--or-c-on-primary-dark);\n background-color: var(--or-c-primary-dark);\n border-style: none;\n outline-style: none;\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked]:not([checked=\"false\"]) {\n color: var(--or-c-on-primary-dark);\n background-color: var(--or-c-primary-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"active\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"active\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"hover\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"][force-state~=\"hover\"]:not([checked=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"][force-state~=\"hover\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"focus-visible\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"focus-visible\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"][force-state~=\"focus-visible\"]:not([checked=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"active\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled=\"false\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"active\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled=\"false\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"enabled\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][disabled]:not([checked=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked][force-state~=\"disabled\"]:not([checked=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[checked]:not([checked=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"] {\n color: var(--or-c-on-primary-dark);\n background-color: var(--or-c-primary-dark);\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n }\n [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:checked\\:theme-preset-1-primary-dark[force-state~=\"checked\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark:checked:not(.does-not-exist) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[selected]:not([selected=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark:checked:not(.does-not-exist) {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[selected]:not([selected=\"false\"]) {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark:checked:not(.does-not-exist) {\n background-color: var(--or-c-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark:checked:not(.does-not-exist) {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark:checked:not(.does-not-exist) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[selected]:not([selected=\"false\"]) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark:checked:not(.does-not-exist) {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[selected]:not([selected=\"false\"]) {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[selected][disabled]:not([selected=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[selected][force-state~=\"disabled\"]:not([selected=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark:checked:not(.does-not-exist) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[selected]:not([selected=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[force-state~=\"selected\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-default-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[force-state~=\"selected\"] {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-foreground-primary-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[force-state~=\"selected\"] {\n background-color: var(--or-c-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-default-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[force-state~=\"selected\"] {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-primary-translucent-3-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[force-state~=\"selected\"] {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-background-surface-1-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[force-state~=\"selected\"] {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-current-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[force-state~=\"selected\"] {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[force-state~=\"selected\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[force-state~=\"selected\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:selected\\:theme-border-inherit-dark[force-state~=\"selected\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[activated]:not([activated=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[activated][disabled]:not([activated=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[activated][force-state~=\"disabled\"]:not([activated=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[activated]:not([activated=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[activated]:not([activated=\"false\"]) {\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[activated][disabled]:not([activated=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[activated][force-state~=\"disabled\"]:not([activated=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[activated]:not([activated=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[activated]:not([activated=\"false\"]) {\n background-color: var(--or-c-secondary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[activated][disabled]:not([activated=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[activated][force-state~=\"disabled\"]:not([activated=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[activated]:not([activated=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[force-state~=\"activated\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[force-state~=\"activated\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[force-state~=\"activated\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-foreground-default-dark[force-state~=\"activated\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[force-state~=\"activated\"] {\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[force-state~=\"activated\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[force-state~=\"activated\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-primary-container-dark[force-state~=\"activated\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[force-state~=\"activated\"] {\n background-color: var(--or-c-secondary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[force-state~=\"activated\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[force-state~=\"activated\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:activated\\:theme-background-secondary-container-dark[force-state~=\"activated\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[disabled][disabled]:not([disabled=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[disabled][force-state~=\"disabled\"]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[disabled]:not([disabled=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[force-state~=\"disabled\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[force-state~=\"disabled\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:theme-foreground-disabled-dark[force-state~=\"disabled\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[readonly]:not([readonly=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[readonly]:not([readonly=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[readonly][disabled]:not([readonly=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[readonly][force-state~=\"disabled\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[readonly][disabled]:not([readonly=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[readonly][force-state~=\"disabled\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[readonly]:not([readonly=\"false\"]) {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[readonly]:not([readonly=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"] {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"] {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"][disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:theme-background-primary-translucent-1-dark[force-state~=\"read-only\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-error-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"focus-visible\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"][force-state~=\"focus-visible\"]:not([invalid=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[invalid]:not([invalid=\"false\"]) {\n color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[invalid]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[invalid]:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[invalid]:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-outline-transparent[invalid]:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"] {\n color: var(--or-c-error-dark);\n background-color: transparent;\n border-style: none;\n outline-style: none;\n}\n@media (hover: none) {\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n}\n@media (hover: hover) {\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n background-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-preset-3-error-dark[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[force-state~=\"invalid\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-default-dark[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"] {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[force-state~=\"invalid\"] {\n color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-foreground-error-translucent-2-dark[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[force-state~=\"invalid\"] {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[force-state~=\"invalid\"][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[force-state~=\"invalid\"][force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-border-error-dark[force-state~=\"invalid\"] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:theme-outline-transparent[force-state~=\"invalid\"] {\n outline-style: solid;\n outline-color: transparent;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-foreground-default-dark > * {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-foreground-default-dark > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:theme-foreground-default-dark > [force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-foreground-default-dark > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-background-default-dark > * {\n background-color: var(--or-c-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-background-default-dark > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:theme-background-default-dark > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-background-default-dark > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-background-surface-variant-1-dark > * {\n background-color: var(--or-c-surface-variant-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-background-surface-variant-1-dark > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:theme-background-surface-variant-1-dark > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:theme-background-surface-variant-1-dark > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark:checked:not(.does-not-exist) > * {\n background-color: var(--or-c-surface-2-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[selected]:not([selected=\"false\"]) > * {\n background-color: var(--or-c-surface-2-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark:checked:not(.does-not-exist) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark:checked:not(.does-not-exist) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[selected]:not([selected=\"false\"]) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[selected]:not([selected=\"false\"]) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark:checked:not(.does-not-exist) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[selected]:not([selected=\"false\"]) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[force-state~=\"selected\"] > * {\n background-color: var(--or-c-surface-2-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[force-state~=\"selected\"] > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[force-state~=\"selected\"] > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:selected\\:theme-background-surface-2-dark[force-state~=\"selected\"] > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"], [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"], [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):hover > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"], [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"hover\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][disabled=\"false\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"], [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"], [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"hover\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[disabled=\"false\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"hover\"]:not([selected=\"false\"]):not([disabled]):not(.interactivity-none) > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][disabled=\"false\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > [force-state~=\"disabled\"], [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none) > *, [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):hover:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):hover {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"]:not([selected=\"false\"]):not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-foreground-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-primary-translucent-2-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][invalid][force-state~=\"enabled\"][force-state~=\"hover\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:theme-background-error-translucent-2-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:hover\\:invalid\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:theme-background-surface-1-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:checked:not(.does-not-exist):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[selected][force-state~=\"enabled\"][force-state~=\"hover\"]:not([selected=\"false\"]):not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n background-color: var(--or-c-surface-3-dark);\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > [disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > [force-state~=\"disabled\"] {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:children\\:hover\\:selected\\:theme-background-surface-3-dark[force-state~=\"selected\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) > * {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[invalid][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[invalid][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[invalid][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"focus-within\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"focus-within\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"focus-within\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"focus-within\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"focus-within\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"focus-within\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][invalid][disabled]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][invalid][disabled]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][invalid][disabled]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][invalid][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([force-state]):focus-within:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-background-primary-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-within\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"disabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-background-error-translucent-1-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:focus-within\\:theme-outline-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):focus-visible:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: inherit;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-border-inherit-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-default-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-error-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:theme-foreground-primary-hover-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"active\"][disabled]:not([disabled]):not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][disabled]:not(.interactivity-none):not([force-state]):active:not([disabled=\"false\"]) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"disabled\"]:not(.interactivity-none):not([force-state]):active {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-default-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-error-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-foreground-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-secondary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-background-secondary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-current-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-border-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-style: solid;\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n outline-color: undefined !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:theme-outline-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not([invalid=\"false\"]):not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-foreground-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-style: solid;\n border-color: current;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"][disabled]:not(.interactivity-none):not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"disabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:active\\:invalid\\:theme-border-current-dark[force-state~=\"invalid\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&\\.sticky-end\\]\\:theme-border-disabled.sticky-end {\n border-style: solid;\n border-color: var(--or-c-disabled-light);\n}\n.\\[\\&\\.sticky-end\\]\\:theme-border-disabled.sticky-end[disabled]:not([disabled=\"false\"]),.\\[\\&\\.sticky-end\\]\\:theme-border-disabled.sticky-end[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.\\[\\&\\.sticky-end\\]\\:theme-border-disabled.sticky-end {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-end\\]\\:theme-border-disabled-dark.sticky-end {\n border-style: solid;\n border-color: var(--or-c-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-end\\]\\:theme-border-disabled-dark.sticky-end[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-end\\]\\:theme-border-disabled-dark.sticky-end[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-end\\]\\:theme-border-disabled-dark.sticky-end {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&\\.sticky-start\\]\\:theme-border-disabled.sticky-start {\n border-style: solid;\n border-color: var(--or-c-disabled-light);\n}\n.\\[\\&\\.sticky-start\\]\\:theme-border-disabled.sticky-start[disabled]:not([disabled=\"false\"]),.\\[\\&\\.sticky-start\\]\\:theme-border-disabled.sticky-start[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-light) !important;\n}\n.\\[\\&\\.sticky-start\\]\\:theme-border-disabled.sticky-start {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-start\\]\\:theme-border-disabled-dark.sticky-start {\n border-style: solid;\n border-color: var(--or-c-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-start\\]\\:theme-border-disabled-dark.sticky-start[disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-start\\]\\:theme-border-disabled-dark.sticky-start[force-state~=\"disabled\"] {\n border-color: var(--or-c-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&\\.sticky-start\\]\\:theme-border-disabled-dark.sticky-start {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :link, .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :visited, .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold area[href] {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.\\[\\&_\\:any-link\\]\\:typography-body-2-bold :link, .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :visited, .\\[\\&_\\:any-link\\]\\:typography-body-2-bold area[href] {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :-moz-any-link {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n.\\[\\&_\\:any-link\\]\\:typography-body-2-bold :any-link {\n font-family: Inter;\n font-weight: 700;\n font-size: 16px;\n line-height: 24px;\n}\n@media (min-width: 900px) {\n .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :link, .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :visited, .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold area[href] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n }\n .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :link, .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :visited, .\\[\\&_\\:any-link\\]\\:typography-body-2-bold area[href] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n }\n .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :-moz-any-link {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n }\n .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :any-link {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n }\n}\n[force-screen~=\"md\"] .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :link, [force-screen~=\"md\"] .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :visited, [force-screen~=\"md\"] .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold area[href] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n[force-screen~=\"md\"] .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :link, [force-screen~=\"md\"] .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :visited, [force-screen~=\"md\"] .\\[\\&_\\:any-link\\]\\:typography-body-2-bold area[href] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n[force-screen~=\"md\"] .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :-moz-any-link {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n[force-screen~=\"md\"] .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :any-link {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :link[force-screen~=\"md\"], .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :visited[force-screen~=\"md\"], .\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold area[href][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.\\[\\&_\\:any-link\\]\\:typography-body-2-bold :link[force-screen~=\"md\"], .\\[\\&_\\:any-link\\]\\:typography-body-2-bold :visited[force-screen~=\"md\"], .\\[\\&_\\:any-link\\]\\:typography-body-2-bold area[href][force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:typography-body-2-bold :-moz-any-link[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.\\[\\&_\\:any-link\\]\\:typography-body-2-bold :any-link[force-screen~=\"md\"] {\n font-family: Inter;\n font-weight: 700;\n font-size: 14px;\n line-height: 21px;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error area[href] {\n color: var(--or-c-error-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-error :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-error area[href] {\n color: var(--or-c-error-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :-moz-any-link {\n color: var(--or-c-error-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error :any-link {\n color: var(--or-c-error-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error area[href][disabled]:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error area[href][disabled]:not([disabled=\"false\"]),.\\[\\&_\\:any-link\\]\\:theme-foreground-error :link[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-error :visited[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-error area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-error [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-error area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error :link[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-error :visited[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-error area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :-moz-any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error :any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-error :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-error area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-error :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary area[href] {\n color: var(--or-c-primary-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-primary :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-primary area[href] {\n color: var(--or-c-primary-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :-moz-any-link {\n color: var(--or-c-primary-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :any-link {\n color: var(--or-c-primary-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary area[href][disabled]:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary area[href][disabled]:not([disabled=\"false\"]),.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :link[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :visited[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-primary area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-primary [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-primary area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :link[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-primary :visited[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-primary area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :-moz-any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-primary :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-primary area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-primary :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success area[href] {\n color: var(--or-c-success-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-success :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-success area[href] {\n color: var(--or-c-success-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :-moz-any-link {\n color: var(--or-c-success-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success :any-link {\n color: var(--or-c-success-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success area[href][disabled]:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success area[href][disabled]:not([disabled=\"false\"]),.\\[\\&_\\:any-link\\]\\:theme-foreground-success :link[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-success :visited[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-success area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-success [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-success area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success :link[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-success :visited[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-success area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :-moz-any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success :any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-success :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-success area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-success :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning area[href] {\n color: var(--or-c-warning-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-warning :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-warning area[href] {\n color: var(--or-c-warning-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :-moz-any-link {\n color: var(--or-c-warning-light);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :any-link {\n color: var(--or-c-warning-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning area[href][disabled]:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning area[href][disabled]:not([disabled=\"false\"]),.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :link[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :visited[force-state~=\"disabled\"],.\\[\\&_\\:any-link\\]\\:theme-foreground-warning area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning [disabled]:link:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-warning [disabled]:visited:not([disabled=\"false\"]), .\\[\\&_\\:any-link\\]\\:theme-foreground-warning area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :link[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :visited[force-state~=\"disabled\"], .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :link[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-warning :visited[force-state~=\"disabled\"], .\\[\\&_\\:any-link\\]\\:theme-foreground-warning area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :-moz-any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :any-link[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light) !important;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :link, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :visited, .\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :link, .\\[\\&_\\:any-link\\]\\:theme-foreground-warning :visited, .\\[\\&_\\:any-link\\]\\:theme-foreground-warning area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.\\[\\&_\\:any-link\\]\\:theme-foreground-warning :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :link {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :link {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :visited {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :visited {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href] {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href] {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href] {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href] {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :-moz-any-link {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :any-link {\n color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href][disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:-moz-any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark [force-state~=\"disabled\"]:any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :visited {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :visited {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-error-dark :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-error-dark :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :link {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :link {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :visited {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :visited {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href] {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href] {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href] {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href] {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :-moz-any-link {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :any-link {\n color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href][disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:-moz-any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark [force-state~=\"disabled\"]:any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :visited {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :visited {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-primary-dark :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-primary-dark :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :link {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :link {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :visited {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :visited {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href] {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href] {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href] {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href] {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :-moz-any-link {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :any-link {\n color: var(--or-c-success-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href][disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:-moz-any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark [force-state~=\"disabled\"]:any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :visited {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :visited {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-success-dark :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-success-dark :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :link {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :link {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :visited {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :visited {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href] {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href] {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href] {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href] {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :-moz-any-link {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :any-link {\n color: var(--or-c-warning-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [disabled]:link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [disabled]:visited:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:visited {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href][disabled]:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href][disabled]:not([disabled=\"false\"]),[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [disabled]:link:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [disabled]:visited:not([disabled=\"false\"]), [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href][disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [disabled]:-moz-any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [disabled]:any-link:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href][force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:-moz-any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark [force-state~=\"disabled\"]:any-link {\n color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :visited {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :visited {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark area[href] {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark area[href] {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:theme-foreground-warning-dark :-moz-any-link {\n -moz-transition-property: color, background-color, border-color, outline-color;\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:theme-foreground-warning-dark :any-link {\n transition-property: color, background-color, border-color, outline-color;\n transition-duration: 100ms;\n transition-timing-function: cubic-bezier(0.2, 0, 0, 1);\n}\n.after\\:absolute::after {\n content: var(--tw-content);\n position: absolute;\n}\n.after\\:block::after {\n content: var(--tw-content);\n display: block;\n}\n.after\\:h-\\[18px\\]::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:h-sm::after {\n content: var(--tw-content);\n height: 8px;\n}\n.after\\:h-xs::after {\n content: var(--tw-content);\n height: 4px;\n}\n.after\\:w-2xl::after {\n content: var(--tw-content);\n width: 48px;\n}\n.after\\:w-\\[18px\\]::after {\n content: var(--tw-content);\n width: 18px;\n}\n.after\\:w-sm::after {\n content: var(--tw-content);\n width: 8px;\n}\n.after\\:rounded-full::after {\n content: var(--tw-content);\n border-radius: 9999px;\n}\n.after\\:border-b-1::after {\n content: var(--tw-content);\n border-bottom-width: 1px;\n}\n.after\\:border-l-1::after {\n content: var(--tw-content);\n border-left-width: 1px;\n}\n.after\\:border-r-1::after {\n content: var(--tw-content);\n border-right-width: 1px;\n}\n.after\\:border-t-1::after {\n content: var(--tw-content);\n border-top-width: 1px;\n}\n.after\\:border-outline-variant::after {\n content: var(--tw-content);\n border-color: var(--or-c-outline-variant-light);\n}\n.after\\:bg-outline::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n.last\\:border-e-0:last-child {\n border-right-width: 0px;\n}\n.after\\:indeterminate\\:content-checkbox-indeterminate:indeterminate::after {\n --tw-content: \"check_indeterminate_small\";\n content: \"check_indeterminate_small\";\n content: var(--tw-content);\n}\n.autofill\\:shadow-\\[10px_0_1000px_theme\\(backgroundColor\\.primary-opacity-0-08\\)_inset\\]:-webkit-autofill {\n --tw-shadow: 10px 0 1000px var(--or-c-primary-opacity-0-08-light) inset;\n --tw-shadow-colored: inset 10px 0 1000px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 10px 0 1000px var(--or-c-primary-opacity-0-08-light) inset;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.autofill\\:shadow-\\[10px_0_1000px_theme\\(backgroundColor\\.primary-opacity-0-08\\)_inset\\]:autofill {\n --tw-shadow: 10px 0 1000px var(--or-c-primary-opacity-0-08-light) inset;\n --tw-shadow-colored: inset 10px 0 1000px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 10px 0 1000px var(--or-c-primary-opacity-0-08-light) inset;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.autofill\\:transition-colors:-webkit-autofill {\n -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n}\n.autofill\\:transition-colors:autofill {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n}\n.autofill\\:duration-\\[5000s\\]:-webkit-autofill {\n transition-duration: 5000s;\n}\n.autofill\\:duration-\\[5000s\\]:autofill {\n transition-duration: 5000s;\n}\n.empty\\:hidden:empty {\n display: none;\n}\n.group:first-child .group-first\\:hidden {\n display: none;\n}\n.group:last-child .group-last\\:hidden {\n display: none;\n}\n.group:last-child .group-last\\:border-none {\n border-style: none;\n}\n@media (min-width: 900px) {\n .md\\:static {\n position: static;\n }\n .md\\:bottom-lg {\n bottom: 24px;\n }\n .md\\:left-lg {\n left: 24px;\n }\n .md\\:right-lg {\n right: 24px;\n }\n .md\\:top-lg {\n top: 24px;\n }\n .md\\:m-\\[-2px\\] {\n margin: -2px;\n }\n .md\\:\\!-mx-sm\\+ {\n margin-left: -12px !important;\n margin-right: -12px !important;\n }\n .md\\:\\!my-0 {\n margin-top: 0px !important;\n margin-bottom: 0px !important;\n }\n .md\\:ml-\\[24px\\] {\n margin-left: 24px;\n }\n .md\\:mt-\\[2\\.5px\\] {\n margin-top: 2.5px;\n }\n .md\\:hidden {\n display: none;\n }\n .md\\:h-\\[16px\\] {\n height: 16px;\n }\n .md\\:h-\\[20px\\] {\n height: 20px;\n }\n .md\\:h-\\[21px\\] {\n height: 21px;\n }\n .md\\:h-\\[238px\\] {\n height: 238px;\n }\n .md\\:h-\\[24px\\] {\n height: 24px;\n }\n .md\\:h-\\[32px\\] {\n height: 32px;\n }\n .md\\:h-\\[36px\\] {\n height: 36px;\n }\n .md\\:h-\\[8px\\] {\n height: 8px;\n }\n .md\\:h-auto {\n height: auto;\n }\n .md\\:h-md {\n height: 16px;\n }\n .md\\:max-h-\\[min\\(calc\\(100\\%-\\(2\\*theme\\(spacing\\.3xl\\)\\)\\)\\2c 772px\\)\\] {\n max-height: min(calc(100% - (2 * 64px)),772px);\n }\n .md\\:w-\\[1050px\\] {\n width: 1050px;\n }\n .md\\:w-\\[128px\\] {\n width: 128px;\n }\n .md\\:w-\\[16px\\] {\n width: 16px;\n }\n .md\\:w-\\[20px\\] {\n width: 20px;\n }\n .md\\:w-\\[24px\\] {\n width: 24px;\n }\n .md\\:w-\\[320px\\] {\n width: 320px;\n }\n .md\\:w-\\[350px\\] {\n width: 350px;\n }\n .md\\:w-\\[37px\\] {\n width: 37px;\n }\n .md\\:w-\\[480px\\] {\n width: 480px;\n }\n .md\\:w-\\[512px\\] {\n width: 512px;\n }\n .md\\:w-\\[700px\\] {\n width: 700px;\n }\n .md\\:w-\\[8px\\] {\n width: 8px;\n }\n .md\\:w-md {\n width: 16px;\n }\n .md\\:max-w-\\[240px\\] {\n max-width: 240px;\n }\n .md\\:max-w-\\[256px\\] {\n max-width: 256px;\n }\n .md\\:grow-0 {\n flex-grow: 0;\n }\n .md\\:grid-cols-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr));\n }\n .md\\:justify-end {\n justify-content: flex-end;\n }\n .md\\:gap-lg {\n gap: 24px;\n }\n .md\\:gap-md {\n gap: 16px;\n }\n .md\\:gap-sm {\n gap: 8px;\n }\n .md\\:rounded-md {\n border-radius: 4px;\n }\n .md\\:px-lg {\n padding-left: 24px;\n padding-right: 24px;\n }\n .md\\:px-md {\n padding-left: 16px;\n padding-right: 16px;\n }\n .md\\:px-md\\* {\n padding-left: 15px;\n padding-right: 15px;\n }\n .md\\:px-sm {\n padding-left: 8px;\n padding-right: 8px;\n }\n .md\\:px-sm\\+ {\n padding-left: 12px;\n padding-right: 12px;\n }\n .md\\:py-lg {\n padding-top: 24px;\n padding-bottom: 24px;\n }\n .md\\:py-sm {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n .md\\:py-sm\\* {\n padding-top: 7px;\n padding-bottom: 7px;\n }\n .md\\:py-xs {\n padding-top: 4px;\n padding-bottom: 4px;\n }\n .md\\:pt-sm\\* {\n padding-top: 7px;\n }\n .md\\:text-\\[16px\\] {\n font-size: 16px;\n }\n .md\\:text-\\[20px\\] {\n font-size: 20px;\n }\n .md\\:text-\\[24px\\] {\n font-size: 24px;\n }\n .after\\:md\\:h-\\[14px\\]::after {\n content: var(--tw-content);\n height: 14px;\n }\n .after\\:md\\:h-\\[16px\\]::after {\n content: var(--tw-content);\n height: 16px;\n }\n .after\\:md\\:h-xs::after {\n content: var(--tw-content);\n height: 4px;\n }\n .after\\:md\\:w-\\[14px\\]::after {\n content: var(--tw-content);\n width: 14px;\n }\n .after\\:md\\:w-\\[16px\\]::after {\n content: var(--tw-content);\n width: 16px;\n }\n .after\\:md\\:w-xs::after {\n content: var(--tw-content);\n width: 4px;\n }\n}\n[force-screen~=\"md\"] .md\\:static {\n position: static;\n}\n[force-screen~=\"md\"] .md\\:bottom-lg {\n bottom: 24px;\n}\n[force-screen~=\"md\"] .md\\:left-lg {\n left: 24px;\n}\n[force-screen~=\"md\"] .md\\:right-lg {\n right: 24px;\n}\n[force-screen~=\"md\"] .md\\:top-lg {\n top: 24px;\n}\n[force-screen~=\"md\"] .md\\:m-\\[-2px\\] {\n margin: -2px;\n}\n[force-screen~=\"md\"] .md\\:\\!-mx-sm\\+ {\n margin-left: -12px !important;\n margin-right: -12px !important;\n}\n[force-screen~=\"md\"] .md\\:\\!my-0 {\n margin-top: 0px !important;\n margin-bottom: 0px !important;\n}\n[force-screen~=\"md\"] .md\\:ml-\\[24px\\] {\n margin-left: 24px;\n}\n[force-screen~=\"md\"] .md\\:mt-\\[2\\.5px\\] {\n margin-top: 2.5px;\n}\n[force-screen~=\"md\"] .md\\:hidden {\n display: none;\n}\n[force-screen~=\"md\"] .md\\:h-\\[16px\\] {\n height: 16px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[20px\\] {\n height: 20px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[21px\\] {\n height: 21px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[238px\\] {\n height: 238px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[24px\\] {\n height: 24px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[32px\\] {\n height: 32px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[36px\\] {\n height: 36px;\n}\n[force-screen~=\"md\"] .md\\:h-\\[8px\\] {\n height: 8px;\n}\n[force-screen~=\"md\"] .md\\:h-auto {\n height: auto;\n}\n[force-screen~=\"md\"] .md\\:h-md {\n height: 16px;\n}\n[force-screen~=\"md\"] .md\\:max-h-\\[min\\(calc\\(100\\%-\\(2\\*theme\\(spacing\\.3xl\\)\\)\\)\\2c 772px\\)\\] {\n max-height: min(calc(100% - (2 * 64px)),772px);\n}\n[force-screen~=\"md\"] .md\\:w-\\[1050px\\] {\n width: 1050px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[128px\\] {\n width: 128px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[16px\\] {\n width: 16px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[20px\\] {\n width: 20px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[24px\\] {\n width: 24px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[320px\\] {\n width: 320px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[350px\\] {\n width: 350px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[37px\\] {\n width: 37px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[480px\\] {\n width: 480px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[512px\\] {\n width: 512px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[700px\\] {\n width: 700px;\n}\n[force-screen~=\"md\"] .md\\:w-\\[8px\\] {\n width: 8px;\n}\n[force-screen~=\"md\"] .md\\:w-md {\n width: 16px;\n}\n[force-screen~=\"md\"] .md\\:max-w-\\[240px\\] {\n max-width: 240px;\n}\n[force-screen~=\"md\"] .md\\:max-w-\\[256px\\] {\n max-width: 256px;\n}\n[force-screen~=\"md\"] .md\\:grow-0 {\n flex-grow: 0;\n}\n[force-screen~=\"md\"] .md\\:grid-cols-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr));\n}\n[force-screen~=\"md\"] .md\\:justify-end {\n justify-content: flex-end;\n}\n[force-screen~=\"md\"] .md\\:gap-lg {\n gap: 24px;\n}\n[force-screen~=\"md\"] .md\\:gap-md {\n gap: 16px;\n}\n[force-screen~=\"md\"] .md\\:gap-sm {\n gap: 8px;\n}\n[force-screen~=\"md\"] .md\\:rounded-md {\n border-radius: 4px;\n}\n[force-screen~=\"md\"] .md\\:px-lg {\n padding-left: 24px;\n padding-right: 24px;\n}\n[force-screen~=\"md\"] .md\\:px-md {\n padding-left: 16px;\n padding-right: 16px;\n}\n[force-screen~=\"md\"] .md\\:px-md\\* {\n padding-left: 15px;\n padding-right: 15px;\n}\n[force-screen~=\"md\"] .md\\:px-sm {\n padding-left: 8px;\n padding-right: 8px;\n}\n[force-screen~=\"md\"] .md\\:px-sm\\+ {\n padding-left: 12px;\n padding-right: 12px;\n}\n[force-screen~=\"md\"] .md\\:py-lg {\n padding-top: 24px;\n padding-bottom: 24px;\n}\n[force-screen~=\"md\"] .md\\:py-sm {\n padding-top: 8px;\n padding-bottom: 8px;\n}\n[force-screen~=\"md\"] .md\\:py-sm\\* {\n padding-top: 7px;\n padding-bottom: 7px;\n}\n[force-screen~=\"md\"] .md\\:py-xs {\n padding-top: 4px;\n padding-bottom: 4px;\n}\n[force-screen~=\"md\"] .md\\:pt-sm\\* {\n padding-top: 7px;\n}\n[force-screen~=\"md\"] .md\\:text-\\[16px\\] {\n font-size: 16px;\n}\n[force-screen~=\"md\"] .md\\:text-\\[20px\\] {\n font-size: 20px;\n}\n[force-screen~=\"md\"] .md\\:text-\\[24px\\] {\n font-size: 24px;\n}\n[force-screen~=\"md\"] .after\\:md\\:h-\\[14px\\]::after {\n content: var(--tw-content);\n height: 14px;\n}\n[force-screen~=\"md\"] .after\\:md\\:h-\\[16px\\]::after {\n content: var(--tw-content);\n height: 16px;\n}\n[force-screen~=\"md\"] .after\\:md\\:h-xs::after {\n content: var(--tw-content);\n height: 4px;\n}\n[force-screen~=\"md\"] .after\\:md\\:w-\\[14px\\]::after {\n content: var(--tw-content);\n width: 14px;\n}\n[force-screen~=\"md\"] .after\\:md\\:w-\\[16px\\]::after {\n content: var(--tw-content);\n width: 16px;\n}\n[force-screen~=\"md\"] .after\\:md\\:w-xs::after {\n content: var(--tw-content);\n width: 4px;\n}\n.md\\:static[force-screen~=\"md\"] {\n position: static;\n}\n.md\\:bottom-lg[force-screen~=\"md\"] {\n bottom: 24px;\n}\n.md\\:left-lg[force-screen~=\"md\"] {\n left: 24px;\n}\n.md\\:right-lg[force-screen~=\"md\"] {\n right: 24px;\n}\n.md\\:top-lg[force-screen~=\"md\"] {\n top: 24px;\n}\n.md\\:m-\\[-2px\\][force-screen~=\"md\"] {\n margin: -2px;\n}\n.md\\:\\!-mx-sm\\+[force-screen~=\"md\"] {\n margin-left: -12px !important;\n margin-right: -12px !important;\n}\n.md\\:\\!my-0[force-screen~=\"md\"] {\n margin-top: 0px !important;\n margin-bottom: 0px !important;\n}\n.md\\:ml-\\[24px\\][force-screen~=\"md\"] {\n margin-left: 24px;\n}\n.md\\:mt-\\[2\\.5px\\][force-screen~=\"md\"] {\n margin-top: 2.5px;\n}\n.md\\:hidden[force-screen~=\"md\"] {\n display: none;\n}\n.md\\:h-\\[16px\\][force-screen~=\"md\"] {\n height: 16px;\n}\n.md\\:h-\\[20px\\][force-screen~=\"md\"] {\n height: 20px;\n}\n.md\\:h-\\[21px\\][force-screen~=\"md\"] {\n height: 21px;\n}\n.md\\:h-\\[238px\\][force-screen~=\"md\"] {\n height: 238px;\n}\n.md\\:h-\\[24px\\][force-screen~=\"md\"] {\n height: 24px;\n}\n.md\\:h-\\[32px\\][force-screen~=\"md\"] {\n height: 32px;\n}\n.md\\:h-\\[36px\\][force-screen~=\"md\"] {\n height: 36px;\n}\n.md\\:h-\\[8px\\][force-screen~=\"md\"] {\n height: 8px;\n}\n.md\\:h-auto[force-screen~=\"md\"] {\n height: auto;\n}\n.md\\:h-md[force-screen~=\"md\"] {\n height: 16px;\n}\n.md\\:max-h-\\[min\\(calc\\(100\\%-\\(2\\*theme\\(spacing\\.3xl\\)\\)\\)\\2c 772px\\)\\][force-screen~=\"md\"] {\n max-height: min(calc(100% - (2 * 64px)),772px);\n}\n.md\\:w-\\[1050px\\][force-screen~=\"md\"] {\n width: 1050px;\n}\n.md\\:w-\\[128px\\][force-screen~=\"md\"] {\n width: 128px;\n}\n.md\\:w-\\[16px\\][force-screen~=\"md\"] {\n width: 16px;\n}\n.md\\:w-\\[20px\\][force-screen~=\"md\"] {\n width: 20px;\n}\n.md\\:w-\\[24px\\][force-screen~=\"md\"] {\n width: 24px;\n}\n.md\\:w-\\[320px\\][force-screen~=\"md\"] {\n width: 320px;\n}\n.md\\:w-\\[350px\\][force-screen~=\"md\"] {\n width: 350px;\n}\n.md\\:w-\\[37px\\][force-screen~=\"md\"] {\n width: 37px;\n}\n.md\\:w-\\[480px\\][force-screen~=\"md\"] {\n width: 480px;\n}\n.md\\:w-\\[512px\\][force-screen~=\"md\"] {\n width: 512px;\n}\n.md\\:w-\\[700px\\][force-screen~=\"md\"] {\n width: 700px;\n}\n.md\\:w-\\[8px\\][force-screen~=\"md\"] {\n width: 8px;\n}\n.md\\:w-md[force-screen~=\"md\"] {\n width: 16px;\n}\n.md\\:max-w-\\[240px\\][force-screen~=\"md\"] {\n max-width: 240px;\n}\n.md\\:max-w-\\[256px\\][force-screen~=\"md\"] {\n max-width: 256px;\n}\n.md\\:grow-0[force-screen~=\"md\"] {\n flex-grow: 0;\n}\n.md\\:grid-cols-5[force-screen~=\"md\"] {\n grid-template-columns: repeat(5, minmax(0, 1fr));\n}\n.md\\:justify-end[force-screen~=\"md\"] {\n justify-content: flex-end;\n}\n.md\\:gap-lg[force-screen~=\"md\"] {\n gap: 24px;\n}\n.md\\:gap-md[force-screen~=\"md\"] {\n gap: 16px;\n}\n.md\\:gap-sm[force-screen~=\"md\"] {\n gap: 8px;\n}\n.md\\:rounded-md[force-screen~=\"md\"] {\n border-radius: 4px;\n}\n.md\\:px-lg[force-screen~=\"md\"] {\n padding-left: 24px;\n padding-right: 24px;\n}\n.md\\:px-md[force-screen~=\"md\"] {\n padding-left: 16px;\n padding-right: 16px;\n}\n.md\\:px-md\\*[force-screen~=\"md\"] {\n padding-left: 15px;\n padding-right: 15px;\n}\n.md\\:px-sm[force-screen~=\"md\"] {\n padding-left: 8px;\n padding-right: 8px;\n}\n.md\\:px-sm\\+[force-screen~=\"md\"] {\n padding-left: 12px;\n padding-right: 12px;\n}\n.md\\:py-lg[force-screen~=\"md\"] {\n padding-top: 24px;\n padding-bottom: 24px;\n}\n.md\\:py-sm[force-screen~=\"md\"] {\n padding-top: 8px;\n padding-bottom: 8px;\n}\n.md\\:py-sm\\*[force-screen~=\"md\"] {\n padding-top: 7px;\n padding-bottom: 7px;\n}\n.md\\:py-xs[force-screen~=\"md\"] {\n padding-top: 4px;\n padding-bottom: 4px;\n}\n.md\\:pt-sm\\*[force-screen~=\"md\"] {\n padding-top: 7px;\n}\n.md\\:text-\\[16px\\][force-screen~=\"md\"] {\n font-size: 16px;\n}\n.md\\:text-\\[20px\\][force-screen~=\"md\"] {\n font-size: 20px;\n}\n.md\\:text-\\[24px\\][force-screen~=\"md\"] {\n font-size: 24px;\n}\n.after\\:md\\:h-\\[14px\\][force-screen~=\"md\"]::after {\n content: var(--tw-content);\n height: 14px;\n}\n.after\\:md\\:h-\\[16px\\][force-screen~=\"md\"]::after {\n content: var(--tw-content);\n height: 16px;\n}\n.after\\:md\\:h-xs[force-screen~=\"md\"]::after {\n content: var(--tw-content);\n height: 4px;\n}\n.after\\:md\\:w-\\[14px\\][force-screen~=\"md\"]::after {\n content: var(--tw-content);\n width: 14px;\n}\n.after\\:md\\:w-\\[16px\\][force-screen~=\"md\"]::after {\n content: var(--tw-content);\n width: 16px;\n}\n.after\\:md\\:w-xs[force-screen~=\"md\"]::after {\n content: var(--tw-content);\n width: 4px;\n}\n.checked\\:justify-end:checked:not(.does-not-exist) {\n justify-content: flex-end;\n}\n.checked\\:justify-end[checked]:not([checked=\"false\"]) {\n justify-content: flex-end;\n}\n.checked\\:px-\\[3px\\]:checked:not(.does-not-exist) {\n padding-left: 3px;\n padding-right: 3px;\n}\n.checked\\:px-\\[3px\\][checked]:not([checked=\"false\"]) {\n padding-left: 3px;\n padding-right: 3px;\n}\n.after\\:checked\\:bg-on-primary[checked]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:bg-on-primary:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:shadow[checked]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n --tw-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.16);\n --tw-shadow-colored: 0 1px 1px var(--tw-shadow-color), 0 0 1px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.16);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:checked\\:shadow:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n --tw-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.16);\n --tw-shadow-colored: 0 1px 1px var(--tw-shadow-color), 0 0 1px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.16);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:checked\\:content-checkbox-checked[checked]:not([checked=\"false\"])::after {\n --tw-content: \"check_small\";\n content: \"check_small\";\n content: var(--tw-content);\n}\n.after\\:checked\\:content-checkbox-checked:checked:not(.does-not-exist)::after {\n --tw-content: \"check_small\";\n content: \"check_small\";\n content: var(--tw-content);\n}\n.checked\\:justify-end[force-state~=\"checked\"] {\n justify-content: flex-end;\n}\n.checked\\:px-\\[3px\\][force-state~=\"checked\"] {\n padding-left: 3px;\n padding-right: 3px;\n}\n.after\\:checked\\:bg-on-primary[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:shadow[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n --tw-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.16);\n --tw-shadow-colored: 0 1px 1px var(--tw-shadow-color), 0 0 1px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1px rgba(0, 0, 0, 0.16);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:checked\\:content-checkbox-checked[force-state~=\"checked\"]::after {\n --tw-content: \"check_small\";\n content: \"check_small\";\n content: var(--tw-content);\n}\n.selected\\:border-b-2:checked:not(.does-not-exist) {\n border-bottom-width: 2px;\n}\n.selected\\:border-b-2[selected]:not([selected=\"false\"]) {\n border-bottom-width: 2px;\n}\n.selected\\:bg-primary-opacity-0-16:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:bg-primary-opacity-0-16[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:bg-surface-1:checked:not(.does-not-exist) {\n background-color: var(--or-c-surface-1-light);\n}\n.selected\\:bg-surface-1[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-surface-1-light);\n}\n.selected\\:shadow-card:checked:not(.does-not-exist) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:shadow-card[selected]:not([selected=\"false\"]) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:border-b-2[force-state~=\"selected\"] {\n border-bottom-width: 2px;\n}\n.selected\\:bg-primary-opacity-0-16[force-state~=\"selected\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:bg-surface-1[force-state~=\"selected\"] {\n background-color: var(--or-c-surface-1-light);\n}\n.selected\\:shadow-card[force-state~=\"selected\"] {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.activated\\:text-warning-hover[activated]:not([activated=\"false\"]) {\n color: var(--or-c-warning-hover-light);\n}\n.after\\:activated\\:border-primary-hover[activated]:not([activated=\"false\"])::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.activated\\:text-warning-hover[force-state~=\"activated\"] {\n color: var(--or-c-warning-hover-light);\n}\n.after\\:activated\\:border-primary-hover[force-state~=\"activated\"]::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.enabled\\:shadow-button:not([disabled]), .enabled\\:shadow-button[disabled=\"false\"] {\n --tw-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color), 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.enabled\\:outline-none:not([disabled]), .enabled\\:outline-none[disabled=\"false\"] {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.enabled\\:outline-2:not([disabled]), .enabled\\:outline-2[disabled=\"false\"] {\n outline-width: 2px;\n}\n.enabled\\:outline-offset-0:not([disabled]), .enabled\\:outline-offset-0[disabled=\"false\"] {\n outline-offset: 0px;\n}\n.selected\\:enabled\\:shadow-card:not([disabled]):checked:not(.does-not-exist) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:enabled\\:shadow-card[disabled=\"false\"]:checked:not(.does-not-exist) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:enabled\\:shadow-card[selected]:not([disabled]):not([selected=\"false\"]), .selected\\:enabled\\:shadow-card[disabled=\"false\"][selected]:not([selected=\"false\"]) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:enabled\\:shadow-card[force-state~=\"selected\"]:not([disabled]), .selected\\:enabled\\:shadow-card[disabled=\"false\"][force-state~=\"selected\"] {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.enabled\\:shadow-button[force-state~=\"enabled\"] {\n --tw-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color), 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.enabled\\:outline-none[force-state~=\"enabled\"] {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.enabled\\:outline-2[force-state~=\"enabled\"] {\n outline-width: 2px;\n}\n.enabled\\:outline-offset-0[force-state~=\"enabled\"] {\n outline-offset: 0px;\n}\n.selected\\:enabled\\:shadow-card[force-state~=\"enabled\"]:checked:not(.does-not-exist) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:enabled\\:shadow-card[force-state~=\"enabled\"][selected]:not([selected=\"false\"]) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.selected\\:enabled\\:shadow-card[force-state~=\"enabled\"][force-state~=\"selected\"] {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.disabled\\:\\!bg-on-disabled[disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-on-disabled-light) !important;\n}\n.disabled\\:text-disabled[disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-disabled-light);\n}\n.disabled\\:text-on-disabled[disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:bg-on-disabled[disabled]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:checked\\:disabled\\:bg-on-disabled[disabled][checked]:not([disabled=\"false\"]):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:checked\\:disabled\\:bg-on-disabled[disabled]:not([disabled=\"false\"]):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:checked\\:bg-on-disabled[checked][disabled]:not([checked=\"false\"]):not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:checked\\:bg-on-disabled[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:checked\\:disabled\\:bg-on-disabled[disabled][force-state~=\"checked\"]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:checked\\:bg-on-disabled[force-state~=\"checked\"][disabled]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.disabled\\:\\!bg-on-disabled[force-state~=\"disabled\"] {\n background-color: var(--or-c-on-disabled-light) !important;\n}\n.disabled\\:text-disabled[force-state~=\"disabled\"] {\n color: var(--or-c-disabled-light);\n}\n.disabled\\:text-on-disabled[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:bg-on-disabled[force-state~=\"disabled\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:checked\\:disabled\\:bg-on-disabled[force-state~=\"disabled\"][checked]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:checked\\:disabled\\:bg-on-disabled[force-state~=\"disabled\"]:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:checked\\:bg-on-disabled[checked][force-state~=\"disabled\"]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:checked\\:bg-on-disabled[force-state~=\"disabled\"]:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:checked\\:disabled\\:bg-on-disabled[force-state~=\"disabled\"][force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.after\\:disabled\\:checked\\:bg-on-disabled[force-state~=\"checked\"][force-state~=\"disabled\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-light);\n}\n.required\\:after\\:content-\\[\\\"\\*\\\"\\][required]:not([required=\"false\"])::after {\n --tw-content: \"*\";\n content: \"*\";\n content: var(--tw-content);\n}\n.required\\:after\\:content-\\[\\\"\\*\\\"\\][force-state~=\"required\"]::after {\n --tw-content: \"*\";\n content: \"*\";\n content: var(--tw-content);\n}\n.read-only\\:\\!border-transparent[readonly]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n.read-only\\:\\!border-transparent[force-state~=\"read-only\"] {\n border-color: transparent !important;\n}\n.enabled\\:valid\\:text-on-background:not([invalid]):not([disabled]), .enabled\\:valid\\:text-on-background[disabled=\"false\"]:not([invalid]), .enabled\\:valid\\:text-on-background[invalid=\"false\"]:not([disabled]), .enabled\\:valid\\:text-on-background[invalid=\"false\"][disabled=\"false\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:text-on-background[force-state~=\"enabled\"]:not([invalid]), .enabled\\:valid\\:text-on-background[invalid=\"false\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:text-on-background[force-state~=\"valid\"]:not([disabled]), .enabled\\:valid\\:text-on-background[force-state~=\"valid\"][disabled=\"false\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:text-on-background[force-state~=\"valid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.invalid\\:border-1[invalid]:not([invalid=\"false\"]) {\n border-width: 1px;\n}\n.invalid\\:\\!border-dashed[invalid]:not([invalid=\"false\"]) {\n border-style: dashed !important;\n}\n.invalid\\:outline-2[invalid]:not([invalid=\"false\"]) {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:border-error[invalid]:not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:border-error[invalid][disabled=\"false\"]:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:bg-error-opacity-0-08[invalid]:not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:bg-error-opacity-0-08[invalid][disabled=\"false\"]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:text-on-background[invalid]:not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:text-on-background[invalid][disabled=\"false\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:border-error[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:bg-error-opacity-0-08[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:text-on-background[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.invalid\\:-moz-read-only\\:\\!border-transparent[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n.invalid\\:read-only\\:\\!border-transparent[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n.invalid\\:-moz-read-only\\:bg-error-opacity-0-08[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:read-only\\:bg-error-opacity-0-08[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:-moz-read-only\\:\\!border-transparent[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n.invalid\\:read-only\\:\\!border-transparent[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n.invalid\\:-moz-read-only\\:bg-error-opacity-0-08[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:read-only\\:bg-error-opacity-0-08[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:border-1[force-state~=\"invalid\"] {\n border-width: 1px;\n}\n.invalid\\:\\!border-dashed[force-state~=\"invalid\"] {\n border-style: dashed !important;\n}\n.invalid\\:outline-2[force-state~=\"invalid\"] {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:border-error[force-state~=\"invalid\"]:not([disabled]), .enabled\\:invalid\\:border-error[force-state~=\"invalid\"][disabled=\"false\"] {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:bg-error-opacity-0-08[force-state~=\"invalid\"]:not([disabled]), .enabled\\:invalid\\:bg-error-opacity-0-08[force-state~=\"invalid\"][disabled=\"false\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:text-on-background[force-state~=\"invalid\"]:not([disabled]), .enabled\\:invalid\\:text-on-background[force-state~=\"invalid\"][disabled=\"false\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:border-error[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:bg-error-opacity-0-08[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:text-on-background[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.invalid\\:-moz-read-only\\:\\!border-transparent[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n.invalid\\:read-only\\:\\!border-transparent[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n.invalid\\:-moz-read-only\\:bg-error-opacity-0-08[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:read-only\\:bg-error-opacity-0-08[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:-moz-read-only\\:\\!border-transparent[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n border-color: transparent !important;\n}\n.invalid\\:read-only\\:\\!border-transparent[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n border-color: transparent !important;\n}\n.invalid\\:-moz-read-only\\:bg-error-opacity-0-08[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.invalid\\:read-only\\:bg-error-opacity-0-08[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.children\\:relative > * {\n position: relative;\n}\n.children\\:min-h-\\[30px\\] > * {\n min-height: 30px;\n}\n.children\\:min-h-\\[46px\\] > * {\n min-height: 46px;\n}\n.children\\:grow > * {\n flex-grow: 1;\n}\n.children\\:px-lg > * {\n padding-left: 24px;\n padding-right: 24px;\n}\n.children\\:py-0 > * {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n.children\\:py-xs > * {\n padding-top: 4px;\n padding-bottom: 4px;\n}\n.children\\:outline-none > * {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.first\\:children\\:ml-md > *:first-child {\n margin-left: 16px;\n}\n.last\\:children\\:mr-md > *:last-child {\n margin-right: 16px;\n}\n@media (min-width: 900px) {\n .md\\:children\\:min-h-\\[34px\\] > * {\n min-height: 34px;\n }\n .md\\:first\\:children\\:ml-sm\\+ > *:first-child {\n margin-left: 12px;\n }\n .md\\:last\\:children\\:mr-sm\\+ > *:last-child {\n margin-right: 12px;\n }\n}\n[force-screen~=\"md\"] .md\\:children\\:min-h-\\[34px\\] > * {\n min-height: 34px;\n}\n[force-screen~=\"md\"] .md\\:first\\:children\\:ml-sm\\+ > *:first-child {\n margin-left: 12px;\n}\n[force-screen~=\"md\"] .md\\:last\\:children\\:mr-sm\\+ > *:last-child {\n margin-right: 12px;\n}\n.md\\:children\\:min-h-\\[34px\\] > *[force-screen~=\"md\"] {\n min-height: 34px;\n}\n.md\\:first\\:children\\:ml-sm\\+ > *:first-child[force-screen~=\"md\"] {\n margin-left: 12px;\n}\n.md\\:last\\:children\\:mr-sm\\+ > *:last-child[force-screen~=\"md\"] {\n margin-right: 12px;\n}\n.activated\\:children\\:px-sm > [activated]:not([activated=\"false\"]) {\n padding-left: 8px;\n padding-right: 8px;\n}\n.activated\\:children\\:px-sm > *[force-state~=\"activated\"] {\n padding-left: 8px;\n padding-right: 8px;\n}\n.hover\\:bg-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:bg-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:bg-primary-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:bg-primary-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.hover\\:shadow-contextual:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:shadow-contextual[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n --tw-shadow: -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n --tw-shadow-colored: -1px 0 20px 0 var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:hover\\:border-primary-hover:not([disabled]):not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.after\\:hover\\:border-primary-hover[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.after\\:hover\\:bg-on-surface-variant:not([disabled]):not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n.after\\:hover\\:bg-on-surface-variant[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:no-underline:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:no-underline[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n text-decoration-line: none;\n }\n .hover\\:md\\:outline-error-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:outline-error-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .hover\\:md\\:outline-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:no-underline:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:no-underline[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n text-decoration-line: none;\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-error-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:outline-error-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):hover, [force-screen~=\"md\"] .hover\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:md\\:no-underline[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:no-underline[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n text-decoration-line: none;\n}\n.hover\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.hover\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .hover\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[checked]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container:not([disabled]):not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[disabled=\"false\"][checked]:not(.interactivity-none):not([force-state]):hover:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[disabled=\"false\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[selected]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([selected=\"false\"]), .selected\\:hover\\:bg-primary-opacity-0-16[disabled=\"false\"][selected]:not(.interactivity-none):not([force-state]):hover:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .selected\\:hover\\:bg-primary-opacity-0-16[disabled=\"false\"][force-state~=\"selected\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid]):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:bg-primary-opacity-0-16[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:bg-primary-opacity-0-16[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.hover\\:shadow-contextual[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:shadow-contextual[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n --tw-shadow: -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n --tw-shadow-colored: -1px 0 20px 0 var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:hover\\:border-primary-hover[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.after\\:hover\\:border-primary-hover[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.after\\:hover\\:bg-on-surface-variant[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n.after\\:hover\\:bg-on-surface-variant[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:no-underline[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:no-underline[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n text-decoration-line: none;\n }\n .hover\\:md\\:outline-error-opacity-0-08[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:outline-error-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .hover\\:md\\:outline-primary-opacity-0-08[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:no-underline[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:no-underline[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n text-decoration-line: none;\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-error-opacity-0-08[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:outline-error-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-primary-opacity-0-08[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .hover\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:md\\:no-underline[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:no-underline[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n text-decoration-line: none;\n}\n.hover\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.hover\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), .hover\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"hover\"][checked]:not([disabled]):not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[disabled=\"false\"][force-state~=\"hover\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"hover\"][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"hover\"][selected]:not([disabled]):not(.interactivity-none):not([selected=\"false\"]), .selected\\:hover\\:bg-primary-opacity-0-16[disabled=\"false\"][force-state~=\"hover\"][selected]:not(.interactivity-none):not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"hover\"][force-state~=\"selected\"]:not([disabled]):not(.interactivity-none), .selected\\:hover\\:bg-primary-opacity-0-16[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"selected\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"hover\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"hover\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"hover\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"hover\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"hover\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"hover\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"hover\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"hover\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"hover\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"hover\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.hover\\:shadow-contextual[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n --tw-shadow: -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n --tw-shadow-colored: -1px 0 20px 0 var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:hover\\:border-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.after\\:hover\\:bg-on-surface-variant[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:no-underline[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n text-decoration-line: none;\n }\n .hover\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .hover\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:no-underline[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n text-decoration-line: none;\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:md\\:no-underline[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n text-decoration-line: none;\n}\n.hover\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.hover\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"enabled\"][checked]:not(.interactivity-none):not([force-state]):hover:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"][selected]:not(.interactivity-none):not([force-state]):hover:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"selected\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"valid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.hover\\:shadow-contextual[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n --tw-shadow: -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n --tw-shadow-colored: -1px 0 20px 0 var(--tw-shadow-color), 0 1px 5px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 20px 0 rgba(24, 28, 34, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.after\\:hover\\:border-primary-hover[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"]::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-light);\n}\n.after\\:hover\\:bg-on-surface-variant[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .hover\\:md\\:no-underline[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n text-decoration-line: none;\n }\n .hover\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .hover\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .hover\\:md\\:no-underline[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n text-decoration-line: none;\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .hover\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.hover\\:md\\:no-underline[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n text-decoration-line: none;\n}\n.hover\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.hover\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"enabled\"][force-state~=\"hover\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:hover\\:bg-primary-container[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"hover\"][selected]:not(.interactivity-none):not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.selected\\:hover\\:bg-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"selected\"] {\n background-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:hover\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"valid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"hover\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"hover\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"hover\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.enabled\\:invalid\\:hover\\:bg-error-opacity-0-12[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"hover\"][force-state~=\"invalid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-error-opacity-0-12-light);\n}\n.focus\\:outline-none:not([disabled]):not(.interactivity-none):not([force-state]):focus, .focus\\:outline-none[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.focus\\:outline-none[force-state~=\"focus\"]:not([disabled]):not(.interactivity-none), .focus\\:outline-none[disabled=\"false\"][force-state~=\"focus\"]:not(.interactivity-none) {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.focus\\:outline-none[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.focus\\:outline-none[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus\"] {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n.focus-within\\:border-1:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-width: 1px;\n}\n.focus-within\\:border-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-width: 1px;\n}\n.focus-within\\:outline-2:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-width: 2px;\n}\n.focus-within\\:outline-2[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-width: 2px;\n}\n.enabled\\:valid\\:focus-within\\:border-primary:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:border-1[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-width: 2px;\n}\n.invalid\\:focus-within\\:outline-2[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:border-1[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-width: 2px;\n}\n.invalid\\:focus-within\\:outline-2[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.focus-within\\:border-1[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:border-1[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n border-width: 1px;\n}\n.focus-within\\:outline-2[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:outline-2[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n outline-width: 2px;\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:border-primary[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:border-1[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .invalid\\:focus-within\\:outline-2[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:border-1[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none), .invalid\\:focus-within\\:outline-2[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none) {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:border-error[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:text-on-background[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.focus-within\\:border-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-width: 1px;\n}\n.focus-within\\:outline-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-width: 2px;\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"valid\"][force-state~=\"enabled\"] {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"valid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"valid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"valid\"][force-state~=\"enabled\"] {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"] {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.focus-within\\:border-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n border-width: 1px;\n}\n.focus-within\\:outline-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n outline-width: 2px;\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), .enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.enabled\\:valid\\:focus-within\\:border-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"] {\n border-color: var(--or-c-primary-light);\n}\n.enabled\\:valid\\:focus-within\\:bg-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-primary-opacity-0-08-light);\n}\n.enabled\\:valid\\:focus-within\\:text-on-background[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:valid\\:focus-within\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"] {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.invalid\\:focus-within\\:border-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n border-width: 1px;\n}\n.invalid\\:focus-within\\:outline-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"] {\n outline-width: 2px;\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), .enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.enabled\\:invalid\\:focus-within\\:border-error[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"] {\n border-color: var(--or-c-error-light);\n}\n.enabled\\:invalid\\:focus-within\\:bg-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-error-opacity-0-08-light);\n}\n.enabled\\:invalid\\:focus-within\\:text-on-background[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-light);\n}\n.enabled\\:invalid\\:focus-within\\:outline-error-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"] {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.focus-visible\\:border-b-2:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n border-bottom-width: 2px;\n}\n.focus-visible\\:border-b-2[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-bottom-width: 2px;\n}\n.focus-visible\\:outline-2:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-width: 2px;\n}\n.focus-visible\\:outline-2[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-width: 2px;\n}\n.after\\:focus-visible\\:bg-on-surface-variant:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n.after\\:focus-visible\\:bg-on-surface-variant[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:outline-error-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .focus-visible\\:md\\:outline-error-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .focus-visible\\:md\\:outline-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n .focus-visible\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-error-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-error-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[checked]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[disabled=\"false\"][checked]:not(.interactivity-none):not([force-state]):focus-visible:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[disabled=\"false\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.focus-visible\\:border-b-2[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:border-b-2[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n border-bottom-width: 2px;\n}\n.focus-visible\\:outline-2[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:outline-2[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-width: 2px;\n}\n.after\\:focus-visible\\:bg-on-surface-variant[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n.after\\:focus-visible\\:bg-on-surface-variant[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:outline-error-opacity-0-08[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:outline-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .focus-visible\\:md\\:outline-primary-opacity-0-08[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-error-opacity-0-08[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:outline-error-opacity-0-08[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-primary-opacity-0-08[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .focus-visible\\:md\\:outline-primary-opacity-0-08[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), .focus-visible\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"focus-visible\"][checked]:not([disabled]):not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[disabled=\"false\"][force-state~=\"focus-visible\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"focus-visible\"][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.focus-visible\\:border-b-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n border-bottom-width: 2px;\n}\n.focus-visible\\:outline-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-width: 2px;\n}\n.after\\:focus-visible\\:bg-on-surface-variant[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .focus-visible\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"enabled\"][checked]:not(.interactivity-none):not([force-state]):focus-visible:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.focus-visible\\:border-b-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n border-bottom-width: 2px;\n}\n.focus-visible\\:outline-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-width: 2px;\n}\n.after\\:focus-visible\\:bg-on-surface-variant[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-light);\n}\n@media (min-width: 900px) {\n .focus-visible\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n }\n .focus-visible\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n }\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n[force-screen~=\"md\"] .focus-visible\\:md\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-error-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.focus-visible\\:md\\:outline-primary-opacity-0-08[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"enabled\"][force-state~=\"focus-visible\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.after\\:checked\\:focus-visible\\:bg-primary-container[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-visible\"][force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-light);\n}\n.active\\:border-1:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-width: 1px;\n}\n.active\\:border-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-width: 1px;\n}\n.active\\:border-b-2:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:border-b-2[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:bg-surface-1:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-surface-1-light);\n}\n.active\\:bg-surface-1[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-surface-1-light);\n}\n.active\\:px-\\[1px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n padding-left: 1px;\n padding-right: 1px;\n}\n.active\\:px-\\[1px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n padding-left: 1px;\n padding-right: 1px;\n}\n.active\\:no-underline:not([disabled]):not(.interactivity-none):not([force-state]):active {\n text-decoration-line: none;\n}\n.active\\:no-underline[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n text-decoration-line: none;\n}\n.active\\:shadow-card:not([disabled]):not(.interactivity-none):not([force-state]):active {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.active\\:shadow-card[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.active\\:outline-10:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-width: 10px;\n}\n.active\\:outline-10[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-width: 10px;\n}\n.active\\:outline-error-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.active\\:outline-error-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.active\\:outline-primary-opacity-0-08:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.active\\:outline-primary-opacity-0-08[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:active\\:h-\\[20px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 20px;\n}\n.after\\:active\\:h-\\[20px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 20px;\n}\n.after\\:active\\:w-\\[20px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 20px;\n}\n.after\\:active\\:w-\\[20px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 20px;\n}\n.after\\:active\\:bg-outline:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n.after\\:active\\:bg-outline[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n@media (min-width: 900px) {\n .active\\:md\\:outline-error-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n }\n .active\\:md\\:outline-error-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n }\n .active\\:md\\:outline-primary-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n }\n .active\\:md\\:outline-primary-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n }\n .after\\:active\\:md\\:h-\\[18px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n }\n .after\\:active\\:md\\:h-\\[18px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n }\n .after\\:active\\:md\\:w-\\[18px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n }\n .after\\:active\\:md\\:w-\\[18px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n }\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-error-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-error-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-primary-opacity-0-16:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-primary-opacity-0-16[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:h-\\[18px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:h-\\[18px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:w-\\[18px\\]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:w-\\[18px\\][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:md\\:outline-error-opacity-0-16[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.active\\:md\\:outline-error-opacity-0-16[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.active\\:md\\:outline-primary-opacity-0-16[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.active\\:md\\:outline-primary-opacity-0-16[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.after\\:active\\:md\\:h-\\[18px\\][force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:active\\:md\\:h-\\[18px\\][force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:active\\:md\\:w-\\[18px\\][force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n}\n.after\\:active\\:md\\:w-\\[18px\\][force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:checked\\:px-\\[2px\\][checked]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][checked][disabled=\"false\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][disabled=\"false\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[checked]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary:not([disabled]):not(.interactivity-none):not([force-state]):active:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[disabled=\"false\"][checked]:not(.interactivity-none):not([force-state]):active:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"checked\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[disabled=\"false\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:invalid\\:border-b-2[invalid]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:invalid\\:border-b-2[invalid][disabled=\"false\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:invalid\\:border-b-2[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:invalid\\:border-b-2[force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:children\\:z-10 > :not([disabled]):not(.interactivity-none):not([force-state]):active {\n z-index: 10;\n}\n.active\\:children\\:z-10 > [disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n z-index: 10;\n}\n.active\\:border-1[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:border-1[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-width: 1px;\n}\n.active\\:border-b-2[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:border-b-2[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-bottom-width: 2px;\n}\n.active\\:bg-surface-1[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:bg-surface-1[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-surface-1-light);\n}\n.active\\:px-\\[1px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:px-\\[1px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n padding-left: 1px;\n padding-right: 1px;\n}\n.active\\:no-underline[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:no-underline[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n text-decoration-line: none;\n}\n.active\\:shadow-card[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:shadow-card[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.active\\:outline-10[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:outline-10[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-width: 10px;\n}\n.active\\:outline-error-opacity-0-08[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:outline-error-opacity-0-08[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.active\\:outline-primary-opacity-0-08[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:outline-primary-opacity-0-08[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:active\\:h-\\[20px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 20px;\n}\n.after\\:active\\:h-\\[20px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 20px;\n}\n.after\\:active\\:w-\\[20px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 20px;\n}\n.after\\:active\\:w-\\[20px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 20px;\n}\n.after\\:active\\:bg-outline[force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n.after\\:active\\:bg-outline[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n@media (min-width: 900px) {\n .active\\:md\\:outline-error-opacity-0-16[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:md\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n }\n .active\\:md\\:outline-primary-opacity-0-16[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:md\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n }\n .after\\:active\\:md\\:h-\\[18px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 18px;\n }\n .after\\:active\\:md\\:h-\\[18px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 18px;\n }\n .after\\:active\\:md\\:w-\\[18px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 18px;\n }\n .after\\:active\\:md\\:w-\\[18px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 18px;\n }\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-error-opacity-0-16[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .active\\:md\\:outline-error-opacity-0-16[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-primary-opacity-0-16[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [force-screen~=\"md\"] .active\\:md\\:outline-primary-opacity-0-16[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:h-\\[18px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:h-\\[18px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:w-\\[18px\\][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:w-\\[18px\\][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:md\\:outline-error-opacity-0-16[force-screen~=\"md\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:md\\:outline-error-opacity-0-16[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.active\\:md\\:outline-primary-opacity-0-16[force-screen~=\"md\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:md\\:outline-primary-opacity-0-16[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.after\\:active\\:md\\:h-\\[18px\\][force-screen~=\"md\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:active\\:md\\:h-\\[18px\\][force-screen~=\"md\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:active\\:md\\:w-\\[18px\\][force-screen~=\"md\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 18px;\n}\n.after\\:active\\:md\\:w-\\[18px\\][force-screen~=\"md\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"active\"]:checked:not(.does-not-exist):not([disabled]):not(.interactivity-none) {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][disabled=\"false\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][checked][force-state~=\"active\"]:not([checked=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:checked\\:px-\\[2px\\][checked][disabled=\"false\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none) {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"active\"][checked]:not([disabled]):not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"active\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[disabled=\"false\"][force-state~=\"active\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"checked\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:checked\\:px-\\[2px\\][force-state~=\"checked\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"active\"][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[disabled=\"false\"][force-state~=\"active\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:invalid\\:border-b-2[invalid][force-state~=\"active\"]:not([invalid=\"false\"]):not([disabled]):not(.interactivity-none), .active\\:invalid\\:border-b-2[invalid][disabled=\"false\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-bottom-width: 2px;\n}\n.active\\:invalid\\:border-b-2[force-state~=\"invalid\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:invalid\\:border-b-2[force-state~=\"invalid\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n border-bottom-width: 2px;\n}\n.active\\:children\\:z-10 > [force-state~=\"active\"]:not([disabled]):not(.interactivity-none), .active\\:children\\:z-10 > [disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n z-index: 10;\n}\n.active\\:border-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-width: 1px;\n}\n.active\\:border-b-2[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:bg-surface-1[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-surface-1-light);\n}\n.active\\:px-\\[1px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n padding-left: 1px;\n padding-right: 1px;\n}\n.active\\:no-underline[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n text-decoration-line: none;\n}\n.active\\:shadow-card[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.active\\:outline-10[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-width: 10px;\n}\n.active\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.active\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:active\\:h-\\[20px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 20px;\n}\n.after\\:active\\:w-\\[20px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 20px;\n}\n.after\\:active\\:bg-outline[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n@media (min-width: 900px) {\n .active\\:md\\:outline-error-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n }\n .active\\:md\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n }\n .after\\:active\\:md\\:h-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n }\n .after\\:active\\:md\\:w-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n }\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-error-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:h-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:w-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:md\\:outline-error-opacity-0-16[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.active\\:md\\:outline-primary-opacity-0-16[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.after\\:active\\:md\\:h-\\[18px\\][force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:active\\:md\\:w-\\[18px\\][force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:checked\\:px-\\[2px\\][checked][force-state~=\"enabled\"]:not([checked=\"false\"]):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"enabled\"]:checked:not(.does-not-exist):not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"enabled\"][checked]:not(.interactivity-none):not([force-state]):active:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:invalid\\:border-b-2[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]):not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:invalid\\:border-b-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n border-bottom-width: 2px;\n}\n.active\\:children\\:z-10 > *[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n z-index: 10;\n}\n.active\\:border-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n border-width: 1px;\n}\n.active\\:border-b-2[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n border-bottom-width: 2px;\n}\n.active\\:bg-surface-1[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n background-color: var(--or-c-surface-1-light);\n}\n.active\\:px-\\[1px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n padding-left: 1px;\n padding-right: 1px;\n}\n.active\\:no-underline[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n text-decoration-line: none;\n}\n.active\\:shadow-card[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n.active\\:outline-10[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-width: 10px;\n}\n.active\\:outline-error-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-error-opacity-0-08-light);\n}\n.active\\:outline-primary-opacity-0-08[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-primary-opacity-0-08-light);\n}\n.after\\:active\\:h-\\[20px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n height: 20px;\n}\n.after\\:active\\:w-\\[20px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n width: 20px;\n}\n.after\\:active\\:bg-outline[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n@media (min-width: 900px) {\n .active\\:md\\:outline-error-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-error-opacity-0-16-light);\n }\n .active\\:md\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n }\n .after\\:active\\:md\\:h-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n height: 18px;\n }\n .after\\:active\\:md\\:w-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n width: 18px;\n }\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-error-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .active\\:md\\:outline-primary-opacity-0-16[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:h-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n height: 18px;\n}\n[force-screen~=\"md\"] .after\\:active\\:md\\:w-\\[18px\\][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:md\\:outline-error-opacity-0-16[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-error-opacity-0-16-light);\n}\n.active\\:md\\:outline-primary-opacity-0-16[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n outline-color: var(--or-c-primary-opacity-0-16-light);\n}\n.after\\:active\\:md\\:h-\\[18px\\][force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n height: 18px;\n}\n.after\\:active\\:md\\:w-\\[18px\\][force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"]::after {\n content: var(--tw-content);\n width: 18px;\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"enabled\"][force-state~=\"active\"]:checked:not(.does-not-exist):not(.interactivity-none) {\n padding-left: 2px;\n padding-right: 2px;\n}\n.active\\:checked\\:px-\\[2px\\][checked][force-state~=\"enabled\"][force-state~=\"active\"]:not([checked=\"false\"]):not(.interactivity-none) {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"enabled\"][force-state~=\"active\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:checked\\:px-\\[2px\\][force-state~=\"checked\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n padding-left: 2px;\n padding-right: 2px;\n}\n.after\\:checked\\:active\\:bg-on-primary[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"][force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-light);\n}\n.active\\:invalid\\:border-b-2[invalid][force-state~=\"enabled\"][force-state~=\"active\"]:not([invalid=\"false\"]):not(.interactivity-none) {\n border-bottom-width: 2px;\n}\n.active\\:invalid\\:border-b-2[force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n border-bottom-width: 2px;\n}\n.active\\:children\\:z-10 > *[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"active\"] {\n z-index: 10;\n}\n[data-theme=\"dark\"] .dark\\:border-primary-hover-dark {\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:bg-skeletons-gradient-dark {\n background-image: var(--or-c-skeletons-gradient-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-error-dark {\n stroke: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-error-hover-dark {\n stroke: var(--or-c-error-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-primary-dark {\n stroke: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-primary-hover-dark {\n stroke: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-success-hover-dark {\n stroke: var(--or-c-success-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-surface-variant-dark {\n stroke: var(--or-c-surface-variant-dark);\n}\n[data-theme=\"dark\"] .dark\\:stroke-warning-hover-dark {\n stroke: var(--or-c-warning-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:text-inverse-primary-dark {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:text-on-background-dark {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:text-outline-dark {\n color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:shadow-card-dark {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:shadow-contextual-dark {\n --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), -1px 0 20px 0 var(--tw-shadow-color), inset 0 0 1px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:shadow-modal-dark {\n --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 26px 80px 0 rgba(0, 0, 0, 0.6), inset 0 0 1px 0 rgba(255, 255, 255, 0.2);\n --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), 0 26px 80px 0 var(--tw-shadow-color), inset 0 0 1px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 26px 80px 0 rgba(0, 0, 0, 0.6), inset 0 0 1px 0 rgba(255, 255, 255, 0.2);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:hue-rotate-180 {\n --tw-hue-rotate: hue-rotate(180deg);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) hue-rotate(180deg) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n 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);\n}\n[data-theme=\"dark\"] .dark\\:invert {\n --tw-invert: invert(100%);\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n 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);\n}\n[data-theme=\"dark\"] .after\\:dark\\:border-outline-variant-dark::after {\n content: var(--tw-content);\n border-color: var(--or-c-outline-variant-dark);\n}\n[data-theme=\"dark\"] .after\\:dark\\:bg-outline::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-light);\n}\n[data-theme=\"dark\"] .after\\:dark\\:bg-outline-dark::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:bg-outline-dark::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .dark\\:-webkit-autofill\\:shadow-\\[0_0_0px_1000px_theme\\(backgroundColor\\.primary-opacity-0-08-dark\\)_inset\\]:-webkit-autofill {\n --tw-shadow: 0 0 0px 1000px var(--or-c-primary-opacity-0-08-dark) inset;\n --tw-shadow-colored: inset 0 0 0px 1000px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0px 1000px var(--or-c-primary-opacity-0-08-dark) inset;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:autofill\\:shadow-\\[0_0_0px_1000px_theme\\(backgroundColor\\.primary-opacity-0-08-dark\\)_inset\\]:autofill {\n --tw-shadow: 0 0 0px 1000px var(--or-c-primary-opacity-0-08-dark) inset;\n --tw-shadow-colored: inset 0 0 0px 1000px var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0px 1000px var(--or-c-primary-opacity-0-08-dark) inset;\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .after\\:checked\\:dark\\:bg-on-primary-dark[checked]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:dark\\:bg-on-primary-dark:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:checked\\:bg-on-primary-dark[checked]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:checked\\:bg-on-primary-dark:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:dark\\:bg-on-primary-dark[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:checked\\:bg-on-primary-dark[force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:bg-primary-opacity-0-16-dark:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:bg-primary-opacity-0-16-dark[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:bg-surface-1-dark:checked:not(.does-not-exist) {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:bg-surface-1-dark[selected]:not([selected=\"false\"]) {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .selected\\:dark\\:shadow-card-dark:checked:not(.does-not-exist) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .selected\\:dark\\:shadow-card-dark[selected]:not([selected=\"false\"]) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:bg-primary-opacity-0-16-dark[force-state~=\"selected\"] {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:bg-surface-1-dark[force-state~=\"selected\"] {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .selected\\:dark\\:shadow-card-dark[force-state~=\"selected\"] {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:text-warning-hover-dark[activated]:not([activated=\"false\"]) {\n color: var(--or-c-warning-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:dark\\:activated\\:border-primary-hover-dark[activated]:not([activated=\"false\"])::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:activated\\:text-warning-hover-dark[force-state~=\"activated\"] {\n color: var(--or-c-warning-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:dark\\:activated\\:border-primary-hover-dark[force-state~=\"activated\"]::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .dark\\:enabled\\:shadow-button-dark:not([disabled]), [data-theme=\"dark\"] .dark\\:enabled\\:shadow-button-dark[disabled=\"false\"] {\n --tw-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color), 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark:not([disabled]):checked:not(.does-not-exist) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[disabled=\"false\"]:checked:not(.does-not-exist) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[selected]:not([disabled]):not([selected=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[disabled=\"false\"][selected]:not([selected=\"false\"]) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[force-state~=\"selected\"]:not([disabled]), [data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[disabled=\"false\"][force-state~=\"selected\"] {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:enabled\\:shadow-button-dark[force-state~=\"enabled\"] {\n --tw-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n --tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color), 0 0 5px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(24, 28, 34, 0.15);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[force-state~=\"enabled\"]:checked:not(.does-not-exist) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[force-state~=\"enabled\"][selected]:not([selected=\"false\"]) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:enabled\\:shadow-card-dark[force-state~=\"enabled\"][force-state~=\"selected\"] {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:\\!bg-on-disabled-dark[disabled]:not([disabled=\"false\"]) {\n background-color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:text-disabled-dark[disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-disabled-dark);\n}\n[data-theme=\"dark\"] .disabled\\:dark\\:text-on-disabled-dark[disabled]:not([disabled=\"false\"]) {\n color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:disabled\\:dark\\:bg-on-disabled-dark[disabled]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:bg-on-disabled-dark[disabled]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:disabled\\:dark\\:bg-on-disabled-dark[disabled][checked]:not([disabled=\"false\"]):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:disabled\\:dark\\:bg-on-disabled-dark[disabled]:not([disabled=\"false\"]):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:checked\\:bg-on-disabled-dark[checked][disabled]:not([checked=\"false\"]):not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:checked\\:bg-on-disabled-dark[disabled]:checked:not(.does-not-exist):not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:disabled\\:dark\\:bg-on-disabled-dark[disabled][force-state~=\"checked\"]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:checked\\:bg-on-disabled-dark[force-state~=\"checked\"][disabled]:not([disabled=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:\\!bg-on-disabled-dark[force-state~=\"disabled\"] {\n background-color: var(--or-c-on-disabled-dark) !important;\n}\n[data-theme=\"dark\"] .dark\\:disabled\\:text-disabled-dark[force-state~=\"disabled\"] {\n color: var(--or-c-disabled-dark);\n}\n[data-theme=\"dark\"] .disabled\\:dark\\:text-on-disabled-dark[force-state~=\"disabled\"] {\n color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:disabled\\:dark\\:bg-on-disabled-dark[force-state~=\"disabled\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:bg-on-disabled-dark[force-state~=\"disabled\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:disabled\\:dark\\:bg-on-disabled-dark[force-state~=\"disabled\"][checked]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:disabled\\:dark\\:bg-on-disabled-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:checked\\:bg-on-disabled-dark[checked][force-state~=\"disabled\"]:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:checked\\:bg-on-disabled-dark[force-state~=\"disabled\"]:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:disabled\\:dark\\:bg-on-disabled-dark[force-state~=\"disabled\"][force-state~=\"checked\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:after\\:disabled\\:checked\\:bg-on-disabled-dark[force-state~=\"checked\"][force-state~=\"disabled\"]::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-disabled-dark);\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:\\!border-transparent[readonly]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:\\!border-transparent[readonly]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:-moz-read-only\\:\\!border-transparent[force-state~=\"read-only\"] {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:read-only\\:\\!border-transparent[force-state~=\"read-only\"] {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark:not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[disabled=\"false\"]:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[invalid=\"false\"]:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[invalid=\"false\"][disabled=\"false\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[force-state~=\"enabled\"]:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[invalid=\"false\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[force-state~=\"valid\"]:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[force-state~=\"valid\"][disabled=\"false\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:dark\\:text-on-background-dark[force-state~=\"valid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:border-error-dark[invalid]:not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:border-error-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:bg-error-opacity-0-08-dark[invalid]:not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:bg-error-opacity-0-08-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:text-on-background-dark[invalid]:not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:text-on-background-dark[invalid][disabled=\"false\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:border-error-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:bg-error-opacity-0-08-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:text-on-background-dark[invalid][force-state~=\"enabled\"]:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:\\!border-transparent[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:\\!border-transparent[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:bg-error-opacity-0-08-dark[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:bg-error-opacity-0-08-dark[readonly][invalid]:not([readonly=\"false\"]):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:\\!border-transparent[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:\\!border-transparent[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:bg-error-opacity-0-08-dark[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:bg-error-opacity-0-08-dark[force-state~=\"read-only\"][invalid]:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:border-error-dark[force-state~=\"invalid\"]:not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:border-error-dark[force-state~=\"invalid\"][disabled=\"false\"] {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"invalid\"]:not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"invalid\"][disabled=\"false\"] {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:text-on-background-dark[force-state~=\"invalid\"]:not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:text-on-background-dark[force-state~=\"invalid\"][disabled=\"false\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:border-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:dark\\:text-on-background-dark[force-state~=\"invalid\"][force-state~=\"enabled\"] {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:\\!border-transparent[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:\\!border-transparent[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:bg-error-opacity-0-08-dark[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:bg-error-opacity-0-08-dark[readonly][force-state~=\"invalid\"]:not([readonly=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:\\!border-transparent[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:\\!border-transparent[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n border-color: transparent !important;\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:-moz-read-only\\:bg-error-opacity-0-08-dark[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:invalid\\:read-only\\:bg-error-opacity-0-08-dark[force-state~=\"read-only\"][force-state~=\"invalid\"] {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .hover\\:dark\\:shadow-contextual-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .hover\\:dark\\:shadow-contextual-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), -1px 0 20px 0 var(--tw-shadow-color), inset 0 0 1px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .after\\:dark\\:hover\\:border-primary-hover-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:dark\\:hover\\:border-primary-hover-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:hover\\:dark\\:bg-on-surface-variant-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n[data-theme=\"dark\"] .after\\:hover\\:dark\\:bg-on-surface-variant-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[checked]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[disabled=\"false\"][checked]:not(.interactivity-none):not([force-state]):hover:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[selected]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([selected=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"][selected]:not(.interactivity-none):not([force-state]):hover:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"selected\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"selected\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):hover, [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .hover\\:dark\\:shadow-contextual-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .hover\\:dark\\:shadow-contextual-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), -1px 0 20px 0 var(--tw-shadow-color), inset 0 0 1px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .after\\:dark\\:hover\\:border-primary-hover-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:dark\\:hover\\:border-primary-hover-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:hover\\:dark\\:bg-on-surface-variant-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n[data-theme=\"dark\"] .after\\:hover\\:dark\\:bg-on-surface-variant-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"hover\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"hover\"][checked]:not([disabled]):not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"hover\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"hover\"][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"hover\"][selected]:not([disabled]):not(.interactivity-none):not([selected=\"false\"]), [data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"hover\"][selected]:not(.interactivity-none):not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"hover\"][force-state~=\"selected\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"selected\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"hover\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"hover\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"hover\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"hover\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"hover\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"hover\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"hover\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"hover\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"hover\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"hover\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[disabled=\"false\"][force-state~=\"hover\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .hover\\:dark\\:shadow-contextual-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), -1px 0 20px 0 var(--tw-shadow-color), inset 0 0 1px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .after\\:dark\\:hover\\:border-primary-hover-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:hover\\:dark\\:bg-on-surface-variant-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][checked]:not(.interactivity-none):not([force-state]):hover:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):hover::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"][selected]:not(.interactivity-none):not([force-state]):hover:not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"selected\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):hover:not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):hover {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .hover\\:dark\\:shadow-contextual-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n --tw-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color), -1px 0 20px 0 var(--tw-shadow-color), inset 0 0 1px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 4px 0 rgba(0, 0, 0, 0.25), -1px 0 20px 0 rgba(24, 28, 34, 0.05), inset 0 0 1px 0 rgba(255, 255, 255, 0.4);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .after\\:dark\\:hover\\:border-primary-hover-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n border-color: var(--or-c-primary-hover-dark);\n}\n[data-theme=\"dark\"] .after\\:hover\\:dark\\:bg-on-surface-variant-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:hover\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"hover\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:hover\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none):checked:not(.does-not-exist) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"hover\"][selected]:not(.interactivity-none):not([selected=\"false\"]) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:selected\\:hover\\:bg-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"selected\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:hover\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"hover\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"hover\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"hover\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:hover\\:dark\\:bg-error-opacity-0-12-dark[force-state~=\"enabled\"][force-state~=\"hover\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-12-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[invalid]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][invalid=\"false\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"valid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"focus-within\"][invalid]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none):not([invalid=\"false\"]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"]:not([disabled]):not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]):not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][invalid=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"valid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][invalid]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]):not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within:not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"invalid\"]:not(.interactivity-none):not([force-state]):focus-within:not([disabled]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"]:not(.interactivity-none):not([invalid]):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][disabled=\"false\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid=\"false\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:border-primary-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-primary-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:bg-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:valid\\:focus-within\\:dark\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"valid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid]:not(.interactivity-none):not([invalid=\"false\"]):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][disabled=\"false\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][invalid][force-state~=\"enabled\"]:not(.interactivity-none):not([invalid=\"false\"]) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"]:not(.interactivity-none):not([disabled]), [data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][disabled=\"false\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:border-error-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n border-color: var(--or-c-error-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:bg-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n background-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:text-on-background-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n color: var(--or-c-on-background-dark);\n}\n[data-theme=\"dark\"] .enabled\\:invalid\\:focus-within\\:dark\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"focus-within\"][force-state~=\"invalid\"][force-state~=\"enabled\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .after\\:focus-visible\\:dark\\:bg-on-surface-variant-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n[data-theme=\"dark\"] .after\\:focus-visible\\:dark\\:bg-on-surface-variant-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[checked]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[disabled=\"false\"][checked]:not(.interactivity-none):not([force-state]):focus-visible:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-visible:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:focus-visible\\:dark\\:bg-on-surface-variant-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n[data-theme=\"dark\"] .after\\:focus-visible\\:dark\\:bg-on-surface-variant-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"focus-visible\"][checked]:not([disabled]):not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"focus-visible\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"focus-visible\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"focus-visible\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"focus-visible\"][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[disabled=\"false\"][force-state~=\"focus-visible\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:focus-visible\\:dark\\:bg-on-surface-variant-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][checked]:not(.interactivity-none):not([force-state]):focus-visible:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-visible:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):focus-visible::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:focus-visible\\:dark\\:bg-on-surface-variant-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-surface-variant-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n }\n [data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-error-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:focus-visible\\:md\\:outline-primary-opacity-0-08-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:focus-visible\\:dark\\:bg-primary-container-dark[force-state~=\"enabled\"][force-state~=\"focus-visible\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-primary-container-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:bg-surface-1-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:bg-surface-1-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .active\\:dark\\:shadow-card-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .active\\:dark\\:shadow-card-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-error-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-error-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-primary-opacity-0-08-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-primary-opacity-0-08-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:active\\:dark\\:bg-outline-dark:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .after\\:active\\:dark\\:bg-outline-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-screen~=\"md\"]:not([disabled]):not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-screen~=\"md\"][disabled=\"false\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[checked]:not([disabled]):not(.interactivity-none):not([force-state]):active:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark:not([disabled]):not(.interactivity-none):not([force-state]):active:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[disabled=\"false\"][checked]:not(.interactivity-none):not([force-state]):active:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[disabled=\"false\"]:not(.interactivity-none):not([force-state]):active:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"checked\"]:not([disabled]):not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[disabled=\"false\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:bg-surface-1-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:bg-surface-1-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .active\\:dark\\:shadow-card-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .active\\:dark\\:shadow-card-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-error-opacity-0-08-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:outline-error-opacity-0-08-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-primary-opacity-0-08-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:outline-primary-opacity-0-08-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:active\\:dark\\:bg-outline-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n[data-theme=\"dark\"] .after\\:active\\:dark\\:bg-outline-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-screen~=\"md\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-screen~=\"md\"][force-state~=\"active\"]:not([disabled]):not(.interactivity-none), [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-screen~=\"md\"][disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"active\"][checked]:not([disabled]):not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"active\"]:not([disabled]):not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[disabled=\"false\"][force-state~=\"active\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[disabled=\"false\"][force-state~=\"active\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"active\"][force-state~=\"checked\"]:not([disabled]):not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[disabled=\"false\"][force-state~=\"active\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:bg-surface-1-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .active\\:dark\\:shadow-card-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:active\\:dark\\:bg-outline-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-screen~=\"md\"][force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"enabled\"][checked]:not(.interactivity-none):not([force-state]):active:not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):active:checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"enabled\"][force-state~=\"checked\"]:not(.interactivity-none):not([force-state]):active::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:bg-surface-1-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n background-color: var(--or-c-surface-1-dark);\n}\n[data-theme=\"dark\"] .active\\:dark\\:shadow-card-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n --tw-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n --tw-shadow-colored: 0 2px 1px -1px var(--tw-shadow-color), 0 1px 1px 0 var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);\n box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(24, 28, 34, 0.12);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-error-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:outline-primary-opacity-0-08-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-08-dark);\n}\n[data-theme=\"dark\"] .after\\:active\\:dark\\:bg-outline-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-outline-dark);\n}\n@media (min-width: 900px) {\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n }\n [data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n }\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] [force-screen~=\"md\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-error-opacity-0-16-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-error-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .dark\\:active\\:md\\:outline-primary-opacity-0-16-dark[force-screen~=\"md\"][force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none) {\n outline-color: var(--or-c-primary-opacity-0-16-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][checked]:not(.interactivity-none):not([checked=\"false\"])::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"]:not(.interactivity-none):checked:not(.does-not-exist)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n[data-theme=\"dark\"] .after\\:checked\\:active\\:dark\\:bg-on-primary-dark[force-state~=\"enabled\"][force-state~=\"active\"][force-state~=\"checked\"]:not(.interactivity-none)::after {\n content: var(--tw-content);\n background-color: var(--or-c-on-primary-dark);\n}\n.\\[\\&\\.sticky-end\\:not\\(\\:first-child\\)\\]\\:border-s-1.sticky-end:not(:first-child) {\n border-left-width: 1px;\n}\n.\\[\\&\\.sticky-start\\:not\\(\\:last-child\\)\\]\\:border-e-1.sticky-start:not(:last-child) {\n border-right-width: 1px;\n}\n.\\[\\&\\:\\:-webkit-scrollbar\\]\\:hidden::-webkit-scrollbar {\n display: none;\n}\n.\\[\\&\\:not\\(\\:first-child\\)\\]\\:children\\:-ml-\\[1px\\] > *:not(:first-child) {\n margin-left: -1px;\n}\n.\\[\\&\\:not\\(\\:first-child\\)\\]\\:children\\:rounded-l-0 > *:not(:first-child) {\n border-top-left-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n.\\[\\&\\:not\\(\\:last-child\\)\\]\\:border-b-1:not(:last-child) {\n border-bottom-width: 1px;\n}\n.\\[\\&\\:not\\(\\:last-child\\)\\]\\:children\\:rounded-r-0 > *:not(:last-child) {\n border-top-right-radius: 0px;\n border-bottom-right-radius: 0px;\n}\n.\\[\\&_\\.or-input-box-v3\\]\\:children\\:relative > * .or-input-box-v3 {\n position: relative;\n}\n.focus-within\\:\\[\\&_\\.or-input-box-v3\\]\\:children\\:z-10 > * .or-input-box-v3:not([disabled]):not(.interactivity-none):not([force-state]):focus-within {\n z-index: 10;\n}\n.focus-within\\:\\[\\&_\\.or-input-box-v3\\]\\:children\\:z-10 > * .or-input-box-v3[disabled=\"false\"]:not(.interactivity-none):not([force-state]):focus-within {\n z-index: 10;\n}\n.focus-within\\:\\[\\&_\\.or-input-box-v3\\]\\:children\\:z-10 > * .or-input-box-v3[force-state~=\"focus-within\"]:not([disabled]):not(.interactivity-none), .focus-within\\:\\[\\&_\\.or-input-box-v3\\]\\:children\\:z-10 > * .or-input-box-v3[disabled=\"false\"][force-state~=\"focus-within\"]:not(.interactivity-none) {\n z-index: 10;\n}\n.focus-within\\:\\[\\&_\\.or-input-box-v3\\]\\:children\\:z-10 > * .or-input-box-v3[force-state~=\"enabled\"]:not(.interactivity-none):not([force-state]):focus-within {\n z-index: 10;\n}\n.focus-within\\:\\[\\&_\\.or-input-box-v3\\]\\:children\\:z-10 > * .or-input-box-v3[force-state~=\"enabled\"]:not(.interactivity-none)[force-state~=\"focus-within\"] {\n z-index: 10;\n}\n.\\[\\&_\\.or-input-box-v3\\]\\:\\[\\&\\:not\\(\\:first-child\\)\\]\\:children\\:-ml-\\[1px\\] > *:not(:first-child) .or-input-box-v3 {\n margin-left: -1px;\n}\n.\\[\\&_\\.or-input-box-v3\\]\\:\\[\\&\\:not\\(\\:first-child\\)\\]\\:children\\:rounded-l-0 > *:not(:first-child) .or-input-box-v3 {\n border-top-left-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n.\\[\\&_\\.or-input-box-v3\\]\\:\\[\\&\\:not\\(\\:last-child\\)\\]\\:children\\:rounded-r-0 > *:not(:last-child) .or-input-box-v3 {\n border-top-right-radius: 0px;\n border-bottom-right-radius: 0px;\n}\n.\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary :link, .\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary :visited, .\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary area[href] {\n color: var(--or-c-inverse-primary-light);\n}\n.\\[\\&_\\:any-link\\]\\:text-inverse-primary :link, .\\[\\&_\\:any-link\\]\\:text-inverse-primary :visited, .\\[\\&_\\:any-link\\]\\:text-inverse-primary area[href] {\n color: var(--or-c-inverse-primary-light);\n}\n.\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary :-moz-any-link {\n color: var(--or-c-inverse-primary-light);\n}\n.\\[\\&_\\:any-link\\]\\:text-inverse-primary :any-link {\n color: var(--or-c-inverse-primary-light);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark :link {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark :link {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark :visited {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark :visited {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark area[href] {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark area[href] {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark area[href] {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark :link, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark :visited, [data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark area[href] {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:-moz-any-link\\]\\:text-inverse-primary-dark :-moz-any-link {\n color: var(--or-c-inverse-primary-dark);\n}\n[data-theme=\"dark\"] .dark\\:\\[\\&_\\:any-link\\]\\:text-inverse-primary-dark :any-link {\n color: var(--or-c-inverse-primary-dark);\n}\n";
|
|
264
265
|
styleInject(css_248z);
|